Accepting request 519796 from Virtualization:Staging
Update to v2.10.0. Also includes some prep work for SLE15. OBS-URL: https://build.opensuse.org/request/show/519796 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=359
This commit is contained in:
committed by
Git OBS Bridge
parent
8430fff5e7
commit
01e9700e70
@@ -1,3 +1,97 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 19:52:26 UTC 2017 - brogers@suse.com
|
||||
|
||||
- Update to v2.10.0: See http://wiki.qemu.org/ChangeLog/2.10
|
||||
- Dropped internal only patches used to support SUSE Studio
|
||||
Testdrive as well as other miscellaneous patches deemed unused
|
||||
and not worth carrying (bsc#1046783, bsc#1055125, bsc#1055127)
|
||||
- Update SLE support statements in anticipation of SLE15
|
||||
- disable SAN boot capability from virtio pxe rom used in v1.4 and
|
||||
older pc machine types due to rom size requirements. Hopefully
|
||||
a better solution can be found which doesn't impact functionality
|
||||
* Patches added:
|
||||
ipxe-stub-out-the-SAN-req-s-in-int13.patch
|
||||
* Patches renamed:
|
||||
0006-qemu-cvs-gettimeofday.patch -> 0003-qemu-cvs-gettimeofday.patch
|
||||
0007-qemu-cvs-ioctl_debug.patch -> 0004-qemu-cvs-ioctl_debug.patch
|
||||
0008-qemu-cvs-ioctl_nodirection.patch -> 0005-qemu-cvs-ioctl_nodirection.patch
|
||||
0009-linux-user-add-binfmt-wrapper-for-a.patch -> 0006-linux-user-add-binfmt-wrapper-for-a.patch
|
||||
0010-PPC-KVM-Disable-mmu-notifier-check.patch -> 0007-PPC-KVM-Disable-mmu-notifier-check.patch
|
||||
0011-linux-user-fix-segfault-deadlock.patch -> 0008-linux-user-fix-segfault-deadlock.patch
|
||||
0012-linux-user-binfmt-support-host-bina.patch -> 0009-linux-user-binfmt-support-host-bina.patch
|
||||
0013-linux-user-Fake-proc-cpuinfo.patch -> 0010-linux-user-Fake-proc-cpuinfo.patch
|
||||
0014-linux-user-XXX-disable-fiemap.patch -> 0011-linux-user-XXX-disable-fiemap.patch
|
||||
0017-linux-user-use-target_ulong.patch -> 0012-linux-user-use-target_ulong.patch
|
||||
0021-console-add-question-mark-escape-op.patch -> 0013-console-add-question-mark-escape-op.patch
|
||||
0022-Make-char-muxer-more-robust-wrt-sma.patch -> 0014-Make-char-muxer-more-robust-wrt-sma.patch
|
||||
0023-linux-user-lseek-explicitly-cast-no.patch -> 0015-linux-user-lseek-explicitly-cast-no.patch
|
||||
0025-AIO-Reduce-number-of-threads-for-32.patch -> 0016-AIO-Reduce-number-of-threads-for-32.patch
|
||||
0027-xen_disk-Add-suse-specific-flush-di.patch -> 0017-xen_disk-Add-suse-specific-flush-di.patch
|
||||
0028-qemu-bridge-helper-reduce-security-.patch -> 0018-qemu-bridge-helper-reduce-security-.patch
|
||||
0029-qemu-binfmt-conf-use-qemu-ARCH-binf.patch -> 0019-qemu-binfmt-conf-use-qemu-ARCH-binf.patch
|
||||
0030-configure-Fix-detection-of-seccomp-.patch -> 0020-configure-Fix-detection-of-seccomp-.patch
|
||||
0031-linux-user-properly-test-for-infini.patch -> 0020-linux-user-properly-test-for-infini.patch
|
||||
0033-roms-Makefile-pass-a-packaging-time.patch -> 0022-roms-Makefile-pass-a-packaging-time.patch
|
||||
0034-Raise-soft-address-space-limit-to-h.patch -> 0023-Raise-soft-address-space-limit-to-h.patch
|
||||
0035-increase-x86_64-physical-bits-to-42.patch -> 0024-increase-x86_64-physical-bits-to-42.patch
|
||||
0036-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch -> 0025-vga-Raise-VRAM-to-16-MiB-for-pc-0.1.patch
|
||||
0037-i8254-Fix-migration-from-SLE11-SP2.patch -> 0026-i8254-Fix-migration-from-SLE11-SP2.patch
|
||||
0038-acpi_piix4-Fix-migration-from-SLE11.patch -> 0027-acpi_piix4-Fix-migration-from-SLE11.patch
|
||||
0039-Fix-tigervnc-long-press-issue.patch -> 0028-Fix-tigervnc-long-press-issue.patch
|
||||
0041-string-input-visitor-Fix-uint64-par.patch -> 0029-string-input-visitor-Fix-uint64-par.patch
|
||||
0042-test-string-input-visitor-Add-int-t.patch -> 0030-test-string-input-visitor-Add-int-t.patch
|
||||
0043-test-string-input-visitor-Add-uint6.patch -> 0031-test-string-input-visitor-Add-uint6.patch
|
||||
0044-tests-Add-QOM-property-unit-tests.patch -> 0032-tests-Add-QOM-property-unit-tests.patch
|
||||
0045-tests-Add-scsi-disk-test.patch -> 0033-tests-Add-scsi-disk-test.patch
|
||||
* Patches dropped (upstream unless otherwise noted):
|
||||
0003-qemu-cvs-alsa_bitfield.patch (deemed not needed)
|
||||
0004-qemu-cvs-alsa_ioctl.patch (deemed not needed)
|
||||
0005-qemu-cvs-alsa_mmap.patch (deemed not needed)
|
||||
0015-slirp-nooutgoing.patch (bsc#1055125)
|
||||
0016-vnc-password-file-and-incoming-conn.patch (bsc#1055127)
|
||||
0018-block-Add-support-for-DictZip-enabl.patch (bsc#1046783)
|
||||
0019-block-Add-tar-container-format.patch (bsc#1046783)
|
||||
0020-Legacy-Patch-kvm-qemu-preXX-dictzip.patch (bsc#1046783)
|
||||
0024-configure-Enable-PIE-for-ppc-and-pp.patch (obsolete)
|
||||
0026-dictzip-Fix-on-big-endian-systems.patch (bsc#1046783)
|
||||
0032-linux-user-remove-all-traces-of-qem.patch
|
||||
0040-fix-xen-hvm-direct-kernel-boot.patch (bsc#970791)
|
||||
0046-RFC-update-Linux-headers-from-irqs-.patch
|
||||
0047-ARM-KVM-Enable-in-kernel-timers-wit.patch
|
||||
0048-input-Add-trace-event-for-empty-key.patch
|
||||
0049-ACPI-don-t-call-acpi_pcihp_device_p.patch
|
||||
0050-i386-Allow-cpuid-bit-override.patch (was for testing only)
|
||||
0051-input-limit-kbd-queue-depth.patch
|
||||
0052-audio-release-capture-buffers.patch
|
||||
0053-scsi-avoid-an-off-by-one-error-in-m.patch
|
||||
0054-vmw_pvscsi-check-message-ring-page-.patch
|
||||
0055-9pfs-local-forbid-client-access-to-.patch
|
||||
0056-jazz_led-fix-bad-snprintf.patch
|
||||
0057-slirp-smb-Replace-constant-strings-.patch
|
||||
0058-altera_timer-fix-incorrect-memset.patch
|
||||
0059-Hacks-for-building-on-gcc-7-Fedora-.patch
|
||||
0060-9pfs-local-fix-unlink-of-alien-file.patch
|
||||
0061-megasas-do-not-read-DCMD-opcode-mor.patch
|
||||
0062-megasas-always-store-SCSIRequest-in.patch
|
||||
0063-nbd-Fully-initialize-client-in-case.patch
|
||||
0064-9pfs-local-remove-use-correct-path-.patch
|
||||
0065-hid-Reset-kbd-modifiers-on-reset.patch
|
||||
0066-input-Decrement-queue-count-on-kbd-.patch
|
||||
0067-xhci-only-update-dequeue-ptr-on-com.patch
|
||||
0068-vnc-Set-default-kbd-delay-to-10ms.patch
|
||||
0069-qemu-nbd-Ignore-SIGPIPE.patch
|
||||
0070-usb-redir-fix-stack-overflow-in-usb.patch
|
||||
0072-slirp-check-len-against-dhcp-option.patch
|
||||
0071-exec-use-qemu_ram_ptr_length-to-acc.patch
|
||||
0073-xen-mapcache-store-dma-information-.patch
|
||||
0074-exec-Add-lock-parameter-to-qemu_ram.patch
|
||||
0075-Replace-struct-ucontext-with-uconte.patch
|
||||
ipxe-build-Avoid-implicit-fallthrough-warnings-on-GCC-7.patch
|
||||
ipxe-iscsi-Always-send-FirstBurstLength-parameter.patch
|
||||
ipxe-ath-Add-missing-break-statements.patch
|
||||
ipxe-mucurses-Fix-erroneous-__nonnull-attribute.patch
|
||||
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 24 18:52:40 UTC 2017 - brogers@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user