-
Wed Jun 22 2016 Livy Ge <livy.ge@oracle.com> - 1.2.17-13.0.1.el7_2.5
- Oracle files:docs/et.png
- Replace docs/et.png in tarball with blank image
-
Thu May 26 2016 Jiri Denemark <jdenemar@redhat.com> - 1.2.17-13.el7_2.5
- nodedev: Indent PCI express for future fix (rhbz#1331328)
- nodedev: Expose PCI header type (rhbz#1331328)
- nodedev: Fix parsing of generated XMLs (rhbz#1331328)
- qemu: driver: Remove unnecessary flag in qemuDomainGetStatsBlock (rhbz#1339963)
- qemu: driver: Separate bulk stats worker for block devices (rhbz#1339963)
- qemu: bulk stats: Don't access possibly blocked storage (rhbz#1339963)
-
Wed Mar 02 2016 Jiri Denemark <jdenemar@redhat.com> - 1.2.17-13.el7_2.4
- systemd: Escape machine name for machined (rhbz#1308494)
- systemd: Add virSystemdGetMachineNameByPID (rhbz#1308494)
- systemd: Modernize machine naming (rhbz#1308494)
- virSystemdGetMachineNameByPID: Initialize @reply (rhbz#1308494)
- util: Fix virCgroupNewMachine ATTRIBUTE_NONNULL args (rhbz#1308494)
- dbus: Don't unref NULL messages (rhbz#1308494)
- vmx: Expose datacenter path in domain XML (rhbz#1305489)
-
Wed Jan 27 2016 Jiri Denemark <jdenemar@redhat.com> - 1.2.17-13.el7_2.3
- vmx: Adapt to emptyBackingString for cdrom-image (rhbz#1301892)
-
Mon Nov 23 2015 Jiri Denemark <jdenemar@redhat.com> - 1.2.17-13.el7_2.2
- qemu: Support vhost-user-multiqueue with QEMU 2.3 (rhbz#1284416)
-
Fri Nov 20 2015 Jiri Denemark <jdenemar@redhat.com> - 1.2.17-13.el7_2.1
- qemu: migration: Properly parse memory hotplug migration flag (rhbz#1280419)
- qemu: Emit correct audit message for memory hot unplug (rhbz#1280420)
- qemu: Emit correct audit message for memory hot plug (rhbz#1280420)
- qemu: Extract logic to determine the mlock limit size for VFIO (rhbz#1280420)
- qemu: hotplug: Fix mlock limit handling on memory hotplug (rhbz#1280420)
- qemu: domain: Restructurate control flow in qemuDomainGetMlockLimitBytes (rhbz#1280420)
- qemu: Explain mlock limit size more in detail (rhbz#1280420)
- qemu: hotplug: Reject VFIO hotplug if setting RLIMIT_MEMLOCK fails (rhbz#1283924)
- process: Log when limiting the amount of locked memory (rhbz#1283924)
- qemu: Use qemuDomainRequiresMlock() in qemuBuildCommandLine() (rhbz#1283924)
- qemu: Use qemuDomainRequiresMlock() when attaching PCI hostdev (rhbz#1283924)
- qemu: Add ppc64-specific math to qemuDomainGetMlockLimitBytes() (rhbz#1283924)
- qemu: Always set locked memory limit for ppc64 domains (rhbz#1283924)
-
Thu Oct 08 2015 Jiri Denemark <jdenemar@redhat.com> - 1.2.17-13
- qemu: Add conditions for qemu-kvm use on ppc64 (rhbz#1267882)
- qemu: Move simplification variable to begining of the function (rhbz#1266856)
- qemu: Extract -mem-path building into its own function (rhbz#1266856)
- qemu: Add -mem-path even with numa (rhbz#1266856)
- qemu: Use memory-backing-file only when needed (rhbz#1266856)
- qemu: Always update migration times on destination (rhbz#1265902)
- qemu: Copy completed migration stats only on success (rhbz#1265902)
- qemu: Introduce flags in qemuMigrationCompleted (rhbz#1265902)
- qemu: Make updating stats in qemuMigrationCheckJobStatus optional (rhbz#1265902)
- qemu: Wait until destination QEMU consumes all migration data (rhbz#1265902)
-
Wed Sep 30 2015 Jiri Denemark <jdenemar@redhat.com> - 1.2.17-12
- qemu: Fix dynamic_ownership qemu.conf setting (rhbz#1267154)
-
Fri Sep 25 2015 Jiri Denemark <jdenemar@redhat.com> - 1.2.17-11
- domain: Fix migratable XML with graphics/@listen (rhbz#1265111)
-
Wed Sep 23 2015 Jiri Denemark <jdenemar@redhat.com> - 1.2.17-10
- virSecuritySELinuxSetSecurityAllLabel: drop useless virFileIsSharedFSType (rhbz#1124841)
- security_selinux: Replace SELinuxSCSICallbackData with proper struct (rhbz#1124841)
- virSecurityManager: Track if running as privileged (rhbz#1124841)
- security_selinux: Take @privileged into account (rhbz#1124841)
- qemu: Fix using guest architecture as lookup key (rhbz#1260753)
- virfile: Check for existence of dir in virFileDeleteTree (rhbz#1146886)
- Revert "qemu: Fix integer/boolean logic in qemuSetUnprivSGIO" (rhbz#1072736)
- qemu: migration: Relax enforcement of memory hotplug support (rhbz#1252685)
- conf: Add helper to determine whether memory hotplug is enabled for a vm (rhbz#1252685)
- qemu: Make memory alignment helper more universal (rhbz#1252685)
- conf: Drop VIR_DOMAIN_DEF_PARSE_CLOCK_ADJUST flag (rhbz#1252685)
- conf: Document all VIR_DOMAIN_DEF_PARSE_* flags (rhbz#1252685)
- conf: Add XML parser flag that will allow us to do incompatible updates (rhbz#1252685)
- conf: Split memory related post parse stuff into separate function (rhbz#1252685)
- conf: Rename max_balloon to total_memory (rhbz#1252685)
- conf: Pre-calculate initial memory size instead of always calculating it (rhbz#1252685)
- conf: Don't always recalculate initial memory size from NUMA size totals (rhbz#1252685)
- qemu: command: Align memory sizes only on fresh starts (rhbz#1252685)
- qemu: ppc64: Align memory sizes to 256MiB blocks (rhbz#1249006)
- test: Add test to validate that memory sizes don't get updated on migration (rhbz#1252685)
- qemu: Align memory module sizes to 2MiB (rhbz#1252685)
- qemu: Refresh memory size only on fresh starts (rhbz#1242940)