|
 |
9ae3a8 |
# Build time setting
|
|
 |
9ae3a8 |
%define rhev 0
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
%bcond_with guest_agent # disabled
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
%global SLOF_gittagdate 20120731
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
%global have_usbredir 1
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
%ifarch %{ix86} x86_64
|
|
 |
9ae3a8 |
%global have_seccomp 1
|
|
 |
9ae3a8 |
%global have_spice 1
|
|
 |
9ae3a8 |
%else
|
|
 |
9ae3a8 |
%global have_usbredir 0
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
%ifnarch s390 s390x
|
|
 |
9ae3a8 |
%global have_librdma 1
|
|
 |
9ae3a8 |
%global have_tcmalloc 1
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
%ifnarch x86_64
|
|
 |
9ae3a8 |
%global build_only_sub 1
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
%ifarch %{ix86}
|
|
 |
9ae3a8 |
%global kvm_target i386
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
%ifarch x86_64
|
|
 |
9ae3a8 |
%global kvm_target x86_64
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
%ifarch %{power64}
|
|
 |
9ae3a8 |
%global kvm_target ppc64
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
%ifarch s390x s390
|
|
 |
9ae3a8 |
%global kvm_target s390x
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
%ifarch ppc
|
|
 |
9ae3a8 |
%global kvm_target ppc
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
%ifarch aarch64
|
|
 |
9ae3a8 |
%global kvm_target aarch64
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
#Versions of various parts:
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
%define pkgname qemu-kvm
|
|
 |
9ae3a8 |
%define rhel_suffix -rhel
|
|
 |
9ae3a8 |
%define rhev_suffix -rhev
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# Setup for RHEL/RHEV package handling
|
|
 |
9ae3a8 |
# We need to define tree suffixes:
|
|
 |
9ae3a8 |
# - pkgsuffix: used for package name
|
|
 |
9ae3a8 |
# - extra_provides_suffix: used for dependency checking of other packages
|
|
 |
9ae3a8 |
# - conflicts_suffix: used to prevent installation of both RHEL and RHEV
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
%if %{rhev}
|
|
 |
9ae3a8 |
%global pkgsuffix %{rhev_suffix}
|
|
 |
9ae3a8 |
%global extra_provides_suffix %{nil}
|
|
 |
9ae3a8 |
%global conflicts_suffix %{rhel_suffix}
|
|
 |
9ae3a8 |
%global obsoletes_version 15:0-0
|
|
 |
9ae3a8 |
%else
|
|
 |
9ae3a8 |
%global pkgsuffix %{nil}
|
|
 |
9ae3a8 |
%global extra_provides_suffix %{rhel_suffix}
|
|
 |
9ae3a8 |
%global conflicts_suffix %{rhev_suffix}
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# Macro to properly setup RHEL/RHEV conflict handling
|
|
 |
9ae3a8 |
%define rhel_rhev_conflicts() \
|
|
 |
9ae3a8 |
Conflicts: %1%{conflicts_suffix} \
|
|
 |
9ae3a8 |
Provides: %1%{extra_provides_suffix} = %{epoch}:%{version}-%{release} \
|
|
 |
9ae3a8 |
%if 0%{?obsoletes_version:1} \
|
|
 |
9ae3a8 |
Obsoletes: %1 < %{obsoletes_version} \
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
Summary: QEMU is a machine emulator and virtualizer
|
|
 |
9ae3a8 |
Name: %{pkgname}%{?pkgsuffix}
|
|
 |
9ae3a8 |
Version: 1.5.3
|
|
 |
73f313 |
Release: 174%{?dist}
|
|
 |
9ae3a8 |
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
|
|
 |
9ae3a8 |
Epoch: 10
|
|
 |
9ae3a8 |
License: GPLv2 and GPLv2+ and CC-BY
|
|
 |
9ae3a8 |
Group: Development/Tools
|
|
 |
9ae3a8 |
URL: http://www.qemu.org/
|
|
 |
9ae3a8 |
ExclusiveArch: x86_64
|
|
 |
9ae3a8 |
Requires: seabios-bin >= 1.7.2.2-5
|
|
 |
9ae3a8 |
Requires: sgabios-bin
|
|
 |
9ae3a8 |
Requires: seavgabios-bin
|
|
 |
9ae3a8 |
Requires: ipxe-roms-qemu
|
|
 |
9ae3a8 |
Requires: %{pkgname}-common%{?pkgsuffix} = %{epoch}:%{version}-%{release}
|
|
 |
9ae3a8 |
%if 0%{?have_seccomp:1}
|
|
 |
9ae3a8 |
Requires: libseccomp >= 1.0.0
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
%if 0%{!?build_only_sub:1}
|
|
 |
9ae3a8 |
Requires: glusterfs-api >= 3.6.0
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
Requires: libusbx >= 1.0.19
|
|
 |
9ae3a8 |
# OOM killer breaks builds with parallel make on s390(x)
|
|
 |
9ae3a8 |
%ifarch s390 s390x
|
|
 |
9ae3a8 |
%define _smp_mflags %{nil}
|
|
 |
9ae3a8 |
%endif
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
Source0: http://wiki.qemu-project.org/download/qemu-%{version}.tar.bz2
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
Source1: qemu.binfmt
|
|
 |
9ae3a8 |
# Loads kvm kernel modules at boot
|
|
 |
9ae3a8 |
# Not needed anymore - required only for kvm on non i86 archs
|
|
 |
9ae3a8 |
# where we do not ubuild kvm
|
|
 |
9ae3a8 |
# Source2: kvm.modules
|
|
 |
9ae3a8 |
# Creates /dev/kvm
|
|
 |
9ae3a8 |
Source3: 80-kvm.rules
|
|
 |
9ae3a8 |
# KSM control scripts
|
|
 |
9ae3a8 |
Source4: ksm.service
|
|
 |
9ae3a8 |
Source5: ksm.sysconfig
|
|
 |
9ae3a8 |
Source6: ksmctl.c
|
|
 |
9ae3a8 |
Source7: ksmtuned.service
|
|
 |
9ae3a8 |
Source8: ksmtuned
|
|
 |
9ae3a8 |
Source9: ksmtuned.conf
|
|
 |
9ae3a8 |
Source10: qemu-guest-agent.service
|
|
 |
9ae3a8 |
Source11: 99-qemu-guest-agent.rules
|
|
 |
9ae3a8 |
Source12: bridge.conf
|
|
 |
9ae3a8 |
Source13: qemu-ga.sysconfig
|
|
 |
9ae3a8 |
Source14: rhel6-virtio.rom
|
|
 |
9ae3a8 |
Source15: rhel6-pcnet.rom
|
|
 |
9ae3a8 |
Source16: rhel6-rtl8139.rom
|
|
 |
9ae3a8 |
Source17: rhel6-ne2k_pci.rom
|
|
 |
9ae3a8 |
Source18: bios-256k.bin
|
|
 |
9ae3a8 |
Source19: README.rhel6-gpxe-source
|
|
 |
9ae3a8 |
Source20: rhel6-e1000.rom
|
|
 |
9ae3a8 |
Source21: sample_images.tar
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# libcacard build fixes (heading upstream)
|
|
 |
9ae3a8 |
Patch1: 0000-libcacard-fix-missing-symbols-in-libcacard.so.patch
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# Fix migration from qemu-kvm 1.2 to qemu 1.3
|
|
 |
9ae3a8 |
#Patch3: 0002-Fix-migration-from-qemu-kvm-1.2.patch
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# Flow control series
|
|
 |
9ae3a8 |
#Patch4: 0100-char-Split-out-tcp-socket-close-code-in-a-separate-f.patch
|
|
 |
9ae3a8 |
#Patch5: 0101-char-Add-a-QemuChrHandlers-struct-to-initialise-char.patch
|
|
 |
9ae3a8 |
#Patch6: 0102-iohandlers-Add-enable-disable_write_fd_handler-funct.patch
|
|
 |
9ae3a8 |
#Patch7: 0103-char-Add-framework-for-a-write-unblocked-callback.patch
|
|
 |
9ae3a8 |
#Patch8: 0104-char-Update-send_all-to-handle-nonblocking-chardev-w.patch
|
|
 |
9ae3a8 |
#Patch9: 0105-char-Equip-the-unix-tcp-backend-to-handle-nonblockin.patch
|
|
 |
9ae3a8 |
#Patch10: 0106-char-Throttle-when-host-connection-is-down.patch
|
|
 |
9ae3a8 |
#Patch11: 0107-virtio-console-Enable-port-throttling-when-chardev-i.patch
|
|
 |
9ae3a8 |
#Patch12: 0108-spice-qemu-char.c-add-throttling.patch
|
|
 |
9ae3a8 |
#Patch13: 0109-spice-qemu-char.c-remove-intermediate-buffer.patch
|
|
 |
9ae3a8 |
#Patch14: 0110-usb-redir-Add-flow-control-support.patch
|
|
 |
9ae3a8 |
#Patch15: 0111-char-Disable-write-callback-if-throttled-chardev-is-.patch
|
|
 |
9ae3a8 |
#Patch16: 0112-hw-virtio-serial-bus-replay-guest-open-on-destinatio.patch
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# Migration compatibility
|
|
 |
9ae3a8 |
#Patch17: configure-add-enable-migration-from-qemu-kvm.patch
|
|
 |
9ae3a8 |
#Patch18: acpi_piix4-condition-on-minimum_version_id.patch
|
|
 |
9ae3a8 |
#Patch19: i8254-fix-migration-from-qemu-kvm-1.1.patch
|
|
 |
9ae3a8 |
#Patch20: pc_piix-add-compat-handling-for-qemu-kvm-vga-mem-size.patch
|
|
 |
9ae3a8 |
#Patch21: qxl-add-rom_size-compat-property.patch
|
|
 |
9ae3a8 |
#Patch22: docs-fix-generating-qemu-doc.html-with-texinfo5.patch
|
|
 |
9ae3a8 |
#Patch23: rtc-test-Fix-test-failures-with-recent-glib.patch
|
|
 |
9ae3a8 |
#Patch24: iscsi-look-for-pkg-config-file-too.patch
|
|
 |
9ae3a8 |
#Patch25: tcg-fix-occcasional-tcg-broken-problem.patch
|
|
 |
9ae3a8 |
#Patch26: qxl-better-vga-init-in-enter_vga_mode.patch
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# Enable/disable supported features
|
|
 |
9ae3a8 |
#Patch27: make-usb-devices-configurable.patch
|
|
 |
9ae3a8 |
#Patch28: fix-scripts-make_device_config-sh.patch
|
|
 |
9ae3a8 |
Patch29: disable-unsupported-usb-devices.patch
|
|
 |
9ae3a8 |
Patch30: disable-unsupported-emulated-scsi-devices.patch
|
|
 |
9ae3a8 |
Patch31: disable-various-unsupported-devices.patch
|
|
 |
9ae3a8 |
Patch32: disable-unsupported-audio-devices.patch
|
|
 |
9ae3a8 |
Patch33: disable-unsupported-emulated-network-devices.patch
|
|
 |
9ae3a8 |
Patch34: use-kvm-by-default.patch
|
|
 |
9ae3a8 |
Patch35: disable-hpet-device.patch
|
|
 |
9ae3a8 |
Patch36: rename-man-page-to-qemu-kvm.patch
|
|
 |
9ae3a8 |
Patch37: change-path-from-qemu-to-qemu-kvm.patch
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# Fix CPUID model/level values on Conroe/Penryn/Nehalem CPU models
|
|
 |
9ae3a8 |
Patch38: pc-replace-upstream-machine-types-by-rhel7-types.patch
|
|
 |
9ae3a8 |
Patch39: target-i386-update-model-values-on-conroe-penryn-nehalem-cpu-models.patch
|
|
 |
9ae3a8 |
Patch40: target-i386-set-level-4-on-conroe-penryn-nehalem.patch
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# RHEL guest( sata disk ) can not boot up (rhbz #981723)
|
|
 |
9ae3a8 |
#Patch41: ahci-Fix-FLUSH-command.patch
|
|
 |
9ae3a8 |
# Kill the "use flash device for BIOS unless KVM" misfeature (rhbz #963280)
|
|
 |
9ae3a8 |
Patch42: pc-Disable-the-use-flash-device-for-BIOS-unless-KVM-misfeature.patch
|
|
 |
9ae3a8 |
# Provide RHEL-6 machine types (rhbz #983991)
|
|
 |
9ae3a8 |
Patch43: qemu-kvm-Fix-migration-from-older-version-due-to-i8254-changes.patch
|
|
 |
9ae3a8 |
Patch44: pc-Add-machine-type-rhel6-0-0.patch
|
|
 |
9ae3a8 |
Patch45: pc-Drop-superfluous-RHEL-6-compat_props.patch
|
|
 |
9ae3a8 |
Patch46: vga-Default-vram_size_mb-to-16-like-prior-versions-of-RHEL.patch
|
|
 |
9ae3a8 |
Patch47: pc-Drop-RHEL-6-USB-device-compat_prop-full-path.patch
|
|
 |
9ae3a8 |
Patch48: pc-Drop-RHEL-6-compat_props-virtio-serial-pci-max_ports-vectors.patch
|
|
 |
9ae3a8 |
Patch49: pc-Drop-RHEL-6-compat_props-apic-kvm-apic-vapic.patch
|
|
 |
9ae3a8 |
Patch50: qxl-set-revision-to-1-for-rhel6-0-0.patch
|
|
 |
9ae3a8 |
Patch51: pc-Give-rhel6-0-0-a-kvmclock.patch
|
|
 |
9ae3a8 |
Patch52: pc-Add-machine-type-rhel6-1-0.patch
|
|
 |
9ae3a8 |
Patch53: pc-Add-machine-type-rhel6-2-0.patch
|
|
 |
9ae3a8 |
Patch54: pc-Add-machine-type-rhel6-3-0.patch
|
|
 |
9ae3a8 |
Patch55: pc-Add-machine-type-rhel6-4-0.patch
|
|
 |
9ae3a8 |
Patch56: pc-Add-machine-type-rhel6-5-0.patch
|
|
 |
9ae3a8 |
Patch57: e1000-Keep-capabilities-list-bit-on-for-older-RHEL-machine-types.patch
|
|
 |
9ae3a8 |
# Change s3/s4 default to "disable". (rhbz #980840)
|
|
 |
9ae3a8 |
Patch58: misc-disable-s3-s4-by-default.patch
|
|
 |
9ae3a8 |
Patch59: pc-rhel6-compat-enable-S3-S4-for-6-1-and-lower-machine-types.patch
|
|
 |
9ae3a8 |
# Support Virtual Memory Disk Format in qemu (rhbz #836675)
|
|
 |
9ae3a8 |
Patch60: vmdk-Allow-reading-variable-size-descriptor-files.patch
|
|
 |
9ae3a8 |
Patch61: vmdk-refuse-to-open-higher-version-than-supported.patch
|
|
 |
9ae3a8 |
#Patch62: vmdk-remove-wrong-calculation-of-relative-path.patch
|
|
 |
9ae3a8 |
Patch63: block-add-block-driver-read-only-whitelist.patch
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# query mem info from monitor would cause qemu-kvm hang [RHEL-7] (rhbz #970047)
|
|
 |
9ae3a8 |
Patch64: kvm-char-io_channel_send-don-t-lose-written-bytes.patch
|
|
 |
9ae3a8 |
Patch65: kvm-monitor-maintain-at-most-one-G_IO_OUT-watch.patch
|
|
 |
9ae3a8 |
# Throttle-down guest to help with live migration convergence (backport to RHEL7.0) (rhbz #985958)
|
|
 |
9ae3a8 |
Patch66: kvm-misc-Introduce-async_run_on_cpu.patch
|
|
 |
9ae3a8 |
Patch67: kvm-misc-Add-auto-converge-migration-capability.patch
|
|
 |
9ae3a8 |
Patch68: kvm-misc-Force-auto-convegence-of-live-migration.patch
|
|
 |
9ae3a8 |
# disable (for now) EFI-enabled roms (rhbz #962563)
|
|
 |
9ae3a8 |
Patch69: kvm-misc-Disable-EFI-enabled-roms.patch
|
|
 |
9ae3a8 |
# qemu-kvm "vPMU passthrough" mode breaks migration, shouldn't be enabled by default (rhbz #853101)
|
|
 |
9ae3a8 |
Patch70: kvm-target-i386-Pass-X86CPU-object-to-cpu_x86_find_by_name.patch
|
|
 |
9ae3a8 |
Patch71: kvm-target-i386-Disable-PMU-CPUID-leaf-by-default.patch
|
|
 |
9ae3a8 |
Patch72: kvm-pc-set-compat-pmu-property-for-rhel6-x-machine-types.patch
|
|
 |
9ae3a8 |
# Remove pending watches after virtserialport unplug (rhbz #992900)
|
|
 |
9ae3a8 |
# Patch73: kvm-virtio-console-Use-exitfn-for-virtserialport-too.patch
|
|
 |
9ae3a8 |
# Containment of error when an SR-IOV device encounters an error... (rhbz #984604)
|
|
 |
9ae3a8 |
Patch74: kvm-linux-headers-Update-to-v3-10-rc5.patch
|
|
 |
