Displaying 2 results from an estimated 2 matches for "patch999".
Did you mean:
patch99
2015 Jul 29
3
qemu-kvm-ev with CentOS 7.1
Hello, All!
Is it possible to use binary packages build from
http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7/SRPMS/qemu-kvm-ev-2.1.2-23.el7_1.3.1.src.rpm
with plain CentOS 7.1 and use all other packages from CentOS
(libvirt, virt-manager, etc)
Is it have reasons, if I not use live migrations and qcow2 snapshots?
(instead use zfs, zvols and zfs snapshots for VM disks online backups)
Is using
2015 Jul 29
2
CentOS 7.1 + qemu-kvm-ev + SLIC acpitable windows bug workaround
...GPLv2+ and BSD
Group: Development/Tools
URL: http://www.qemu.org/
@@ -847,6 +847,8 @@
Patch341: kvm-block-Fix-max-nb_sectors-in-bdrv_make_zero.patch
# For bz#1219271 -
Patch342: kvm-fdc-force-the-fifo-access-to-be-in-bounds-of-the-all.patch
+# copy OEM ACPI parameters from SLIC table to RSDT
+Patch999: mjt-set-oem-in-rsdt-like-slic.diff
BuildRequires: zlib-devel
BuildRequires: SDL-devel
@@ -1400,6 +1402,7 @@
%patch340 -p1
%patch341 -p1
%patch342 -p1
+%patch999 -p1
%build
buildarch="%{kvm_target}-softmmu"
-------------- next part --------------
commit 4933716beef26b353a1c374...