From 421fb2fea46e3c3acea0b48938e67d95983d6330 Mon Sep 17 00:00:00 2001 From: Vladimir Ermakov Date: Thu, 13 Jan 2022 00:41:31 +0300 Subject: qemu: update to 6.2.0 Qemu version updated to 6.2.0, patch set refreshed for it. Options --disable-jemalloc --disable-tcmalloc was replaced by --enable-malloc=CHOICE, defaults to system. Libudev search was moved from configure to meson.build, and now it's not so easy to disable it. Even though --disable-mpath present. Delete patches 0008-falloc and 0009-fs - they're already in 6.2.0. Signed-off-by: Vladimir Ermakov --- utils/qemu/patches/0010-no-tests.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/qemu/patches/0010-no-tests.patch') diff --git a/utils/qemu/patches/0010-no-tests.patch b/utils/qemu/patches/0010-no-tests.patch index cc0eafe57..40125b411 100644 --- a/utils/qemu/patches/0010-no-tests.patch +++ b/utils/qemu/patches/0010-no-tests.patch @@ -1,7 +1,7 @@ --- a/meson.build +++ b/meson.build -@@ -2297,10 +2297,6 @@ specific_ss.add_all(when: 'CONFIG_BSD_US - linux_user_ss.add(files('gdbstub.c', 'thunk.c')) +@@ -2619,10 +2619,6 @@ specific_ss.add_all(when: 'CONFIG_BSD_US + linux_user_ss.add(files('thunk.c')) specific_ss.add_all(when: 'CONFIG_LINUX_USER', if_true: linux_user_ss) -# needed for fuzzing binaries @@ -11,7 +11,7 @@ # accel modules tcg_real_module_ss = ss.source_set() tcg_real_module_ss.add_all(when: 'CONFIG_TCG_MODULAR', if_true: tcg_module_ss) -@@ -2780,10 +2776,6 @@ subdir('scripts') +@@ -3107,10 +3103,6 @@ subdir('scripts') subdir('tools') subdir('pc-bios') subdir('docs') -- cgit v1.2.3