9ae3a8 |
Patch75: kvm-vfio-QEMU-AER-Qemu-changes-to-support-AER-for-VFIO-PCI-devices.patch
|
|
 |
9ae3a8 |
|
|
 |
9ae3a8 |
# update qemu-ga config & init script in RHEL7 wrt. fsfreeze hook (rhbz 969942)
|
|
 |
9ae3a8 |
Patch76: kvm-misc-qga-fsfreeze-main-hook-adapt-to-RHEL-7-RH-only.patch
|
|
 |
9ae3a8 |
# RHEL7 does not have equivalent functionality for __com.redhat_qxl_screendump (rhbz 903910)
|
|
 |
9ae3a8 |
Patch77: kvm-misc-add-qxl_screendump-monitor-command.patch
|
|
 |
9ae3a8 |
# SEP flag behavior for CPU models of RHEL6 machine types should be compatible (rhbz 960216)
|
|
 |
9ae3a8 |
Patch78: kvm-pc_piix-disable-CPUID_SEP-for-6-4-0-machine-types-and-below.patch
|
|
 |
9ae3a8 |
# crash command can not read the dump-guest-memory file when paging=false [RHEL-7] (rhbz 981582)
|
|
 |
9ae3a8 |
Patch79: kvm-dump-Move-stubs-into-libqemustub-a.patch
|
|
 |
9ae3a8 |
Patch80: kvm-cpu-Turn-cpu_paging_enabled-into-a-CPUState-hook.patch
|
|
 |
9ae3a8 |
Patch81: kvm-memory_mapping-Move-MemoryMappingList-typedef-to-qemu-typedefs-h.patch
|
|
 |
9ae3a8 |
Patch82: kvm-cpu-Turn-cpu_get_memory_mapping-into-a-CPUState-hook.patch
|
|
 |
9ae3a8 |
Patch83: kvm-dump-Abstract-dump_init-with-cpu_synchronize_all_states.patch
|
|
 |
9ae3a8 |
Patch84: kvm-memory_mapping-Improve-qemu_get_guest_memory_mapping-error-reporting.patch
|
|
 |
9ae3a8 |
Patch85: kvm-dump-clamp-guest-provided-mapping-lengths-to-ramblock-sizes.patch
|
|
 |
9ae3a8 |
Patch86: kvm-dump-introduce-GuestPhysBlockList.patch
|
|
 |
9ae3a8 |
Patch87: kvm-dump-populate-guest_phys_blocks.patch
|
|
 |
9ae3a8 |
Patch88: kvm-dump-rebase-from-host-private-RAMBlock-offsets-to-guest-physical-addresses.patch
|
|
 |
9ae3a8 |
# RHEL 7 qemu-kvm fails to build on F19 host due to libusb deprecated API (rhbz 996469)
|
|
 |
9ae3a8 |
Patch89: kvm-usb-host-libusb-Fix-building-with-libusb-git-master-code.patch
|
|
 |
9ae3a8 |
# Live migration support in virtio-blk-data-plane (rhbz 995030)
|
|
 |
9ae3a8 |
#Patch90: kvm-dataplane-sync-virtio-c-and-vring-c-virtqueue-state.patch
|
|
 |
9ae3a8 |
#Patch91: kvm-virtio-clear-signalled_used_valid-when-switching-from-dataplane.patch
|
|
 |
9ae3a8 |
#Patch92: kvm-vhost-clear-signalled_used_valid-on-vhost-stop.patch
|
|
 |
9ae3a8 |
Patch93: kvm-migration-notify-migration-state-before-starting-thread.patch
|
|
 |
9ae3a8 |
Patch94: kvm-dataplane-enable-virtio-blk-x-data-plane-on-live-migration.patch
|
|
 |
9ae3a8 |
#Patch95: kvm-dataplane-refuse-to-start-if-device-is-already-in-use.patch
|
|
 |
9ae3a8 |
# qemu-img resize can execute successfully even input invalid syntax (rhbz 992935)
|
|
 |
9ae3a8 |
Patch96: kvm-qemu-img-Error-out-for-excess-arguments.patch
|
|
 |
9ae3a8 |
# For bz#964304 - Windows guest agent service failed to be started
|
|
 |
9ae3a8 |
Patch97: kvm-osdep-add-qemu_get_local_state_pathname.patch
|
|
 |
9ae3a8 |
# For bz#964304 - Windows guest agent service failed to be started
|
|
 |
9ae3a8 |
Patch98: kvm-qga-determine-default-state-dir-and-pidfile-dynamica.patch
|
|
 |
9ae3a8 |
# For bz#964304 - Windows guest agent service failed to be started
|
|
 |
9ae3a8 |
Patch99: kvm-configure-don-t-save-any-fixed-local_statedir-for-wi.patch
|
|
 |
9ae3a8 |
# For bz#964304 - Windows guest agent service failed to be started
|
|
 |
9ae3a8 |
Patch100: kvm-qga-create-state-directory-on-win32.patch
|
|
 |
9ae3a8 |
# For bz#964304 - Windows guest agent service failed to be started
|
|
 |
9ae3a8 |
Patch101: kvm-qga-save-state-directory-in-ga_install_service-RHEL-.patch
|
|
 |
9ae3a8 |
# For bz#964304 - Windows guest agent service failed to be started
|
|
 |
9ae3a8 |
Patch102: kvm-Makefile-create-.-var-run-when-installing-the-POSIX-.patch
|
|
 |
9ae3a8 |
# For bz#980782 - kernel_irqchip defaults to off instead of on without -machine
|
|
 |
9ae3a8 |
Patch103: kvm-qemu-option-Fix-qemu_opts_find-for-null-id-arguments.patch
|
|
 |
9ae3a8 |
# For bz#980782 - kernel_irqchip defaults to off instead of on without -machine
|
|
 |
9ae3a8 |
Patch104: kvm-qemu-option-Fix-qemu_opts_set_defaults-for-corner-ca.patch
|
|
 |
9ae3a8 |
# For bz#980782 - kernel_irqchip defaults to off instead of on without -machine
|
|
 |
9ae3a8 |
Patch105: kvm-vl-New-qemu_get_machine_opts.patch
|
|
 |
9ae3a8 |
# For bz#980782 - kernel_irqchip defaults to off instead of on without -machine
|
|
 |
9ae3a8 |
Patch106: kvm-Fix-machine-options-accel-kernel_irqchip-kvm_shadow_.patch
|
|
 |
9ae3a8 |
# For bz#980782 - kernel_irqchip defaults to off instead of on without -machine
|
|
 |
9ae3a8 |
Patch107: kvm-microblaze-Fix-latent-bug-with-default-DTB-lookup.patch
|
|
 |
9ae3a8 |
# For bz#980782 - kernel_irqchip defaults to off instead of on without -machine
|
|
 |
9ae3a8 |
Patch108: kvm-Simplify-machine-option-queries-with-qemu_get_machin.patch
|
|
 |
9ae3a8 |
# For bz#838170 - Add live migration support for USB [xhci, usb-uas]
|
|
 |
9ae3a8 |
Patch109: kvm-pci-add-VMSTATE_MSIX.patch
|
|
 |
9ae3a8 |
# For bz#838170 - Add live migration support for USB [xhci, usb-uas]
|
|
 |
9ae3a8 |
Patch110: kvm-xhci-add-XHCISlot-addressed.patch
|
|
 |
9ae3a8 |
# For bz#838170 - Add live migration support for USB [xhci, usb-uas]
|
|
 |
9ae3a8 |
Patch111: kvm-xhci-add-xhci_alloc_epctx.patch
|
|
 |
9ae3a8 |
# For bz#838170 - Add live migration support for USB [xhci, usb-uas]
|
|
 |
9ae3a8 |
Patch112: kvm-xhci-add-xhci_init_epctx.patch
|
|
 |
9ae3a8 |
# For bz#838170 - Add live migration support for USB [xhci, usb-uas]
|
|
 |
9ae3a8 |
Patch113: kvm-xhci-add-live-migration-support.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch114: kvm-pc-set-level-xlevel-correctly-on-486-qemu32-CPU-mode.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch115: kvm-pc-Remove-incorrect-rhel6.x-compat-model-value-for-C.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch116: kvm-pc-rhel6.x-has-x2apic-present-on-Conroe-Penryn-Nehal.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch117: kvm-pc-set-compat-CPUID-0x80000001-.EDX-bits-on-Westmere.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch118: kvm-pc-Remove-PCLMULQDQ-from-Westmere-on-rhel6.x-machine.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch119: kvm-pc-SandyBridge-rhel6.x-compat-fixes.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch120: kvm-pc-Haswell-doesn-t-have-rdtscp-on-rhel6.x.patch
|
|
 |
9ae3a8 |
# For bz#972433 - "INFO: rcu_sched detected stalls" after RHEL7 kvm vm migrated
|
|
 |
9ae3a8 |
Patch121: kvm-i386-fix-LAPIC-TSC-deadline-timer-save-restore.patch
|
|
 |
9ae3a8 |
# For bz#996258 - boot guest with maxcpu=255 successfully but actually max number of vcpu is 160
|
|
 |
9ae3a8 |
Patch122: kvm-all.c-max_cpus-should-not-exceed-KVM-vcpu-limit.patch
|
|
 |
9ae3a8 |
# For bz#906937 - [Hitachi 7.0 FEAT][QEMU]Add a time stamp to error message (*)
|
|
 |
9ae3a8 |
Patch123: kvm-add-timestamp-to-error_report.patch
|
|
 |
9ae3a8 |
# For bz#906937 - [Hitachi 7.0 FEAT][QEMU]Add a time stamp to error message (*)
|
|
 |
9ae3a8 |
Patch124: kvm-Convert-stderr-message-calling-error_get_pretty-to-e.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch125: kvm-block-package-preparation-code-in-qmp_transaction.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch126: kvm-block-move-input-parsing-code-in-qmp_transaction.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch127: kvm-block-package-committing-code-in-qmp_transaction.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch128: kvm-block-package-rollback-code-in-qmp_transaction.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch129: kvm-block-make-all-steps-in-qmp_transaction-as-callback.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch130: kvm-blockdev-drop-redundant-proto_drv-check.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch131: kvm-block-Don-t-parse-protocol-from-file.filename.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch132: kvm-Revert-block-Disable-driver-specific-options-for-1.5.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch133: kvm-qcow2-Add-refcount-update-reason-to-all-callers.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch134: kvm-qcow2-Options-to-enable-discard-for-freed-clusters.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch135: kvm-qcow2-Batch-discards.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch136: kvm-block-Always-enable-discard-on-the-protocol-level.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch137: kvm-qapi.py-Avoid-code-duplication.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch138: kvm-qapi.py-Allow-top-level-type-reference-for-command-d.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch139: kvm-qapi-schema-Use-BlockdevSnapshot-type-for-blockdev-s.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch140: kvm-qapi-types.py-Implement-base-for-unions.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch141: kvm-qapi-visit.py-Split-off-generate_visit_struct_fields.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch142: kvm-qapi-visit.py-Implement-base-for-unions.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch143: kvm-docs-Document-QAPI-union-types.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch144: kvm-qapi-Add-visitor-for-implicit-structs.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch145: kvm-qapi-Flat-unions-with-arbitrary-discriminator.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch146: kvm-qapi-Add-consume-argument-to-qmp_input_get_object.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch147: kvm-qapi.py-Maintain-a-list-of-union-types.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch148: kvm-qapi-qapi-types.py-native-list-support.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch149: kvm-qapi-Anonymous-unions.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch150: kvm-block-Allow-driver-option-on-the-top-level.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch151: kvm-QemuOpts-Add-qemu_opt_unset.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch152: kvm-blockdev-Rename-I-O-throttling-options-for-QMP.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch153: kvm-qemu-iotests-Update-051-reference-output.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch154: kvm-blockdev-Rename-readonly-option-to-read-only.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch155: kvm-blockdev-Split-up-cache-option.patch
|
|
 |
9ae3a8 |
# For bz#1005818 - qcow2: Backport discard command line options
|
|
 |
9ae3a8 |
Patch156: kvm-qcow2-Use-dashes-instead-of-underscores-in-options.patch
|
|
 |
9ae3a8 |
# For bz#1006959 - qemu-iotests false positives
|
|
 |
9ae3a8 |
Patch157: kvm-qemu-iotests-filter-QEMU-version-in-monitor-banner.patch
|
|
 |
9ae3a8 |
# For bz#1006959 - qemu-iotests false positives
|
|
 |
9ae3a8 |
Patch158: kvm-tests-set-MALLOC_PERTURB_-to-expose-memory-bugs.patch
|
|
 |
9ae3a8 |
# For bz#1006959 - qemu-iotests false positives
|
|
 |
9ae3a8 |
Patch159: kvm-qemu-iotests-Whitespace-cleanup.patch
|
|
 |
9ae3a8 |
# For bz#1006959 - qemu-iotests false positives
|
|
 |
9ae3a8 |
Patch160: kvm-qemu-iotests-Fixed-test-case-026.patch
|
|
 |
9ae3a8 |
# For bz#1006959 - qemu-iotests false positives
|
|
 |
9ae3a8 |
Patch161: kvm-qemu-iotests-Fix-test-038.patch
|
|
 |
9ae3a8 |
# For bz#1006959 - qemu-iotests false positives
|
|
 |
9ae3a8 |
Patch162: kvm-qemu-iotests-Remove-lsi53c895a-tests-from-051.patch
|
|
 |
9ae3a8 |
# For bz#974887 - the screen of guest fail to display correctly when use spice + qxl driver
|
|
 |
9ae3a8 |
Patch163: kvm-spice-fix-display-initialization.patch
|
|
 |
9ae3a8 |
# For bz#921983 - Disable or remove emulated network devices that we will not support
|
|
 |
9ae3a8 |
Patch164: kvm-Remove-i82550-network-card-emulation.patch
|
|
 |
9ae3a8 |
# For bz#903914 - Disable or remove usb related devices that we will not support
|
|
 |
9ae3a8 |
Patch165: kvm-Remove-usb-wacom-tablet.patch
|
|
 |
9ae3a8 |
# For bz#903914 - Disable or remove usb related devices that we will not support
|
|
 |
9ae3a8 |
Patch166: kvm-Disable-usb-uas.patch
|
|
 |
9ae3a8 |
# For bz#947441 - HPET device must be disabled
|
|
 |
9ae3a8 |
Patch168: kvm-Remove-no-hpet-option.patch
|
|
 |
9ae3a8 |
# For bz#1002286 - Disable or remove device isa-parallel
|
|
 |
9ae3a8 |
Patch169: kvm-Disable-isa-parallel.patch
|
|
 |
9ae3a8 |
# For bz#949514 - fail to passthrough the USB3.0 stick to windows guest with xHCI controller under pc-i440fx-1.4
|
|
 |
9ae3a8 |
Patch170: kvm-xhci-implement-warm-port-reset.patch
|
|
 |
9ae3a8 |
# For bz#953304 - Serial number of some USB devices must be fixed for older RHEL machine types
|
|
 |
9ae3a8 |
Patch171: kvm-usb-add-serial-bus-property.patch
|
|
 |
9ae3a8 |
# For bz#953304 - Serial number of some USB devices must be fixed for older RHEL machine types
|
|
 |
9ae3a8 |
Patch172: kvm-rhel6-compat-usb-serial-numbers.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch173: kvm-vmdk-fix-comment-for-vmdk_co_write_zeroes.patch
|
|
 |
9ae3a8 |
# For bz#1007226 - Introduce bs->zero_beyond_eof
|
|
 |
9ae3a8 |
Patch174: kvm-gluster-Add-image-resize-support.patch
|
|
 |
9ae3a8 |
# For bz#1007226 - Introduce bs->zero_beyond_eof
|
|
 |
9ae3a8 |
Patch175: kvm-block-Introduce-bs-zero_beyond_eof.patch
|
|
 |
9ae3a8 |
# For bz#1007226 - Introduce bs->zero_beyond_eof
|
|
 |
9ae3a8 |
Patch176: kvm-block-Produce-zeros-when-protocols-reading-beyond-en.patch
|
|
 |
9ae3a8 |
# For bz#1007226 - Introduce bs->zero_beyond_eof
|
|
 |
9ae3a8 |
Patch177: kvm-gluster-Abort-on-AIO-completion-failure.patch
|
|
 |
9ae3a8 |
# For bz#1001131 - Disable or remove device usb-bt-dongle
|
|
 |
9ae3a8 |
Patch178: kvm-Preparation-for-usb-bt-dongle-conditional-build.patch
|
|
 |
9ae3a8 |
# For bz#1001131 - Disable or remove device usb-bt-dongle
|
|
 |
9ae3a8 |
Patch179: kvm-Remove-dev-bluetooth.c-dependency-from-vl.c.patch
|
|
 |
9ae3a8 |
# For bz#1009328 - [RFE] Nicer error report when qemu-kvm can't allocate guest RAM
|
|
 |
9ae3a8 |
Patch180: kvm-exec-Fix-Xen-RAM-allocation-with-unusual-options.patch
|
|
 |
