From: Marcin Krol Date: Mon, 24 Jan 2022 02:07:24 +0000 (+0100) Subject: - updated to 6.2.0 X-Git-Url: https://git.tld-linux.org/?p=packages%2Fqemu.git;a=commitdiff_plain;h=3d49db8a0d710f24eaf8fdb628ab0e989130d4a1 - updated to 6.2.0 --- diff --git a/libjpeg-boolean.patch b/libjpeg-boolean.patch index 4774981..2428089 100644 --- a/libjpeg-boolean.patch +++ b/libjpeg-boolean.patch @@ -1,7 +1,7 @@ -diff -urp qemu-2.6.1.orig/ui/vnc-enc-tight.c qemu-2.6.1/ui/vnc-enc-tight.c ---- qemu-2.6.1.orig/ui/vnc-enc-tight.c 2016-08-22 12:53:19.826554000 +0000 -+++ qemu-2.6.1/ui/vnc-enc-tight.c 2016-08-22 12:55:03.484554000 +0000 -@@ -40,6 +40,8 @@ +diff -ur qemu-6.2.0.orig/ui/vnc-enc-tight.c qemu-6.2.0/ui/vnc-enc-tight.c +--- qemu-6.2.0.orig/ui/vnc-enc-tight.c 2022-01-23 13:46:47.943392450 +0100 ++++ qemu-6.2.0/ui/vnc-enc-tight.c 2022-01-23 13:47:49.926517751 +0100 +@@ -39,6 +39,8 @@ #include #endif #ifdef CONFIG_VNC_JPEG diff --git a/qemu-cflags.patch b/qemu-cflags.patch index f5dab3e..9758778 100644 --- a/qemu-cflags.patch +++ b/qemu-cflags.patch @@ -1,7 +1,7 @@ -diff -ur qemu-5.2.0.orig/configure qemu-5.2.0/configure ---- qemu-5.2.0.orig/configure 2021-01-02 17:56:31.497947511 +0100 -+++ qemu-5.2.0/configure 2021-01-02 18:11:17.004206582 +0100 -@@ -5664,13 +5664,6 @@ +diff -ur qemu-6.2.0.orig/configure qemu-6.2.0/configure +--- qemu-6.2.0.orig/configure 2022-01-23 13:36:55.722195386 +0100 ++++ qemu-6.2.0/configure 2022-01-23 13:37:32.273269267 +0100 +@@ -3256,13 +3256,6 @@ write_c_skeleton diff --git a/qemu-user-execve.patch b/qemu-user-execve.patch index 3f538a9..7fc709c 100644 --- a/qemu-user-execve.patch +++ b/qemu-user-execve.patch @@ -45,11 +45,10 @@ Reviewed-by: Laurent Vivier v3 changes: - rebase the patchset against current code -diff --git a/linux-user/main.c b/linux-user/main.c -index ee12035..5951279 100644 ---- a/linux-user/main.c -+++ b/linux-user/main.c -@@ -79,6 +79,7 @@ static void usage(int exitcode); +diff -urNpa qemu-6.2.0.orig/linux-user/main.c qemu-6.2.0/linux-user/main.c +--- qemu-6.2.0.orig/linux-user/main.c 2022-01-23 13:51:24.451951509 +0100 ++++ qemu-6.2.0/linux-user/main.c 2022-01-23 13:53:07.574160010 +0100 +@@ -119,6 +119,7 @@ static void usage(int exitcode); static const char *interp_prefix = CONFIG_QEMU_INTERP_PREFIX; const char *qemu_uname_release; @@ -57,8 +56,8 @@ index ee12035..5951279 100644 /* XXX: on x86 MAP_GROWSDOWN only works if ESP <= address + 32, so we allocate a bigger stack. Need a better solution, for example -@@ -3828,6 +3829,11 @@ static void handle_arg_guest_base(const char *arg) - have_guest_base = 1; +@@ -338,6 +339,11 @@ static void handle_arg_guest_base(const + have_guest_base = true; } +static void handle_arg_execve(const char *arg) @@ -69,7 +68,7 @@ index ee12035..5951279 100644 static void handle_arg_reserved_va(const char *arg) { char *p; -@@ -3913,6 +3919,8 @@ static const struct qemu_argument arg_table[] = { +@@ -440,6 +446,8 @@ static const struct qemu_argument arg_ta "uname", "set qemu uname release string to 'uname'"}, {"B", "QEMU_GUEST_BASE", true, handle_arg_guest_base, "address", "set guest_base address to 'address'"}, @@ -78,21 +77,10 @@ index ee12035..5951279 100644 {"R", "QEMU_RESERVED_VA", true, handle_arg_reserved_va, "size", "reserve 'size' bytes for guest virtual address space"}, {"d", "QEMU_LOG", true, handle_arg_log, -diff --git a/linux-user/qemu.h b/linux-user/qemu.h -index bd90cc3..0d9b058 100644 ---- a/linux-user/qemu.h -+++ b/linux-user/qemu.h -@@ -140,6 +140,7 @@ void init_task_state(TaskState *ts); - void task_settid(TaskState *); - void stop_all_tasks(void); - extern const char *qemu_uname_release; -+extern const char *qemu_execve_path; - extern unsigned long mmap_min_addr; - - /* ??? See if we can avoid exposing so much of the loader internals. */ ---- qemu-2.12.0/linux-user/syscall.c~ 2018-04-30 21:43:39.000000000 +0300 -+++ qemu-2.12.0/linux-user/syscall.c 2018-04-30 21:46:36.362935706 +0300 -@@ -5854,6 +5854,109 @@ static target_timer_t get_timer_id(abi_long arg) +diff -urNpa qemu-6.2.0.orig/linux-user/syscall.c qemu-6.2.0/linux-user/syscall.c +--- qemu-6.2.0.orig/linux-user/syscall.c 2022-01-23 13:51:24.453951513 +0100 ++++ qemu-6.2.0/linux-user/syscall.c 2022-01-23 13:53:07.576160014 +0100 +@@ -8072,6 +8072,109 @@ static target_timer_t get_timer_id(abi_l return timerid; } @@ -202,7 +190,7 @@ index bd90cc3..0d9b058 100644 static int target_to_host_cpu_mask(unsigned long *host_mask, size_t host_size, abi_ulong target_addr, -@@ -8257,7 +8257,12 @@ +@@ -8585,7 +8688,12 @@ static abi_long do_syscall1(void *cpu_en * before the execve completes and makes it the other * program's problem. */ @@ -216,3 +204,14 @@ index bd90cc3..0d9b058 100644 unlock_user(p, arg1, 0); goto execve_end; +diff -urNpa qemu-6.2.0.orig/linux-user/user-internals.h qemu-6.2.0/linux-user/user-internals.h +--- qemu-6.2.0.orig/linux-user/user-internals.h 2022-01-23 13:51:24.450951507 +0100 ++++ qemu-6.2.0/linux-user/user-internals.h 2022-01-23 13:54:10.373286987 +0100 +@@ -28,6 +28,7 @@ void init_task_state(TaskState *ts); + void task_settid(TaskState *); + void stop_all_tasks(void); + extern const char *qemu_uname_release; ++extern const char *qemu_execve_path; + extern unsigned long mmap_min_addr; + + typedef struct IOCTLEntry IOCTLEntry; diff --git a/qemu-xattr.patch b/qemu-xattr.patch index c137485..f64e77b 100644 --- a/qemu-xattr.patch +++ b/qemu-xattr.patch @@ -1,10 +1,6 @@ -Workaround vs defines conflict: -When including both, the latter must be included first. -Move "qemu-xattr.h" (which includes to the front, -before (which includes . - ---- qemu-1.7.1/fsdev/virtfs-proxy-helper.c.orig 2014-03-25 15:01:10.000000000 +0100 -+++ qemu-1.7.1/fsdev/virtfs-proxy-helper.c 2014-04-03 02:55:41.115547990 +0200 +diff -ur qemu-6.2.0.orig/fsdev/virtfs-proxy-helper.c qemu-6.2.0/fsdev/virtfs-proxy-helper.c +--- qemu-6.2.0.orig/fsdev/virtfs-proxy-helper.c 2022-01-23 13:45:27.232229307 +0100 ++++ qemu-6.2.0/fsdev/virtfs-proxy-helper.c 2022-01-23 13:46:12.429320664 +0100 @@ -10,6 +10,7 @@ */ @@ -14,11 +10,10 @@ before (which includes . #include #include @@ -23,7 +24,6 @@ - #endif + #include #include "qemu-common.h" #include "qemu/sockets.h" -#include "qemu/xattr.h" #include "9p-iov-marshal.h" #include "hw/9pfs/9p-proxy.h" #include "fsdev/9p-iov-marshal.h" - diff --git a/qemu.spec b/qemu.spec index f8b9ff5..26203db 100644 --- a/qemu.spec +++ b/qemu.spec @@ -43,12 +43,12 @@ Summary: QEMU CPU Emulator Summary(pl.UTF-8): QEMU - emulator procesora Name: qemu -Version: 6.1.0 +Version: 6.2.0 Release: 1 License: GPL v2, BSD (edk2 firmware files) Group: Applications/Emulators Source0: https://download.qemu.org/%{name}-%{version}.tar.xz -# Source0-md5: 47f776c276a24f42108ba512a2aa3013 +# Source0-md5: a077669ce58b6ee07ec355e54aad25be # Loads kvm kernel modules at boot Source3: kvm-modules-load.conf # Creates /dev/kvm @@ -132,7 +132,7 @@ BuildRequires: sphinx-pdg BuildRequires: spice-protocol >= 0.12.3 BuildRequires: spice-server-devel >= 0.12.5 %endif -%{?with_systemtap:BuildRequires: systemtap-sdt-devel} +%{?with_systemtap:BuildRequires: systemtap-devel} BuildRequires: texi2html BuildRequires: texinfo %{?with_multipath:BuildRequires: udev-devel} @@ -1016,7 +1016,6 @@ build static \ --disable-slirp \ --disable-spice \ --disable-system \ - --disable-tcmalloc \ --disable-tools \ --enable-user \ --disable-xkbcommon \ @@ -1160,6 +1159,7 @@ fi %attr(755,root,root) %{_libdir}/%{name}/block-dmg-bz2.so %attr(755,root,root) %{_libdir}/%{name}/block-dmg-lzfse.so %attr(755,root,root) %{_libdir}/%{name}/audio-alsa.so +%attr(755,root,root) %{_libdir}/%{name}/audio-jack.so %if %{with oss} %attr(755,root,root) %{_libdir}/%{name}/audio-oss.so %endif @@ -1299,8 +1299,10 @@ fi %attr(755,root,root) %{_bindir}/qemu-x86_64-static %attr(755,root,root) %{_bindir}/qemu-xtensa-static %attr(755,root,root) %{_bindir}/qemu-xtensaeb-static +%if %{with systemtap} %attr(755,root,root) %{_bindir}/qemu-trace-stap-static %endif +%endif %files system-aarch64 %defattr(644,root,root,755) @@ -1470,6 +1472,7 @@ fi %{_datadir}/%{name}/linuxboot.bin %{_datadir}/%{name}/linuxboot_dma.bin %{_datadir}/%{name}/multiboot.bin +%{_datadir}/%{name}/multiboot_dma.bin %{_datadir}/%{name}/pvh.bin %{_datadir}/%{name}/pxe-e1000.rom %{_datadir}/%{name}/pxe-eepro100.rom diff --git a/x32.patch b/x32.patch index c0dec10..3485456 100644 --- a/x32.patch +++ b/x32.patch @@ -1,6 +1,7 @@ ---- qemu-2.2.0/configure~ 2015-03-26 19:52:14.000000000 +0100 -+++ qemu-2.2.0/configure 2015-03-26 19:56:34.255072716 +0100 -@@ -6148,7 +6148,7 @@ +diff -ur qemu-6.2.0.orig/configure qemu-6.2.0/configure +--- qemu-6.2.0.orig/configure 2022-01-23 13:48:29.104596968 +0100 ++++ qemu-6.2.0/configure 2022-01-23 13:48:53.080645444 +0100 +@@ -3349,7 +3349,7 @@ # Mac OS X ships with a broken assembler roms=