From 79526a9f5b753db418077a9cbccab31d9fa0d34da5dcade3ae73e09947c2ed82 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Thu, 5 Jul 2018 21:54:02 +0000 Subject: [PATCH] Accepting request 621221 from home:bfrogers:branches:Virtualization Remove linux-user patch which is no longer needed (bsc#1098056) OBS-URL: https://build.opensuse.org/request/show/621221 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=416 --- ...-Remove-problematic-evdev-86-key-fro.patch | 2 +- 0011-linux-user-XXX-disable-fiemap.patch | 26 ------- 0012-linux-user-use-target_ulong.patch | 6 +- ...-Make-char-muxer-more-robust-wrt-sma.patch | 2 +- ...-linux-user-lseek-explicitly-cast-no.patch | 6 +- ...-AIO-Reduce-number-of-threads-for-32.patch | 2 +- ...-xen_disk-Add-suse-specific-flush-di.patch | 2 +- ...-qemu-bridge-helper-reduce-security-.patch | 2 +- ...-qemu-binfmt-conf-use-qemu-ARCH-binf.patch | 2 +- ...-linux-user-properly-test-for-infini.patch | 6 +- ...-roms-Makefile-pass-a-packaging-time.patch | 2 +- ...-Raise-soft-address-space-limit-to-h.patch | 2 +- ...-increase-x86_64-physical-bits-to-42.patch | 2 +- ...-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch | 2 +- 0024-i8254-Fix-migration-from-SLE11-SP2.patch | 2 +- ...-acpi_piix4-Fix-migration-from-SLE11.patch | 2 +- 0026-Fix-tigervnc-long-press-issue.patch | 2 +- ...-string-input-visitor-Fix-uint64-par.patch | 2 +- ...-test-string-input-visitor-Add-int-t.patch | 2 +- ...-test-string-input-visitor-Add-uint6.patch | 2 +- 0030-tests-Add-QOM-property-unit-tests.patch | 2 +- 0031-tests-Add-scsi-disk-test.patch | 2 +- ...-Switch-order-of-libraries-for-mpath.patch | 2 +- ...-Make-installed-scripts-explicitly-p.patch | 2 +- ...-migration-warn-about-inconsistent-s.patch | 2 +- ...-smbios-Add-1-terminator-if-any-stri.patch | 2 +- ...-configure-Modify-python-used-for-io.patch | 2 +- ...-qemu-io-tests-comment-out-problemat.patch | 2 +- ...-tests-test-thread-pool-is-racy-add-.patch | 2 +- ...-device_tree-Increase-FDT_MAX_SIZE-t.patch | 2 +- ...patch => 0040-vnc-fix-use-after-free.patch | 2 +- ...-ccid-Fix-dwProtocols-advertisement-.patch | 2 +- ...-tcg-arm-Fix-memory-barrier-encoding.patch | 2 +- ...-s390-ccw-force-diag-308-subcode-to-.patch | 2 +- ...-nbd-client-fix-nbd_negotiate_simple.patch | 2 +- ...-migration-block-dirty-bitmap-fix-me.patch | 2 +- ...-nbd-client-Fix-error-messages-durin.patch | 2 +- ...-nbd-client-Relax-handling-of-large-.patch | 2 +- ...=> 0048-qxl-fix-local-renderer-crash.patch | 2 +- ...-tcg-Limit-the-number-of-ops-in-a-TB.patch | 2 +- ...-target-arm-Clear-SVE-high-bits-for-.patch | 2 +- ...-cpus-tcg-fix-never-exiting-loop-on-.patch | 2 +- ...-s390x-css-disabled-subchannels-cann.patch | 2 +- ...-pc-bios-s390-ccw-struct-tpi_info-mu.patch | 2 +- ...0054-virtio-ccw-common-reset-handler.patch | 2 +- ...-s390x-ccw-make-sure-all-ccw-devices.patch | 2 +- ...-blockjob-expose-error-string-via-qu.patch | 2 +- ...-blockjob-Fix-assertion-in-block_job.patch | 2 +- ...-qemu-io-Use-purely-string-blockdev-.patch | 2 +- ...-qemu-img-Use-only-string-options-in.patch | 2 +- ...-nfs-Remove-processed-options-from-Q.patch | 2 +- ...-i386-define-the-ssbd-CPUID-feature-.patch | 2 +- ...-i386-Define-the-Virt-SSBD-MSR-and-h.patch | 2 +- ...-i386-define-the-AMD-virt-ssbd-CPUID.patch | 2 +- ... => 0064-ahci-fix-PxCI-register-race.patch | 2 +- ...-ccid-card-passthru-fix-regression-i.patch | 2 +- ...-xen-add-block-resize-support-for-xe.patch | 2 +- qemu-linux-user.changes | 73 +++++++++++++++++++ qemu-linux-user.spec | 66 ++++++++--------- qemu-testsuite.changes | 73 +++++++++++++++++++ qemu-testsuite.spec | 66 ++++++++--------- qemu.changes | 73 +++++++++++++++++++ qemu.spec | 66 ++++++++--------- 63 files changed, 377 insertions(+), 190 deletions(-) rename 0036-Remove-problematic-evdev-86-key-fro.patch => 0011-Remove-problematic-evdev-86-key-fro.patch (93%) delete mode 100644 0011-linux-user-XXX-disable-fiemap.patch rename 0037-configure-Modify-python-used-for-io.patch => 0036-configure-Modify-python-used-for-io.patch (93%) rename 0038-qemu-io-tests-comment-out-problemat.patch => 0037-qemu-io-tests-comment-out-problemat.patch (94%) rename 0039-tests-test-thread-pool-is-racy-add-.patch => 0038-tests-test-thread-pool-is-racy-add-.patch (95%) rename 0040-device_tree-Increase-FDT_MAX_SIZE-t.patch => 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch (95%) rename 0041-vnc-fix-use-after-free.patch => 0040-vnc-fix-use-after-free.patch (95%) rename 0042-ccid-Fix-dwProtocols-advertisement-.patch => 0041-ccid-Fix-dwProtocols-advertisement-.patch (97%) rename 0043-tcg-arm-Fix-memory-barrier-encoding.patch => 0042-tcg-arm-Fix-memory-barrier-encoding.patch (96%) rename 0044-s390-ccw-force-diag-308-subcode-to-.patch => 0043-s390-ccw-force-diag-308-subcode-to-.patch (95%) rename 0045-nbd-client-fix-nbd_negotiate_simple.patch => 0044-nbd-client-fix-nbd_negotiate_simple.patch (96%) rename 0046-migration-block-dirty-bitmap-fix-me.patch => 0045-migration-block-dirty-bitmap-fix-me.patch (95%) rename 0047-nbd-client-Fix-error-messages-durin.patch => 0046-nbd-client-Fix-error-messages-durin.patch (97%) rename 0048-nbd-client-Relax-handling-of-large-.patch => 0047-nbd-client-Relax-handling-of-large-.patch (97%) rename 0049-qxl-fix-local-renderer-crash.patch => 0048-qxl-fix-local-renderer-crash.patch (96%) rename 0050-tcg-Limit-the-number-of-ops-in-a-TB.patch => 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch (97%) rename 0051-target-arm-Clear-SVE-high-bits-for-.patch => 0050-target-arm-Clear-SVE-high-bits-for-.patch (97%) rename 0052-cpus-tcg-fix-never-exiting-loop-on-.patch => 0051-cpus-tcg-fix-never-exiting-loop-on-.patch (95%) rename 0053-s390x-css-disabled-subchannels-cann.patch => 0052-s390x-css-disabled-subchannels-cann.patch (96%) rename 0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch => 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch (96%) rename 0055-virtio-ccw-common-reset-handler.patch => 0054-virtio-ccw-common-reset-handler.patch (98%) rename 0056-s390x-ccw-make-sure-all-ccw-devices.patch => 0055-s390x-ccw-make-sure-all-ccw-devices.patch (98%) rename 0057-blockjob-expose-error-string-via-qu.patch => 0056-blockjob-expose-error-string-via-qu.patch (97%) rename 0058-blockjob-Fix-assertion-in-block_job.patch => 0057-blockjob-Fix-assertion-in-block_job.patch (95%) rename 0059-qemu-io-Use-purely-string-blockdev-.patch => 0058-qemu-io-Use-purely-string-blockdev-.patch (97%) rename 0060-qemu-img-Use-only-string-options-in.patch => 0059-qemu-img-Use-only-string-options-in.patch (96%) rename 0061-nfs-Remove-processed-options-from-Q.patch => 0060-nfs-Remove-processed-options-from-Q.patch (96%) rename 0062-i386-define-the-ssbd-CPUID-feature-.patch => 0061-i386-define-the-ssbd-CPUID-feature-.patch (97%) rename 0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch => 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch (98%) rename 0064-i386-define-the-AMD-virt-ssbd-CPUID.patch => 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch (95%) rename 0065-ahci-fix-PxCI-register-race.patch => 0064-ahci-fix-PxCI-register-race.patch (96%) rename 0066-ccid-card-passthru-fix-regression-i.patch => 0065-ccid-card-passthru-fix-regression-i.patch (96%) rename 0067-xen-add-block-resize-support-for-xe.patch => 0066-xen-add-block-resize-support-for-xe.patch (98%) diff --git a/0036-Remove-problematic-evdev-86-key-fro.patch b/0011-Remove-problematic-evdev-86-key-fro.patch similarity index 93% rename from 0036-Remove-problematic-evdev-86-key-fro.patch rename to 0011-Remove-problematic-evdev-86-key-fro.patch index 57e3fd6..b49c407 100644 --- a/0036-Remove-problematic-evdev-86-key-fro.patch +++ b/0011-Remove-problematic-evdev-86-key-fro.patch @@ -1,4 +1,4 @@ -From 0d10e6cbe3c88323dd478f8bbd13e09358db2ee0 Mon Sep 17 00:00:00 2001 +From f28ef07b4c0c013a95baf2736e45d92982eab376 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 20 Dec 2017 15:43:07 -0800 Subject: [PATCH] Remove problematic 'evdev 86' key from en-us keymap diff --git a/0011-linux-user-XXX-disable-fiemap.patch b/0011-linux-user-XXX-disable-fiemap.patch deleted file mode 100644 index d281bcb..0000000 --- a/0011-linux-user-XXX-disable-fiemap.patch +++ /dev/null @@ -1,26 +0,0 @@ -From ba79c7b6559b50210be412d7f23e83749b4982a9 Mon Sep 17 00:00:00 2001 -From: Alexander Graf -Date: Tue, 21 Aug 2012 14:20:40 +0200 -Subject: [PATCH] linux-user: XXX disable fiemap - -agraf: fiemap breaks in libarchive. Disable it for now. ---- - linux-user/syscall.c | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/linux-user/syscall.c b/linux-user/syscall.c -index d1e14071ad..4e2f5e0fd0 100644 ---- a/linux-user/syscall.c -+++ b/linux-user/syscall.c -@@ -5154,6 +5154,11 @@ static abi_long do_ioctl_fs_ioc_fiemap(const IOCTLEntry *ie, uint8_t *buf_temp, - uint32_t outbufsz; - int free_fm = 0; - -+ if (1) { -+ /* XXX agraf: fiemap breaks for me */ -+ return -TARGET_EINVAL; -+ } -+ - assert(arg_type[0] == TYPE_PTR); - assert(ie->access == IOC_RW); - arg_type++; diff --git a/0012-linux-user-use-target_ulong.patch b/0012-linux-user-use-target_ulong.patch index b3e38b9..148ce4d 100644 --- a/0012-linux-user-use-target_ulong.patch +++ b/0012-linux-user-use-target_ulong.patch @@ -1,4 +1,4 @@ -From da2d73f2809fa98721f963fd858bd36f5bf8498f Mon Sep 17 00:00:00 2001 +From 5ab0ac94b8cc2400e23d4eb3b6f15b12af1d9901 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 9 Oct 2012 09:06:49 +0200 Subject: [PATCH] linux-user: use target_ulong @@ -36,10 +36,10 @@ index 192a0d2fef..725f3f5e63 100644 extern __thread CPUState *thread_cpu; void cpu_loop(CPUArchState *env); diff --git a/linux-user/syscall.c b/linux-user/syscall.c -index 4e2f5e0fd0..6ce64d6c2e 100644 +index d1e14071ad..65d9391e47 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c -@@ -7889,10 +7889,10 @@ static int host_to_target_cpu_mask(const unsigned long *host_mask, +@@ -7884,10 +7884,10 @@ static int host_to_target_cpu_mask(const unsigned long *host_mask, /* do_syscall() should always have a single exit point at the end so that actions, such as logging of syscall results, can be performed. All errnos that do_syscall() returns must be -TARGET_. */ diff --git a/0013-Make-char-muxer-more-robust-wrt-sma.patch b/0013-Make-char-muxer-more-robust-wrt-sma.patch index 13e3d77..716b106 100644 --- a/0013-Make-char-muxer-more-robust-wrt-sma.patch +++ b/0013-Make-char-muxer-more-robust-wrt-sma.patch @@ -1,4 +1,4 @@ -From 29af67d7cdb46c617a920158b37626148b94b66d Mon Sep 17 00:00:00 2001 +From 3d82609282e2d57b71ec4c7593d6cc188eec7532 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 1 Apr 2010 17:36:23 +0200 Subject: [PATCH] Make char muxer more robust wrt small FIFOs diff --git a/0014-linux-user-lseek-explicitly-cast-no.patch b/0014-linux-user-lseek-explicitly-cast-no.patch index a7384db..a896c87 100644 --- a/0014-linux-user-lseek-explicitly-cast-no.patch +++ b/0014-linux-user-lseek-explicitly-cast-no.patch @@ -1,4 +1,4 @@ -From a36180d75a0525d1cd2bb1929e6b348a0ba17be2 Mon Sep 17 00:00:00 2001 +From 2e1c45d401a7a855063d2e8634a4a0a3128b3aff Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 13 Dec 2012 14:29:22 +0100 Subject: [PATCH] linux-user: lseek: explicitly cast non-set offsets to signed @@ -16,10 +16,10 @@ Signed-off-by: Alexander Graf 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c -index 6ce64d6c2e..9dbcb7668d 100644 +index 65d9391e47..fdf33b3279 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c -@@ -8268,9 +8268,14 @@ abi_long do_syscall(void *cpu_env, int num, abi_ulong arg1, +@@ -8263,9 +8263,14 @@ abi_long do_syscall(void *cpu_env, int num, abi_ulong arg1, case TARGET_NR_oldstat: goto unimplemented; #endif diff --git a/0015-AIO-Reduce-number-of-threads-for-32.patch b/0015-AIO-Reduce-number-of-threads-for-32.patch index d3a328c..dc5bfb2 100644 --- a/0015-AIO-Reduce-number-of-threads-for-32.patch +++ b/0015-AIO-Reduce-number-of-threads-for-32.patch @@ -1,4 +1,4 @@ -From a8e7b6f492b5fe2d98ecb257e222c9e73942407d Mon Sep 17 00:00:00 2001 +From 1be70a0c9b350d305a6874e4bf13266d7a9d907c Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 14 Jan 2015 01:32:11 +0100 Subject: [PATCH] AIO: Reduce number of threads for 32bit hosts diff --git a/0016-xen_disk-Add-suse-specific-flush-di.patch b/0016-xen_disk-Add-suse-specific-flush-di.patch index a8acb4e..8c6a0d1 100644 --- a/0016-xen_disk-Add-suse-specific-flush-di.patch +++ b/0016-xen_disk-Add-suse-specific-flush-di.patch @@ -1,4 +1,4 @@ -From 150300e170a70517df3b59eb8e743277a76fccc9 Mon Sep 17 00:00:00 2001 +From 084d570d65e35f6a9e76d7ba1ec1c4804fd3e295 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Wed, 9 Mar 2016 15:18:11 -0700 Subject: [PATCH] xen_disk: Add suse specific flush disable handling and map to diff --git a/0017-qemu-bridge-helper-reduce-security-.patch b/0017-qemu-bridge-helper-reduce-security-.patch index 7acb91a..4063749 100644 --- a/0017-qemu-bridge-helper-reduce-security-.patch +++ b/0017-qemu-bridge-helper-reduce-security-.patch @@ -1,4 +1,4 @@ -From f3de20db1304cf3e517c2f5f901fa94a37f95166 Mon Sep 17 00:00:00 2001 +From fa7458f06121fc882064886561b9451bc1edc0a2 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Tue, 2 Aug 2016 11:36:02 -0600 Subject: [PATCH] qemu-bridge-helper: reduce security profile diff --git a/0018-qemu-binfmt-conf-use-qemu-ARCH-binf.patch b/0018-qemu-binfmt-conf-use-qemu-ARCH-binf.patch index 3cc14fb..f983703 100644 --- a/0018-qemu-binfmt-conf-use-qemu-ARCH-binf.patch +++ b/0018-qemu-binfmt-conf-use-qemu-ARCH-binf.patch @@ -1,4 +1,4 @@ -From fb67fe30ce2ebaec9884de1339283c1f8f040516 Mon Sep 17 00:00:00 2001 +From e5f31c687180c21f0c605c3907085ff083f1ab04 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 12 Aug 2016 18:20:49 +0200 Subject: [PATCH] qemu-binfmt-conf: use qemu-ARCH-binfmt diff --git a/0019-linux-user-properly-test-for-infini.patch b/0019-linux-user-properly-test-for-infini.patch index b572e3f..20de477 100644 --- a/0019-linux-user-properly-test-for-infini.patch +++ b/0019-linux-user-properly-test-for-infini.patch @@ -1,4 +1,4 @@ -From a6780492932efe56032ad1fc336fb5f03b3ee4b2 Mon Sep 17 00:00:00 2001 +From 8d1847b2dc82e1cc306ad7f5b94b44ef82b31364 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 8 Sep 2016 11:21:05 +0200 Subject: [PATCH] linux-user: properly test for infinite timeout in poll (#8) @@ -16,10 +16,10 @@ Signed-off-by: Andreas Schwab 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c -index 9dbcb7668d..5b8d844d9b 100644 +index fdf33b3279..7c71c74983 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c -@@ -10454,7 +10454,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_ulong arg1, +@@ -10449,7 +10449,7 @@ abi_long do_syscall(void *cpu_env, int num, abi_ulong arg1, { struct timespec ts, *pts; diff --git a/0020-roms-Makefile-pass-a-packaging-time.patch b/0020-roms-Makefile-pass-a-packaging-time.patch index 96e74ea..5a4fe03 100644 --- a/0020-roms-Makefile-pass-a-packaging-time.patch +++ b/0020-roms-Makefile-pass-a-packaging-time.patch @@ -1,4 +1,4 @@ -From 1dc760f3b436dc6bf9e68ec529682aa3d79ce217 Mon Sep 17 00:00:00 2001 +From be018ba774291252216b001e94b8463e1f753320 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Sat, 19 Nov 2016 08:06:30 -0700 Subject: [PATCH] roms/Makefile: pass a packaging timestamp to subpackages with diff --git a/0021-Raise-soft-address-space-limit-to-h.patch b/0021-Raise-soft-address-space-limit-to-h.patch index d683f3b..060375d 100644 --- a/0021-Raise-soft-address-space-limit-to-h.patch +++ b/0021-Raise-soft-address-space-limit-to-h.patch @@ -1,4 +1,4 @@ -From 522aede2849b955e7407624870c6d1fff518b7c1 Mon Sep 17 00:00:00 2001 +From d01d9e3c04391f841b78daff095c5d653a4c332b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sun, 15 Jan 2012 19:53:49 +0100 Subject: [PATCH] Raise soft address space limit to hard limit diff --git a/0022-increase-x86_64-physical-bits-to-42.patch b/0022-increase-x86_64-physical-bits-to-42.patch index 2d0c4ab..229840a 100644 --- a/0022-increase-x86_64-physical-bits-to-42.patch +++ b/0022-increase-x86_64-physical-bits-to-42.patch @@ -1,4 +1,4 @@ -From 277b158cc6e5f00f3be96aab16bda13865d3b354 Mon Sep 17 00:00:00 2001 +From e04322319d12cbbbc9c98ddc92c2ee6c1d26c5b8 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Fri, 17 May 2013 16:49:58 -0600 Subject: [PATCH] increase x86_64 physical bits to 42 diff --git a/0023-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch b/0023-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch index 8c6d087..9a69b49 100644 --- a/0023-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch +++ b/0023-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch @@ -1,4 +1,4 @@ -From 5f889cb737fd5bf76d03e265d7bbffae0572516a Mon Sep 17 00:00:00 2001 +From 4481918a925174e852fe0da79bebafa1f78d5e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 12 Jun 2013 19:26:37 +0200 Subject: [PATCH] vga: Raise VRAM to 16 MiB for pc-0.15 and below diff --git a/0024-i8254-Fix-migration-from-SLE11-SP2.patch b/0024-i8254-Fix-migration-from-SLE11-SP2.patch index a245ba6..7b336c3 100644 --- a/0024-i8254-Fix-migration-from-SLE11-SP2.patch +++ b/0024-i8254-Fix-migration-from-SLE11-SP2.patch @@ -1,4 +1,4 @@ -From cb75869521f011bff93fe429d1084051aaf5896f Mon Sep 17 00:00:00 2001 +From 73d118f4a62698fab8262a5fa628e21122fb7776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 31 Jul 2013 17:05:29 +0200 Subject: [PATCH] i8254: Fix migration from SLE11 SP2 diff --git a/0025-acpi_piix4-Fix-migration-from-SLE11.patch b/0025-acpi_piix4-Fix-migration-from-SLE11.patch index b3b10a4..66b27c3 100644 --- a/0025-acpi_piix4-Fix-migration-from-SLE11.patch +++ b/0025-acpi_piix4-Fix-migration-from-SLE11.patch @@ -1,4 +1,4 @@ -From 647e494a0b04cb5a262ee973ebfaedba688ed772 Mon Sep 17 00:00:00 2001 +From 7612772e02272f4f27877a802bad99a572715d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 31 Jul 2013 17:32:35 +0200 Subject: [PATCH] acpi_piix4: Fix migration from SLE11 SP2 diff --git a/0026-Fix-tigervnc-long-press-issue.patch b/0026-Fix-tigervnc-long-press-issue.patch index 9277991..f08fa07 100644 --- a/0026-Fix-tigervnc-long-press-issue.patch +++ b/0026-Fix-tigervnc-long-press-issue.patch @@ -1,4 +1,4 @@ -From c630166cf5b74b95af9ef894251b385e305963b8 Mon Sep 17 00:00:00 2001 +From 2a3aee7bf03a2f3551cf5697a3d83ad09237feb6 Mon Sep 17 00:00:00 2001 From: Chunyan Liu Date: Thu, 3 Mar 2016 16:48:17 +0800 Subject: [PATCH] Fix tigervnc long press issue diff --git a/0027-string-input-visitor-Fix-uint64-par.patch b/0027-string-input-visitor-Fix-uint64-par.patch index f644dce..158552b 100644 --- a/0027-string-input-visitor-Fix-uint64-par.patch +++ b/0027-string-input-visitor-Fix-uint64-par.patch @@ -1,4 +1,4 @@ -From 114d411a7af47fc4ccac68c5b38b99684fb0e545 Mon Sep 17 00:00:00 2001 +From c3e25d9b1dede2fcc19a7dc9e6710b03f9b9ea40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 24 Sep 2015 19:21:11 +0200 Subject: [PATCH] string-input-visitor: Fix uint64 parsing diff --git a/0028-test-string-input-visitor-Add-int-t.patch b/0028-test-string-input-visitor-Add-int-t.patch index a89b0c3..93a516c 100644 --- a/0028-test-string-input-visitor-Add-int-t.patch +++ b/0028-test-string-input-visitor-Add-int-t.patch @@ -1,4 +1,4 @@ -From 1581fd1dd1caeb73f477a217b5cda182b83d959f Mon Sep 17 00:00:00 2001 +From 96c23573df3d30857d8cabe89b5f5db12e4ca215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 24 Sep 2015 19:23:50 +0200 Subject: [PATCH] test-string-input-visitor: Add int test case diff --git a/0029-test-string-input-visitor-Add-uint6.patch b/0029-test-string-input-visitor-Add-uint6.patch index 8bb51ac..ec3e71d 100644 --- a/0029-test-string-input-visitor-Add-uint6.patch +++ b/0029-test-string-input-visitor-Add-uint6.patch @@ -1,4 +1,4 @@ -From c65473ea7a0449452118a1dfcbefc7a8b438a702 Mon Sep 17 00:00:00 2001 +From e8ec9ebc856b19cb598b43ead231188ed1fc6059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 24 Sep 2015 19:24:23 +0200 Subject: [PATCH] test-string-input-visitor: Add uint64 test diff --git a/0030-tests-Add-QOM-property-unit-tests.patch b/0030-tests-Add-QOM-property-unit-tests.patch index 576cbb8..27228b9 100644 --- a/0030-tests-Add-QOM-property-unit-tests.patch +++ b/0030-tests-Add-QOM-property-unit-tests.patch @@ -1,4 +1,4 @@ -From fdc0f082c094bd538a56a54e2430a47ab3d98a44 Mon Sep 17 00:00:00 2001 +From b807b462563cfc7c921b63000b94e666f93e2cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sun, 6 Sep 2015 20:12:42 +0200 Subject: [PATCH] tests: Add QOM property unit tests diff --git a/0031-tests-Add-scsi-disk-test.patch b/0031-tests-Add-scsi-disk-test.patch index 67685b0..404003a 100644 --- a/0031-tests-Add-scsi-disk-test.patch +++ b/0031-tests-Add-scsi-disk-test.patch @@ -1,4 +1,4 @@ -From 7de5bd85d7eaa31cd3bc7463da5969dd2a464248 Mon Sep 17 00:00:00 2001 +From 0c1511f2e47617d012d1ec548cd0349e946cec57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 25 Sep 2015 12:31:11 +0200 Subject: [PATCH] tests: Add scsi-disk test diff --git a/0032-Switch-order-of-libraries-for-mpath.patch b/0032-Switch-order-of-libraries-for-mpath.patch index 6ab558a..f77b61c 100644 --- a/0032-Switch-order-of-libraries-for-mpath.patch +++ b/0032-Switch-order-of-libraries-for-mpath.patch @@ -1,4 +1,4 @@ -From aed2596727a664bc9350d89a6cddc87bdb3ea93d Mon Sep 17 00:00:00 2001 +From 2de59e4c15255acdf0ee171287f230eb18937b96 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Fri, 3 Nov 2017 11:12:40 -0600 Subject: [PATCH] Switch order of libraries for mpath support diff --git a/0033-Make-installed-scripts-explicitly-p.patch b/0033-Make-installed-scripts-explicitly-p.patch index 8fa64d1..abafb75 100644 --- a/0033-Make-installed-scripts-explicitly-p.patch +++ b/0033-Make-installed-scripts-explicitly-p.patch @@ -1,4 +1,4 @@ -From 9ca3a32b648a48f0f9752310e57cda99b4e4c70c Mon Sep 17 00:00:00 2001 +From 6c1e821ec978e2b61dd9527565b3635d04fb52ef Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Thu, 25 Jan 2018 14:16:10 -0700 Subject: [PATCH] Make installed scripts explicitly python2 diff --git a/0034-migration-warn-about-inconsistent-s.patch b/0034-migration-warn-about-inconsistent-s.patch index 8385743..975e228 100644 --- a/0034-migration-warn-about-inconsistent-s.patch +++ b/0034-migration-warn-about-inconsistent-s.patch @@ -1,4 +1,4 @@ -From 8697082d1fd625f74e919d697cca2b75f720a04b Mon Sep 17 00:00:00 2001 +From 431c431cf4cb7cf068a9916934199a5b82a82197 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Wed, 21 Feb 2018 14:00:52 -0700 Subject: [PATCH] migration: warn about inconsistent spec_ctrl state diff --git a/0035-smbios-Add-1-terminator-if-any-stri.patch b/0035-smbios-Add-1-terminator-if-any-stri.patch index 1aedb23..e6231d4 100644 --- a/0035-smbios-Add-1-terminator-if-any-stri.patch +++ b/0035-smbios-Add-1-terminator-if-any-stri.patch @@ -1,4 +1,4 @@ -From 82f73214b4bb024153408b121ccb78321093862f Mon Sep 17 00:00:00 2001 +From 8a173a95df291b47ba4449a4452a043347f986ec Mon Sep 17 00:00:00 2001 From: Lin Ma Date: Wed, 14 Mar 2018 14:31:26 +0800 Subject: [PATCH] smbios: Add 1 terminator if any string fields defined in diff --git a/0037-configure-Modify-python-used-for-io.patch b/0036-configure-Modify-python-used-for-io.patch similarity index 93% rename from 0037-configure-Modify-python-used-for-io.patch rename to 0036-configure-Modify-python-used-for-io.patch index b970543..78e6749 100644 --- a/0037-configure-Modify-python-used-for-io.patch +++ b/0036-configure-Modify-python-used-for-io.patch @@ -1,4 +1,4 @@ -From 2af288c3c5b915d8a51f62b3b06d9d15b44a806c Mon Sep 17 00:00:00 2001 +From d2c41deb233a86e4dc4e512f54613828197e6ced Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Fri, 6 Apr 2018 09:21:56 -0600 Subject: [PATCH] configure: Modify python used for io tests diff --git a/0038-qemu-io-tests-comment-out-problemat.patch b/0037-qemu-io-tests-comment-out-problemat.patch similarity index 94% rename from 0038-qemu-io-tests-comment-out-problemat.patch rename to 0037-qemu-io-tests-comment-out-problemat.patch index 85d940c..c00b7a2 100644 --- a/0038-qemu-io-tests-comment-out-problemat.patch +++ b/0037-qemu-io-tests-comment-out-problemat.patch @@ -1,4 +1,4 @@ -From fbd6c52b4e0de8376411d8a3f1ff90d26ee35563 Mon Sep 17 00:00:00 2001 +From 537712ba25f699b883e48bd56a8e06b5f90753f0 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Fri, 6 Apr 2018 13:33:31 -0600 Subject: [PATCH] qemu-io tests: comment out problematic block io tests issues diff --git a/0039-tests-test-thread-pool-is-racy-add-.patch b/0038-tests-test-thread-pool-is-racy-add-.patch similarity index 95% rename from 0039-tests-test-thread-pool-is-racy-add-.patch rename to 0038-tests-test-thread-pool-is-racy-add-.patch index ce6a48e..6020e49 100644 --- a/0039-tests-test-thread-pool-is-racy-add-.patch +++ b/0038-tests-test-thread-pool-is-racy-add-.patch @@ -1,4 +1,4 @@ -From 7ddbb37c5a0ae657ff97c221c055cb2e843016f4 Mon Sep 17 00:00:00 2001 +From d8e65a001a16d3a46cd7b7f983e9c018edc735b6 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Fri, 13 Apr 2018 11:46:47 -0600 Subject: [PATCH] tests: test-thread-pool is racy - add some barriers diff --git a/0040-device_tree-Increase-FDT_MAX_SIZE-t.patch b/0039-device_tree-Increase-FDT_MAX_SIZE-t.patch similarity index 95% rename from 0040-device_tree-Increase-FDT_MAX_SIZE-t.patch rename to 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch index 2668992..0685fbd 100644 --- a/0040-device_tree-Increase-FDT_MAX_SIZE-t.patch +++ b/0039-device_tree-Increase-FDT_MAX_SIZE-t.patch @@ -1,4 +1,4 @@ -From 3faf2d7bb2c32a603e65f68045a58524f3018937 Mon Sep 17 00:00:00 2001 +From 8745f3aa9bd81915dd29a8b4598a325e2a85cc69 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Thu, 26 Apr 2018 11:04:38 +0100 Subject: [PATCH] device_tree: Increase FDT_MAX_SIZE to 1 MiB diff --git a/0041-vnc-fix-use-after-free.patch b/0040-vnc-fix-use-after-free.patch similarity index 95% rename from 0041-vnc-fix-use-after-free.patch rename to 0040-vnc-fix-use-after-free.patch index 1c0acb3..7ced44a 100644 --- a/0041-vnc-fix-use-after-free.patch +++ b/0040-vnc-fix-use-after-free.patch @@ -1,4 +1,4 @@ -From 62a58c5c2ab8ae7575a9d91d903e97ef250cc537 Mon Sep 17 00:00:00 2001 +From 33458111b66b2c4958ee1c8f7116faa04132328b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 20 Apr 2018 10:48:19 +0200 Subject: [PATCH] vnc: fix use-after-free diff --git a/0042-ccid-Fix-dwProtocols-advertisement-.patch b/0041-ccid-Fix-dwProtocols-advertisement-.patch similarity index 97% rename from 0042-ccid-Fix-dwProtocols-advertisement-.patch rename to 0041-ccid-Fix-dwProtocols-advertisement-.patch index 35dcabd..4c9a9a6 100644 --- a/0042-ccid-Fix-dwProtocols-advertisement-.patch +++ b/0041-ccid-Fix-dwProtocols-advertisement-.patch @@ -1,4 +1,4 @@ -From 147b2d783526c7904732749cace06b62fd5fde9b Mon Sep 17 00:00:00 2001 +From 20194e8306d5b3b9a6be08ec4fd01f88de824b77 Mon Sep 17 00:00:00 2001 From: Jason Andryuk Date: Fri, 20 Apr 2018 14:32:19 -0400 Subject: [PATCH] ccid: Fix dwProtocols advertisement of T=0 diff --git a/0043-tcg-arm-Fix-memory-barrier-encoding.patch b/0042-tcg-arm-Fix-memory-barrier-encoding.patch similarity index 96% rename from 0043-tcg-arm-Fix-memory-barrier-encoding.patch rename to 0042-tcg-arm-Fix-memory-barrier-encoding.patch index c09f40b..a36535a 100644 --- a/0043-tcg-arm-Fix-memory-barrier-encoding.patch +++ b/0042-tcg-arm-Fix-memory-barrier-encoding.patch @@ -1,4 +1,4 @@ -From 99aaadeae3b73ce65b3695a9fcae454ac09db81d Mon Sep 17 00:00:00 2001 +From e23db849d8a4b897e4a0e801e937218b05dab222 Mon Sep 17 00:00:00 2001 From: Henry Wertz Date: Tue, 17 Apr 2018 12:06:23 -1000 Subject: [PATCH] tcg/arm: Fix memory barrier encoding diff --git a/0044-s390-ccw-force-diag-308-subcode-to-.patch b/0043-s390-ccw-force-diag-308-subcode-to-.patch similarity index 95% rename from 0044-s390-ccw-force-diag-308-subcode-to-.patch rename to 0043-s390-ccw-force-diag-308-subcode-to-.patch index 5b533c5..453f507 100644 --- a/0044-s390-ccw-force-diag-308-subcode-to-.patch +++ b/0043-s390-ccw-force-diag-308-subcode-to-.patch @@ -1,4 +1,4 @@ -From 5098e4e05ca692d356588714daa2feaecc0f3248 Mon Sep 17 00:00:00 2001 +From 4d4861fc4fcde06a4fb88c6463e8e99d0f85491a Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Wed, 2 May 2018 14:52:21 +0200 Subject: [PATCH] s390-ccw: force diag 308 subcode to unsigned long diff --git a/0045-nbd-client-fix-nbd_negotiate_simple.patch b/0044-nbd-client-fix-nbd_negotiate_simple.patch similarity index 96% rename from 0045-nbd-client-fix-nbd_negotiate_simple.patch rename to 0044-nbd-client-fix-nbd_negotiate_simple.patch index 9a38b00..915beb2 100644 --- a/0045-nbd-client-fix-nbd_negotiate_simple.patch +++ b/0044-nbd-client-fix-nbd_negotiate_simple.patch @@ -1,4 +1,4 @@ -From d0583cf5cba9821cef70389de8aab7c661f9f8a3 Mon Sep 17 00:00:00 2001 +From 7c5f7f5e8249a4294254168bb50507589203a5e6 Mon Sep 17 00:00:00 2001 From: Vladimir Sementsov-Ogievskiy Date: Fri, 27 Apr 2018 17:20:01 +0300 Subject: [PATCH] nbd/client: fix nbd_negotiate_simple_meta_context diff --git a/0046-migration-block-dirty-bitmap-fix-me.patch b/0045-migration-block-dirty-bitmap-fix-me.patch similarity index 95% rename from 0046-migration-block-dirty-bitmap-fix-me.patch rename to 0045-migration-block-dirty-bitmap-fix-me.patch index 6827631..a1731fb 100644 --- a/0046-migration-block-dirty-bitmap-fix-me.patch +++ b/0045-migration-block-dirty-bitmap-fix-me.patch @@ -1,4 +1,4 @@ -From dacb486f3fda3c43180f919cd8e9febf6016bc00 Mon Sep 17 00:00:00 2001 +From 2957b7d263f33df15700a0f634b4c47e6f92c89a Mon Sep 17 00:00:00 2001 From: Vladimir Sementsov-Ogievskiy Date: Fri, 27 Apr 2018 17:20:02 +0300 Subject: [PATCH] migration/block-dirty-bitmap: fix memory leak in diff --git a/0047-nbd-client-Fix-error-messages-durin.patch b/0046-nbd-client-Fix-error-messages-durin.patch similarity index 97% rename from 0047-nbd-client-Fix-error-messages-durin.patch rename to 0046-nbd-client-Fix-error-messages-durin.patch index aa232bb..da0afa9 100644 --- a/0047-nbd-client-Fix-error-messages-durin.patch +++ b/0046-nbd-client-Fix-error-messages-durin.patch @@ -1,4 +1,4 @@ -From 576c854128e5646e6b36a757eaead3f89f21fb51 Mon Sep 17 00:00:00 2001 +From 413f836f7bf230e41600945e20078f41aa21201d Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 1 May 2018 10:46:53 -0500 Subject: [PATCH] nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZE diff --git a/0048-nbd-client-Relax-handling-of-large-.patch b/0047-nbd-client-Relax-handling-of-large-.patch similarity index 97% rename from 0048-nbd-client-Relax-handling-of-large-.patch rename to 0047-nbd-client-Relax-handling-of-large-.patch index ae937df..afb95a6 100644 --- a/0048-nbd-client-Relax-handling-of-large-.patch +++ b/0047-nbd-client-Relax-handling-of-large-.patch @@ -1,4 +1,4 @@ -From 15ada521b8ffff264f5322a188fa1ce080eec5a4 Mon Sep 17 00:00:00 2001 +From 59d76faa1bb4b3cf79fb7c8ae1265cebba8a7f7c Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 3 May 2018 17:26:26 -0500 Subject: [PATCH] nbd/client: Relax handling of large NBD_CMD_BLOCK_STATUS diff --git a/0049-qxl-fix-local-renderer-crash.patch b/0048-qxl-fix-local-renderer-crash.patch similarity index 96% rename from 0049-qxl-fix-local-renderer-crash.patch rename to 0048-qxl-fix-local-renderer-crash.patch index 92880cd..054426a 100644 --- a/0049-qxl-fix-local-renderer-crash.patch +++ b/0048-qxl-fix-local-renderer-crash.patch @@ -1,4 +1,4 @@ -From 103ae095901618329ae7bcc1c353fb9f89f0dce4 Mon Sep 17 00:00:00 2001 +From 89426b6c989d5fc9ee3ad740b3c5f4e750b809ba Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 27 Apr 2018 13:55:28 +0200 Subject: [PATCH] qxl: fix local renderer crash diff --git a/0050-tcg-Limit-the-number-of-ops-in-a-TB.patch b/0049-tcg-Limit-the-number-of-ops-in-a-TB.patch similarity index 97% rename from 0050-tcg-Limit-the-number-of-ops-in-a-TB.patch rename to 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch index ea9884f..431e8c1 100644 --- a/0050-tcg-Limit-the-number-of-ops-in-a-TB.patch +++ b/0049-tcg-Limit-the-number-of-ops-in-a-TB.patch @@ -1,4 +1,4 @@ -From 4a80d570314e7d15b62ef1195b34ea635ec940fe Mon Sep 17 00:00:00 2001 +From 50de8f17e74d6e48568627d10b113b8922a0960c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 8 May 2018 19:18:59 +0000 Subject: [PATCH] tcg: Limit the number of ops in a TB diff --git a/0051-target-arm-Clear-SVE-high-bits-for-.patch b/0050-target-arm-Clear-SVE-high-bits-for-.patch similarity index 97% rename from 0051-target-arm-Clear-SVE-high-bits-for-.patch rename to 0050-target-arm-Clear-SVE-high-bits-for-.patch index c3807b2..c4120b0 100644 --- a/0051-target-arm-Clear-SVE-high-bits-for-.patch +++ b/0050-target-arm-Clear-SVE-high-bits-for-.patch @@ -1,4 +1,4 @@ -From 5c37a7c504f63919341d277486e941c64584d171 Mon Sep 17 00:00:00 2001 +From fdcd8d89abeb6838bcf986ddd6655772ede057d8 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 10 May 2018 18:10:58 +0100 Subject: [PATCH] target/arm: Clear SVE high bits for FMOV diff --git a/0052-cpus-tcg-fix-never-exiting-loop-on-.patch b/0051-cpus-tcg-fix-never-exiting-loop-on-.patch similarity index 95% rename from 0052-cpus-tcg-fix-never-exiting-loop-on-.patch rename to 0051-cpus-tcg-fix-never-exiting-loop-on-.patch index 6c57349..320e887 100644 --- a/0052-cpus-tcg-fix-never-exiting-loop-on-.patch +++ b/0051-cpus-tcg-fix-never-exiting-loop-on-.patch @@ -1,4 +1,4 @@ -From b75d0d531a92be9c7d4f8dbbb9ebf7d0cb6b4423 Mon Sep 17 00:00:00 2001 +From 337d0fd9226878e4407f0cdb7f44a03377df8cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Wed, 25 Apr 2018 15:18:28 +0200 Subject: [PATCH] cpus: tcg: fix never exiting loop on unplug diff --git a/0053-s390x-css-disabled-subchannels-cann.patch b/0052-s390x-css-disabled-subchannels-cann.patch similarity index 96% rename from 0053-s390x-css-disabled-subchannels-cann.patch rename to 0052-s390x-css-disabled-subchannels-cann.patch index fe55863..b74422e 100644 --- a/0053-s390x-css-disabled-subchannels-cann.patch +++ b/0052-s390x-css-disabled-subchannels-cann.patch @@ -1,4 +1,4 @@ -From 2b39c3abb35d0725bd94b21475737098fbea22ff Mon Sep 17 00:00:00 2001 +From 556bb62ea193e43624ed75d5505f01e3350f5f63 Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Fri, 4 May 2018 14:53:16 +0200 Subject: [PATCH] s390x/css: disabled subchannels cannot be status pending diff --git a/0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch b/0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch similarity index 96% rename from 0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch rename to 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch index acf236f..6535742 100644 --- a/0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch +++ b/0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch @@ -1,4 +1,4 @@ -From 3179a2220ee4fbb087446148ab231898eae01fce Mon Sep 17 00:00:00 2001 +From 78b098de0ddff835f5929598f9c27ac16d1a0267 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 8 May 2018 12:17:52 +0200 Subject: [PATCH] pc-bios/s390-ccw: struct tpi_info must be declared as diff --git a/0055-virtio-ccw-common-reset-handler.patch b/0054-virtio-ccw-common-reset-handler.patch similarity index 98% rename from 0055-virtio-ccw-common-reset-handler.patch rename to 0054-virtio-ccw-common-reset-handler.patch index 5c04826..23d0fdc 100644 --- a/0055-virtio-ccw-common-reset-handler.patch +++ b/0054-virtio-ccw-common-reset-handler.patch @@ -1,4 +1,4 @@ -From ffc072689e4202e198ea8e8a3df4ec128e53bbea Mon Sep 17 00:00:00 2001 +From 26a126a301677942122831044e27b08a126da565 Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Mon, 7 May 2018 15:05:42 +0200 Subject: [PATCH] virtio-ccw: common reset handler diff --git a/0056-s390x-ccw-make-sure-all-ccw-devices.patch b/0055-s390x-ccw-make-sure-all-ccw-devices.patch similarity index 98% rename from 0056-s390x-ccw-make-sure-all-ccw-devices.patch rename to 0055-s390x-ccw-make-sure-all-ccw-devices.patch index f3ca572..7601b8c 100644 --- a/0056-s390x-ccw-make-sure-all-ccw-devices.patch +++ b/0055-s390x-ccw-make-sure-all-ccw-devices.patch @@ -1,4 +1,4 @@ -From 783d488a66a565aaf259e8736b6ccb97fb0cbb86 Mon Sep 17 00:00:00 2001 +From c3d31c408cd8ae96b67741221924c12548a4ab77 Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Mon, 7 May 2018 15:27:57 +0200 Subject: [PATCH] s390x/ccw: make sure all ccw devices are properly reset diff --git a/0057-blockjob-expose-error-string-via-qu.patch b/0056-blockjob-expose-error-string-via-qu.patch similarity index 97% rename from 0057-blockjob-expose-error-string-via-qu.patch rename to 0056-blockjob-expose-error-string-via-qu.patch index acd5cf3..120e3ae 100644 --- a/0057-blockjob-expose-error-string-via-qu.patch +++ b/0056-blockjob-expose-error-string-via-qu.patch @@ -1,4 +1,4 @@ -From 28f65ae0a583e3b0a9d2b26c6fa6dc50dfb25ad6 Mon Sep 17 00:00:00 2001 +From 629bb16d95ad28ee00436fab523678c1bcaad9e2 Mon Sep 17 00:00:00 2001 From: John Snow Date: Tue, 8 May 2018 19:36:59 -0400 Subject: [PATCH] blockjob: expose error string via query diff --git a/0058-blockjob-Fix-assertion-in-block_job.patch b/0057-blockjob-Fix-assertion-in-block_job.patch similarity index 95% rename from 0058-blockjob-Fix-assertion-in-block_job.patch rename to 0057-blockjob-Fix-assertion-in-block_job.patch index 5196684..a262ab3 100644 --- a/0058-blockjob-Fix-assertion-in-block_job.patch +++ b/0057-blockjob-Fix-assertion-in-block_job.patch @@ -1,4 +1,4 @@ -From 1eb457c2de41008aca9873be0ba2e2635e1f9cf1 Mon Sep 17 00:00:00 2001 +From 4f38141a30b761f064cbd636f1818f9d174592c2 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Tue, 8 May 2018 11:55:30 +0200 Subject: [PATCH] blockjob: Fix assertion in block_job_finalize() diff --git a/0059-qemu-io-Use-purely-string-blockdev-.patch b/0058-qemu-io-Use-purely-string-blockdev-.patch similarity index 97% rename from 0059-qemu-io-Use-purely-string-blockdev-.patch rename to 0058-qemu-io-Use-purely-string-blockdev-.patch index 8b78579..4112c00 100644 --- a/0059-qemu-io-Use-purely-string-blockdev-.patch +++ b/0058-qemu-io-Use-purely-string-blockdev-.patch @@ -1,4 +1,4 @@ -From 17f84e4f3e671f58c8c9fe909a5551ffd9dfdc87 Mon Sep 17 00:00:00 2001 +From 06c5e0881cfa7762d8bdec4fd1b6201143849dd6 Mon Sep 17 00:00:00 2001 From: Max Reitz Date: Wed, 2 May 2018 22:20:49 +0200 Subject: [PATCH] qemu-io: Use purely string blockdev options diff --git a/0060-qemu-img-Use-only-string-options-in.patch b/0059-qemu-img-Use-only-string-options-in.patch similarity index 96% rename from 0060-qemu-img-Use-only-string-options-in.patch rename to 0059-qemu-img-Use-only-string-options-in.patch index c838952..217c1c9 100644 --- a/0060-qemu-img-Use-only-string-options-in.patch +++ b/0059-qemu-img-Use-only-string-options-in.patch @@ -1,4 +1,4 @@ -From a8a7fe80f036d584ffed21f9d2ddb65d269bc805 Mon Sep 17 00:00:00 2001 +From a65a772697e0e16ba69fc90c0f0514fd859d9bdb Mon Sep 17 00:00:00 2001 From: Max Reitz Date: Wed, 2 May 2018 22:20:50 +0200 Subject: [PATCH] qemu-img: Use only string options in img_open_opts diff --git a/0061-nfs-Remove-processed-options-from-Q.patch b/0060-nfs-Remove-processed-options-from-Q.patch similarity index 96% rename from 0061-nfs-Remove-processed-options-from-Q.patch rename to 0060-nfs-Remove-processed-options-from-Q.patch index 9ec1495..b268817 100644 --- a/0061-nfs-Remove-processed-options-from-Q.patch +++ b/0060-nfs-Remove-processed-options-from-Q.patch @@ -1,4 +1,4 @@ -From 07cfae0f6649239efdbf4aa97db175468495c5a1 Mon Sep 17 00:00:00 2001 +From 424b5ff6a17f2c7df5c1cf733417f7678e950ee0 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Wed, 16 May 2018 18:08:16 +0200 Subject: [PATCH] nfs: Remove processed options from QDict diff --git a/0062-i386-define-the-ssbd-CPUID-feature-.patch b/0061-i386-define-the-ssbd-CPUID-feature-.patch similarity index 97% rename from 0062-i386-define-the-ssbd-CPUID-feature-.patch rename to 0061-i386-define-the-ssbd-CPUID-feature-.patch index f51bc63..841e71f 100644 --- a/0062-i386-define-the-ssbd-CPUID-feature-.patch +++ b/0061-i386-define-the-ssbd-CPUID-feature-.patch @@ -1,4 +1,4 @@ -From 9641d6f6e656248df8c0877ef047c0764b2bbffc Mon Sep 17 00:00:00 2001 +From 6e3dc9469c058b857c326525c3b139749f1eef35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 21 May 2018 22:54:22 +0100 Subject: [PATCH] i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639) diff --git a/0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch b/0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch similarity index 98% rename from 0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch rename to 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch index c8184be..aeba4a8 100644 --- a/0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch +++ b/0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch @@ -1,4 +1,4 @@ -From 3d54c78e88efc794e3adc1b32c2bf24829f18dec Mon Sep 17 00:00:00 2001 +From 46f65c43794b26539bc4ebe127cb006d12cefbbe Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Mon, 21 May 2018 22:54:24 +0100 Subject: [PATCH] i386: Define the Virt SSBD MSR and handling of it diff --git a/0064-i386-define-the-AMD-virt-ssbd-CPUID.patch b/0063-i386-define-the-AMD-virt-ssbd-CPUID.patch similarity index 95% rename from 0064-i386-define-the-AMD-virt-ssbd-CPUID.patch rename to 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch index ae11d72..d5ca8f2 100644 --- a/0064-i386-define-the-AMD-virt-ssbd-CPUID.patch +++ b/0063-i386-define-the-AMD-virt-ssbd-CPUID.patch @@ -1,4 +1,4 @@ -From b418432f84340d80f17b5b1317afe9c81a1d50ae Mon Sep 17 00:00:00 2001 +From f1e84a47689f4edca956d582224106d7dd853da2 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Mon, 21 May 2018 22:54:23 +0100 Subject: [PATCH] i386: define the AMD 'virt-ssbd' CPUID feature bit diff --git a/0065-ahci-fix-PxCI-register-race.patch b/0064-ahci-fix-PxCI-register-race.patch similarity index 96% rename from 0065-ahci-fix-PxCI-register-race.patch rename to 0064-ahci-fix-PxCI-register-race.patch index 0fef9f9..7a36c49 100644 --- a/0065-ahci-fix-PxCI-register-race.patch +++ b/0064-ahci-fix-PxCI-register-race.patch @@ -1,4 +1,4 @@ -From e0efecf6cb09ed306c6082949f0ce92f23439c71 Mon Sep 17 00:00:00 2001 +From b523826a08ababd1e5d404ae34667c4947895e4f Mon Sep 17 00:00:00 2001 From: John Snow Date: Thu, 31 May 2018 04:16:16 -0600 Subject: [PATCH] ahci: fix PxCI register race diff --git a/0066-ccid-card-passthru-fix-regression-i.patch b/0065-ccid-card-passthru-fix-regression-i.patch similarity index 96% rename from 0066-ccid-card-passthru-fix-regression-i.patch rename to 0065-ccid-card-passthru-fix-regression-i.patch index f60420a..051c48e 100644 --- a/0066-ccid-card-passthru-fix-regression-i.patch +++ b/0065-ccid-card-passthru-fix-regression-i.patch @@ -1,4 +1,4 @@ -From 69a3175c82f1a8453e021d19a5ddd362e8c4fb80 Mon Sep 17 00:00:00 2001 +From 927ba49ca14c81ce9c39841150a933b1b1ee2c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 15 May 2018 17:30:39 +0200 Subject: [PATCH] ccid-card-passthru: fix regression in realize() diff --git a/0067-xen-add-block-resize-support-for-xe.patch b/0066-xen-add-block-resize-support-for-xe.patch similarity index 98% rename from 0067-xen-add-block-resize-support-for-xe.patch rename to 0066-xen-add-block-resize-support-for-xe.patch index aada0cf..b01f4f0 100644 --- a/0067-xen-add-block-resize-support-for-xe.patch +++ b/0066-xen-add-block-resize-support-for-xe.patch @@ -1,4 +1,4 @@ -From 65cf4933f17a0b7a1a684c3ebfc86ce334c33859 Mon Sep 17 00:00:00 2001 +From 00ff3002e7f7a83ee977196f785f59a7425c0b72 Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Fri, 8 Jun 2018 11:04:36 -0600 Subject: [PATCH] xen: add block resize support for xen disks diff --git a/qemu-linux-user.changes b/qemu-linux-user.changes index 88f1dfb..40c1313 100644 --- a/qemu-linux-user.changes +++ b/qemu-linux-user.changes @@ -1,3 +1,76 @@ +------------------------------------------------------------------- +Thu Jul 5 21:32:03 UTC 2018 - brogers@suse.com + +- Remove linux-user patch which is no longer needed (bsc#1098056) +* Patches dropped: + 0011-linux-user-XXX-disable-fiemap.patch +* Patches renamed: + 0036-Remove-problematic-evdev-86-key-fro.patch + -> 0011-Remove-problematic-evdev-86-key-fro.patch + 0037-configure-Modify-python-used-for-io.patch + -> 0036-configure-Modify-python-used-for-io.patch + 0038-qemu-io-tests-comment-out-problemat.patch + -> 0037-qemu-io-tests-comment-out-problemat.patch + 0039-tests-test-thread-pool-is-racy-add-.patch + -> 0038-tests-test-thread-pool-is-racy-add-.patch + 0040-device_tree-Increase-FDT_MAX_SIZE-t.patch + -> 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch + 0041-vnc-fix-use-after-free.patch + -> 0040-vnc-fix-use-after-free.patch + 0042-ccid-Fix-dwProtocols-advertisement-.patch + -> 0041-ccid-Fix-dwProtocols-advertisement-.patch + 0043-tcg-arm-Fix-memory-barrier-encoding.patch + -> 0042-tcg-arm-Fix-memory-barrier-encoding.patch + 0044-s390-ccw-force-diag-308-subcode-to-.patch + -> 0043-s390-ccw-force-diag-308-subcode-to-.patch + 0045-nbd-client-fix-nbd_negotiate_simple.patch + -> 0044-nbd-client-fix-nbd_negotiate_simple.patch + 0046-migration-block-dirty-bitmap-fix-me.patch + -> 0045-migration-block-dirty-bitmap-fix-me.patch + 0047-nbd-client-Fix-error-messages-durin.patch + -> 0046-nbd-client-Fix-error-messages-durin.patch + 0048-nbd-client-Relax-handling-of-large-.patch + -> 0047-nbd-client-Relax-handling-of-large-.patch + 0049-qxl-fix-local-renderer-crash.patch + -> 0048-qxl-fix-local-renderer-crash.patch + 0050-tcg-Limit-the-number-of-ops-in-a-TB.patch + -> 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch + 0051-target-arm-Clear-SVE-high-bits-for-.patch + -> 0050-target-arm-Clear-SVE-high-bits-for-.patch + 0052-cpus-tcg-fix-never-exiting-loop-on-.patch + -> 0051-cpus-tcg-fix-never-exiting-loop-on-.patch + 0053-s390x-css-disabled-subchannels-cann.patch + -> 0052-s390x-css-disabled-subchannels-cann.patch + 0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch + -> 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch + 0055-virtio-ccw-common-reset-handler.patch + -> 0054-virtio-ccw-common-reset-handler.patch + 0056-s390x-ccw-make-sure-all-ccw-devices.patch + -> 0055-s390x-ccw-make-sure-all-ccw-devices.patch + 0057-blockjob-expose-error-string-via-qu.patch + -> 0056-blockjob-expose-error-string-via-qu.patch + 0058-blockjob-Fix-assertion-in-block_job.patch + -> 0057-blockjob-Fix-assertion-in-block_job.patch + 0059-qemu-io-Use-purely-string-blockdev-.patch + -> 0058-qemu-io-Use-purely-string-blockdev-.patch + 0060-qemu-img-Use-only-string-options-in.patch + -> 0059-qemu-img-Use-only-string-options-in.patch + 0061-nfs-Remove-processed-options-from-Q.patch + -> 0060-nfs-Remove-processed-options-from-Q.patch + 0062-i386-define-the-ssbd-CPUID-feature-.patch + -> 0061-i386-define-the-ssbd-CPUID-feature-.patch + 0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch + -> 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch + 0064-i386-define-the-AMD-virt-ssbd-CPUID.patch + -> 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch + 0065-ahci-fix-PxCI-register-race.patch + -> 0064-ahci-fix-PxCI-register-race.patch + 0066-ccid-card-passthru-fix-regression-i.patch + -> 0065-ccid-card-passthru-fix-regression-i.patch + 0067-xen-add-block-resize-support-for-xe.patch + -> 0066-xen-add-block-resize-support-for-xe.patch +- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.12 + ------------------------------------------------------------------- Thu Jul 5 15:22:40 UTC 2018 - brogers@suse.com diff --git a/qemu-linux-user.spec b/qemu-linux-user.spec index 4842da9..ded4af5 100644 --- a/qemu-linux-user.spec +++ b/qemu-linux-user.spec @@ -36,7 +36,7 @@ Patch0007: 0007-PPC-KVM-Disable-mmu-notifier-check.patch Patch0008: 0008-linux-user-fix-segfault-deadlock.patch Patch0009: 0009-linux-user-binfmt-support-host-bina.patch Patch0010: 0010-linux-user-Fake-proc-cpuinfo.patch -Patch0011: 0011-linux-user-XXX-disable-fiemap.patch +Patch0011: 0011-Remove-problematic-evdev-86-key-fro.patch Patch0012: 0012-linux-user-use-target_ulong.patch Patch0013: 0013-Make-char-muxer-more-robust-wrt-sma.patch Patch0014: 0014-linux-user-lseek-explicitly-cast-no.patch @@ -61,38 +61,37 @@ Patch0032: 0032-Switch-order-of-libraries-for-mpath.patch Patch0033: 0033-Make-installed-scripts-explicitly-p.patch Patch0034: 0034-migration-warn-about-inconsistent-s.patch Patch0035: 0035-smbios-Add-1-terminator-if-any-stri.patch -Patch0036: 0036-Remove-problematic-evdev-86-key-fro.patch -Patch0037: 0037-configure-Modify-python-used-for-io.patch -Patch0038: 0038-qemu-io-tests-comment-out-problemat.patch -Patch0039: 0039-tests-test-thread-pool-is-racy-add-.patch -Patch0040: 0040-device_tree-Increase-FDT_MAX_SIZE-t.patch -Patch0041: 0041-vnc-fix-use-after-free.patch -Patch0042: 0042-ccid-Fix-dwProtocols-advertisement-.patch -Patch0043: 0043-tcg-arm-Fix-memory-barrier-encoding.patch -Patch0044: 0044-s390-ccw-force-diag-308-subcode-to-.patch -Patch0045: 0045-nbd-client-fix-nbd_negotiate_simple.patch -Patch0046: 0046-migration-block-dirty-bitmap-fix-me.patch -Patch0047: 0047-nbd-client-Fix-error-messages-durin.patch -Patch0048: 0048-nbd-client-Relax-handling-of-large-.patch -Patch0049: 0049-qxl-fix-local-renderer-crash.patch -Patch0050: 0050-tcg-Limit-the-number-of-ops-in-a-TB.patch -Patch0051: 0051-target-arm-Clear-SVE-high-bits-for-.patch -Patch0052: 0052-cpus-tcg-fix-never-exiting-loop-on-.patch -Patch0053: 0053-s390x-css-disabled-subchannels-cann.patch -Patch0054: 0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch -Patch0055: 0055-virtio-ccw-common-reset-handler.patch -Patch0056: 0056-s390x-ccw-make-sure-all-ccw-devices.patch -Patch0057: 0057-blockjob-expose-error-string-via-qu.patch -Patch0058: 0058-blockjob-Fix-assertion-in-block_job.patch -Patch0059: 0059-qemu-io-Use-purely-string-blockdev-.patch -Patch0060: 0060-qemu-img-Use-only-string-options-in.patch -Patch0061: 0061-nfs-Remove-processed-options-from-Q.patch -Patch0062: 0062-i386-define-the-ssbd-CPUID-feature-.patch -Patch0063: 0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch -Patch0064: 0064-i386-define-the-AMD-virt-ssbd-CPUID.patch -Patch0065: 0065-ahci-fix-PxCI-register-race.patch -Patch0066: 0066-ccid-card-passthru-fix-regression-i.patch -Patch0067: 0067-xen-add-block-resize-support-for-xe.patch +Patch0036: 0036-configure-Modify-python-used-for-io.patch +Patch0037: 0037-qemu-io-tests-comment-out-problemat.patch +Patch0038: 0038-tests-test-thread-pool-is-racy-add-.patch +Patch0039: 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch +Patch0040: 0040-vnc-fix-use-after-free.patch +Patch0041: 0041-ccid-Fix-dwProtocols-advertisement-.patch +Patch0042: 0042-tcg-arm-Fix-memory-barrier-encoding.patch +Patch0043: 0043-s390-ccw-force-diag-308-subcode-to-.patch +Patch0044: 0044-nbd-client-fix-nbd_negotiate_simple.patch +Patch0045: 0045-migration-block-dirty-bitmap-fix-me.patch +Patch0046: 0046-nbd-client-Fix-error-messages-durin.patch +Patch0047: 0047-nbd-client-Relax-handling-of-large-.patch +Patch0048: 0048-qxl-fix-local-renderer-crash.patch +Patch0049: 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch +Patch0050: 0050-target-arm-Clear-SVE-high-bits-for-.patch +Patch0051: 0051-cpus-tcg-fix-never-exiting-loop-on-.patch +Patch0052: 0052-s390x-css-disabled-subchannels-cann.patch +Patch0053: 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch +Patch0054: 0054-virtio-ccw-common-reset-handler.patch +Patch0055: 0055-s390x-ccw-make-sure-all-ccw-devices.patch +Patch0056: 0056-blockjob-expose-error-string-via-qu.patch +Patch0057: 0057-blockjob-Fix-assertion-in-block_job.patch +Patch0058: 0058-qemu-io-Use-purely-string-blockdev-.patch +Patch0059: 0059-qemu-img-Use-only-string-options-in.patch +Patch0060: 0060-nfs-Remove-processed-options-from-Q.patch +Patch0061: 0061-i386-define-the-ssbd-CPUID-feature-.patch +Patch0062: 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch +Patch0063: 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch +Patch0064: 0064-ahci-fix-PxCI-register-race.patch +Patch0065: 0065-ccid-card-passthru-fix-regression-i.patch +Patch0066: 0066-xen-add-block-resize-support-for-xe.patch # Please do not add QEMU patches manually here. # Run update_git.sh to regenerate this queue. Source400: update_git.sh @@ -192,7 +191,6 @@ syscall layer occurs on the native hardware and operating system. %patch0064 -p1 %patch0065 -p1 %patch0066 -p1 -%patch0067 -p1 %build ./configure \ diff --git a/qemu-testsuite.changes b/qemu-testsuite.changes index a76882b..bd5f63a 100644 --- a/qemu-testsuite.changes +++ b/qemu-testsuite.changes @@ -1,3 +1,76 @@ +------------------------------------------------------------------- +Thu Jul 5 21:31:58 UTC 2018 - brogers@suse.com + +- Remove linux-user patch which is no longer needed (bsc#1098056) +* Patches dropped: + 0011-linux-user-XXX-disable-fiemap.patch +* Patches renamed: + 0036-Remove-problematic-evdev-86-key-fro.patch + -> 0011-Remove-problematic-evdev-86-key-fro.patch + 0037-configure-Modify-python-used-for-io.patch + -> 0036-configure-Modify-python-used-for-io.patch + 0038-qemu-io-tests-comment-out-problemat.patch + -> 0037-qemu-io-tests-comment-out-problemat.patch + 0039-tests-test-thread-pool-is-racy-add-.patch + -> 0038-tests-test-thread-pool-is-racy-add-.patch + 0040-device_tree-Increase-FDT_MAX_SIZE-t.patch + -> 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch + 0041-vnc-fix-use-after-free.patch + -> 0040-vnc-fix-use-after-free.patch + 0042-ccid-Fix-dwProtocols-advertisement-.patch + -> 0041-ccid-Fix-dwProtocols-advertisement-.patch + 0043-tcg-arm-Fix-memory-barrier-encoding.patch + -> 0042-tcg-arm-Fix-memory-barrier-encoding.patch + 0044-s390-ccw-force-diag-308-subcode-to-.patch + -> 0043-s390-ccw-force-diag-308-subcode-to-.patch + 0045-nbd-client-fix-nbd_negotiate_simple.patch + -> 0044-nbd-client-fix-nbd_negotiate_simple.patch + 0046-migration-block-dirty-bitmap-fix-me.patch + -> 0045-migration-block-dirty-bitmap-fix-me.patch + 0047-nbd-client-Fix-error-messages-durin.patch + -> 0046-nbd-client-Fix-error-messages-durin.patch + 0048-nbd-client-Relax-handling-of-large-.patch + -> 0047-nbd-client-Relax-handling-of-large-.patch + 0049-qxl-fix-local-renderer-crash.patch + -> 0048-qxl-fix-local-renderer-crash.patch + 0050-tcg-Limit-the-number-of-ops-in-a-TB.patch + -> 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch + 0051-target-arm-Clear-SVE-high-bits-for-.patch + -> 0050-target-arm-Clear-SVE-high-bits-for-.patch + 0052-cpus-tcg-fix-never-exiting-loop-on-.patch + -> 0051-cpus-tcg-fix-never-exiting-loop-on-.patch + 0053-s390x-css-disabled-subchannels-cann.patch + -> 0052-s390x-css-disabled-subchannels-cann.patch + 0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch + -> 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch + 0055-virtio-ccw-common-reset-handler.patch + -> 0054-virtio-ccw-common-reset-handler.patch + 0056-s390x-ccw-make-sure-all-ccw-devices.patch + -> 0055-s390x-ccw-make-sure-all-ccw-devices.patch + 0057-blockjob-expose-error-string-via-qu.patch + -> 0056-blockjob-expose-error-string-via-qu.patch + 0058-blockjob-Fix-assertion-in-block_job.patch + -> 0057-blockjob-Fix-assertion-in-block_job.patch + 0059-qemu-io-Use-purely-string-blockdev-.patch + -> 0058-qemu-io-Use-purely-string-blockdev-.patch + 0060-qemu-img-Use-only-string-options-in.patch + -> 0059-qemu-img-Use-only-string-options-in.patch + 0061-nfs-Remove-processed-options-from-Q.patch + -> 0060-nfs-Remove-processed-options-from-Q.patch + 0062-i386-define-the-ssbd-CPUID-feature-.patch + -> 0061-i386-define-the-ssbd-CPUID-feature-.patch + 0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch + -> 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch + 0064-i386-define-the-AMD-virt-ssbd-CPUID.patch + -> 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch + 0065-ahci-fix-PxCI-register-race.patch + -> 0064-ahci-fix-PxCI-register-race.patch + 0066-ccid-card-passthru-fix-regression-i.patch + -> 0065-ccid-card-passthru-fix-regression-i.patch + 0067-xen-add-block-resize-support-for-xe.patch + -> 0066-xen-add-block-resize-support-for-xe.patch +- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.12 + ------------------------------------------------------------------- Thu Jul 5 17:21:43 UTC 2018 - brogers@suse.com diff --git a/qemu-testsuite.spec b/qemu-testsuite.spec index ec0a589..f8c1320 100644 --- a/qemu-testsuite.spec +++ b/qemu-testsuite.spec @@ -140,7 +140,7 @@ Patch0007: 0007-PPC-KVM-Disable-mmu-notifier-check.patch Patch0008: 0008-linux-user-fix-segfault-deadlock.patch Patch0009: 0009-linux-user-binfmt-support-host-bina.patch Patch0010: 0010-linux-user-Fake-proc-cpuinfo.patch -Patch0011: 0011-linux-user-XXX-disable-fiemap.patch +Patch0011: 0011-Remove-problematic-evdev-86-key-fro.patch Patch0012: 0012-linux-user-use-target_ulong.patch Patch0013: 0013-Make-char-muxer-more-robust-wrt-sma.patch Patch0014: 0014-linux-user-lseek-explicitly-cast-no.patch @@ -165,38 +165,37 @@ Patch0032: 0032-Switch-order-of-libraries-for-mpath.patch Patch0033: 0033-Make-installed-scripts-explicitly-p.patch Patch0034: 0034-migration-warn-about-inconsistent-s.patch Patch0035: 0035-smbios-Add-1-terminator-if-any-stri.patch -Patch0036: 0036-Remove-problematic-evdev-86-key-fro.patch -Patch0037: 0037-configure-Modify-python-used-for-io.patch -Patch0038: 0038-qemu-io-tests-comment-out-problemat.patch -Patch0039: 0039-tests-test-thread-pool-is-racy-add-.patch -Patch0040: 0040-device_tree-Increase-FDT_MAX_SIZE-t.patch -Patch0041: 0041-vnc-fix-use-after-free.patch -Patch0042: 0042-ccid-Fix-dwProtocols-advertisement-.patch -Patch0043: 0043-tcg-arm-Fix-memory-barrier-encoding.patch -Patch0044: 0044-s390-ccw-force-diag-308-subcode-to-.patch -Patch0045: 0045-nbd-client-fix-nbd_negotiate_simple.patch -Patch0046: 0046-migration-block-dirty-bitmap-fix-me.patch -Patch0047: 0047-nbd-client-Fix-error-messages-durin.patch -Patch0048: 0048-nbd-client-Relax-handling-of-large-.patch -Patch0049: 0049-qxl-fix-local-renderer-crash.patch -Patch0050: 0050-tcg-Limit-the-number-of-ops-in-a-TB.patch -Patch0051: 0051-target-arm-Clear-SVE-high-bits-for-.patch -Patch0052: 0052-cpus-tcg-fix-never-exiting-loop-on-.patch -Patch0053: 0053-s390x-css-disabled-subchannels-cann.patch -Patch0054: 0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch -Patch0055: 0055-virtio-ccw-common-reset-handler.patch -Patch0056: 0056-s390x-ccw-make-sure-all-ccw-devices.patch -Patch0057: 0057-blockjob-expose-error-string-via-qu.patch -Patch0058: 0058-blockjob-Fix-assertion-in-block_job.patch -Patch0059: 0059-qemu-io-Use-purely-string-blockdev-.patch -Patch0060: 0060-qemu-img-Use-only-string-options-in.patch -Patch0061: 0061-nfs-Remove-processed-options-from-Q.patch -Patch0062: 0062-i386-define-the-ssbd-CPUID-feature-.patch -Patch0063: 0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch -Patch0064: 0064-i386-define-the-AMD-virt-ssbd-CPUID.patch -Patch0065: 0065-ahci-fix-PxCI-register-race.patch -Patch0066: 0066-ccid-card-passthru-fix-regression-i.patch -Patch0067: 0067-xen-add-block-resize-support-for-xe.patch +Patch0036: 0036-configure-Modify-python-used-for-io.patch +Patch0037: 0037-qemu-io-tests-comment-out-problemat.patch +Patch0038: 0038-tests-test-thread-pool-is-racy-add-.patch +Patch0039: 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch +Patch0040: 0040-vnc-fix-use-after-free.patch +Patch0041: 0041-ccid-Fix-dwProtocols-advertisement-.patch +Patch0042: 0042-tcg-arm-Fix-memory-barrier-encoding.patch +Patch0043: 0043-s390-ccw-force-diag-308-subcode-to-.patch +Patch0044: 0044-nbd-client-fix-nbd_negotiate_simple.patch +Patch0045: 0045-migration-block-dirty-bitmap-fix-me.patch +Patch0046: 0046-nbd-client-Fix-error-messages-durin.patch +Patch0047: 0047-nbd-client-Relax-handling-of-large-.patch +Patch0048: 0048-qxl-fix-local-renderer-crash.patch +Patch0049: 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch +Patch0050: 0050-target-arm-Clear-SVE-high-bits-for-.patch +Patch0051: 0051-cpus-tcg-fix-never-exiting-loop-on-.patch +Patch0052: 0052-s390x-css-disabled-subchannels-cann.patch +Patch0053: 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch +Patch0054: 0054-virtio-ccw-common-reset-handler.patch +Patch0055: 0055-s390x-ccw-make-sure-all-ccw-devices.patch +Patch0056: 0056-blockjob-expose-error-string-via-qu.patch +Patch0057: 0057-blockjob-Fix-assertion-in-block_job.patch +Patch0058: 0058-qemu-io-Use-purely-string-blockdev-.patch +Patch0059: 0059-qemu-img-Use-only-string-options-in.patch +Patch0060: 0060-nfs-Remove-processed-options-from-Q.patch +Patch0061: 0061-i386-define-the-ssbd-CPUID-feature-.patch +Patch0062: 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch +Patch0063: 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch +Patch0064: 0064-ahci-fix-PxCI-register-race.patch +Patch0065: 0065-ccid-card-passthru-fix-regression-i.patch +Patch0066: 0066-xen-add-block-resize-support-for-xe.patch # Please do not add QEMU patches manually here. # Run update_git.sh to regenerate this queue. @@ -932,7 +931,6 @@ This package provides a service file for starting and stopping KSM. %patch0064 -p1 %patch0065 -p1 %patch0066 -p1 -%patch0067 -p1 %if 0%{?suse_version} > 1320 %patch1000 -p1 diff --git a/qemu.changes b/qemu.changes index a76882b..bd5f63a 100644 --- a/qemu.changes +++ b/qemu.changes @@ -1,3 +1,76 @@ +------------------------------------------------------------------- +Thu Jul 5 21:31:58 UTC 2018 - brogers@suse.com + +- Remove linux-user patch which is no longer needed (bsc#1098056) +* Patches dropped: + 0011-linux-user-XXX-disable-fiemap.patch +* Patches renamed: + 0036-Remove-problematic-evdev-86-key-fro.patch + -> 0011-Remove-problematic-evdev-86-key-fro.patch + 0037-configure-Modify-python-used-for-io.patch + -> 0036-configure-Modify-python-used-for-io.patch + 0038-qemu-io-tests-comment-out-problemat.patch + -> 0037-qemu-io-tests-comment-out-problemat.patch + 0039-tests-test-thread-pool-is-racy-add-.patch + -> 0038-tests-test-thread-pool-is-racy-add-.patch + 0040-device_tree-Increase-FDT_MAX_SIZE-t.patch + -> 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch + 0041-vnc-fix-use-after-free.patch + -> 0040-vnc-fix-use-after-free.patch + 0042-ccid-Fix-dwProtocols-advertisement-.patch + -> 0041-ccid-Fix-dwProtocols-advertisement-.patch + 0043-tcg-arm-Fix-memory-barrier-encoding.patch + -> 0042-tcg-arm-Fix-memory-barrier-encoding.patch + 0044-s390-ccw-force-diag-308-subcode-to-.patch + -> 0043-s390-ccw-force-diag-308-subcode-to-.patch + 0045-nbd-client-fix-nbd_negotiate_simple.patch + -> 0044-nbd-client-fix-nbd_negotiate_simple.patch + 0046-migration-block-dirty-bitmap-fix-me.patch + -> 0045-migration-block-dirty-bitmap-fix-me.patch + 0047-nbd-client-Fix-error-messages-durin.patch + -> 0046-nbd-client-Fix-error-messages-durin.patch + 0048-nbd-client-Relax-handling-of-large-.patch + -> 0047-nbd-client-Relax-handling-of-large-.patch + 0049-qxl-fix-local-renderer-crash.patch + -> 0048-qxl-fix-local-renderer-crash.patch + 0050-tcg-Limit-the-number-of-ops-in-a-TB.patch + -> 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch + 0051-target-arm-Clear-SVE-high-bits-for-.patch + -> 0050-target-arm-Clear-SVE-high-bits-for-.patch + 0052-cpus-tcg-fix-never-exiting-loop-on-.patch + -> 0051-cpus-tcg-fix-never-exiting-loop-on-.patch + 0053-s390x-css-disabled-subchannels-cann.patch + -> 0052-s390x-css-disabled-subchannels-cann.patch + 0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch + -> 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch + 0055-virtio-ccw-common-reset-handler.patch + -> 0054-virtio-ccw-common-reset-handler.patch + 0056-s390x-ccw-make-sure-all-ccw-devices.patch + -> 0055-s390x-ccw-make-sure-all-ccw-devices.patch + 0057-blockjob-expose-error-string-via-qu.patch + -> 0056-blockjob-expose-error-string-via-qu.patch + 0058-blockjob-Fix-assertion-in-block_job.patch + -> 0057-blockjob-Fix-assertion-in-block_job.patch + 0059-qemu-io-Use-purely-string-blockdev-.patch + -> 0058-qemu-io-Use-purely-string-blockdev-.patch + 0060-qemu-img-Use-only-string-options-in.patch + -> 0059-qemu-img-Use-only-string-options-in.patch + 0061-nfs-Remove-processed-options-from-Q.patch + -> 0060-nfs-Remove-processed-options-from-Q.patch + 0062-i386-define-the-ssbd-CPUID-feature-.patch + -> 0061-i386-define-the-ssbd-CPUID-feature-.patch + 0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch + -> 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch + 0064-i386-define-the-AMD-virt-ssbd-CPUID.patch + -> 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch + 0065-ahci-fix-PxCI-register-race.patch + -> 0064-ahci-fix-PxCI-register-race.patch + 0066-ccid-card-passthru-fix-regression-i.patch + -> 0065-ccid-card-passthru-fix-regression-i.patch + 0067-xen-add-block-resize-support-for-xe.patch + -> 0066-xen-add-block-resize-support-for-xe.patch +- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.12 + ------------------------------------------------------------------- Thu Jul 5 17:21:43 UTC 2018 - brogers@suse.com diff --git a/qemu.spec b/qemu.spec index 6090137..8a22188 100644 --- a/qemu.spec +++ b/qemu.spec @@ -140,7 +140,7 @@ Patch0007: 0007-PPC-KVM-Disable-mmu-notifier-check.patch Patch0008: 0008-linux-user-fix-segfault-deadlock.patch Patch0009: 0009-linux-user-binfmt-support-host-bina.patch Patch0010: 0010-linux-user-Fake-proc-cpuinfo.patch -Patch0011: 0011-linux-user-XXX-disable-fiemap.patch +Patch0011: 0011-Remove-problematic-evdev-86-key-fro.patch Patch0012: 0012-linux-user-use-target_ulong.patch Patch0013: 0013-Make-char-muxer-more-robust-wrt-sma.patch Patch0014: 0014-linux-user-lseek-explicitly-cast-no.patch @@ -165,38 +165,37 @@ Patch0032: 0032-Switch-order-of-libraries-for-mpath.patch Patch0033: 0033-Make-installed-scripts-explicitly-p.patch Patch0034: 0034-migration-warn-about-inconsistent-s.patch Patch0035: 0035-smbios-Add-1-terminator-if-any-stri.patch -Patch0036: 0036-Remove-problematic-evdev-86-key-fro.patch -Patch0037: 0037-configure-Modify-python-used-for-io.patch -Patch0038: 0038-qemu-io-tests-comment-out-problemat.patch -Patch0039: 0039-tests-test-thread-pool-is-racy-add-.patch -Patch0040: 0040-device_tree-Increase-FDT_MAX_SIZE-t.patch -Patch0041: 0041-vnc-fix-use-after-free.patch -Patch0042: 0042-ccid-Fix-dwProtocols-advertisement-.patch -Patch0043: 0043-tcg-arm-Fix-memory-barrier-encoding.patch -Patch0044: 0044-s390-ccw-force-diag-308-subcode-to-.patch -Patch0045: 0045-nbd-client-fix-nbd_negotiate_simple.patch -Patch0046: 0046-migration-block-dirty-bitmap-fix-me.patch -Patch0047: 0047-nbd-client-Fix-error-messages-durin.patch -Patch0048: 0048-nbd-client-Relax-handling-of-large-.patch -Patch0049: 0049-qxl-fix-local-renderer-crash.patch -Patch0050: 0050-tcg-Limit-the-number-of-ops-in-a-TB.patch -Patch0051: 0051-target-arm-Clear-SVE-high-bits-for-.patch -Patch0052: 0052-cpus-tcg-fix-never-exiting-loop-on-.patch -Patch0053: 0053-s390x-css-disabled-subchannels-cann.patch -Patch0054: 0054-pc-bios-s390-ccw-struct-tpi_info-mu.patch -Patch0055: 0055-virtio-ccw-common-reset-handler.patch -Patch0056: 0056-s390x-ccw-make-sure-all-ccw-devices.patch -Patch0057: 0057-blockjob-expose-error-string-via-qu.patch -Patch0058: 0058-blockjob-Fix-assertion-in-block_job.patch -Patch0059: 0059-qemu-io-Use-purely-string-blockdev-.patch -Patch0060: 0060-qemu-img-Use-only-string-options-in.patch -Patch0061: 0061-nfs-Remove-processed-options-from-Q.patch -Patch0062: 0062-i386-define-the-ssbd-CPUID-feature-.patch -Patch0063: 0063-i386-Define-the-Virt-SSBD-MSR-and-h.patch -Patch0064: 0064-i386-define-the-AMD-virt-ssbd-CPUID.patch -Patch0065: 0065-ahci-fix-PxCI-register-race.patch -Patch0066: 0066-ccid-card-passthru-fix-regression-i.patch -Patch0067: 0067-xen-add-block-resize-support-for-xe.patch +Patch0036: 0036-configure-Modify-python-used-for-io.patch +Patch0037: 0037-qemu-io-tests-comment-out-problemat.patch +Patch0038: 0038-tests-test-thread-pool-is-racy-add-.patch +Patch0039: 0039-device_tree-Increase-FDT_MAX_SIZE-t.patch +Patch0040: 0040-vnc-fix-use-after-free.patch +Patch0041: 0041-ccid-Fix-dwProtocols-advertisement-.patch +Patch0042: 0042-tcg-arm-Fix-memory-barrier-encoding.patch +Patch0043: 0043-s390-ccw-force-diag-308-subcode-to-.patch +Patch0044: 0044-nbd-client-fix-nbd_negotiate_simple.patch +Patch0045: 0045-migration-block-dirty-bitmap-fix-me.patch +Patch0046: 0046-nbd-client-Fix-error-messages-durin.patch +Patch0047: 0047-nbd-client-Relax-handling-of-large-.patch +Patch0048: 0048-qxl-fix-local-renderer-crash.patch +Patch0049: 0049-tcg-Limit-the-number-of-ops-in-a-TB.patch +Patch0050: 0050-target-arm-Clear-SVE-high-bits-for-.patch +Patch0051: 0051-cpus-tcg-fix-never-exiting-loop-on-.patch +Patch0052: 0052-s390x-css-disabled-subchannels-cann.patch +Patch0053: 0053-pc-bios-s390-ccw-struct-tpi_info-mu.patch +Patch0054: 0054-virtio-ccw-common-reset-handler.patch +Patch0055: 0055-s390x-ccw-make-sure-all-ccw-devices.patch +Patch0056: 0056-blockjob-expose-error-string-via-qu.patch +Patch0057: 0057-blockjob-Fix-assertion-in-block_job.patch +Patch0058: 0058-qemu-io-Use-purely-string-blockdev-.patch +Patch0059: 0059-qemu-img-Use-only-string-options-in.patch +Patch0060: 0060-nfs-Remove-processed-options-from-Q.patch +Patch0061: 0061-i386-define-the-ssbd-CPUID-feature-.patch +Patch0062: 0062-i386-Define-the-Virt-SSBD-MSR-and-h.patch +Patch0063: 0063-i386-define-the-AMD-virt-ssbd-CPUID.patch +Patch0064: 0064-ahci-fix-PxCI-register-race.patch +Patch0065: 0065-ccid-card-passthru-fix-regression-i.patch +Patch0066: 0066-xen-add-block-resize-support-for-xe.patch # Please do not add QEMU patches manually here. # Run update_git.sh to regenerate this queue. @@ -932,7 +931,6 @@ This package provides a service file for starting and stopping KSM. %patch0064 -p1 %patch0065 -p1 %patch0066 -p1 -%patch0067 -p1 %if 0%{?suse_version} > 1320 %patch1000 -p1