9ae3a8 |
# For bz#1009328 - [RFE] Nicer error report when qemu-kvm can't allocate guest RAM
|
|
 |
9ae3a8 |
Patch181: kvm-exec-Clean-up-fall-back-when-mem-path-allocation-fai.patch
|
|
 |
9ae3a8 |
# For bz#1009328 - [RFE] Nicer error report when qemu-kvm can't allocate guest RAM
|
|
 |
9ae3a8 |
Patch182: kvm-exec-Reduce-ifdeffery-around-mem-path.patch
|
|
 |
9ae3a8 |
# For bz#1009328 - [RFE] Nicer error report when qemu-kvm can't allocate guest RAM
|
|
 |
9ae3a8 |
Patch183: kvm-exec-Simplify-the-guest-physical-memory-allocation-h.patch
|
|
 |
9ae3a8 |
# For bz#1009328 - [RFE] Nicer error report when qemu-kvm can't allocate guest RAM
|
|
 |
9ae3a8 |
Patch184: kvm-exec-Drop-incorrect-dead-S390-code-in-qemu_ram_remap.patch
|
|
 |
9ae3a8 |
# For bz#1009328 - [RFE] Nicer error report when qemu-kvm can't allocate guest RAM
|
|
 |
9ae3a8 |
Patch185: kvm-exec-Clean-up-unnecessary-S390-ifdeffery.patch
|
|
 |
9ae3a8 |
# For bz#1009328 - [RFE] Nicer error report when qemu-kvm can't allocate guest RAM
|
|
 |
9ae3a8 |
Patch186: kvm-exec-Don-t-abort-when-we-can-t-allocate-guest-memory.patch
|
|
 |
9ae3a8 |
# For bz#1009328 - [RFE] Nicer error report when qemu-kvm can't allocate guest RAM
|
|
 |
9ae3a8 |
Patch187: kvm-pc_sysfw-Fix-ISA-BIOS-init-for-ridiculously-big-flas.patch
|
|
 |
9ae3a8 |
# For bz#903918 - Disable or remove emulated SCSI devices we will not support
|
|
 |
9ae3a8 |
Patch188: kvm-virtio-scsi-Make-type-virtio-scsi-common-abstract.patch
|
|
 |
9ae3a8 |
# For bz#1009491 - move qga logfiles to new /var/log/qemu-ga/ directory [RHEL-7]
|
|
 |
9ae3a8 |
Patch189: kvm-qga-move-logfiles-to-new-directory-for-easier-SELinu.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch190: kvm-target-i386-add-cpu64-rhel6-CPU-model.patch
|
|
 |
9ae3a8 |
# For bz#903889 - The value of steal time in "top" command always is "0.0% st" after guest migration
|
|
 |
9ae3a8 |
Patch191: kvm-fix-steal-time-MSR-vmsd-callback-to-proper-opaque-ty.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch192: kvm-vmdk-Make-VMDK3Header-and-VmdkGrainMarker-QEMU_PACKE.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch193: kvm-vmdk-use-unsigned-values-for-on-disk-header-fields.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch194: kvm-qemu-iotests-add-poke_file-utility-function.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch195: kvm-qemu-iotests-add-empty-test-case-for-vmdk.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch196: kvm-vmdk-check-granularity-field-in-opening.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch197: kvm-vmdk-check-l2-table-size-when-opening.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch198: kvm-vmdk-check-l1-size-before-opening-image.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch199: kvm-vmdk-use-heap-allocation-for-whole_grain.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch200: kvm-vmdk-rename-num_gtes_per_gte-to-num_gtes_per_gt.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch201: kvm-vmdk-Move-l1_size-check-into-vmdk_add_extent.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch202: kvm-vmdk-fix-L1-and-L2-table-size-in-vmdk3-open.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch203: kvm-vmdk-support-vmfsSparse-files.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch204: kvm-vmdk-support-vmfs-files.patch
|
|
 |
9ae3a8 |
# For bz#1005036 - When using “-vga qxl” together with “-display vnc=:5” or “-display sdl” qemu displays pixel garbage
|
|
 |
9ae3a8 |
Patch205: kvm-qxl-fix-local-renderer.patch
|
|
 |
9ae3a8 |
# For bz#1008987 - pvticketlocks: add kvm feature kvm_pv_unhalt
|
|
 |
9ae3a8 |
Patch206: kvm-linux-headers-update-to-kernel-3.10.0-26.el7.patch
|
|
 |
9ae3a8 |
# For bz#1008987 - pvticketlocks: add kvm feature kvm_pv_unhalt
|
|
 |
9ae3a8 |
Patch207: kvm-target-i386-add-feature-kvm_pv_unhalt.patch
|
|
 |
9ae3a8 |
# For bz#1010881 - backport vcpu soft limit warning
|
|
 |
9ae3a8 |
Patch208: kvm-warn-if-num-cpus-is-greater-than-num-recommended.patch
|
|
 |
9ae3a8 |
# For bz#1007222 - QEMU core dumped when do hot-unplug virtio serial port during transfer file between host to guest with virtio serial through TCP socket
|
|
 |
9ae3a8 |
Patch209: kvm-char-move-backends-io-watch-tag-to-CharDriverState.patch
|
|
 |
9ae3a8 |
# For bz#1007222 - QEMU core dumped when do hot-unplug virtio serial port during transfer file between host to guest with virtio serial through TCP socket
|
|
 |
9ae3a8 |
Patch210: kvm-char-use-common-function-to-disable-callbacks-on-cha.patch
|
|
 |
9ae3a8 |
# For bz#1007222 - QEMU core dumped when do hot-unplug virtio serial port during transfer file between host to guest with virtio serial through TCP socket
|
|
 |
9ae3a8 |
Patch211: kvm-char-remove-watch-callback-on-chardev-detach-from-fr.patch
|
|
 |
9ae3a8 |
# For bz#1017049 - qemu-img refuses to open the vmdk format image its created
|
|
 |
9ae3a8 |
Patch212: kvm-block-don-t-lose-data-from-last-incomplete-sector.patch
|
|
 |
9ae3a8 |
# For bz#1017049 - qemu-img refuses to open the vmdk format image its created
|
|
 |
9ae3a8 |
Patch213: kvm-vmdk-fix-cluster-size-check-for-flat-extents.patch
|
|
 |
9ae3a8 |
# For bz#1017049 - qemu-img refuses to open the vmdk format image its created
|
|
 |
9ae3a8 |
Patch214: kvm-qemu-iotests-add-monolithicFlat-creation-test-to-059.patch
|
|
 |
9ae3a8 |
# For bz#1001604 - usb hub doesn't work properly (win7 sees downstream port #1 only).
|
|
 |
9ae3a8 |
Patch215: kvm-xhci-fix-endpoint-interval-calculation.patch
|
|
 |
9ae3a8 |
# For bz#1001604 - usb hub doesn't work properly (win7 sees downstream port #1 only).
|
|
 |
9ae3a8 |
Patch216: kvm-xhci-emulate-intr-endpoint-intervals-correctly.patch
|
|
 |
9ae3a8 |
# For bz#1001604 - usb hub doesn't work properly (win7 sees downstream port #1 only).
|
|
 |
9ae3a8 |
Patch217: kvm-xhci-reset-port-when-disabling-slot.patch
|
|
 |
9ae3a8 |
# For bz#1001604 - usb hub doesn't work properly (win7 sees downstream port #1 only).
|
|
 |
9ae3a8 |
Patch218: kvm-Revert-usb-hub-report-status-changes-only-once.patch
|
|
 |
9ae3a8 |
# For bz#1004290 - Use model 6 for qemu64 and intel cpus
|
|
 |
9ae3a8 |
Patch219: kvm-target-i386-Set-model-6-on-qemu64-qemu32-CPU-models.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch220: kvm-pc-rhel6-doesn-t-have-APIC-on-pentium-CPU-models.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch221: kvm-pc-RHEL-6-had-x2apic-set-on-Opteron_G-123.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch222: kvm-pc-RHEL-6-don-t-have-RDTSCP.patch
|
|
 |
9ae3a8 |
# For bz#1009285 - -device usb-storage,serial=... crashes with SCSI generic drive
|
|
 |
9ae3a8 |
Patch223: kvm-scsi-Fix-scsi_bus_legacy_add_drive-scsi-generic-with.patch
|
|
 |
9ae3a8 |
# For bz#1004175 - '-sandbox on' option cause qemu-kvm process hang
|
|
 |
9ae3a8 |
Patch224: kvm-seccomp-fine-tuning-whitelist-by-adding-times.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch225: kvm-block-add-bdrv_write_zeroes.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch226: kvm-block-raw-add-bdrv_co_write_zeroes.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch227: kvm-rdma-export-qemu_fflush.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch228: kvm-block-migration-efficiently-encode-zero-blocks.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch229: kvm-Fix-real-mode-guest-migration.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch230: kvm-Fix-real-mode-guest-segments-dpl-value-in-savevm.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch231: kvm-migration-add-autoconvergence-documentation.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch232: kvm-migration-send-total-time-in-QMP-at-completed-stage.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch233: kvm-migration-don-t-use-uninitialized-variables.patch
|
|
 |
9ae3a8 |
# For bz#921465 - Migration can not finished even the "remaining ram" is already 0 kb
|
|
 |
9ae3a8 |
Patch234: kvm-pc-drop-external-DSDT-loading.patch
|
|
 |
9ae3a8 |
# For bz#954195 - RHEL machines <=6.4 should not use mixemu
|
|
 |
9ae3a8 |
Patch235: kvm-hda-codec-refactor-common-definitions-into-a-header-.patch
|
|
 |
9ae3a8 |
# For bz#954195 - RHEL machines <=6.4 should not use mixemu
|
|
 |
9ae3a8 |
Patch236: kvm-hda-codec-make-mixemu-selectable-at-runtime.patch
|
|
 |
9ae3a8 |
# For bz#954195 - RHEL machines <=6.4 should not use mixemu
|
|
 |
9ae3a8 |
Patch237: kvm-audio-remove-CONFIG_MIXEMU-configure-option.patch
|
|
 |
9ae3a8 |
# For bz#954195 - RHEL machines <=6.4 should not use mixemu
|
|
 |
9ae3a8 |
Patch238: kvm-pc_piix-disable-mixer-for-6.4.0-machine-types-and-be.patch
|
|
 |
9ae3a8 |
# For bz#994414 - hot-unplug chardev with pty backend caused qemu Segmentation fault
|
|
 |
9ae3a8 |
Patch239: kvm-chardev-fix-pty_chr_timer.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch240: kvm-qemu-socket-zero-initialize-SocketAddress.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch241: kvm-qemu-socket-drop-pointless-allocation.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch242: kvm-qemu-socket-catch-monitor_get_fd-failures.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch243: kvm-qemu-char-check-optional-fields-using-has_.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch244: kvm-error-add-error_setg_file_open-helper.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch245: kvm-qemu-char-use-more-specific-error_setg_-variants.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch246: kvm-qemu-char-print-notification-to-stderr.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch247: kvm-qemu-char-fix-documentation-for-telnet-wait-socket-f.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch248: kvm-qemu-char-don-t-leak-opts-on-error.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch249: kvm-qemu-char-use-ChardevBackendKind-in-CharDriver.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch250: kvm-qemu-char-minor-mux-chardev-fixes.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch251: kvm-qemu-char-add-chardev-mux-support.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch252: kvm-qemu-char-report-udp-backend-errors.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch253: kvm-qemu-socket-don-t-leak-opts-on-error.patch
|
|
 |
9ae3a8 |
# For bz#922010 - RFE: support hotplugging chardev & serial ports
|
|
 |
9ae3a8 |
Patch254: kvm-chardev-handle-qmp_chardev_add-KIND_MUX-failure.patch
|
|
 |
9ae3a8 |
# For bz#1019474 - RHEL-7 can't load piix4_pm migration section from RHEL-6.5
|
|
 |
9ae3a8 |
Patch255: kvm-acpi-piix4-Enable-qemu-kvm-compatibility-mode.patch
|
|
 |
9ae3a8 |
# For bz#1004743 - XSAVE migration format not compatible between RHEL6 and RHEL7
|
|
 |
9ae3a8 |
Patch256: kvm-target-i386-support-loading-of-cpu-xsave-subsection.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch257: kvm-vl-Clean-up-parsing-of-boot-option-argument.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch258: kvm-qemu-option-check_params-is-now-unused-drop-it.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch259: kvm-vl-Fix-boot-order-and-once-regressions-and-related-b.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch260: kvm-vl-Rename-boot_devices-to-boot_order-for-consistency.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch261: kvm-pc-Make-no-fd-bootchk-stick-across-boot-order-change.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch262: kvm-doc-Drop-ref-to-Bochs-from-no-fd-bootchk-documentati.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch263: kvm-libqtest-Plug-fd-and-memory-leaks-in-qtest_quit.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch264: kvm-libqtest-New-qtest_end-to-go-with-qtest_start.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch265: kvm-qtest-Don-t-reset-on-qtest-chardev-connect.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch266: kvm-boot-order-test-New-covering-just-PC-for-now.patch
|
|
 |
9ae3a8 |
# For bz#1019352 - qemu-guest-agent: "guest-fsfreeze-freeze" deadlocks if the guest have mounted disk images
|
|
 |
9ae3a8 |
Patch267: kvm-qemu-ga-execute-fsfreeze-freeze-in-reverse-order-of-.patch
|
|
 |
9ae3a8 |
# For bz#989608 - [7.0 FEAT] qemu runtime support for librbd backend (ceph)
|
|
 |
9ae3a8 |
Patch268: kvm-rbd-link-and-load-librbd-dynamically.patch
|
|
 |
9ae3a8 |
# For bz#989608 - [7.0 FEAT] qemu runtime support for librbd backend (ceph)
|
|
 |
9ae3a8 |
Patch269: kvm-rbd-Only-look-for-qemu-specific-copy-of-librbd.so.1.patch
|
|
 |
9ae3a8 |
# For bz#989677 - [HP 7.0 FEAT]: Increase KVM guest supported memory to 4TiB
|
|
 |
9ae3a8 |
Patch270: kvm-seabios-paravirt-allow-more-than-1TB-in-x86-guest.patch
|
|
 |
9ae3a8 |
# For bz#1006468 - libiscsi initiator name should use vm UUID
|
|
 |
9ae3a8 |
Patch271: kvm-scsi-prefer-UUID-to-VM-name-for-the-initiator-name.patch
|
|
 |
9ae3a8 |
# For bz#928867 - Virtual PMU support during live migration - qemu-kvm
|
|
 |
9ae3a8 |
Patch272: kvm-target-i386-remove-tabs-from-target-i386-cpu.h.patch
|
|
 |
9ae3a8 |
# For bz#928867 - Virtual PMU support during live migration - qemu-kvm
|
|
 |
9ae3a8 |
Patch273: kvm-migrate-vPMU-state.patch
|
|
 |
9ae3a8 |
# For bz#1009993 - RHEL7 guests do not issue fdatasyncs on virtio-blk
|
|
 |
9ae3a8 |
Patch274: kvm-blockdev-do-not-default-cache.no-flush-to-true.patch
|
|
 |
9ae3a8 |
# For bz#1009993 - RHEL7 guests do not issue fdatasyncs on virtio-blk
|
|
 |
9ae3a8 |
Patch275: kvm-virtio-blk-do-not-relay-a-previous-driver-s-WCE-conf.patch
|
|
 |
9ae3a8 |
# For bz#907743 - qemu-ga: empty reason string for OpenFileFailed error
|
|
 |
9ae3a8 |
Patch276: kvm-rng-random-use-error_setg_file_open.patch
|
|
 |
9ae3a8 |
# For bz#907743 - qemu-ga: empty reason string for OpenFileFailed error
|
|
 |
9ae3a8 |
Patch277: kvm-block-mirror_complete-use-error_setg_file_open.patch
|
|
 |
9ae3a8 |
# For bz#907743 - qemu-ga: empty reason string for OpenFileFailed error
|
|
 |
9ae3a8 |
Patch278: kvm-blockdev-use-error_setg_file_open.patch
|
|
 |
9ae3a8 |
# For bz#907743 - qemu-ga: empty reason string for OpenFileFailed error
|
|
 |
9ae3a8 |
Patch279: kvm-cpus-use-error_setg_file_open.patch
|
|
 |
9ae3a8 |
# For bz#907743 - qemu-ga: empty reason string for OpenFileFailed error
|
|
 |
9ae3a8 |
Patch280: kvm-dump-qmp_dump_guest_memory-use-error_setg_file_open.patch
|
|
 |
9ae3a8 |
# For bz#907743 - qemu-ga: empty reason string for OpenFileFailed error
|
|
 |
9ae3a8 |
Patch281: kvm-savevm-qmp_xen_save_devices_state-use-error_setg_fil.patch
|
|
 |
9ae3a8 |
# For bz#907743 - qemu-ga: empty reason string for OpenFileFailed error
|
|
 |
