From ac58d429a9584bf2c3a1fcd80ff1f64f7ad17e95 Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Mon, 7 Dec 2020 11:26:54 +0800 Subject: [PATCH] spec: Update patch and changelog with !39 net: remove an assert call in eth_get_gso_type Signed-off-by: Alex Chen --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index fc83f2a..33e7eb9 100644 --- a/qemu.spec +++ b/qemu.spec @@ -277,6 +277,7 @@ Patch0264: migration-Create-migration_is_running.patch Patch0265: migration-fix-COLO-broken-caused-by-a-previous-commi.patch Patch0266: migration-multifd-fix-hangup-with-TLS-Multifd-due-to.patch Patch0267: multifd-tls-fix-memoryleak-of-the-QIOChannelSocket-o.patch +Patch0268: net-remove-an-assert-call-in-eth_get_gso_type.patch BuildRequires: flex BuildRequires: bison @@ -623,6 +624,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Oct 21 2020 Huawei Technologies Co., Ltd +- net: remove an assert call in eth_get_gso_type + * Wed Dec 2 2020 Huawei Technologies Co., Ltd - migration/tls: save hostname into MigrationState - migration/tls: extract migration_tls_client_create for common-use