diff -Nru qemu-5.2+dfsg/debian/changelog qemu-5.2+dfsg/debian/changelog --- qemu-5.2+dfsg/debian/changelog 2022-05-04 21:50:01.000000000 +0200 +++ qemu-5.2+dfsg/debian/changelog 2023-06-27 10:55:27.000000000 +0200 @@ -1,3 +1,10 @@ +qemu (1:5.2+dfsg-11+deb11u2.1) bullseye; urgency=medium + + * Non-maintainer upload. + * Add fix-typo-in-vmstate_virtio_balloon_page_poison.patch. + + -- Thomas Goirand Tue, 27 Jun 2023 10:55:27 +0200 + qemu (1:5.2+dfsg-11+deb11u2) bullseye-security; urgency=medium * virtio-net-fix-map-leaking-on-error-during-receive-CVE-2022-26353.patch diff -Nru qemu-5.2+dfsg/debian/patches/fix-typo-in-vmstate_virtio_balloon_page_poison.patch qemu-5.2+dfsg/debian/patches/fix-typo-in-vmstate_virtio_balloon_page_poison.patch --- qemu-5.2+dfsg/debian/patches/fix-typo-in-vmstate_virtio_balloon_page_poison.patch 1970-01-01 01:00:00.000000000 +0100 +++ qemu-5.2+dfsg/debian/patches/fix-typo-in-vmstate_virtio_balloon_page_poison.patch 2023-06-27 10:55:24.000000000 +0200 @@ -0,0 +1,17 @@ +Description: Fix typo in vmstate_virtio_balloon_page_poison definition +Author: Dr. David Alan Gilbert +Origin: upstream, https://bugzilla.redhat.com/show_bug.cgi?id=1984401#c34 +Bug-Debian: https://bugs.debian.org/ +Last-Update: 2023-06-27 + +--- qemu-5.2+dfsg.orig/hw/virtio/virtio-balloon.c ++++ qemu-5.2+dfsg/hw/virtio/virtio-balloon.c +@@ -848,7 +848,7 @@ static const VMStateDescription vmstate_ + }; + + static const VMStateDescription vmstate_virtio_balloon_page_poison = { +- .name = "vitio-balloon-device/page-poison", ++ .name = "virtio-balloon-device/page-poison", + .version_id = 1, + .minimum_version_id = 1, + .needed = virtio_balloon_page_poison_support, diff -Nru qemu-5.2+dfsg/debian/patches/series qemu-5.2+dfsg/debian/patches/series --- qemu-5.2+dfsg/debian/patches/series 2022-05-04 17:01:31.000000000 +0200 +++ qemu-5.2+dfsg/debian/patches/series 2023-06-27 10:54:06.000000000 +0200 @@ -63,3 +63,4 @@ display-qxl-render-fix-race-condition-in-qxl_cursor-CVE-2021-4207.patch virtiofsd-drop-membership-of-all-supplementary-group-CVE-2022-0358.patch vhost-vsock-detach-the-virqueue-element-on-error-CVE-2022-26354.patch +fix-typo-in-vmstate_virtio_balloon_page_poison.patch