9ae3a8 |
Patch282: kvm-block-bdrv_reopen_prepare-don-t-use-QERR_OPEN_FILE_F.patch
|
|
 |
9ae3a8 |
# For bz#907743 - qemu-ga: empty reason string for OpenFileFailed error
|
|
 |
9ae3a8 |
Patch283: kvm-qerror-drop-QERR_OPEN_FILE_FAILED-macro.patch
|
|
 |
9ae3a8 |
# For bz#787463 - disable ivshmem (was: [Hitachi 7.0 FEAT] Support ivshmem (Inter-VM Shared Memory))
|
|
 |
9ae3a8 |
Patch284: kvm-rhel-Drop-ivshmem-device.patch
|
|
 |
9ae3a8 |
# For bz#1001144 - Disable or remove device usb-host-linux
|
|
 |
9ae3a8 |
Patch285: kvm-usb-remove-old-usb-host-code.patch
|
|
 |
9ae3a8 |
# For bz#997702 - Migration from RHEL6.5 host to RHEL7.0 host is failed with virtio-net device
|
|
 |
9ae3a8 |
Patch286: kvm-Fix-migration-from-rhel6.5-to-rhel7-with-ipxe.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch287: kvm-pc-Don-t-prematurely-explode-QEMUMachineInitArgs.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch288: kvm-pc-Don-t-explode-QEMUMachineInitArgs-into-local-vari.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch289: kvm-smbios-Normalize-smbios_entry_add-s-error-handling-t.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch290: kvm-smbios-Convert-to-QemuOpts.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch291: kvm-smbios-Improve-diagnostics-for-conflicting-entries.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch292: kvm-smbios-Make-multiple-smbios-type-accumulate-sanely.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch293: kvm-smbios-Factor-out-smbios_maybe_add_str.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch294: kvm-hw-Pass-QEMUMachine-to-its-init-method.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch295: kvm-smbios-Set-system-manufacturer-product-version-by-de.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch296: kvm-smbios-Decouple-system-product-from-QEMUMachine.patch
|
|
 |
9ae3a8 |
# For bz#994490 - Set per-machine-type SMBIOS strings
|
|
 |
9ae3a8 |
Patch297: kvm-rhel-SMBIOS-type-1-branding.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch298: kvm-cow-make-reads-go-at-a-decent-speed.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch299: kvm-cow-make-writes-go-at-a-less-indecent-speed.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch300: kvm-cow-do-not-call-bdrv_co_is_allocated.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch301: kvm-block-keep-bs-total_sectors-up-to-date-even-for-grow.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch302: kvm-block-make-bdrv_co_is_allocated-static.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch303: kvm-block-do-not-use-total_sectors-in-bdrv_co_is_allocat.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch304: kvm-block-remove-bdrv_is_allocated_above-bdrv_co_is_allo.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch305: kvm-block-expect-errors-from-bdrv_co_is_allocated.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch306: kvm-block-Fix-compiler-warning-Werror-uninitialized.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch307: kvm-qemu-img-always-probe-the-input-image-for-allocated-.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch308: kvm-block-make-bdrv_has_zero_init-return-false-for-copy-.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch309: kvm-block-introduce-bdrv_get_block_status-API.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch310: kvm-block-define-get_block_status-return-value.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch311: kvm-block-return-get_block_status-data-and-flags-for-for.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch312: kvm-block-use-bdrv_has_zero_init-to-return-BDRV_BLOCK_ZE.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch313: kvm-block-return-BDRV_BLOCK_ZERO-past-end-of-backing-fil.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch314: kvm-qemu-img-add-a-map-subcommand.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch315: kvm-docs-qapi-document-qemu-img-map.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch316: kvm-raw-posix-return-get_block_status-data-and-flags.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch317: kvm-raw-posix-report-unwritten-extents-as-zero.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch318: kvm-block-add-default-get_block_status-implementation-fo.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch319: kvm-block-look-for-zero-blocks-in-bs-file.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch320: kvm-qemu-img-fix-invalid-JSON.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch321: kvm-block-get_block_status-set-pnum-0-on-error.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch322: kvm-block-get_block_status-avoid-segfault-if-there-is-no.patch
|
|
 |
9ae3a8 |
# For bz#989646 - Support backup vendors in qemu to access qcow disk readonly
|
|
 |
9ae3a8 |
Patch323: kvm-block-get_block_status-avoid-redundant-callouts-on-r.patch
|
|
 |
9ae3a8 |
# For bz#1025740 - Saving VM state on qcow2 images results in VM state corruption
|
|
 |
9ae3a8 |
Patch324: kvm-qcow2-Restore-total_sectors-value-in-save_vmstate.patch
|
|
 |
9ae3a8 |
# For bz#1025740 - Saving VM state on qcow2 images results in VM state corruption
|
|
 |
9ae3a8 |
Patch325: kvm-qcow2-Unset-zero_beyond_eof-in-save_vmstate.patch
|
|
 |
9ae3a8 |
# For bz#1025740 - Saving VM state on qcow2 images results in VM state corruption
|
|
 |
9ae3a8 |
Patch326: kvm-qemu-iotests-Test-for-loading-VM-state-from-qcow2.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch327: kvm-apic-rename-apic-specific-bitopts.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch328: kvm-hw-import-bitmap-operations-in-qdev-core-header.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch329: kvm-qemu-help-Sort-devices-by-logical-functionality.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch330: kvm-devices-Associate-devices-to-their-logical-category.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch331: kvm-Mostly-revert-qemu-help-Sort-devices-by-logical-func.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch332: kvm-qdev-monitor-Group-device_add-help-and-info-qdm-by-c.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch333: kvm-qdev-Replace-no_user-by-cannot_instantiate_with_devi.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch334: kvm-sysbus-Set-cannot_instantiate_with_device_add_yet.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch335: kvm-cpu-Document-why-cannot_instantiate_with_device_add_.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch336: kvm-apic-Document-why-cannot_instantiate_with_device_add.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch337: kvm-pci-host-Consistently-set-cannot_instantiate_with_de.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch338: kvm-ich9-Document-why-cannot_instantiate_with_device_add.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch339: kvm-piix3-piix4-Clean-up-use-of-cannot_instantiate_with_.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch340: kvm-vt82c686-Clean-up-use-of-cannot_instantiate_with_dev.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch341: kvm-isa-Clean-up-use-of-cannot_instantiate_with_device_a.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch342: kvm-qdev-Do-not-let-the-user-try-to-device_add-when-it-c.patch
|
|
 |
9ae3a8 |
# For bz#1001216 - Fix no_user or provide another way make devices unavailable with -device / device_add
|
|
 |
9ae3a8 |
Patch343: kvm-rhel-Revert-unwanted-cannot_instantiate_with_device_.patch
|
|
 |
9ae3a8 |
# For bz#1001076 - Disable or remove other block devices we won't support
|
|
 |
9ae3a8 |
Patch344: kvm-rhel-Revert-downstream-changes-to-unused-default-con.patch
|
|
 |
9ae3a8 |
# For bz#1001076 - Disable or remove other block devices we won't support
|
|
 |
9ae3a8 |
Patch345: kvm-rhel-Drop-cfi.pflash01-and-isa-ide-device.patch
|
|
 |
9ae3a8 |
# For bz#1001088 - Disable or remove display devices we won't support
|
|
 |
9ae3a8 |
Patch346: kvm-rhel-Drop-isa-vga-device.patch
|
|
 |
9ae3a8 |
# For bz#1001088 - Disable or remove display devices we won't support
|
|
 |
9ae3a8 |
Patch347: kvm-rhel-Make-isa-cirrus-vga-device-unavailable.patch
|
|
 |
9ae3a8 |
# For bz#1001123 - Disable or remove device ccid-card-emulated
|
|
 |
9ae3a8 |
Patch348: kvm-rhel-Make-ccid-card-emulated-device-unavailable.patch
|
|
 |
9ae3a8 |
# For bz#1005695 - QEMU should hide CPUID.0Dh values that it does not support
|
|
 |
9ae3a8 |
Patch349: kvm-x86-fix-migration-from-pre-version-12.patch
|
|
 |
9ae3a8 |
# For bz#1005695 - QEMU should hide CPUID.0Dh values that it does not support
|
|
 |
9ae3a8 |
Patch350: kvm-x86-cpuid-reconstruct-leaf-0Dh-data.patch
|
|
 |
9ae3a8 |
# For bz#920021 - qemu-kvm segment fault when reboot guest after hot unplug device with option ROM
|
|
 |
9ae3a8 |
Patch351: kvm-kvmvapic-Catch-invalid-ROM-size.patch
|
|
 |
9ae3a8 |
# For bz#920021 - qemu-kvm segment fault when reboot guest after hot unplug device with option ROM
|
|
 |
9ae3a8 |
Patch352: kvm-kvmvapic-Enter-inactive-state-on-hardware-reset.patch
|
|
 |
9ae3a8 |
# For bz#920021 - qemu-kvm segment fault when reboot guest after hot unplug device with option ROM
|
|
 |
9ae3a8 |
Patch353: kvm-kvmvapic-Clear-also-physical-ROM-address-when-enteri.patch
|
|
 |
9ae3a8 |
# For bz#987582 - Initial Virtualization Differentiation for RHEL7 (Live snapshots)
|
|
 |
9ae3a8 |
Patch354: kvm-block-optionally-disable-live-block-jobs.patch
|
|
 |
9ae3a8 |
# For bz#1022392 - Disable live-storage-migration in qemu-kvm (migrate -b/-i)
|
|
 |
9ae3a8 |
Patch355: kvm-migration-disable-live-block-migration-b-i-for-rhel-.patch
|
|
 |
9ae3a8 |
# For bz#987583 - Initial Virtualization Differentiation for RHEL7 (Ceph enablement)
|
|
 |
9ae3a8 |
Patch356: kvm-Build-ceph-rbd-only-for-rhev.patch
|
|
 |
9ae3a8 |
# For bz#1001180 - Disable or remove devices pci-serial-2x, pci-serial-4x
|
|
 |
9ae3a8 |
Patch357: kvm-rhel-Make-pci-serial-2x-and-pci-serial-4x-device-una.patch
|
|
 |
9ae3a8 |
# For bz#980415 - libusbx: error [_open_sysfs_attr] open /sys/bus/usb/devices/4-1/bConfigurationValue failed ret=-1 errno=2
|
|
 |
9ae3a8 |
Patch358: kvm-usb-host-libusb-Fix-reset-handling.patch
|
|
 |
9ae3a8 |
# For bz#980383 - The usb3.0 stick can't be returned back to host after shutdown guest with usb3.0 pass-through
|
|
 |
9ae3a8 |
Patch359: kvm-usb-host-libusb-Configuration-0-may-be-a-valid-confi.patch
|
|
 |
9ae3a8 |
# For bz#980383 - The usb3.0 stick can't be returned back to host after shutdown guest with usb3.0 pass-through
|
|
 |
9ae3a8 |
Patch360: kvm-usb-host-libusb-Detach-kernel-drivers-earlier.patch
|
|
 |
9ae3a8 |
# For bz#1010858 - Disable unused human monitor commands
|
|
 |
9ae3a8 |
Patch361: kvm-monitor-Remove-pci_add-command-for-Red-Hat-Enterpris.patch
|
|
 |
9ae3a8 |
# For bz#1010858 - Disable unused human monitor commands
|
|
 |
9ae3a8 |
Patch362: kvm-monitor-Remove-pci_del-command-for-Red-Hat-Enterpris.patch
|
|
 |
9ae3a8 |
# For bz#1010858 - Disable unused human monitor commands
|
|
 |
9ae3a8 |
Patch363: kvm-monitor-Remove-usb_add-del-commands-for-Red-Hat-Ente.patch
|
|
 |
9ae3a8 |
# For bz#1010858 - Disable unused human monitor commands
|
|
 |
9ae3a8 |
Patch364: kvm-monitor-Remove-host_net_add-remove-for-Red-Hat-Enter.patch
|
|
 |
9ae3a8 |
# For bz#990601 - pvpanic device triggers guest bugs when present by default
|
|
 |
9ae3a8 |
Patch365: kvm-fw_cfg-add-API-to-find-FW-cfg-object.patch
|
|
 |
9ae3a8 |
# For bz#990601 - pvpanic device triggers guest bugs when present by default
|
|
 |
9ae3a8 |
Patch366: kvm-pvpanic-use-FWCfgState-explicitly.patch
|
|
 |
9ae3a8 |
# For bz#990601 - pvpanic device triggers guest bugs when present by default
|
|
 |
9ae3a8 |
Patch367: kvm-pvpanic-initialization-cleanup.patch
|
|
 |
9ae3a8 |
# For bz#990601 - pvpanic device triggers guest bugs when present by default
|
|
 |
9ae3a8 |
Patch368: kvm-pvpanic-fix-fwcfg-for-big-endian-hosts.patch
|
|
 |
9ae3a8 |
# For bz#990601 - pvpanic device triggers guest bugs when present by default
|
|
 |
9ae3a8 |
Patch369: kvm-hw-misc-make-pvpanic-known-to-user.patch
|
|
 |
9ae3a8 |
# For bz#990601 - pvpanic device triggers guest bugs when present by default
|
|
 |
9ae3a8 |
Patch370: kvm-gdbstub-do-not-restart-crashed-guest.patch
|
|
 |
9ae3a8 |
# For bz#990601 - pvpanic device triggers guest bugs when present by default
|
|
 |
9ae3a8 |
Patch371: kvm-gdbstub-fix-for-commit-87f25c12bfeaaa0c41fb857713bbc.patch
|
|
 |
9ae3a8 |
# For bz#990601 - pvpanic device triggers guest bugs when present by default
|
|
 |
9ae3a8 |
Patch372: kvm-vl-allow-cont-from-panicked-state.patch
|
|
 |
9ae3a8 |
# For bz#990601 - pvpanic device triggers guest bugs when present by default
|
|
 |
9ae3a8 |
Patch373: kvm-hw-misc-don-t-create-pvpanic-device-by-default.patch
|
|
 |
9ae3a8 |
# For bz#1007176 - Add VPC and VHDX file formats as supported in qemu-kvm (read-only)
|
|
 |
9ae3a8 |
Patch374: kvm-block-vhdx-add-migration-blocker.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch375: kvm-block-drop-bs_snapshots-global-variable.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch376: kvm-block-move-snapshot-code-in-block.c-to-block-snapsho.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch377: kvm-block-fix-vvfat-error-path-for-enable_write_target.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch378: kvm-block-Bugfix-format-and-snapshot-used-in-drive-optio.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch379: kvm-iscsi-use-bdrv_new-instead-of-stack-structure.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch380: kvm-qcow2-Add-corrupt-bit.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch381: kvm-qcow2-Metadata-overlap-checks.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch382: kvm-qcow2-Employ-metadata-overlap-checks.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch383: kvm-qcow2-refcount-Move-OFLAG_COPIED-checks.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch384: kvm-qcow2-refcount-Repair-OFLAG_COPIED-errors.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch385: kvm-qcow2-refcount-Repair-shared-refcount-blocks.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch386: kvm-qcow2_check-Mark-image-consistent.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch387: kvm-qemu-iotests-Overlapping-cluster-allocations.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch388: kvm-w32-Fix-access-to-host-devices-regression.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch389: kvm-add-qemu-img-convert-n-option-skip-target-volume-cre.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch390: kvm-bdrv-Use-Error-for-opening-images.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch391: kvm-bdrv-Use-Error-for-creating-images.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch392: kvm-block-Error-parameter-for-open-functions.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch393: kvm-block-Error-parameter-for-create-functions.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch394: kvm-qemu-img-create-Emit-filename-on-error.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch395: kvm-qcow2-Use-Error-parameter.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch396: kvm-qemu-iotests-Adjustments-due-to-error-propagation.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch397: kvm-block-raw-Employ-error-parameter.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch398: kvm-block-raw-win32-Employ-error-parameter.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch399: kvm-blkdebug-Employ-error-parameter.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch400: kvm-blkverify-Employ-error-parameter.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch401: kvm-block-raw-posix-Employ-error-parameter.patch
|
|
 |
9ae3a8 |
# For bz#1026524 - Backport block layer error parameter patches
|
|
 |
