summaryrefslogtreecommitdiffstats
path: root/rules/qemu.make
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-09-22 10:39:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-23 08:23:37 +0200
commit174951e837490428de5b53156c6667f232f701af (patch)
treef704bb477e6bac914528aa861564b74e7857ba17 /rules/qemu.make
parent0dabc5a09715b7ec1e77544e620d0499e27c6254 (diff)
downloadptxdist-174951e837490428de5b53156c6667f232f701af.tar.gz
ptxdist-174951e837490428de5b53156c6667f232f701af.tar.xz
qemu: Version bump. 7.0.0 -> 7.1.0
https://wiki.qemu.org/ChangeLog/7.1 Fixes CVE-2022-35414. * Removed a few deprecated configure options. * Remove a patch which is now included. * Forward the two ptxdist specific patches. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220922083923.3917979-1-christian.melki@t2data.com> Message-Id: <20220922163125.1749628-1-christian.melki@t2data.com> [mol: squashed host-qemu changes] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qemu.make')
-rw-r--r--rules/qemu.make7
1 files changed, 2 insertions, 5 deletions
diff --git a/rules/qemu.make b/rules/qemu.make
index 6e8445124..579715684 100644
--- a/rules/qemu.make
+++ b/rules/qemu.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
#
# Paths and names
#
-QEMU_VERSION := 7.0.0
-QEMU_MD5 := bfb5b09a0d1f887c8c42a6d5f26971ab
+QEMU_VERSION := 7.1.0
+QEMU_MD5 := 3be5458a9171b4ec5220c65d5d52bdcf
QEMU := qemu-$(QEMU_VERSION)
QEMU_SUFFIX := tar.xz
QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX)
@@ -133,7 +133,6 @@ QEMU_CONF_OPT := \
--disable-virtiofsd \
--disable-vnc \
--disable-vnc-jpeg \
- --disable-vnc-png \
--disable-vnc-sasl \
--disable-vte \
--disable-whpx \
@@ -157,8 +156,6 @@ QEMU_CONF_OPT := \
--disable-rdma \
--disable-pvrdma \
--enable-vhost-net \
- --enable-vhost-vsock \
- --enable-vhost-scsi \
--disable-vhost-crypto \
--enable-vhost-kernel \
--disable-vhost-user \