summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/qemu-5.0.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch (renamed from patches/qemu-4.2.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch)0
-rw-r--r--patches/qemu-5.0.0/series (renamed from patches/qemu-4.2.0/series)0
-rw-r--r--rules/host-qemu.in2
-rw-r--r--rules/host-qemu.make9
4 files changed, 6 insertions, 5 deletions
diff --git a/patches/qemu-4.2.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-5.0.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
index 3f73a6e02..3f73a6e02 100644
--- a/patches/qemu-4.2.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
+++ b/patches/qemu-5.0.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
diff --git a/patches/qemu-4.2.0/series b/patches/qemu-5.0.0/series
index 428464314..428464314 100644
--- a/patches/qemu-4.2.0/series
+++ b/patches/qemu-5.0.0/series
diff --git a/rules/host-qemu.in b/rules/host-qemu.in
index 7ae6ac9e1..0ce75fa63 100644
--- a/rules/host-qemu.in
+++ b/rules/host-qemu.in
@@ -6,7 +6,7 @@ menuconfig HOST_QEMU
prompt "host-side qemu "
select HOST_ATTR
select HOST_GLIB
- select HOST_LIBCAP
+ select HOST_LIBCAP_NG
select HOST_ZLIB
select HOST_SYSTEM_PYTHON3
select HOST_LIBUSB if HOST_QEMU_SYS
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index 5195df3f1..a3c754695 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -16,8 +16,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_QEMU) += host-qemu
#
# Paths and names
#
-HOST_QEMU_VERSION := 4.2.0
-HOST_QEMU_MD5 := 278eeb294e4b497e79af7a57e660cb9a
+HOST_QEMU_VERSION := 5.0.0
+HOST_QEMU_MD5 := ede6005d7143fe994dd089d31dc2cf6c
HOST_QEMU := qemu-$(HOST_QEMU_VERSION)
HOST_QEMU_SUFFIX := tar.xz
HOST_QEMU_URL := https://download.qemu.org/$(HOST_QEMU).$(HOST_QEMU_SUFFIX)
@@ -103,14 +103,14 @@ HOST_QEMU_CONF_OPT := \
--disable-brlapi \
--disable-curl \
--enable-fdt \
- --disable-bluez \
--enable-kvm \
--disable-hax \
--disable-rdma \
--disable-pvrdma \
--disable-netmap \
--disable-linux-aio \
- --disable-cap-ng \
+ --disable-linux-io-uring \
+ --enable-cap-ng \
--enable-attr \
--enable-vhost-net \
--enable-vhost-vsock \
@@ -129,6 +129,7 @@ HOST_QEMU_CONF_OPT := \
--disable-snappy \
--disable-bzip2 \
--disable-lzfse \
+ --disable-zstd \
--disable-seccomp \
--enable-coroutine-pool \
--disable-glusterfs \