9ae3a8 |
Patch402: kvm-block-raw-win32-Always-use-errno-in-hdev_open.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch403: kvm-qmp-Documentation-for-BLOCK_IMAGE_CORRUPTED.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch404: kvm-qcow2-Correct-snapshots-size-for-overlap-check.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch405: kvm-qcow2-CHECK_OFLAG_COPIED-is-obsolete.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch406: kvm-qcow2-Correct-endianness-in-overlap-check.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch407: kvm-qcow2-Switch-L1-table-in-a-single-sequence.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch408: kvm-qcow2-Use-pread-for-inactive-L1-in-overlap-check.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch409: kvm-qcow2-Remove-wrong-metadata-overlap-check.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch410: kvm-qcow2-Use-negated-overflow-check-mask.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch411: kvm-qcow2-Make-overlap-check-mask-variable.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch412: kvm-qcow2-Add-overlap-check-options.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch413: kvm-qcow2-Array-assigning-options-to-OL-check-bits.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch414: kvm-qcow2-Add-more-overlap-check-bitmask-macros.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch415: kvm-qcow2-Evaluate-overlap-check-options.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch416: kvm-qapi-types.py-Split-off-generate_struct_fields.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch417: kvm-qapi-types.py-Fix-enum-struct-sizes-on-i686.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch418: kvm-qapi-types-visit.py-Pass-whole-expr-dict-for-structs.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch419: kvm-qapi-types-visit.py-Inheritance-for-structs.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch420: kvm-blockdev-Introduce-DriveInfo.enable_auto_del.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch421: kvm-Implement-qdict_flatten.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch422: kvm-blockdev-blockdev-add-QMP-command.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch423: kvm-blockdev-Separate-ID-generation-from-DriveInfo-creat.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch424: kvm-blockdev-Pass-QDict-to-blockdev_init.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch425: kvm-blockdev-Move-parsing-of-media-option-to-drive_init.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch426: kvm-blockdev-Move-parsing-of-if-option-to-drive_init.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch427: kvm-blockdev-Moving-parsing-of-geometry-options-to-drive.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch428: kvm-blockdev-Move-parsing-of-boot-option-to-drive_init.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch429: kvm-blockdev-Move-bus-unit-index-processing-to-drive_ini.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch430: kvm-blockdev-Move-virtio-blk-device-creation-to-drive_in.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch431: kvm-blockdev-Remove-IF_-check-for-read-only-blockdev_ini.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch432: kvm-qemu-iotests-Check-autodel-behaviour-for-device_del.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch433: kvm-blockdev-Remove-media-parameter-from-blockdev_init.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch434: kvm-blockdev-Don-t-disable-COR-automatically-with-blockd.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch435: kvm-blockdev-blockdev_init-error-conversion.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch436: kvm-sd-Avoid-access-to-NULL-BlockDriverState.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch437: kvm-blockdev-fix-cdrom-read_only-flag.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch438: kvm-block-fix-backing-file-overriding.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch439: kvm-block-Disable-BDRV_O_COPY_ON_READ-for-the-backing-fi.patch
|
|
 |
9ae3a8 |
# For bz#978402 - [RFE] Add discard support to qemu-kvm layer
|
|
 |
9ae3a8 |
Patch440: kvm-block-Don-t-copy-backing-file-name-on-error.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch441: kvm-qemu-iotests-Try-creating-huge-qcow2-image.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch442: kvm-block-move-qmp-and-info-dump-related-code-to-block-q.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch443: kvm-block-dump-snapshot-and-image-info-to-specified-outp.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch444: kvm-block-add-snapshot-info-query-function-bdrv_query_sn.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch445: kvm-block-add-image-info-query-function-bdrv_query_image.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch446: kvm-qmp-add-ImageInfo-in-BlockDeviceInfo-used-by-query-b.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch447: kvm-vmdk-Implement-.bdrv_has_zero_init.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch448: kvm-qemu-iotests-Add-basic-ability-to-use-binary-sample-.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch449: kvm-qemu-iotests-Quote-TEST_IMG-and-TEST_DIR-usage.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch450: kvm-qemu-iotests-fix-test-case-059.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch451: kvm-qapi-Add-ImageInfoSpecific-type.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch452: kvm-block-Add-bdrv_get_specific_info.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch453: kvm-block-qapi-Human-readable-ImageInfoSpecific-dump.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch454: kvm-qcow2-Add-support-for-ImageInfoSpecific.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch455: kvm-qemu-iotests-Discard-specific-info-in-_img_info.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch456: kvm-qemu-iotests-Additional-info-from-qemu-img-info.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch457: kvm-vmdk-convert-error-code-to-use-errp.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch458: kvm-vmdk-refuse-enabling-zeroed-grain-with-flat-images.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch459: kvm-qapi-Add-optional-field-compressed-to-ImageInfo.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch460: kvm-vmdk-Only-read-cid-from-image-file-when-opening.patch
|
|
 |
9ae3a8 |
# For bz#980771 - [RFE] qemu-img should be able to tell the compat version of a qcow2 image
|
|
 |
9ae3a8 |
Patch461: kvm-vmdk-Implment-bdrv_get_specific_info.patch
|
|
 |
9ae3a8 |
# For bz#1025877 - pci-assign lacks MSI affinity support
|
|
 |
9ae3a8 |
Patch462: kvm-pci-assign-Add-MSI-affinity-support.patch
|
|
 |
9ae3a8 |
# For bz#1025877 - pci-assign lacks MSI affinity support
|
|
 |
9ae3a8 |
Patch463: kvm-Fix-potential-resource-leak-missing-fclose.patch
|
|
 |
9ae3a8 |
# For bz#1025877 - pci-assign lacks MSI affinity support
|
|
 |
9ae3a8 |
Patch464: kvm-pci-assign-remove-the-duplicate-function-name-in-deb.patch
|
|
 |
9ae3a8 |
# For bz#922589 - e1000/rtl8139: qemu mac address can not be changed via set the hardware address in guest
|
|
 |
9ae3a8 |
Patch465: kvm-net-update-nic-info-during-device-reset.patch
|
|
 |
9ae3a8 |
# For bz#922589 - e1000/rtl8139: qemu mac address can not be changed via set the hardware address in guest
|
|
 |
9ae3a8 |
Patch466: kvm-net-e1000-update-network-information-when-macaddr-is.patch
|
|
 |
9ae3a8 |
# For bz#922589 - e1000/rtl8139: qemu mac address can not be changed via set the hardware address in guest
|
|
 |
9ae3a8 |
Patch467: kvm-net-rtl8139-update-network-information-when-macaddr-.patch
|
|
 |
9ae3a8 |
# For bz#1026689 - virtio-net: macaddr is reset but network info of monitor isn't updated
|
|
 |
9ae3a8 |
Patch468: kvm-virtio-net-fix-up-HMP-NIC-info-string-on-reset.patch
|
|
 |
9ae3a8 |
# For bz#1025477 - VFIO MSI affinity
|
|
 |
9ae3a8 |
Patch469: kvm-vfio-pci-VGA-quirk-update.patch
|
|
 |
9ae3a8 |
# For bz#1025477 - VFIO MSI affinity
|
|
 |
9ae3a8 |
Patch470: kvm-vfio-pci-Add-support-for-MSI-affinity.patch
|
|
 |
9ae3a8 |
# For bz#1026550 - QEMU VFIO update ROM loading code
|
|
 |
9ae3a8 |
Patch471: kvm-vfio-pci-Test-device-reset-capabilities.patch
|
|
 |
9ae3a8 |
# For bz#1026550 - QEMU VFIO update ROM loading code
|
|
 |
9ae3a8 |
Patch472: kvm-vfio-pci-Lazy-PCI-option-ROM-loading.patch
|
|
 |
9ae3a8 |
# For bz#1026550 - QEMU VFIO update ROM loading code
|
|
 |
9ae3a8 |
Patch473: kvm-vfio-pci-Cleanup-error_reports.patch
|
|
 |
9ae3a8 |
# For bz#1026550 - QEMU VFIO update ROM loading code
|
|
 |
9ae3a8 |
Patch474: kvm-vfio-pci-Add-dummy-PCI-ROM-write-accessor.patch
|
|
 |
9ae3a8 |
# For bz#1026550 - QEMU VFIO update ROM loading code
|
|
 |
9ae3a8 |
Patch475: kvm-vfio-pci-Fix-endian-issues-in-vfio_pci_size_rom.patch
|
|
 |
9ae3a8 |
# For bz#1025472 - Nvidia GPU device assignment - qemu-kvm - bus reset support
|
|
 |
9ae3a8 |
Patch476: kvm-linux-headers-Update-to-include-vfio-pci-hot-reset-s.patch
|
|
 |
9ae3a8 |
# For bz#1025472 - Nvidia GPU device assignment - qemu-kvm - bus reset support
|
|
 |
9ae3a8 |
Patch477: kvm-vfio-pci-Implement-PCI-hot-reset.patch
|
|
 |
9ae3a8 |
# For bz#1025474 - Nvidia GPU device assignment - qemu-kvm - NoSnoop support
|
|
 |
9ae3a8 |
Patch478: kvm-linux-headers-Update-for-KVM-VFIO-device.patch
|
|
 |
9ae3a8 |
# For bz#1025474 - Nvidia GPU device assignment - qemu-kvm - NoSnoop support
|
|
 |
9ae3a8 |
Patch479: kvm-vfio-pci-Make-use-of-new-KVM-VFIO-device.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch480: kvm-vmdk-Fix-vmdk_parse_extents.patch
|
|
 |
9ae3a8 |
# For bz#995866 - fix vmdk support to ESX images
|
|
 |
9ae3a8 |
Patch481: kvm-vmdk-fix-VMFS-extent-parsing.patch
|
|
 |
9ae3a8 |
# For bz#922589 - e1000/rtl8139: qemu mac address can not be changed via set the hardware address in guest
|
|
 |
9ae3a8 |
#Patch482: kvm-e1000-rtl8139-update-HMP-NIC-when-every-bit-is-writt.patch
|
|
 |
9ae3a8 |
# Patch 482 removed as it has to be discussed and should not be applied yet
|
|
 |
9ae3a8 |
# For bz#1005039 - add compat property to disable ctrl_mac_addr feature
|
|
 |
9ae3a8 |
Patch483: kvm-don-t-disable-ctrl_mac_addr-feature-for-6.5-machine-.patch
|
|
 |
9ae3a8 |
# For bz#848203 - MAC Programming for virtio over macvtap - qemu-kvm support
|
|
 |
9ae3a8 |
Patch484: kvm-qapi-qapi-visit.py-fix-list-handling-for-union-types.patch
|
|
 |
9ae3a8 |
# For bz#848203 - MAC Programming for virtio over macvtap - qemu-kvm support
|
|
 |
9ae3a8 |
Patch485: kvm-qapi-qapi-visit.py-native-list-support.patch
|
|
 |
9ae3a8 |
# For bz#848203 - MAC Programming for virtio over macvtap - qemu-kvm support
|
|
 |
9ae3a8 |
Patch486: kvm-qapi-enable-generation-of-native-list-code.patch
|
|
 |
9ae3a8 |
# For bz#848203 - MAC Programming for virtio over macvtap - qemu-kvm support
|
|
 |
9ae3a8 |
Patch487: kvm-net-add-support-of-mac-programming-over-macvtap-in-Q.patch
|
|
 |
9ae3a8 |
# For bz#1029539 - Machine type rhel6.1.0 and balloon device cause migration fail from RHEL6.5 host to RHEL7.0 host
|
|
 |
9ae3a8 |
Patch488: kvm-pc-drop-virtio-balloon-pci-event_idx-compat-property.patch
|
|
 |
9ae3a8 |
# For bz#922463 - qemu-kvm core dump when virtio-net multi queue guest hot-unpluging vNIC
|
|
 |
9ae3a8 |
Patch489: kvm-virtio-net-only-delete-bh-that-existed.patch
|
|
 |
9ae3a8 |
# For bz#1029370 - [whql][netkvm][wlk] Virtio-net device handles RX multicast filtering improperly
|
|
 |
9ae3a8 |
Patch490: kvm-virtio-net-broken-RX-filtering-logic-fixed.patch
|
|
 |
9ae3a8 |
# For bz#1025138 - Read/Randread/Randrw performance regression
|
|
 |
9ae3a8 |
Patch491: kvm-block-Avoid-unecessary-drv-bdrv_getlength-calls.patch
|
|
 |
9ae3a8 |
# For bz#1025138 - Read/Randread/Randrw performance regression
|
|
 |
9ae3a8 |
Patch492: kvm-block-Round-up-total_sectors.patch
|
|
 |
9ae3a8 |
# For bz#1016952 - qemu-kvm man page guide wrong path for qemu-bridge-helper
|
|
 |
9ae3a8 |
Patch493: kvm-doc-fix-hardcoded-helper-path.patch
|
|
 |
9ae3a8 |
# For bz#971933 - QMP: add RHEL's vendor extension prefix
|
|
 |
9ae3a8 |
Patch494: kvm-introduce-RFQDN_REDHAT-RHEL-6-7-fwd.patch
|
|
 |
9ae3a8 |
# For bz#971938 - QMP: Add error reason to BLOCK_IO_ERROR event
|
|
 |
9ae3a8 |
Patch495: kvm-error-reason-in-BLOCK_IO_ERROR-BLOCK_JOB_ERROR-event.patch
|
|
 |
9ae3a8 |
# For bz#895041 - QMP: forward port I/O error debug messages
|
|
 |
9ae3a8 |
Patch496: kvm-improve-debuggability-of-BLOCK_IO_ERROR-BLOCK_JOB_ER.patch
|
|
 |
9ae3a8 |
# For bz#1029275 - Guest only find one 82576 VF(function 0) while use multifunction
|
|
 |
9ae3a8 |
Patch497: kvm-vfio-pci-Fix-multifunction-on.patch
|
|
 |
9ae3a8 |
# For bz#1026739 - qcow2: Switch to compat=1.1 default for new images
|
|
 |
9ae3a8 |
Patch498: kvm-qcow2-Change-default-for-new-images-to-compat-1.1.patch
|
|
 |
9ae3a8 |
# For bz#1026739 - qcow2: Switch to compat=1.1 default for new images
|
|
 |
9ae3a8 |
Patch499: kvm-qcow2-change-default-for-new-images-to-compat-1.1-pa.patch
|
|
 |
9ae3a8 |
# For bz#1032862 - virtio-rng-egd: repeatedly read same random data-block w/o considering the buffer offset
|
|
 |
9ae3a8 |
Patch500: kvm-rng-egd-offset-the-point-when-repeatedly-read-from-t.patch
|
|
 |
9ae3a8 |
# For bz#1007334 - CVE-2013-4344 qemu-kvm: qemu: buffer overflow in scsi_target_emulate_report_luns [rhel-7.0]
|
|
 |
9ae3a8 |
Patch501: kvm-scsi-Allocate-SCSITargetReq-r-buf-dynamically-CVE-20.patch
|
|
 |
9ae3a8 |
# For bz#1033810 - memory leak in using object_get_canonical_path()
|
|
 |
9ae3a8 |
Patch502: kvm-virtio-net-fix-the-memory-leak-in-rxfilter_notify.patch
|
|
 |
9ae3a8 |
# For bz#1033810 - memory leak in using object_get_canonical_path()
|
|
 |
9ae3a8 |
Patch503: kvm-qom-Fix-memory-leak-in-object_property_set_link.patch
|
|
 |
9ae3a8 |
# For bz#1036537 - Cross version migration from RHEL6.5 host to RHEL7.0 host with sound device failed.
|
|
 |
9ae3a8 |
Patch504: kvm-fix-intel-hda-live-migration.patch
|
|
 |
9ae3a8 |
# For bz#1029743 - qemu-kvm core dump after hot plug/unplug 82576 PF about 100 times
|
|
 |
9ae3a8 |
Patch505: kvm-vfio-pci-Release-all-MSI-X-vectors-when-disabled.patch
|
|
 |
9ae3a8 |
# For bz#921490 - qemu-kvm core dumped after hot plugging more than 11 VF through vfio-pci
|
|
 |
9ae3a8 |
Patch506: kvm-Query-KVM-for-available-memory-slots.patch
|
|
 |
9ae3a8 |
# For bz#1039501 - [provisioning] discard=on broken
|
|
 |
9ae3a8 |
Patch507: kvm-block-Dont-ignore-previously-set-bdrv_flags.patch
|
|
 |
9ae3a8 |
# For bz#997832 - Backport trace fixes proactively to avoid confusion and silly conflicts
|
|
 |
9ae3a8 |
Patch508: kvm-cleanup-trace-events.pl-New.patch
|
|
 |
9ae3a8 |
# For bz#997832 - Backport trace fixes proactively to avoid confusion and silly conflicts
|
|
 |
9ae3a8 |
Patch509: kvm-slavio_misc-Fix-slavio_led_mem_readw-_writew-tracepo.patch
|
|
 |
9ae3a8 |
# For bz#997832 - Backport trace fixes proactively to avoid confusion and silly conflicts
|
|
 |
9ae3a8 |
Patch510: kvm-milkymist-minimac2-Fix-minimac2_read-_write-tracepoi.patch
|
|
 |
9ae3a8 |
# For bz#997832 - Backport trace fixes proactively to avoid confusion and silly conflicts
|
|
 |
9ae3a8 |
Patch511: kvm-trace-events-Drop-unused-events.patch
|
|
 |
9ae3a8 |
# For bz#997832 - Backport trace fixes proactively to avoid confusion and silly conflicts
|
|
 |
9ae3a8 |
Patch512: kvm-trace-events-Fix-up-source-file-comments.patch
|
|
 |
9ae3a8 |
# For bz#997832 - Backport trace fixes proactively to avoid confusion and silly conflicts
|
|
 |
9ae3a8 |
Patch513: kvm-trace-events-Clean-up-with-scripts-cleanup-trace-eve.patch
|
|
 |
9ae3a8 |
# For bz#997832 - Backport trace fixes proactively to avoid confusion and silly conflicts
|
|
 |
9ae3a8 |
Patch514: kvm-trace-events-Clean-up-after-removal-of-old-usb-host-.patch
|
|
 |
9ae3a8 |
# For bz#1027571 - [virtio-win]win8.1 guest network can not resume automatically after do "set_link tap1 on"
|
|
 |
9ae3a8 |
Patch515: kvm-net-Update-netdev-peer-on-link-change.patch
|
|
 |
9ae3a8 |
# For bz#1003773 - When virtio-blk-pci device with dataplane is failed to be added, the drive cannot be released.
|
|
 |
9ae3a8 |
Patch516: kvm-qdev-monitor-Unref-device-when-device_add-fails.patch
|
|
 |
9ae3a8 |
# For bz#1003773 - When virtio-blk-pci device with dataplane is failed to be added, the drive cannot be released.
|
|
 |
9ae3a8 |
Patch517: kvm-qdev-Drop-misleading-qdev_free-function.patch
|
|
 |
9ae3a8 |
# For bz#1003773 - When virtio-blk-pci device with dataplane is failed to be added, the drive cannot be released.
|
|
 |
9ae3a8 |
Patch518: kvm-blockdev-fix-drive_init-opts-and-bs_opts-leaks.patch
|
|
 |
9ae3a8 |
# For bz#1003773 - When virtio-blk-pci device with dataplane is failed to be added, the drive cannot be released.
|
|
 |
9ae3a8 |
Patch519: kvm-libqtest-rename-qmp-to-qmp_discard_response.patch
|
|
 |
9ae3a8 |
# For bz#1003773 - When virtio-blk-pci device with dataplane is failed to be added, the drive cannot be released.
|
|
 |
9ae3a8 |
Patch520: kvm-libqtest-add-qmp-fmt-.-QDict-function.patch
|
|
 |
9ae3a8 |
# For bz#1003773 - When virtio-blk-pci device with dataplane is failed to be added, the drive cannot be released.
|
|
 |
9ae3a8 |
Patch521: kvm-blockdev-test-add-test-case-for-drive_add-duplicate-.patch
|
|
 |
9ae3a8 |
# For bz#1003773 - When virtio-blk-pci device with dataplane is failed to be added, the drive cannot be released.
|
|
 |
9ae3a8 |
Patch522: kvm-qdev-monitor-test-add-device_add-leak-test-cases.patch
|
|
 |
9ae3a8 |
# For bz#1003773 - When virtio-blk-pci device with dataplane is failed to be added, the drive cannot be released.
|
|
 |
9ae3a8 |
Patch523: kvm-qtest-Use-display-none-by-default.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch524: kvm-range-add-Range-structure.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch525: kvm-range-add-Range-to-typedefs.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch526: kvm-range-add-min-max-operations-on-ranges.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch527: kvm-qdev-Add-SIZE-type-to-qdev-properties.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch528: kvm-qapi-make-visit_type_size-fallback-to-type_int.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch529: kvm-pc-move-IO_APIC_DEFAULT_ADDRESS-to-include-hw-i386-i.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch530: kvm-pci-add-helper-to-retrieve-the-64-bit-range.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch531: kvm-pci-fix-up-w64-size-calculation-helper.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch532: kvm-refer-to-FWCfgState-explicitly.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch533: kvm-fw_cfg-move-typedef-to-qemu-typedefs.h.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch534: kvm-arch_init-align-MR-size-to-target-page-size.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch535: kvm-loader-store-FW-CFG-ROM-files-in-RAM.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch536: kvm-pci-store-PCI-hole-ranges-in-guestinfo-structure.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch537: kvm-pc-pass-PCI-hole-ranges-to-Guests.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch538: kvm-pc-replace-i440fx_common_init-with-i440fx_init.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch539: kvm-pc-don-t-access-fw-cfg-if-NULL.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch540: kvm-pc-add-I440FX-QOM-cast-macro.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch541: kvm-pc-limit-64-bit-hole-to-2G-by-default.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch542: kvm-q35-make-pci-window-address-size-match-guest-cfg.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch543: kvm-q35-use-64-bit-window-programmed-by-guest.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch544: kvm-piix-use-64-bit-window-programmed-by-guest.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch545: kvm-pc-fix-regression-for-64-bit-PCI-memory.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch546: kvm-cleanup-object.h-include-error.h-directly.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch547: kvm-qom-cleanup-struct-Error-references.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch548: kvm-qom-add-pointer-to-int-property-helpers.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch549: kvm-fw_cfg-interface-to-trigger-callback-on-read.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch550: kvm-loader-support-for-unmapped-ROM-blobs.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch551: kvm-pcie_host-expose-UNMAPPED-macro.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch552: kvm-pcie_host-expose-address-format.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch553: kvm-q35-use-macro-for-MCFG-property-name.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch554: kvm-q35-expose-mmcfg-size-as-a-property.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch555: kvm-i386-add-ACPI-table-files-from-seabios.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch556: kvm-acpi-add-rules-to-compile-ASL-source.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch557: kvm-acpi-pre-compiled-ASL-files.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch558: kvm-acpi-ssdt-pcihp-updat-generated-file.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch559: kvm-loader-use-file-path-size-from-fw_cfg.h.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch560: kvm-i386-add-bios-linker-loader.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch561: kvm-loader-allow-adding-ROMs-in-done-callbacks.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch562: kvm-i386-define-pc-guest-info.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch563: kvm-acpi-piix-add-macros-for-acpi-property-names.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch564: kvm-piix-APIs-for-pc-guest-info.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch565: kvm-ich9-APIs-for-pc-guest-info.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch566: kvm-pvpanic-add-API-to-access-io-port.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch567: kvm-hpet-add-API-to-find-it.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch568: kvm-hpet-fix-build-with-CONFIG_HPET-off.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch569: kvm-acpi-add-interface-to-access-user-installed-tables.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch570: kvm-pc-use-new-api-to-add-builtin-tables.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch571: kvm-i386-ACPI-table-generation-code-from-seabios.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch572: kvm-ssdt-fix-PBLK-length.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch573: kvm-ssdt-proc-update-generated-file.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch574: kvm-pc-disable-pci-info.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch575: kvm-acpi-build-fix-build-on-glib-2.22.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch576: kvm-acpi-build-fix-build-on-glib-2.14.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch577: kvm-acpi-build-fix-support-for-glib-2.22.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch578: kvm-acpi-build-Fix-compiler-warning-missing-gnu_printf-f.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch579: kvm-exec-Fix-prototype-of-phys_mem_set_alloc-and-related.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch580: kvm-hw-i386-Makefile.obj-use-PYTHON-to-run-.py-scripts-c.patch
|
|
 |
9ae3a8 |
# For bz#1026314
|
|
 |
9ae3a8 |
Patch581: kvm-seccomp-add-kill-to-the-syscall-whitelist.patch
|
|
 |
9ae3a8 |
Patch582: kvm-json-parser-fix-handling-of-large-whole-number-value.patch
|
|
 |
9ae3a8 |
Patch583: kvm-qapi-add-QMP-input-test-for-large-integers.patch
|
|
 |
9ae3a8 |
Patch584: kvm-qapi-fix-visitor-serialization-tests-for-numbers-dou.patch
|
|
 |
9ae3a8 |
Patch585: kvm-qapi-add-native-list-coverage-for-visitor-serializat.patch
|
|
 |
9ae3a8 |
Patch586: kvm-qapi-add-native-list-coverage-for-QMP-output-visitor.patch
|
|
 |
9ae3a8 |
Patch587: kvm-qapi-add-native-list-coverage-for-QMP-input-visitor-.patch
|
|
 |
9ae3a8 |
Patch588: kvm-qapi-lack-of-two-commas-in-dict.patch
|
|
 |
9ae3a8 |
Patch589: kvm-tests-QAPI-schema-parser-tests.patch
|
|
 |
9ae3a8 |
Patch590: kvm-tests-Use-qapi-schema-test.json-as-schema-parser-tes.patch
|
|
 |
9ae3a8 |
Patch591: kvm-qapi.py-Restructure-lexer-and-parser.patch
|
|
 |
9ae3a8 |
Patch592: kvm-qapi.py-Decent-syntax-error-reporting.patch
|
|
 |
9ae3a8 |
Patch593: kvm-qapi.py-Reject-invalid-characters-in-schema-file.patch
|
|
 |
9ae3a8 |
Patch594: kvm-qapi.py-Fix-schema-parser-to-check-syntax-systematic.patch
|
|
 |
9ae3a8 |
Patch595: kvm-qapi.py-Fix-diagnosing-non-objects-at-a-schema-s-top.patch
|
|
 |
9ae3a8 |
Patch596: kvm-qapi.py-Rename-expr_eval-to-expr-in-parse_schema.patch
|
|
 |
9ae3a8 |
Patch597: kvm-qapi.py-Permit-comments-starting-anywhere-on-the-lin.patch
|
|
 |
9ae3a8 |
Patch598: kvm-scripts-qapi.py-Avoid-syntax-not-supported-by-Python.patch
|
|
 |
9ae3a8 |
Patch599: kvm-tests-Fix-schema-parser-test-for-in-tree-build.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch600: kvm-add-a-header-file-for-atomic-operations.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch601: kvm-savevm-Fix-potential-memory-leak.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch602: kvm-migration-Fail-migration-on-bdrv_flush_all-error.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch603: kvm-rdma-add-documentation.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch604: kvm-rdma-introduce-qemu_update_position.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch605: kvm-rdma-export-yield_until_fd_readable.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch606: kvm-rdma-export-throughput-w-MigrationStats-QMP.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch607: kvm-rdma-introduce-qemu_file_mode_is_not_valid.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch608: kvm-rdma-introduce-qemu_ram_foreach_block.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch609: kvm-rdma-new-QEMUFileOps-hooks.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch610: kvm-rdma-introduce-capability-x-rdma-pin-all.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch611: kvm-rdma-update-documentation-to-reflect-new-unpin-suppo.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch612: kvm-rdma-bugfix-ram_control_save_page.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch613: kvm-rdma-introduce-ram_handle_compressed.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch614: kvm-rdma-core-logic.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch615: kvm-rdma-send-pc.ram.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch616: kvm-rdma-allow-state-transitions-between-other-states-be.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch617: kvm-rdma-introduce-MIG_STATE_NONE-and-change-MIG_STATE_S.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch618: kvm-rdma-account-for-the-time-spent-in-MIG_STATE_SETUP-t.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch619: kvm-rdma-bugfix-make-IPv6-support-work.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch620: kvm-rdma-forgot-to-turn-off-the-debugging-flag.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch621: kvm-rdma-correct-newlines-in-error-statements.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch622: kvm-rdma-don-t-use-negative-index-to-array.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch623: kvm-rdma-qemu_rdma_post_send_control-uses-wrongly-RDMA_W.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch624: kvm-rdma-use-DRMA_WRID_READY.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch625: kvm-rdma-memory-leak-RDMAContext-host.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch626: kvm-rdma-use-resp.len-after-validation-in-qemu_rdma_regi.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch627: kvm-rdma-validate-RDMAControlHeader-len.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch628: kvm-rdma-check-if-RDMAControlHeader-len-match-transferre.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch629: kvm-rdma-proper-getaddrinfo-handling.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch630: kvm-rdma-IPv6-over-Ethernet-RoCE-is-broken-in-linux-work.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch631: kvm-rdma-remaining-documentation-fixes.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch632: kvm-rdma-silly-ipv6-bugfix.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch633: kvm-savevm-fix-wrong-initialization-by-ram_control_load_.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch634: kvm-arch_init-right-return-for-ram_save_iterate.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch635: kvm-rdma-clean-up-of-qemu_rdma_cleanup.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch636: kvm-rdma-constify-ram_chunk_-index-start-end.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch637: kvm-migration-Fix-debug-print-type.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch638: kvm-arch_init-make-is_zero_page-accept-size.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch639: kvm-migration-ram_handle_compressed.patch
|
|
 |
9ae3a8 |
# For bz#1011720 - [HP 7.0 Feat]: Backport RDMA based live guest migration changes from upstream to RHEL7.0 KVM
|
|
 |
9ae3a8 |
Patch640: kvm-migration-fix-spice-migration.patch
|
|
 |
9ae3a8 |
# For bz#678368 - RFE: Support more than 8 assigned devices
|
|
 |
9ae3a8 |
Patch641: kvm-pci-assign-cap-number-of-devices-that-can-be-assigne.patch
|
|
 |
9ae3a8 |
# For bz#678368 - RFE: Support more than 8 assigned devices
|
|
 |
9ae3a8 |
Patch642: kvm-vfio-cap-number-of-devices-that-can-be-assigned.patch
|
|
 |
9ae3a8 |
# For bz#1039513 - backport remote wakeup for ehci
|
|
 |
9ae3a8 |
Patch643: kvm-Revert-usb-tablet-Don-t-claim-wakeup-capability-for-.patch
|
|
 |
9ae3a8 |
# For bz#1026554 - qemu: mempath: prefault pages manually
|
|
 |
9ae3a8 |
Patch644: kvm-mempath-prefault-pages-manually-v4.patch
|
|
 |
9ae3a8 |
# For bz#1007710 - [RFE] Enable qemu-img to support VMDK version 3
|
|
 |
9ae3a8 |
# For bz#1029852 - qemu-img fails to convert vmdk image with "qemu-img: Could not open 'image.vmdk'"
|
|
 |
9ae3a8 |
Patch645: kvm-vmdk-Allow-read-only-open-of-VMDK-version-3.patch
|
|
 |
9ae3a8 |
# For bz#1035132 - fail to boot and call trace with x-data-plane=on specified for rhel6.5 guest
|
|
 |
9ae3a8 |
Patch646: kvm-virtio_pci-fix-level-interrupts-with-irqfd.patch
|
|
 |
9ae3a8 |
# For bz#889051 - Commands "__com.redhat_drive_add/del" don' t exist in RHEL7.0
|
|
 |
9ae3a8 |
Patch647: kvm-QMP-Forward-port-__com.redhat_drive_del-from-RHEL-6.patch
|
|
 |
9ae3a8 |
# For bz#889051 - Commands "__com.redhat_drive_add/del" don' t exist in RHEL7.0
|
|
 |
9ae3a8 |
Patch648: kvm-QMP-Forward-port-__com.redhat_drive_add-from-RHEL-6.patch
|
|
 |
9ae3a8 |
# For bz#889051 - Commands "__com.redhat_drive_add/del" don' t exist in RHEL7.0
|
|
 |
9ae3a8 |
Patch649: kvm-HMP-Forward-port-__com.redhat_drive_add-from-RHEL-6.patch
|
|
 |
9ae3a8 |
# For bz#889051 - Commands "__com.redhat_drive_add/del" don' t exist in RHEL7.0
|
|
 |
9ae3a8 |
Patch650: kvm-QMP-Document-throttling-parameters-of-__com.redhat_d.patch
|
|
 |
9ae3a8 |
# For bz#889051 - Commands "__com.redhat_drive_add/del" don' t exist in RHEL7.0
|
|
 |
9ae3a8 |
Patch651: kvm-HMP-Disable-drive_add-for-Red-Hat-Enterprise-Linux.patch
|
|
 |
9ae3a8 |
Patch652: kvm-Revert-HMP-Disable-drive_add-for-Red-Hat-Enterprise-2.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch653: kvm-block-change-default-of-.has_zero_init-to-0.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch654: kvm-iscsi-factor-out-sector-conversions.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch655: kvm-iscsi-add-logical-block-provisioning-information-to-.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch656: kvm-iscsi-add-.bdrv_get_block_status.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch657: kvm-iscsi-split-discard-requests-in-multiple-parts.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch658: kvm-block-make-BdrvRequestFlags-public.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch659: kvm-block-add-flags-to-bdrv_-_write_zeroes.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch660: kvm-block-introduce-BDRV_REQ_MAY_UNMAP-request-flag.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch661: kvm-block-add-logical-block-provisioning-info-to-BlockDr.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch662: kvm-block-add-wrappers-for-logical-block-provisioning-in.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch663: kvm-block-iscsi-add-.bdrv_get_info.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch664: kvm-block-add-BlockLimits-structure-to-BlockDriverState.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch665: kvm-block-raw-copy-BlockLimits-on-raw_open.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch666: kvm-block-honour-BlockLimits-in-bdrv_co_do_write_zeroes.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch667: kvm-block-honour-BlockLimits-in-bdrv_co_discard.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch668: kvm-iscsi-set-limits-in-BlockDriverState.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch669: kvm-iscsi-simplify-iscsi_co_discard.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch670: kvm-iscsi-add-bdrv_co_write_zeroes.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch671: kvm-block-introduce-bdrv_make_zero.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch672: kvm-block-get_block_status-fix-BDRV_BLOCK_ZERO-for-unall.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch673: kvm-qemu-img-add-support-for-fully-allocated-images.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch674: kvm-qemu-img-conditionally-zero-out-target-on-convert.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch675: kvm-block-generalize-BlockLimits-handling-to-cover-bdrv_.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch676: kvm-block-add-flags-to-BlockRequest.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch677: kvm-block-add-flags-argument-to-bdrv_co_write_zeroes-tra.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch678: kvm-block-add-bdrv_aio_write_zeroes.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch679: kvm-block-handle-ENOTSUP-from-discard-in-generic-code.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch680: kvm-block-make-bdrv_co_do_write_zeroes-stricter-in-produ.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch681: kvm-vpc-vhdx-add-get_info.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch682: kvm-block-drivers-add-discard-write_zeroes-properties-to.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch683: kvm-block-drivers-expose-requirement-for-write-same-alig.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch684: kvm-block-iscsi-remove-.bdrv_has_zero_init.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch685: kvm-block-iscsi-updated-copyright.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch686: kvm-block-iscsi-check-WRITE-SAME-support-differently-dep.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch687: kvm-scsi-disk-catch-write-protection-errors-in-UNMAP.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch688: kvm-scsi-disk-reject-ANCHOR-1-for-UNMAP-and-WRITE-SAME-c.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch689: kvm-scsi-disk-correctly-implement-WRITE-SAME.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch690: kvm-scsi-disk-fix-WRITE-SAME-with-large-non-zero-payload.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch691: kvm-raw-posix-implement-write_zeroes-with-MAY_UNMAP-for-.patch.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch692: kvm-raw-posix-implement-write_zeroes-with-MAY_UNMAP-for-.patch.patch.patch.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch693: kvm-raw-posix-add-support-for-write_zeroes-on-XFS-and-bl.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch694: kvm-qemu-iotests-033-is-fast.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch695: kvm-qemu-img-add-support-for-skipping-zeroes-in-input-du.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch696: kvm-qemu-img-fix-usage-instruction-for-qemu-img-convert.patch.patch
|
|
 |
9ae3a8 |
# For bz#1007815 - fix WRITE SAME support
|
|
 |
9ae3a8 |
Patch697: kvm-block-iscsi-set-bdi-cluster_size.patch.patch
|
|
 |
9ae3a8 |
# For bz#1039557 - optimize qemu-img for thin provisioned images
|
|
 |
9ae3a8 |
Patch698: kvm-block-add-opt_transfer_length-to-BlockLimits.patch.patch
|
|
 |
9ae3a8 |
# For bz#1039557 - optimize qemu-img for thin provisioned images
|
|
 |
9ae3a8 |
Patch699: kvm-block-iscsi-set-bs-bl.opt_transfer_length.patch.patch
|
|
 |
9ae3a8 |
# For bz#1039557 - optimize qemu-img for thin provisioned images
|
|
 |
9ae3a8 |
Patch700: kvm-qemu-img-dynamically-adjust-iobuffer-size-during-con.patch.patch
|
|
 |
9ae3a8 |
# For bz#1039557 - optimize qemu-img for thin provisioned images
|
|
 |
9ae3a8 |
Patch701: kvm-qemu-img-round-down-request-length-to-an-aligned-sec.patch.patch
|
|
 |
9ae3a8 |
# For bz#1039557 - optimize qemu-img for thin provisioned images
|
|
 |
9ae3a8 |
Patch702: kvm-qemu-img-decrease-progress-update-interval-on-conver.patch.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch703: kvm-block-qemu-iotests-for-vhdx-read-sample-dynamic-imag.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch704: kvm-block-qemu-iotests-add-quotes-to-TEST_IMG-usage-io-p.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch705: kvm-block-qemu-iotests-fix-_make_test_img-to-work-with-s.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch706: kvm-block-qemu-iotests-add-quotes-to-TEST_IMG.base-usage.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch707: kvm-block-qemu-iotests-add-quotes-to-TEST_IMG-usage-in-0.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch708: kvm-block-qemu-iotests-removes-duplicate-double-quotes-i.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch709: kvm-block-vhdx-minor-comments-and-typo-correction.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch710: kvm-block-vhdx-add-header-update-capability.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch711: kvm-block-vhdx-code-movement-VHDXMetadataEntries-and-BDR.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch712: kvm-block-vhdx-log-support-struct-and-defines.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch713: kvm-block-vhdx-break-endian-translation-functions-out.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch714: kvm-block-vhdx-update-log-guid-in-header-and-first-write.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch715: kvm-block-vhdx-code-movement-move-vhdx_close-above-vhdx_.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch716: kvm-block-vhdx-log-parsing-replay-and-flush-support.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch717: kvm-block-vhdx-add-region-overlap-detection-for-image-fi.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch718: kvm-block-vhdx-add-log-write-support.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch719: kvm-block-vhdx-write-support.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch720: kvm-block-vhdx-remove-BAT-file-offset-bit-shifting.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch721: kvm-block-vhdx-move-more-endian-translations-to-vhdx-end.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch722: kvm-block-vhdx-break-out-code-operations-to-functions.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch723: kvm-block-vhdx-fix-comment-typos-in-header-fix-incorrect.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch724: kvm-block-vhdx-add-.bdrv_create-support.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch725: kvm-block-vhdx-update-_make_test_img-to-filter-out-vhdx-.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch726: kvm-block-qemu-iotests-for-vhdx-add-write-test-support.patch
|
|
 |
9ae3a8 |
# For bz#879234 - [RFE] qemu-img: Add/improve support for VHDX format
|
|
 |
9ae3a8 |
Patch727: kvm-block-vhdx-qemu-iotest-log-replay-of-data-sector.patch
|
|
 |
9ae3a8 |
# For bz#965636 - streaming with no backing file should not do anything
|
|
 |
9ae3a8 |
Patch728: kvm-block-stream-Don-t-stream-unbacked-devices.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch729: kvm-qemu-io-Let-open-pass-options-to-block-driver.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch730: kvm-qcow2.py-Subcommand-for-changing-header-fields.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch731: kvm-qemu-iotests-Remaining-error-propagation-adjustments.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch732: kvm-qemu-iotests-Add-test-for-inactive-L2-overlap.patch
|
|
 |
9ae3a8 |
# For bz#1004347 - Backport qcow2 corruption prevention patches
|
|
 |
9ae3a8 |
Patch733: kvm-qemu-iotests-Adjust-test-result-039.patch
|
|
 |
9ae3a8 |
# For bz#1048671 - virtio-net: mac_table change isn't recovered in error state
|
|
 |
9ae3a8 |
Patch734: kvm-virtio-net-don-t-update-mac_table-in-error-state.patch
|
|
 |
9ae3a8 |
# For bz#1032904 - qemu-img can not create libiscsi qcow2_v3 image
|
|
 |
9ae3a8 |
Patch735: kvm-qcow2-Zero-initialise-first-cluster-for-new-images.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch736: kvm-option-Add-assigned-flag-to-QEMUOptionParameter.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch737: kvm-qcow2-refcount-Snapshot-update-for-zero-clusters.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch738: kvm-qemu-iotests-Snapshotting-zero-clusters.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch739: kvm-block-Image-file-option-amendment.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch740: kvm-qcow2-cache-Empty-cache.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch741: kvm-qcow2-cluster-Expand-zero-clusters.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch742: kvm-qcow2-Save-refcount-order-in-BDRVQcowState.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch743: kvm-qcow2-Implement-bdrv_amend_options.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch744: kvm-qcow2-Correct-bitmap-size-in-zero-expansion.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch745: kvm-qcow2-Free-only-newly-allocated-clusters-on-error.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch746: kvm-qcow2-Add-missing-space-in-error-message.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch747: kvm-qemu-iotest-qcow2-image-option-amendment.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch748: kvm-qemu-iotests-New-test-case-in-061.patch
|
|
 |
9ae3a8 |
# For bz#1033490 - Cannot upgrade/downgrade qcow2 images
|
|
 |
9ae3a8 |
Patch749: kvm-qemu-iotests-Preallocated-zero-clusters-in-061.patch
|
|
 |
9ae3a8 |
# For bz#972773 - RHEL7: Clarify support statement in KVM help
|
|
 |
9ae3a8 |
Patch750: kvm-Add-support-statement-to-help-output.patch
|
|
 |
9ae3a8 |
# For bz#903910 - RHEL7 does not have equivalent functionality for __com.redhat_qxl_screendump
|
|
 |
9ae3a8 |
Patch751: kvm-__com.redhat_qxl_screendump-add-docs.patch
|
|
 |
9ae3a8 |
# For bz#999836 - -m 1 crashes
|
|
 |
9ae3a8 |
Patch752: kvm-vl-Round-memory-sizes-below-2MiB-up-to-2MiB.patch
|
|
 |
9ae3a8 |
# For bz#1044845 - QEMU seccomp sandbox - exit if seccomp_init() fails
|
|
 |
9ae3a8 |
Patch753: kvm-seccomp-exit-if-seccomp_init-fails.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch754: kvm-configure-make-iasl-option-actually-work.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch755: kvm-acpi-build-disable-with-no-acpi.patch
|
|
 |
9ae3a8 |
# For bz#1039513 - backport remote wakeup for ehci
|
|
 |
9ae3a8 |
Patch756: kvm-ehci-implement-port-wakeup.patch
|
|
 |
9ae3a8 |
# For bz#1026712 - Qemu core dumpd when boot guest with driver name as "virtio-pci"
|
|
 |
9ae3a8 |
# For bz#1046007 - qemu-kvm aborted when hot plug PCI device to guest with romfile and rombar=0
|
|
 |
9ae3a8 |
Patch757: kvm-qdev-monitor-Fix-crash-when-device_add-is-called-wit.patch
|
|
 |
9ae3a8 |
# For bz#1035001 - VHDX: journal log should not be replayed by default, but rather via qemu-img check -r all
|
|
 |
9ae3a8 |
Patch758: kvm-block-vhdx-improve-error-message-and-.bdrv_check-imp.patch
|
|
 |
9ae3a8 |
# For bz#1017650 - need to update qemu-img man pages on "VHDX" format
|
|
 |
9ae3a8 |
Patch759: kvm-docs-updated-qemu-img-man-page-and-qemu-doc-to-refle.patch
|
|
 |
9ae3a8 |
# For bz#1052340 - pvticketlocks: default on
|
|
 |
9ae3a8 |
Patch760: kvm-enable-pvticketlocks-by-default.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch761: kvm-fix-boot-strict-regressed-in-commit-6ef4716.patch
|
|
 |
9ae3a8 |
# For bz#997817 - -boot order and -boot once regressed since RHEL-6
|
|
 |
9ae3a8 |
Patch762: kvm-vl-make-boot_strict-variable-static-not-used-outside.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch763: kvm-bitmap-use-long-as-index.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch764: kvm-memory-cpu_physical_memory_set_dirty_flags-result-is.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch765: kvm-memory-cpu_physical_memory_set_dirty_range-return-vo.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch766: kvm-exec-use-accessor-function-to-know-if-memory-is-dirt.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch767: kvm-memory-create-function-to-set-a-single-dirty-bit.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch768: kvm-exec-drop-useless-if.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch769: kvm-exec-create-function-to-get-a-single-dirty-bit.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch770: kvm-memory-make-cpu_physical_memory_is_dirty-return-bool.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch771: kvm-memory-all-users-of-cpu_physical_memory_get_dirty-us.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch772: kvm-memory-set-single-dirty-flags-when-possible.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch773: kvm-memory-cpu_physical_memory_set_dirty_range-always-di.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch774: kvm-memory-cpu_physical_memory_mask_dirty_range-always-c.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch775: kvm-memory-use-bit-2-for-migration.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch776: kvm-memory-make-sure-that-client-is-always-inside-range.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch777: kvm-memory-only-resize-dirty-bitmap-when-memory-size-inc.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch778: kvm-memory-cpu_physical_memory_clear_dirty_flag-result-i.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch779: kvm-bitmap-Add-bitmap_zero_extend-operation.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch780: kvm-memory-split-dirty-bitmap-into-three.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch781: kvm-memory-unfold-cpu_physical_memory_clear_dirty_flag-i.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch782: kvm-memory-unfold-cpu_physical_memory_set_dirty-in-its-o.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch783: kvm-memory-unfold-cpu_physical_memory_set_dirty_flag.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch784: kvm-memory-make-cpu_physical_memory_get_dirty-the-main-f.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch785: kvm-memory-cpu_physical_memory_get_dirty-is-used-as-retu.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch786: kvm-memory-s-mask-clear-cpu_physical_memory_mask_dirty_r.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch787: kvm-memory-use-find_next_bit-to-find-dirty-bits.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch788: kvm-memory-cpu_physical_memory_set_dirty_range-now-uses-.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch789: kvm-memory-cpu_physical_memory_clear_dirty_range-now-use.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch790: kvm-memory-s-dirty-clean-in-cpu_physical_memory_is_dirty.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch791: kvm-memory-make-cpu_physical_memory_reset_dirty-take-a-l.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch792: kvm-exec-Remove-unused-global-variable-phys_ram_fd.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch793: kvm-memory-cpu_physical_memory_set_dirty_tracking-should.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch794: kvm-memory-move-private-types-to-exec.c.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch795: kvm-memory-split-cpu_physical_memory_-functions-to-its-o.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch796: kvm-memory-unfold-memory_region_test_and_clear.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch797: kvm-use-directly-cpu_physical_memory_-api-for-tracki.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch798: kvm-refactor-start-address-calculation.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch799: kvm-memory-move-bitmap-synchronization-to-its-own-functi.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch800: kvm-memory-syncronize-kvm-bitmap-using-bitmaps-operation.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch801: kvm-ram-split-function-that-synchronizes-a-range.patch
|
|
 |
9ae3a8 |
# For bz#997559 - Improve live migration bitmap handling
|
|
 |
9ae3a8 |
Patch802: kvm-migration-synchronize-memory-bitmap-64bits-at-a-time.patch
|
|
 |
9ae3a8 |
# For bz#947785 - In rhel6.4 guest sound recorder doesn't work when playing audio
|
|
 |
9ae3a8 |
Patch803: kvm-intel-hda-fix-position-buffer.patch
|
|
 |
9ae3a8 |
# For bz#1003467 - Backport migration fixes from post qemu 1.6
|
|
 |
9ae3a8 |
Patch804: kvm-The-calculation-of-bytes_xfer-in-qemu_put_buffer-is-.patch
|
|
 |
9ae3a8 |
# For bz#1003467 - Backport migration fixes from post qemu 1.6
|
|
 |
9ae3a8 |
Patch805: kvm-migration-Fix-rate-limit.patch
|
|
 |
9ae3a8 |
# For bz#1017636 - PATCH: fix qemu using 50% host cpu when audio is playing
|
|
 |
9ae3a8 |
Patch806: kvm-audio-honor-QEMU_AUDIO_TIMER_PERIOD-instead-of-wakin.patch
|
|
 |
9ae3a8 |
# For bz#1017636 - PATCH: fix qemu using 50% host cpu when audio is playing
|
|
 |
9ae3a8 |
Patch807: kvm-audio-Lower-default-wakeup-rate-to-100-times-second.patch
|
|
 |
9ae3a8 |
# For bz#1017636 - PATCH: fix qemu using 50% host cpu when audio is playing
|
|
 |
9ae3a8 |
Patch808: kvm-audio-adjust-pulse-to-100Hz-wakeup-rate.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch809: kvm-pc-Fix-rhel6.-3dnow-3dnowext-compat-bits.patch
|
|
 |
9ae3a8 |
# For bz#1038603 - make seabios 256k for rhel7 machine types
|
|
 |
9ae3a8 |
Patch810: kvm-add-firmware-to-machine-options.patch
|
|
 |
9ae3a8 |
# For bz#1038603 - make seabios 256k for rhel7 machine types
|
|
 |
9ae3a8 |
Patch811: kvm-switch-rhel7-machine-types-to-big-bios.patch
|
|
 |
9ae3a8 |
# For bz#1034518 - boot order wrong with q35
|
|
 |
9ae3a8 |
Patch812: kvm-pci-fix-pci-bridge-fw-path.patch
|
|
 |
9ae3a8 |
# For bz#1031098 - Disable device smbus-eeprom
|
|
 |
9ae3a8 |
Patch813: kvm-hw-cannot_instantiate_with_device_add_yet-due-to-poi.patch
|
|
 |
9ae3a8 |
# For bz#1031098 - Disable device smbus-eeprom
|
|
 |
9ae3a8 |
Patch814: kvm-qdev-Document-that-pointer-properties-kill-device_ad.patch
|
|
 |
9ae3a8 |
# For bz#1044742 - Cannot create guest on remote RHEL7 host using F20 virt-manager, libvirt's qemu -no-hpet detection is broken
|
|
 |
9ae3a8 |
Patch815: kvm-Add-back-no-hpet-but-ignore-it.patch
|
|
 |
9ae3a8 |
# For bz#669524 - Confusing error message from -device <unknown dev>
|
|
 |
9ae3a8 |
Patch816: kvm-Revert-qdev-monitor-Fix-crash-when-device_add-is-cal.patch
|
|
 |
9ae3a8 |
# For bz#669524 - Confusing error message from -device <unknown dev>
|
|
 |
9ae3a8 |
Patch817: kvm-Revert-qdev-Do-not-let-the-user-try-to-device_add-wh.patch
|
|
 |
9ae3a8 |
# For bz#669524 - Confusing error message from -device <unknown dev>
|
|
 |
9ae3a8 |
Patch818: kvm-qdev-monitor-Clean-up-qdev_device_add-variable-namin.patch
|
|
 |
9ae3a8 |
# For bz#669524 - Confusing error message from -device <unknown dev>
|
|
 |
9ae3a8 |
Patch819: kvm-qdev-monitor-Fix-crash-when-device_add-is-called.2.patch.patch
|
|
 |
9ae3a8 |
# For bz#669524 - Confusing error message from -device <unknown dev>
|
|
 |
9ae3a8 |
Patch820: kvm-qdev-monitor-Avoid-qdev-as-variable-name.patch
|
|
 |
9ae3a8 |
# For bz#669524 - Confusing error message from -device <unknown dev>
|
|
 |
9ae3a8 |
Patch821: kvm-qdev-monitor-Inline-qdev_init-for-device_add.patch
|
|
 |
9ae3a8 |
# For bz#669524 - Confusing error message from -device <unknown dev>
|
|
 |
9ae3a8 |
Patch822: kvm-qdev-Do-not-let-the-user-try-to-device_add-when-it.2.patch.patch
|
|
 |
9ae3a8 |
# For bz#669524 - Confusing error message from -device <unknown dev>
|
|
 |
9ae3a8 |
Patch823: kvm-qdev-monitor-Avoid-device_add-crashing-on-non-device.patch
|
|
 |
9ae3a8 |
# For bz#669524 - Confusing error message from -device <unknown dev>
|
|
 |
9ae3a8 |
Patch824: kvm-qdev-monitor-Improve-error-message-for-device-nonexi.patch
|
|
 |
9ae3a8 |
# For bz#1003535 - qemu-kvm core dump when boot vm with more than 32 virtio disks/nics
|
|
 |
9ae3a8 |
Patch825: kvm-exec-change-well-known-physical-sections-to-macros.patch
|
|
 |
9ae3a8 |
# For bz#1003535 - qemu-kvm core dump when boot vm with more than 32 virtio disks/nics
|
|
 |
9ae3a8 |
Patch826: kvm-exec-separate-sections-and-nodes-per-address-space.patch
|
|
 |
9ae3a8 |
# For bz#1053699 - Backport Cancelled race condition fixes
|
|
 |
9ae3a8 |
Patch827: kvm-avoid-a-bogus-COMPLETED-CANCELLED-transition.patch
|
|
 |
9ae3a8 |
# For bz#1053699 - Backport Cancelled race condition fixes
|
|
 |
9ae3a8 |
Patch828: kvm-introduce-MIG_STATE_CANCELLING-state.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch829: kvm-vvfat-use-bdrv_new-to-allocate-BlockDriverState.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch830: kvm-block-implement-reference-count-for-BlockDriverState.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch831: kvm-block-make-bdrv_delete-static.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch832: kvm-migration-omit-drive-ref-as-we-have-bdrv_ref-now.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch833: kvm-xen_disk-simplify-blk_disconnect-with-refcnt.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch834: kvm-nbd-use-BlockDriverState-refcnt.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch835: kvm-block-use-BDS-ref-for-block-jobs.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch836: kvm-block-Make-BlockJobTypes-const.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch837: kvm-blockjob-rename-BlockJobType-to-BlockJobDriver.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch838: kvm-qapi-Introduce-enum-BlockJobType.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch839: kvm-qapi-make-use-of-new-BlockJobType.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch840: kvm-mirror-Don-t-close-target.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch841: kvm-mirror-Move-base-to-MirrorBlockJob.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch842: kvm-block-Add-commit_active_start.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch843: kvm-commit-Support-commit-active-layer.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch844: kvm-qemu-iotests-prefill-some-data-to-test-image.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch845: kvm-qemu-iotests-Update-test-cases-for-commit-active.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch846: kvm-commit-Remove-unused-check.patch
|
|
 |
9ae3a8 |
# For bz#921890 - Core dump when block mirror with "sync" is "none" and mode is "absolute-paths"
|
|
 |
9ae3a8 |
Patch847: kvm-blockdev-use-bdrv_getlength-in-qmp_drive_mirror.patch
|
|
 |
9ae3a8 |
# For bz#921890 - Core dump when block mirror with "sync" is "none" and mode is "absolute-paths"
|
|
 |
9ae3a8 |
Patch848: kvm-qemu-iotests-make-assert_no_active_block_jobs-common.patch
|
|
 |
9ae3a8 |
# For bz#921890 - Core dump when block mirror with "sync" is "none" and mode is "absolute-paths"
|
|
 |
9ae3a8 |
Patch849: kvm-block-drive-mirror-Check-for-NULL-backing_hd.patch
|
|
 |
9ae3a8 |
# For bz#921890 - Core dump when block mirror with "sync" is "none" and mode is "absolute-paths"
|
|
 |
9ae3a8 |
Patch850: kvm-qemu-iotests-Extend-041-for-unbacked-mirroring.patch
|
|
 |
9ae3a8 |
# For bz#921890 - Core dump when block mirror with "sync" is "none" and mode is "absolute-paths"
|
|
 |
9ae3a8 |
Patch851: kvm-qapi-schema-Update-description-for-NewImageMode.patch
|
|
 |
9ae3a8 |
# For bz#921890 - Core dump when block mirror with "sync" is "none" and mode is "absolute-paths"
|
|
 |
9ae3a8 |
Patch852: kvm-block-drive-mirror-Reuse-backing-HD-for-sync-none.patch
|
|
 |
9ae3a8 |
# For bz#921890 - Core dump when block mirror with "sync" is "none" and mode is "absolute-paths"
|
|
 |
9ae3a8 |
Patch853: kvm-qemu-iotests-Fix-test-041.patch
|
|
 |
9ae3a8 |
# For bz#1035644 - rhel7.0host + windows guest + virtio-win + 'chkdsk' in the guest gives qemu assertion in scsi_dma_complete
|
|
 |
9ae3a8 |
Patch854: kvm-scsi-bus-fix-transfer-length-and-direction-for-VERIF.patch
|
|
 |
9ae3a8 |
# For bz#1035644 - rhel7.0host + windows guest + virtio-win + 'chkdsk' in the guest gives qemu assertion in scsi_dma_complete
|
|
 |
9ae3a8 |
Patch855: kvm-scsi-disk-fix-VERIFY-emulation.patch
|
|
 |
9ae3a8 |
# For bz#1041301 - live snapshot merge (commit) of the active layer
|
|
 |
9ae3a8 |
Patch856: kvm-block-ensure-bdrv_drain_all-works-during-bdrv_delete.patch
|
|
 |
9ae3a8 |
# For bz#998708 - qemu-kvm: maximum vcpu should be recommended maximum
|
|
 |
9ae3a8 |
Patch857: kvm-use-recommended-max-vcpu-count.patch
|
|
 |
9ae3a8 |
# For bz#1049706 - MIss CPUID_EXT_X2APIC in Westmere cpu model
|
|
 |
9ae3a8 |
Patch858: kvm-pc-Create-pc_compat_rhel-functions.patch
|
|
 |
9ae3a8 |
# For bz#1049706 - MIss CPUID_EXT_X2APIC in Westmere cpu model
|
|
 |
9ae3a8 |
Patch859: kvm-pc-Enable-x2apic-by-default-on-more-recent-CPU-model.patch
|
|
 |
9ae3a8 |
# For bz#1019221 - Iscsi miss id sub-option in help output
|
|
 |
9ae3a8 |
Patch860: kvm-help-add-id-suboption-to-iscsi.patch
|
|
 |
9ae3a8 |
# For bz#1037503 - fix thin provisioning support for block device backends
|
|
 |
9ae3a8 |
Patch861: kvm-scsi-disk-add-UNMAP-limits-to-block-limits-VPD-page.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch862: kvm-qdev-Fix-32-bit-compilation-in-print_size.patch
|
|
 |
9ae3a8 |
# For bz#1034876 - export acpi tables to guests
|
|
 |
9ae3a8 |
Patch863: kvm-qdev-Use-clz-in-print_size.patch
|
|
 |
9ae3a8 |
# For bz#1026548 - i386: pc: align gpa<->hpa on 1GB boundary
|
|
 |
9ae3a8 |
Patch864: kvm-piix-gigabyte-alignment-for-ram.patch
|
|
 |
9ae3a8 |
# For bz#1026548 - i386: pc: align gpa<->hpa on 1GB boundary
|
|
 |
9ae3a8 |
Patch865: kvm-pc_piix-document-gigabyte_align.patch
|
|
 |
9ae3a8 |
# For bz#1026548 - i386: pc: align gpa<->hpa on 1GB boundary
|
|
 |
9ae3a8 |
Patch866: kvm-q35-gigabyle-alignment-for-ram.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch867: kvm-virtio-bus-remove-vdev-field.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch868: kvm-virtio-pci-remove-vdev-field.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch869: kvm-virtio-bus-cleanup-plug-unplug-interface.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch870: kvm-virtio-blk-switch-exit-callback-to-VirtioDeviceClass.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch871: kvm-virtio-serial-switch-exit-callback-to-VirtioDeviceCl.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch872: kvm-virtio-net-switch-exit-callback-to-VirtioDeviceClass.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch873: kvm-virtio-scsi-switch-exit-callback-to-VirtioDeviceClas.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch874: kvm-virtio-balloon-switch-exit-callback-to-VirtioDeviceC.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch875: kvm-virtio-rng-switch-exit-callback-to-VirtioDeviceClass.patch
|
|
 |
9ae3a8 |
# For bz#983344 - QEMU core dump and host will reboot when do hot-unplug a virtio-blk disk which use the switch behind switch
|
|
 |
9ae3a8 |
Patch876: kvm-virtio-pci-add-device_unplugged-callback.patch
|
|
 |
9ae3a8 |
# For bz#1051438 - Error message contains garbled characters when unable to open image due to bad permissions (permission denied).
|
|
 |
9ae3a8 |
Patch877: kvm-block-use-correct-filename-for-error-report.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch878: kvm-Partially-revert-rhel-Drop-cfi.pflash01-and-isa-ide-.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch879: kvm-Revert-pc-Disable-the-use-flash-device-for-BIOS-unle.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch880: kvm-memory-Replace-open-coded-memory_region_is_romd.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch881: kvm-memory-Rename-readable-flag-to-romd_mode.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch882: kvm-isapc-Fix-non-KVM-qemu-boot-read-write-memory-for-is.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch883: kvm-add-kvm_readonly_mem_enabled.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch884: kvm-support-using-KVM_MEM_READONLY-flag-for-regions.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch885: kvm-pc_sysfw-allow-flash-pflash-memory-to-be-used-with-K.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch886: kvm-fix-double-free-the-memslot-in-kvm_set_phys_mem.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch887: kvm-sysfw-remove-read-only-pc_sysfw_flash_vs_rom_bug_com.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch888: kvm-pc_sysfw-remove-the-rom_only-property.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch889: kvm-pc_sysfw-do-not-make-it-a-device-anymore.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch890: kvm-hw-i386-pc_sysfw-support-two-flash-drives.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch891: kvm-i440fx-test-qtest_start-should-be-paired-with-qtest_.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch892: kvm-i440fx-test-give-each-GTest-case-its-own-qtest.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch893: kvm-i440fx-test-generate-temporary-firmware-blob.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch894: kvm-i440fx-test-verify-firmware-under-4G-and-1M-both-bio.patch
|
|
 |
9ae3a8 |
# For bz#1032346 - basic OVMF support (non-volatile UEFI variables in flash, and fixup for ACPI tables)
|
|
 |
9ae3a8 |
Patch895: kvm-piix-fix-32bit-pci-hole.patch
|
|
 |
9ae3a8 |
# For bz#1041564 - [NFR] qemu: Returning the watermark for all the images opened for writing
|
|
 |
9ae3a8 |
Patch896: kvm-qapi-Add-backing-to-BlockStats.patch
|
|
 |
9ae3a8 |
# For bz#918907 - provide backwards-compatible RHEL specific machine types in QEMU - CPU features
|
|
 |
9ae3a8 |
Patch897: kvm-pc-Disable-RDTSCP-unconditionally-on-rhel6.-machine-.patch
|
|
 |
9ae3a8 |
# For bz#1056428 - "rdtscp" flag defined on Opteron_G5 model and cann't be exposed to guest
|
|
 |
9ae3a8 |
# For bz#874400 - "rdtscp" flag defined on Opteron_G5 model and cann't be exposed to guest
|
|
 |
9ae3a8 |
Patch898: kvm-pc-Disable-RDTSCP-on-AMD-CPU-models.patch
|
|
 |
9ae3a8 |
# For bz#1030301 - qemu-img can not merge live snapshot to backing file(r/w backing file via libiscsi)
|
|
 |
9ae3a8 |
Patch899: kvm-block-add-.bdrv_reopen_prepare-stub-for-iscsi.patch
|
|
 |
9ae3a8 |
# For bz#1044815 - vfio initfn succeeds even if IOMMU mappings fail
|
|
 |
9ae3a8 |
Patch900: kvm-vfio-pci-Fail-initfn-on-DMA-mapping-errors.patch
|
|
 |
9ae3a8 |
# For bz#1052030 - src qemu-kvm core dump after hotplug/unhotplug GPU device and do local migration
|
|
 |
9ae3a8 |
Patch901: kvm-vfio-Destroy-memory-regions.patch
|
|
 |
9ae3a8 |
# For bz#1048092 - manpage of qemu-img contains error statement about compat option
|
|
 |
9ae3a8 |
Patch902: kvm-docs-qcow2-compat-1.1-is-now-the-default.patch
|
|
 |
9ae3a8 |
# For bz#947812 - There's a shot voice after 'system_reset' during playing music inside rhel6 guest w/ intel-hda device
|
|
 |
9ae3a8 |
Patch903: kvm-hda-codec-disable-streams-on-reset.patch
|
|
 |
9ae3a8 |
# For bz#1009297 - RHEL7.0 guest gui can not be used in dest host after migration
|
|
 |
9ae3a8 |
Patch904: kvm-QEMUBH-make-AioContext-s-bh-re-entrant.patch
|
|
 |
9ae3a8 |
# For bz#1009297 - RHEL7.0 guest gui can not be used in dest host after migration
|
|
 |
9ae3a8 |
Patch905: kvm-qxl-replace-pipe-signaling-with-bottom-half.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch906: kvm-block-fix-backing-file-segfault.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch907: kvm-block-Move-initialisation-of-BlockLimits-to-bdrv_ref.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch908: kvm-raw-Fix-BlockLimits-passthrough.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch909: kvm-block-Inherit-opt_transfer_length.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch910: kvm-block-Update-BlockLimits-when-they-might-have-change.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch911: kvm-qemu_memalign-Allow-small-alignments.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch912: kvm-block-Detect-unaligned-length-in-bdrv_qiov_is_aligne.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch913: kvm-block-Don-t-use-guest-sector-size-for-qemu_blockalig.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch914: kvm-block-rename-buffer_alignment-to-guest_block_size.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch915: kvm-raw-Probe-required-direct-I-O-alignment.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch916: kvm-block-Introduce-bdrv_aligned_preadv.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch917: kvm-block-Introduce-bdrv_co_do_preadv.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch918: kvm-block-Introduce-bdrv_aligned_pwritev.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch919: kvm-block-write-Handle-COR-dependency-after-I-O-throttli.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch920: kvm-block-Introduce-bdrv_co_do_pwritev.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch921: kvm-block-Switch-BdrvTrackedRequest-to-byte-granularity.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch922: kvm-block-Allow-waiting-for-overlapping-requests-between.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch923: kvm-block-use-DIV_ROUND_UP-in-bdrv_co_do_readv.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch924: kvm-block-Make-zero-after-EOF-work-with-larger-alignment.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch925: kvm-block-Generalise-and-optimise-COR-serialisation.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch926: kvm-block-Make-overlap-range-for-serialisation-dynamic.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch927: kvm-block-Fix-32-bit-truncation-in-mark_request_serialis.patch
|
|
 |
9ae3a8 |
# For bz#748906 - qemu fails on disk with 4k sectors and cache=off
|
|
 |
9ae3a8 |
Patch928: kvm-block-Allow-wait_serialising_requests-at-any-point.patch
|