* Tue Sep 04 2018 Jiri Denemark - 3.9.0-14.el7_5.8- remote: Extract common clearing of event callbacks of client private data (rhbz#1619206)- remote: Move the call to remoteClientFreePrivateCallbacks from FreeFunc to CloseFunc (rhbz#1619206) * Fri Jul 27 2018 Jiri Denemark - 3.9.0-14.el7_5.7- daemon: fix rpc event leak on error path in remoteDispatchObjectEventSend (rhbz#1607752) * Tue Jun 05 2018 Jiri Denemark - 3.9.0-14.el7_5.6- logging: Don\'t inhibit shutdown in system daemon (rhbz#1573268)- util: don\'t check for parallel iteration in hash-related functions (rhbz#1581364)- cpu: define the \'virt-ssbd\' CPUID feature bit (CVE-2018-3639)- virNumaGetHugePageInfo: Return page_avail and page_free as ULL (rhbz#1582418) * Thu May 10 2018 Jiri Denemark - 3.9.0-14.el7_5.5- cpu: define the \'ssbd\' CPUID feature bit (CVE-2018-3639) * Fri Apr 13 2018 Jiri Denemark - 3.9.0-14.el7_5.4- lxc: Drop useless check in live device update (rhbz#1557922)- Pass oldDev to virDomainDefCompatibleDevice on device update (rhbz#1557922)- qemu: Fix updating device with boot order (rhbz#1557922)- conf: Fix crash in virDomainDefCompatibleDevice (rhbz#1557922)- vmx: check for present/enabled devices earlier (rhbz#1566524)- vmx: allocate space for network interfaces if needed (rhbz#1566524)- internal: add STRCASEPREFIX (rhbz#1566524)- vmx: convert any amount of NICs (rhbz#1566524)- qemu: Use dynamic buffer for storing PTY aliases (rhbz#1566525)- qemu: avoid denial of service reading from QEMU monitor (CVE-2018-5748) (CVE-2018-5748)- qemu: avoid denial of service reading from QEMU guest agent (CVE-2018-1064) (CVE-2018-1064) * Fri Apr 13 2018 Jiri Denemark - 3.9.0-14.el7_5.3- qemu_cgroup: Fix \'rc\' argument on virDomainAuditCgroupPath() calls (rhbz#1564996)- util: Introduce virStringListMerge (rhbz#1564996)- util: Introduce virDevMapperGetTargets (rhbz#1564996)- qemu_cgroup: Handle device mapper targets properly (rhbz#1564996) * Tue Mar 20 2018 Jiri Denemark - 3.9.0-14.el7_5.2- virDomainDeviceDefValidateAliasesIterator: Ignore some hostdevs (rhbz#1558655) * Wed Mar 14 2018 Jiri Denemark - 3.9.0-14.el7_5.1- virDomainDeviceValidateAliasForHotplug: Use correct domain defintion (rhbz#1554928)- conf: Check for user aliases duplicates only (rhbz#1554962) * Wed Mar 07 2018 Jiri Denemark - 3.9.0-14- conf: move \'generated\' member from virMacAddr to virDomainNetDef (rhbz#1529338) * Tue Feb 13 2018 Jiri Denemark - 3.9.0-13- Revert \"qemu: Expose rx/tx_queue_size in qemu.conf too\" (rhbz#1541960) * Wed Feb 07 2018 Jiri Denemark - 3.9.0-12- util: Check if kernel-provided info is consistent with itself (rhbz#1540780)- qemu: Refresh capabilities when creating resctrl allocation (rhbz#1540780)- qemu: Expose rx/tx_queue_size in qemu.conf too (rhbz#1541960)- util: bitmap: Fix value of \'map_alloc\' when shrinking bitmap (rhbz#1540817)- qemu: driver: Extract vcpu halted state directly (rhbz#1534585)- qemu: Remove unused \'cpuhalted\' argument from qemuDomainHelperGetVcpus (rhbz#1534585)- qemu: domain: Store vcpu halted state as a tristate (rhbz#1534585)- qemu: Limit refresh of CPU halted state to s390 (rhbz#1534585) * Fri Feb 02 2018 Jiri Denemark - 3.9.0-11- qemu: migration: Refresh device information after transferring state (rhbz#1463168)- qemuDomainRemoveMemoryDevice: unlink() memory backing file (rhbz#1461214)- util: Fix possible leak in virResctrlAllocMasksAssign (rhbz#1540817)- util: Clear unused part of the map in virBitmapShrink (rhbz#1540817)- tests: Add test for properly removing cachetune entries (rhbz#1540817) * Wed Jan 31 2018 Jiri Denemark - 3.9.0-10- storage: util: Properly ignore errors when backing volume is inaccessible (rhbz#1540022)- util: json: Add helper to return string or number properties as string (rhbz#1540290)- util: storage: Parse \'lun\' for iSCSI protocol from JSON as string or number (rhbz#1540290)- util: Introduce virFormatIntPretty (rhbz#1289368)- util: Make prefix optional in virBitampString (rhbz#1289368)- util: Rename virBitmapString to virBitmapToString (rhbz#1289368)- util: Rename virBitmapDataToString to virBitmapDataFormat (rhbz#1289368)- util: Don\'t output too many zeros from virBitmapToString (rhbz#1289368)- util: Introduce virBitmapNewString (rhbz#1289368)- util: Reintroduce virBitmapSubtract (rhbz#1289368)- util: Introduce virBitmapShrink (rhbz#1289368)- conf: Sort cache banks in capabilities XML (rhbz#1289368)- conf: Format cache banks in capabilities with virFormatIntPretty (rhbz#1289368)- tests: Remove executable bits on plain data files (rhbz#1289368)- tests: Minor adjustments for test data (rhbz#1289368)- tests: Add resctrl-skx-twocaches test case to vircaps2xmltest (rhbz#1289368)- util: Fix leak in virStringTrimOptionalNewline (rhbz#1289368)- Rename virResctrlInfo to virResctrlInfoPerCache (rhbz#1289368)- util: Add virResctrlInfo (rhbz#1289368)- conf: Use virResctrlInfo in capabilities (rhbz#1289368)- util: Remove now-unneeded resctrl functions (rhbz#1289368)- fixup_resctrlinfo (rhbz#1289368)- resctrl: Add functions to work with resctrl allocations (rhbz#1289368)- conf: Add support for cputune/cachetune (rhbz#1289368)- tests: Add virresctrltest (rhbz#1289368)- qemu: Add support for resctrl (rhbz#1289368)- tests: Clean up and modify some vircaps2xmldata (rhbz#1289368)- resctl: stub out functions with Linux-only APIs used (rhbz#1289368)- util: Check for empty allocation instead of just NULL pointer (rhbz#1289368)- util: Use \"resctrl\" instead of \"resctrlfs\" spelling (rhbz#1289368)- util: Make it possible for virResctrlAllocSetMask to replace existing mask (rhbz#1289368)- util: Remove unused variable in virResctrlGetInfo (rhbz#1289368)- util: Don\'t check if entries under /sys/fs/resctrl/(info/) are directories (rhbz#1289368)- util: Add helpers for getting resctrl group allocs (rhbz#1289368)- util: Use default group\'s mask for unspecified resctrl allocations (rhbz#1289368)- util: Don\'t overwrite mask in virResctrlAllocFindUnused (rhbz#1289368)- qemu: Restore machinename even without cgroups (rhbz#1289368)- util: Extract path formatting into virResctrlAllocDeterminePath (rhbz#1289368)- qemu: Restore resctrl alloc data after restart (rhbz#1289368) * Tue Jan 23 2018 Jiri Denemark - 3.9.0-9- qemu: Fix crash in offline migration (rhbz#1536351)- Revert \"qemu: monitor: do not report error on shutdown\" (rhbz#1536461)- qemu: Refresh caps cache after booting a different kernel (rhbz#1525182)- qemu: Don\'t initialize struct utsname (rhbz#1525182) * Tue Jan 16 2018 Jiri Denemark - 3.9.0-8- qemuDomainAttachDeviceMknodHelper: Remove symlink before creating it (rhbz#1528502)- RHEL: cpu: Fix EPYC-IBRS CPU model (CVE-2017-5715)- cpu_x86: Copy CPU signature from ancestor (rhbz#1533125)- qemu: Ignore fallback CPU attribute on reconnect (rhbz#1532980)- qemu: Fix type of a completed job (rhbz#1523036) * Thu Jan 04 2018 Jiri Denemark - 3.9.0-7- conf: Add infrastructure for disk source private data XML (rhbz#1523261)- util: storage: Add helpers to parse and format relPath into privateData (rhbz#1523261)- qemu: domain: Parse and format relPath into disk source private data (rhbz#1523261)- qemu: remove input device after receiving the event (rhbz#1524837)- conf: honor maxnames in nodeListDevices API (rhbz#1528572)- storage: Fixing missing \'backingStore\' tag from volume XML dumps. (rhbz#1529663)- util: add virFileReadHeaderQuiet wrapper around virFileReadHeaderFD (CVE-2017-5715)- util: introduce virHostCPUGetMicrocodeVersion (CVE-2017-5715)- cpu_x86: Rename virCPUx86MapInitialize (CVE-2017-5715)- conf: include x86 microcode version in virsh capabiltiies (CVE-2017-5715)- qemu: capabilities: force update if the microcode version does not match (CVE-2017-5715)- cpu: add CPU features and model for indirect branch prediction protection (CVE-2017-5715) * Tue Dec 12 2017 Jiri Denemark - 3.9.0-6- security: introduce virSecurityManager(Set|Restore)ChardevLabel (rhbz#1465833)- qemu: fix security labeling for attach/detach of char devices (rhbz#1465833)- nwfilter: don\'t crash listing filters in unprivileged daemon (rhbz#1522879)- docs: domain: Fix documentation of the \'snapshot\' attribute for (rhbz#1523070)- storage: Don\'t dereference driver object if virStorageSource is not initialized (rhbz#1522682)- qemu: blockjob: Reset disk source index after pivot (rhbz#1519745)- qemu: Separate fetching CPU definitions from filling qemuCaps (rhbz#1521202)- qemu: Make sure host-model uses CPU model supported by QEMU (rhbz#1521202)- qemu: Avoid comparing size_t with -1 (rhbz#1521202)- migration.html: Clarify configuration file handling docs (rhbz#1514930) * Tue Dec 05 2017 Jiri Denemark - 3.9.0-5- conf: fix migratable XML for graphics if socket is generated based on config (rhbz#1511407)- storage: Extract error reporting for broken chains (rhbz#1509110)- qemu: domain: Refactor control flow in qemuDomainDetermineDiskChain (rhbz#1509110)- qemu: process: Move handling of non-backing files into qemuDomainDetermineDiskChain (rhbz#1509110)- qemu: domain: Fix backing store terminator for non-backing local files (rhbz#1509110)- numa: describe siblings distances within cells (rhbz#1454889)- xenconfig: add domxml conversions for xen-xl (rhbz#1454889)- virDomainNumaGetNodeDistance: Fix input arguments validation (rhbz#1454889)- numa: Introduce virDomainNumaNodeDistanceIsUsingDefaults (rhbz#1454889)- qemu_capabilities: Introcude QEMU_CAPS_NUMA_DIST (rhbz#1454889)- qemu: Support setting NUMA distances (rhbz#1454889)- conf: Fix memory leak for distances in virDomainNumaFree (rhbz#1454889)- virDomainDiskSourceNetworkParse: Don\'t leak AATTtlsCfg or AATThaveTLS (rhbz#1519759)- virDomainDiskBackingStoreParse: Don\'t leak AATTidx (rhbz#1519759)- qemuStateInitialize: Don\'t leak AATTmemoryBackingPath (rhbz#1519759)- Introduce virDomainDeviceAliasIsUserAlias (rhbz#1518148)- qemu: prefer the PCI bus alias from status XML (rhbz#1518148)- virQEMUCapsHasPCIMultiBus: use def->os.arch (rhbz#1518148)- virQEMUCapsHasPCIMultiBus: assume true if we have no version information (rhbz#1518148)- qemu: add vmcoreinfo support (rhbz#1395248) * Thu Nov 30 2017 Jiri Denemark - 3.9.0-4- nodedev: Restore setting of privileged (rhbz#1517372)- spec: Turn on verbose build (rhbz#1335534)- spec: Make the build reproducible (rhbz#1335534)- Introduce virDomainInputDefGetPath (rhbz#1509866)- security: Introduce functions for input device hot(un)plug (rhbz#1509866)- qemu: Introduce functions for input device cgroup manipulation (rhbz#1509866)- qemu: functions for dealing with input device namespaces and labels (rhbz#1509866)- qemu: Properly label and create evdev on input device hotplug (rhbz#1509866)- qemu: Add QEMU_CAPS_DEVICE_SPAPR_VTY (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- qemu: rename QEMU_CAPS_SCLP_S390 to QEMU_CAPS_DEVICE_SCLPCONSOLE (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- qemu: add QEMU_CAPS_DEVICE_SCLPLMCONSOLE (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf, qemu: Use type-aware switches where possible (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- docs: Improve documentation for serial consoles (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- qemu: Introduce qemuDomainChrDefPostParse() (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Run devicePostParse() again for the first serial device (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Introduce VIR_DOMAIN_CHR_SERIAL_TARGET_TYPE_NONE (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Drop virDomainChrDeviceType.targetTypeAttr (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Introduce virDomainChrTargetDefFormat() (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Improve error handling in virDomainChrDefFormat() (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Check virDomainChrSourceDefFormat() return value (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Improve virDomainChrTargetDefFormat() (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Remove ATTRIBUTE_FALLTHROUGH from virDomainChrTargetDefFormat() (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- qemu: Introduce qemuDomainChrTargetDefValidate() (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- qemu: Improve qemuDomainChrTargetDefValidate() (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Parse and format virDomainChrSerialTargetModel (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- qemu: Set targetModel based on targetType for serial devices (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- qemu: Validate target model for serial devices (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- qemu: Format targetModel for serial devices (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- qemu: Remove redundancy in qemuBuildSerialChrDeviceStr() (rhbz#1449265, rhbz#1512929, rhbz#1511421, rhbz#1512934)- conf: Add target type and model for spapr-vty (rhbz#1511421)- qemu: Support usb-serial and pci-serial on pSeries (rhbz#1512934)- conf: Add target type and model for pl011 (rhbz#1512929)- conf: add VIR_DOMAIN_CHR_SERIAL_TARGET_TYPE_SCLP (rhbz#1449265)- qemu: switch s390/s390x default console back to serial (rhbz#1449265)- qemu: Add QEMU_CAPS_DEVICE_ISA_SERIAL (rhbz#1512929)- qemu: Require QEMU_CAPS_DEVICE_ISA_SERIAL for isa-serial (rhbz#1512929)- qemu: Add QEMU_CAPS_DEVICE_PL011 (rhbz#1512929)- qemu: Require QEMU_CAPS_DEVICE_PL011 for pl011 (rhbz#1512929) * Fri Nov 24 2017 Jiri Denemark - 3.9.0-3- tests: Rename ppc64le caps to ppc64 (rhbz#1308743)- tests: Add caps for QEMU 2.10.0 on ppc64 (rhbz#1308743)- qemu: Enable configuration of HPT resizing for pSeries guests (rhbz#1308743)- tests: Add tests for configuration of HPT resizing (rhbz#1308743)- qemuBuildDriveDevStr: Prefer default aliases for IDE bus (rhbz#1434451)- virQEMUCapsHasPCIMultiBus: Fix AATTdef type (rhbz#1434451)- qemuBuildDriveDevStr: Prefer default alias for SATA bus (rhbz#1434451)- qemuBuildDeviceAddressStr: Prefer default alias for PCI bus (rhbz#1434451)- qemu: domain: Don\'t call namespace setup for storage already accessed by vm (rhbz#1506072)- qemu: Properly skip \"char device redirected to\" in QEMU log (rhbz#1335534)- vierror: Define VIR_ERROR_MAX_LENGTH macro (rhbz#1335534)- qemu: Use the end of QEMU log for reporting errors (rhbz#1335534)- qemu: Move snapshot disk validation functions into one (rhbz#1511480)- qemu: domain: Despaghettify qemuDomainDeviceDefValidate (rhbz#1511480)- qemu: domain: Move hostdev validation into separate function (rhbz#1511480)- qemu: domain: Move video device validation into separate function (rhbz#1511480)- qemu: domain: Refactor domain device validation function (rhbz#1511480)- qemu: block: Add function to check if storage source allows concurrent access (rhbz#1511480)- qemu: domain: Reject shared disk access if backing format does not support it (rhbz#1511480)- qemu: snapshot: Disallow snapshot of unsupported shared disks (rhbz#1511480)- qemu: Disallow pivot of shared disks to unsupported storage (rhbz#1511480)- qemu: caps: Add capability for \'share-rw\' disk option (rhbz#1378242)- qemu: command: Mark disks as such in qemu (rhbz#1378242) * Wed Nov 15 2017 Jiri Denemark - 3.9.0-2- conf: Don\'t inline virDomainNetTypeSharesHostView (rhbz#1472263)- conf: s/virDomainObjGetShortName/virDomainDefGetShortName/ (rhbz#1461214)- qemu: Move memPath generation from memoryBackingDir to a separate function (rhbz#1461214)- qemu: Set alias for memory cell in qemuBuildMemoryCellBackendStr (rhbz#1461214)- qemu: Rename qemuProcessBuildDestroyHugepagesPath (rhbz#1461214)- qemu: Destroy whole memory tree (rhbz#1461214)- qemu: Use predictable file names for memory-backend-file (rhbz#1461214)- conf: Properly parse (rhbz#1509110)- qemu: parse: Allocate disk definition with private data (rhbz#1510781)- qemu: Tolerate storage source private data being NULL (rhbz#1510323)- qemu: domain: Don\'t allocate storage source private data if not needed (rhbz#1510323)- conf: Fix message when maximum vCPU count is less than current (rhbz#1509151)- Revert \"virNetDevSupportBandwidth: Enable QoS for vhostuser\" (rhbz#1497410) * Thu Nov 02 2017 Jiri Denemark - 3.9.0-1- Rebased to libvirt-3.9.0 (rhbz#1472263)- The rebase also fixes the following bugs: rhbz#1343919, rhbz#1379218, rhbz#1379603, rhbz#1427049, rhbz#1434451 rhbz#1439991, rhbz#1447169, rhbz#1458630, rhbz#1460143, rhbz#1460602 rhbz#1460677, rhbz#1460962, rhbz#1463285, rhbz#1464300, rhbz#1464832 rhbz#1469552, rhbz#1472263, rhbz#1475250, rhbz#1484341, rhbz#1490279 rhbz#1494400, rhbz#1495171, rhbz#1495511, rhbz#1497396, rhbz#1497410 rhbz#1501239, rhbz#1501715, rhbz#1504592, rhbz#1506494 * Tue Oct 10 2017 Jiri Denemark - 3.8.0-1- Rebased to libvirt-3.8.0 (rhbz#1472263)- The rebase also fixes the following bugs: rhbz#1075520, rhbz#1325066, rhbz#1341866, rhbz#1366446, rhbz#1368753 rhbz#1373783, rhbz#1439991, rhbz#1445600, rhbz#1448268, rhbz#1450317 rhbz#1454671, rhbz#1455023, rhbz#1455825, rhbz#1457610, rhbz#1460086 rhbz#1461301, rhbz#1462092, rhbz#1463168, rhbz#1464313, rhbz#1471225 rhbz#1472263, rhbz#1475227, rhbz#1476775, rhbz#1477880, rhbz#1481252 rhbz#1481309, rhbz#1485022, rhbz#1490705, rhbz#1490826, rhbz#1491217 rhbz#1494327 * Wed Sep 06 2017 Jiri Denemark - 3.7.0-2- m4: Disable -Wdisabled-optimization (rhbz#1472263) * Tue Sep 05 2017 Jiri Denemark - 3.7.0-1- Rebased to libvirt-3.7.0 (rhbz#1472263)- The rebase also fixes the following bugs: rhbz#815702, rhbz#1233129, rhbz#1242801, rhbz#1316370, rhbz#1436065 rhbz#1436574, rhbz#1445325, rhbz#1458146, rhbz#1282859, rhbz#1371892 rhbz#1419760, rhbz#1430988, rhbz#1431112, rhbz#1447618, rhbz#1448149 rhbz#1451557, rhbz#1451983, rhbz#1455819, rhbz#1459091, rhbz#1459785 rhbz#1460962, rhbz#1461270, rhbz#1464975, rhbz#1352529, rhbz#1445596 rhbz#1445598, rhbz#1452053, rhbz#1452441, rhbz#1458708, rhbz#1459592 rhbz#1462060, rhbz#1463957, rhbz#1464821, rhbz#1467826, rhbz#1472277 rhbz#1225339, rhbz#1254971, rhbz#1267191, rhbz#1436042, rhbz#1437797 rhbz#1442947, rhbz#1443434, rhbz#1448766, rhbz#1449712, rhbz#1449715 rhbz#1453194, rhbz#1458630, rhbz#1458638, rhbz#1462653, rhbz#1467245 rhbz#1484230, rhbz#1484234, rhbz#1487705 * Wed Jun 21 2017 Jiri Denemark - 3.2.0-14- qemu: Do not skip virCPUUpdateLive if priv->origCPU is set (rhbz#1441662) * Wed Jun 21 2017 Jiri Denemark - 3.2.0-13- qemu: Change coalesce settings on hotplug when they are different (rhbz#1414627) * Wed Jun 21 2017 Jiri Denemark - 3.2.0-12- util: storage: Make AATTbackingFormat optional in virStorageFileGetMetadataInternal (rhbz#1461303) * Tue Jun 20 2017 Jiri Denemark - 3.2.0-11- util: storage: Output parsed network backing store string to debug log (rhbz#1461638)- util: storage: Add missing return to virStorageSourceParseBackingJSONGluster (rhbz#1461638)- util: storage: make virStorageSourceParseBackingJSONGlusterHost universal (rhbz#1461638)- util: storage: Add support for type \'inet\' in virStorageSourceParseBackingJSONSocketAddress (rhbz#1461638)- util: storage: Split out parsing of TCP network host from JSON pseudoprotocol (rhbz#1461638)- util: storage: Report errors when source host data is missing (rhbz#1461638)- util: storage: Add JSON parser for new options in iSCSI protocol (rhbz#1461638)- util: storage: adapt to changes in JSON format for NBD (rhbz#1461638)- util: storage: adapt to changes in JSON format for ceph/rbd (rhbz#1461638)- util: storage: adapt to changes in JSON format for ssh (rhbz#1461638)- util: storage: adapt to changes in JSON format for sheepdog (rhbz#1461638)- qemu: Allow live-updates of coalesce settings (rhbz#1414627)- qemu: Pass the number of heads even with -vga qxl (rhbz#1283207)- util: storage: Export virStorageIsRelative (rhbz#1461303)- storage: Add helper to retrieve the backing store string of a storage volume (rhbz#1461303)- qemu: snapshot: Load data necessary for relative block commit to work (rhbz#1461303) * Wed Jun 14 2017 Jiri Denemark - 3.2.0-10- qemu: Set iface MTU on hotplug (rhbz#1408701)- Use a separate buffer for subelements (rhbz#1283251)- Use a separate buffer for (rhbz#1283251)- Use a separate buffer for (rhbz#1283251)- Use a separate buffer for (rhbz#1283251)- conf: introduce virDomainControllerDriverFormat (rhbz#1283251)- conf: add iotlb attribute to iommu (rhbz#1283251)- qemu: format device-iotlb on intel-iommu command line (rhbz#1283251)- qemuxml2xmltest: add virtio-options test (rhbz#1283251)- conf: use a leading space in virDomainVirtioNetDriverFormat (rhbz#1283251)- Add virtio-related options to interfaces (rhbz#1283251)- add virtio-related options to memballoon (rhbz#1283251)- Add virtio-related options to disks (rhbz#1283251)- Add virtio-related options to controllers (rhbz#1283251)- Add virtio-related options to filesystems (rhbz#1283251)- Add virtio-related options to rng devices (rhbz#1283251)- Add virtio-related options to video (rhbz#1283251)- Add virtio-related options to input devices (rhbz#1283251)- qemuxml2argvtest: add virtio-options test case (rhbz#1283251)- qemu: format virtio-related options on the command line (rhbz#1283251)- qemu: Allow memAccess for hugepages again (rhbz#1214369, rhbz#1458638)- qemu: Prefer hugepages over mem source=\'file\' (rhbz#1214369)- qemu: Don\'t try to use hugepages if not enabled (rhbz#1214369)- qemu: Introduce qemuDomainDefFromXML helper (rhbz#1460952)- qemu: Add qemuDomainMigratableDefCheckABIStability (rhbz#1460952)- qemu: Add qemuDomainCheckABIStability (rhbz#1460952)- qemu: Use qemuDomainCheckABIStability where needed (rhbz#1460952) * Wed Jun 07 2017 Jiri Denemark - 3.2.0-9- Rebuild * Wed Jun 07 2017 Jiri Denemark - 3.2.0-8- qemu: mkdir memory_backing_dir on startup (rhbz#1214369)- qemu: Don\'t error out if allocation info can\'t be queried (rhbz#1452045)- daemon: Don\'t initialize SASL context if not necessary (rhbz#1450095)- virDomainXMLOption: Introduce virDomainABIStabilityDomain (rhbz#1450349)- virQEMUDriverDomainABIStability: Check for memoryBacking (rhbz#1450349)- qemu: process: Save vcpu ordering information on reconnect (rhbz#1451251)- audit: Fix the output message for shmem (rhbz#1218603)- qemu: Set operation on completed migration job (rhbz#1457052)- qemu: Conditionally allow block-copy for persistent domains (rhbz#1459113)- virsh: Add support for VIR_DOMAIN_BLOCK_COPY_TRANSIENT_JOB (rhbz#1459113)- qemu: Fix serial stub console allocation (rhbz#1434278)- conf: Make error reporting in virCPUDefIsEqual optional (rhbz#1441662)- conf: Refactor virCPUDefParseXML (rhbz#1441662)- conf: Make virDomainSnapshotDefFormat easier to read (rhbz#1441662)- conf: Pass xmlopt to virDomainSnapshotDefFormat (rhbz#1441662)- qemu: Rename xml_len in virQEMUSaveHeader as data_len (rhbz#1441662)- qemu: Fix memory leaks in qemuDomainSaveImageOpen (rhbz#1441662)- qemu: Introduce virQEMUSaveData{New,Free} (rhbz#1441662)- qemu: Introduce virQEMUSaveDataFinish (rhbz#1441662)- qemu: Refactor qemuDomainSaveHeader (rhbz#1441662)- qemu: Introduce virQEMUSaveData structure (rhbz#1441662)- conf: Introduce virSaveCookie (rhbz#1441662)- conf: Add save cookie callbacks to xmlopt (rhbz#1441662)- qemu: Implement virSaveCookie object and callbacks (rhbz#1441662)- qemu: Store save cookie in save images and snapshots (rhbz#1441662)- qemu: Remember CPU def from domain start (rhbz#1441662)- qemu: Report the original CPU in migratable xml (rhbz#1441662)- qemu: Always send persistent XML during migration (rhbz#1441662)- qemu: Send updated CPU in migration cookie (rhbz#1441662)- qemu: Store updated CPU in save cookie (rhbz#1441662)- qemu: Use updated CPU when starting QEMU if possible (rhbz#1441662)- docs: correct improper information about domain states in virsh manpage (rhbz#1408778) * Wed May 31 2017 Jiri Denemark - 3.2.0-7- conf: Resolve corner case on fc_host deletion (rhbz#1420740)- pci: fix link maximum speed detection (rhbz#1455017)- qemu: Use correct variable in qemuDomainSetBlockIoTune (rhbz#1455510)- virsh: Track when create pkttyagent (rhbz#1374126)- conf: add eim attribute to (rhbz#1451282, rhbz#1289153)- qemu: format eim on intel-iommu command line (rhbz#1451282, rhbz#1289153)- rpc: Double buffer size instead of quadrupling buffer size. (rhbz#1440683)- rpc: Allow up to 256K records to be returned per domain from virConnectGetAllDomainStats. (rhbz#1440683)- nodedev: Increase the netlink socket buffer size to the one used by udev (rhbz#1450960, rhbz#1442307)- util: hostcpu: Correctly report total number of vcpus in virHostCPUGetMap (rhbz#1456793)- qemu: Report shutdown event details (rhbz#1384007)- qemu: json: Fix daemon crash on handling domain shutdown event (rhbz#1384007) * Wed May 24 2017 Jiri Denemark - 3.2.0-6- util: introduce virStringMatch (rhbz#1446980)- util: introduce virBufferEscapeRegex (rhbz#1446980)- qemu: improve detection of UNIX path generated by libvirt (rhbz#1446980)- Adding POWER9 cpu model to cpu_map.xml (rhbz#1450189)- qemu: driver: Allow passing disk target as top image with block commit (rhbz#1451394)- qemu: monitor: Don\'t bother extracting vCPU halted state in text monitor (rhbz#1452106)- conf: Don\'t assign value from ..TypeFromString directly to enum (rhbz#1452454)- nodedev: Make use of the compile-time missing enum in switch error (rhbz#1452072)- conf: nodedev: Split virNodeDeviceDefFormat into more functions (rhbz#1452072)- docs: Provide a nodedev driver stub documentation (rhbz#1452072)- mdev: Pass a uuidstr rather than an mdev object to some util functions (rhbz#1452072)- nodedev: conf: Split PCI sub-capability parsing to separate methods (rhbz#1452072)- nodedev: Introduce new mdev_types and mdev nodedev capabilities (rhbz#1452072)- nodedev: Introduce the mdev capability to a PCI parent device (rhbz#1452072)- nodedev: Introduce mdev capability for mediated devices (rhbz#1452072)- docs: Document the mediated devices within the nodedev driver (rhbz#1452072)- Do not release unreserved address in qemuDomainAttachRNGDevice (rhbz#1452581)- qemu: process: Clear priv->namespaces on VM shutdown (rhbz#1453142)- Revert \"qemu: propagate bridge MTU into qemu \"host_mtu\" option\" (rhbz#1449346)- qemu: Properly check return value of VIR_STRDUP in qemuDomainGetBlockIoTune (rhbz#1433183)- rpc: Bump maximum message size to 32M (rhbz#1440683)- Split out virDomainIOMMUDefFormat (rhbz#1427005)- qemu: allow conditional device property probing (rhbz#1427005)- qemu: refactor qemuBuildIOMMUCommandLine (rhbz#1427005)- conf: add to (rhbz#1427005)- qemu: format kernel_irqchip on the command line (rhbz#1427005)- conf: add to (rhbz#1427005)- qemu: format intel-iommu, intremap on the command line (rhbz#1427005)- conf: add caching_mode attribute to iommu device (rhbz#1427005)- qemu: format caching-mode on iommu command line (rhbz#1427005)- conf: split out virDomainIOMMUDefCheckABIStability (rhbz#1427005)- conf: add ABI stability checks for IOMMU options (rhbz#1427005) * Mon May 15 2017 Jiri Denemark - 3.2.0-5- util: mdev: Use a local variable instead of a direct pointer access (rhbz#1446455)- mdev: Fix daemon crash on domain shutdown after reconnect (rhbz#1446455)- qemu: Provide a much clearer message on device hot-plug (rhbz#1450072)- virsh: Add --tls description for the virsh man page (rhbz#1448806)- conf: Check CPU cache for ABI stability (rhbz#1449595)- qemuDomainBuildNamespace: Move /dev/ * mountpoints later (rhbz#1449510)- qemuDomainCreateDeviceRecursive: pass a structure instead of bare path (rhbz#1449510)- qemuDomainCreateDeviceRecursive: Don\'t try to create devices under preserved mount points (rhbz#1449510)- qemuDomainAttachDeviceMknodRecursive: Don\'t try to create devices under preserved mount points (rhbz#1449510)- qemuDomainDetachDeviceUnlink: Don\'t unlink files we haven\'t created (rhbz#1449510) * Wed May 03 2017 Jiri Denemark - 3.2.0-4- conf: add a new parse flag VIR_DOMAIN_DEF_PARSE_ABI_UPDATE_MIGRATION (rhbz#1373184)- qemu_domain: use correct default USB controller on ppc64 (rhbz#1373184)- qemu: hotplug: Unexport qemuDomainHotplugDelVcpu (rhbz#1439452)- qemu: hotplug: Don\'t save status XML when monitor is closed (rhbz#1439452)- util: check ifa_addr pointer before accessing its elements (rhbz#1444408)- util: allow ignoring SIOCSIFHWADDR when errno is EPERM (rhbz#1415609)- qemu: Ignore missing query-migrate-parameters (rhbz#1441934)- locking: Add support for sanlock_strerror (rhbz#1409511)- RHEL: spec: Require sanlock >= 3.5 (rhbz#1409511)- qemu: Properly reset non-p2p migration (rhbz#1425003)- qemu: Don\'t fail if physical size can\'t be updated in qemuDomainGetBlockInfo (rhbz#1442344)- qemu: process: Clean automatic NUMA/cpu pinning information on shutdown (rhbz#1445627)- qemu: process: Don\'t leak priv->usbaddrs after VM restart (rhbz#1445627)- qemu: process: Clean up priv->migTLSAlias (rhbz#1445627)- Add VIR_DOMAIN_JOB_OPERATION typed parameter (rhbz#1441563)- qemu: Report VIR_DOMAIN_JOB_OPERATION (rhbz#1441563)- conf: Rename mode parameter in virCPUDefParseXML (rhbz#1428952)- Add support for CPU cache specification (rhbz#1428952)- qemu: Add support for guest CPU cache (rhbz#1428952)- qemu: Don\'t reset \"events\" migration capability (rhbz#1441165)- qemu: Fix persistent migration of transient domains (rhbz#1446205)- Fix padding of encrypted data (rhbz#1447297)- cpu: Introduce virCPUCopyMigratable (rhbz#1444421)- qemu: Move common code in virQEMUCapsInitCPUModel one layer up (rhbz#1444421)- qemu: Add migratable parameter to virQEMUCapsInitCPUModel (rhbz#1444421)- qemu: Introduce virQEMUCapsSetHostModel (rhbz#1444421)- qemu: Move qemuCaps CPU data copying into a separate function (rhbz#1444421)- qemu: Introduce virQEMUCapsHostCPUDataClear (rhbz#1444421)- qemu: Move qemuCaps host CPU data in a struct (rhbz#1444421)- qemu: Prepare qemuCaps for multiple host CPU defs (rhbz#1444421)- qemu: Pass migratable host CPU model to virCPUUpdate (rhbz#1444421)- cpu: Drop feature filtering from virCPUUpdate (rhbz#1444421)- cpu: Introduce virCPUGetHostIsSupported (rhbz#1444421)- qemu: Use more data for comparing CPUs (rhbz#1444421)- qemu: don\'t kill qemu process on restart if networkNotify fails (rhbz#1442700)- network: better log message when network is inactive during reconnect (rhbz#1442700)- disk: Resolve issues with disk partition build/start checks (rhbz#1439132)- disk: Force usage of parted when checking disk format for \"bsd\" (rhbz#1439132)- storage: Modify storageBackendWipeLocal to allow zero from end of device (rhbz#1439132)- storage: Introduce virStorageBackendZeroPartitionTable (rhbz#1439132)- logical: Use virStorageBackendZeroPartitionTable (rhbz#1373711, rhbz#1439132)- logical: Increase the size of the data to wipe (rhbz#1373711, rhbz#1439132)- disk: Use virStorageBackendZeroPartitionTable (rhbz#1439132)- util: Add virNetDevSetCoalesce function (rhbz#1414627)- conf, docs: Add support for coalesce setting(s) (rhbz#1414627)- Set coalesce settings for domain interfaces (rhbz#1414627)- docs: fix typo in closing HTML element (rhbz#1414627)- Don\'t leak str in virDomainNetDefCoalesceParseXML (rhbz#1414627)- Remove pointless check for !ret in virDomainNetDefCoalesceParseXML (rhbz#1414627)- Define ETHTOOL_[GS]COALESCE when building on older kernels (rhbz#1414627)- qemu: change the logic of setting default USB controller (rhbz#1438682)- qemu: use nec-usb-xhci as a default controller for aarch64 if available (rhbz#1438682)- qemu: introduce QEMU_CAPS_DEVICE_QEMU_XHCI (rhbz#1438682)- qemu: add support for qemu-xhci USB controller (rhbz#1438682)- qemu: use qemu-xhci USB controller by default for ppc64 and aarch64 (rhbz#1438682)- util: make macvtap/macvlan generated name #defines available to other files (rhbz#1335798)- conf: don\'t ignore for macvtap interfaces (rhbz#1335798)- util: rename/move VIR_NET_GENERATED_PREFIX to be consistent (rhbz#1335798) * Wed Apr 19 2017 Jiri Denemark - 3.2.0-3- qemu: Fix mdev checking for VFIO support (rhbz#1441291)- pci: recognize/report GEN4 (PCIe 4.0) card 16GT/s Link speed (rhbz#1442831)- qemu: refactor qemuDomainMachine * functions (rhbz#1441964)- qemu: report IDE bus in domain capabilities only if it\'s supported (rhbz#1441964)- qemu: do not crash on USB address with no port and invalid bus (rhbz#1441589)- spec: Avoid RPM verification errors on nwfilter XMLs (rhbz#1378774)- conf: Add check for non scsi_host parent during vport delete (rhbz#1420740) * Mon Apr 10 2017 Jiri Denemark - 3.2.0-2- storage: Fix capacity value for LUKS encrypted volumes (rhbz#1371892)- qemu: Add device id for mediated devices on qemu command line (rhbz#1438431)- qemu: hotplug: Iterate over vcpu 0 in individual vcpu hotplug code (rhbz#1437013)- qemu: hotplug: Fix formatting strings in qemuDomainFilterHotplugVcpuEntities (rhbz#1437010)- qemu: hotplug: Clear vcpu ordering for coldplug of vcpus (rhbz#1437010)- qemu: hotplug: Add validation for coldplug of individual vcpus (rhbz#1437010)- qemu: hotplug: Validate that vcpu-hotplug does not break config (rhbz#1437010)- qemu: Split virQEMUCapsInitArchQMPBasic() (rhbz#1429509)- tests: Initialize basic capabilities properly (rhbz#1429509)- qemu: Remove redundant capabilities (rhbz#1429509)- qemu: Advertise ACPI support for aarch64 guests (rhbz#1429509)- qemu: Enforce ACPI, UEFI requirements (rhbz#1429509)- tests: Test ACPI, UEFI requirements (rhbz#1429509)- qemu: Fix regression when hyperv/vendor_id feature is used (rhbz#1439736)- qemu: Fix resource leak in qemuDomainAddChardevTLSObjects error path (rhbz#1300769)- qemu: Break endless loop if qemuMigrationResetTLS fails (rhbz#1300769)- qemu: Properly reset TLS in qemuProcessRecoverMigrationIn (rhbz#1425003)- qemu: Drop resume label in qemuProcessRecoverMigrationOut (rhbz#1425003)- qemu: Always reset TLS in qemuProcessRecoverMigrationOut (rhbz#1425003)- qemu: Don\'t reset TLS in qemuMigrationRun (rhbz#1425003)- qemu: Don\'t reset TLS in qemuMigrationCancel (rhbz#1425003)- qemu: Introduce qemuMigrationReset (rhbz#1425003)- qemu: Simplify qemuMigrationResetTLS (rhbz#1425003)- qemu: Properly reset all migration capabilities (rhbz#1425003)- qemu: Don\'t overwrite existing error in qemuMigrationReset (rhbz#1439130) * Mon Apr 03 2017 Jiri Denemark - 3.2.0-1- Rebased to libvirt-3.2.0 (rhbz#1382640)- The rebase also fixes the following bugs: rhbz#822148, rhbz#824989, rhbz#1004676, rhbz#1018251, rhbz#1181659 rhbz#1181899, rhbz#1270403, rhbz#1292451, rhbz#1300769, rhbz#1329090 rhbz#1366088, rhbz#1371617, rhbz#1372581, rhbz#1389313, rhbz#1398087 rhbz#1404627, rhbz#1406791, rhbz#1408808, rhbz#1410225, rhbz#1415609 rhbz#1422318, rhbz#1426176, rhbz#1428209, rhbz#1428893, rhbz#1429551 rhbz#1430275, rhbz#1430634, rhbz#1430672, rhbz#1430679, rhbz#1431112 rhbz#1431793, rhbz#1431852, rhbz#1433180, rhbz#1433183, rhbz#1434882 rhbz#1436119, rhbz#1436999 * Wed Mar 08 2017 Jiri Denemark - 3.1.0-2- qemuDomainSaveImageUpdateDef: Don\'t overwrite errors from virDomainDefCheckABIStability (rhbz#1379200)- qemu_process: don\'t probe iothreads if it\'s not supported by QEMU (rhbz#1430258) * Fri Mar 03 2017 Jiri Denemark - 3.1.0-1- Rebased to libvirt-3.1.0 (rhbz#1382640)- The rebase also fixes the following bugs: rhbz#1268906, rhbz#1316774, rhbz#1330024, rhbz#1336564, rhbz#1343094 rhbz#1344897, rhbz#1346566, rhbz#1349441, rhbz#1352529, rhbz#1374128 rhbz#1375410, rhbz#1375417, rhbz#1378540, rhbz#1382640, rhbz#1383039 rhbz#1397440, rhbz#1408701, rhbz#1410188, rhbz#1412834, rhbz#1414393 rhbz#1417203, rhbz#1420205, rhbz#1420668, rhbz#1420718, rhbz#1421036 * Thu Feb 09 2017 Jiri Denemark - 3.0.0-2- Enable use of namespaces by default (rhbz#1382640)- virProcessRunInMountNamespace: Report errors from child- util: Introduce virFileReadLink- qemuDomainPrepareDisk: Fix ordering- qemuSecurityRestoreAllLabel: Don\'t use transactions- qemu_security: Use more transactions- qemuDomain{Attach,Detach}Device NS helpers: Don\'t relabel devices- qemuDomainCreateDevice: Properly deal with symlinks- qemuDomainCreateDevice: Don\'t loop endlessly- qemuDomainAttachDeviceMknod: Deal with symlinks- qemuDomainAttachDeviceMknod: Don\'t loop endlessly- qemuDomainAttachSCSIVHostDevice: Prefer qemuSecurity wrappers- qemuDomainAttachSCSIVHostDevice: manage /dev entry- qemu_security: Drop qemuSecuritySetRestoreAllLabelData struct- qemu_domain: Don\'t pass virDomainDeviceDefPtr to ns helpers- qemuDomainNamespaceSetupDisk: Drop useless AATTsrc variable- qemuDomainNamespace{Setup,Teardown}Disk: Don\'t pass pointer to full disk- qemuDomainDiskChainElement{Prepare,Revoke}: manage /dev entry- qemuDomainNamespaceSetupDisk: Simplify disk check- qemu_security: Introduce ImageLabel APIs * Tue Feb 07 2017 Jiri Denemark - 3.0.0-1- Rebased to libvirt-3.0.0 (rhbz#1382640)- The rebase also fixes the following bugs: rhbz#1191901, rhbz#1257813, rhbz#1292984, rhbz#1300177, rhbz#1302168 rhbz#1302171, rhbz#1332019, rhbz#1336564, rhbz#1349696, rhbz#1363586 rhbz#1370357, rhbz#1373711, rhbz#1386466, rhbz#1396040, rhbz#1397940 rhbz#1402690, rhbz#1402726, rhbz#1403691, rhbz#1404952, rhbz#1405269 rhbz#1406442 * Tue Dec 06 2016 Jiri Denemark - 2.5.0-1- Rebased to libvirt-2.5.0 (rhbz#1382640)- The rebase also fixes the following bugs: rhbz#1106416, rhbz#1106419, rhbz#1207095, rhbz#1247005, rhbz#1300776 rhbz#1343858, rhbz#1347049, rhbz#1349898, rhbz#1354253, rhbz#1356769 rhbz#1356881, rhbz#1357358, rhbz#1357416, rhbz#1358181, rhbz#1359135 rhbz#1360533, rhbz#1365779, rhbz#1366108, rhbz#1366460, rhbz#1366505 rhbz#1368351, rhbz#1368368, rhbz#1369633, rhbz#1370357, rhbz#1370360 rhbz#1371039, rhbz#1371358, rhbz#1371758, rhbz#1372580, rhbz#1373535 rhbz#1373783, rhbz#1373849, rhbz#1374718, rhbz#1375268, rhbz#1375424 rhbz#1375524, rhbz#1375887, rhbz#1375920, rhbz#1375939, rhbz#1376009 rhbz#1376083, rhbz#1377602, rhbz#1377913, rhbz#1378290, rhbz#1378401 rhbz#1379196, rhbz#1379212, rhbz#1379895, rhbz#1382079, rhbz#1386976 rhbz#1387665, rhbz#1387666, rhbz#1393854, rhbz#1396597, rhbz#1399260 rhbz#1401054 * Wed Sep 21 2016 Jiri Denemark - 2.0.0-10- virtlogd: Don\'t stop or restart along with libvirtd (rhbz#1372576) * Wed Sep 14 2016 Jiri Denemark - 2.0.0-9- Add helper for removing transient definition (rhbz#1368774)- qemu: Remove stale transient def when migration fails (rhbz#1368774)- qemu: Don\'t use query-migrate on destination (rhbz#1374613)- conf: allow hotplugging \"legacy PCI\" device to manually addressed PCIe slot (rhbz#1337490)- conf: Add support for virtio-net.rx_queue_size (rhbz#1366989)- qemu_capabilities: Introduce virtio-net- *.rx_queue_size (rhbz#1366989)- qemu: Implement virtio-net rx_queue_size (rhbz#1366989)- audit: Audit information about shmem devices (rhbz#1218603)- qemu: monitor: Use a more obvious iterator name (rhbz#1375783)- qemu: monitor: qemuMonitorGetCPUInfoHotplug: Add iterator \'anycpu\' (rhbz#1375783)- qemu: monitor: Add vcpu state information to monitor data (rhbz#1375783)- qemu: domain: Don\'t infer vcpu state (rhbz#1375783) * Wed Sep 07 2016 Jiri Denemark - 2.0.0-8- util: storage: Properly set protocol type when parsing gluster json string (rhbz#1372251)- conf: Add IOThread quota and period scheduler/cputune defs (rhbz#1356937)- qemu: Add support to get/set IOThread period and quota cgroup values (rhbz#1356937)- network: new network forward mode \'open\' (rhbz#846810)- virtlogd.socket: Tie lifecycle to libvirtd.service (rhbz#1372576)- cpu_x86: Fix minimum match custom CPUs on hosts with CMT (rhbz#1365500)- qemu: cgroup: Extract temporary relaxing of cgroup setting for vcpu hotplug (rhbz#1097930)- qemu: process: Fix start with unpluggable vcpus with NUMA pinning (rhbz#1097930) * Wed Sep 07 2016 Jiri Denemark - 2.0.0-7- qemu: caps: Always assume QEMU_CAPS_SMP_TOPOLOGY (rhbz#1097930)- conf: Extract code formatting vCPU info (rhbz#1097930)- conf: Rename virDomainVcpuInfoPtr to virDomainVcpuDefPtr (rhbz#1097930)- conf: Don\'t report errors from virDomainDefGetVcpu (rhbz#1097930)- tests: qemuxml2xml: Format status XML header dynamically (rhbz#1097930)- conf: convert def->vcpus to a array of pointers (rhbz#1097930)- conf: Add private data for virDomainVcpuDef (rhbz#1097930)- qemu: domain: Add vcpu private data structure (rhbz#1097930)- qemu: domain: Extract formating and parsing of vCPU thread ids (rhbz#1097930)- qemu: Add cpu ID to the vCPU pid list in the status XML (rhbz#1097930)- qemu: Store vCPU thread ids in vcpu private data objects (rhbz#1097930)- Fix logic in qemuDomainObjPrivateXMLParseVcpu (rhbz#1097930)- qemu: Add qemuProcessSetupPid() and use it in qemuProcessSetupIOThread() (rhbz#1097930)- qemu: Use qemuProcessSetupPid() in qemuProcessSetupEmulator() (rhbz#1097930)- qemu: Use qemuProcessSetupPid() in qemuProcessSetupVcpu() (rhbz#1097930)- qemuBuildCpuCommandLine: Don\'t leak AATTbuf (rhbz#1097930)- conf: Make really sure we don\'t access non-existing vCPUs (rhbz#1097930)- conf: Make really sure we don\'t access non-existing vCPUs again (rhbz#1097930)- qemu: capabilities: Drop unused function virQEMUCapsGetMachineTypes (rhbz#1097930)- qemu: caps: Sanitize storage of machine type related data (rhbz#1097930)- qemu: cap: Refactor access to array in virQEMUCapsProbeQMPMachineTypes (rhbz#1097930)- qemu: monitor: Add monitor API for device_add supporting JSON objects (rhbz#1097930)- qemu: monitor: Add do-while block to QEMU_CHECK_MONITOR_FULL (rhbz#1097930)- qemu: Improve error message in virDomainGetVcpus (rhbz#1097930)- qemu: domain: Rename qemuDomainDetectVcpuPids to qemuDomainRefreshVcpuInfo (rhbz#1097930)- qemu: monitor: Rename qemuMonitor(JSON|Text)GetCPUInfo (rhbz#1097930)- qemu: domain: Improve vCPU data checking in qemuDomainRefreshVcpu (rhbz#1097930)- qemu: domain: Simplify return values of qemuDomainRefreshVcpuInfo (rhbz#1097930)- internal: Introduce macro for stealing pointers (rhbz#1097930)- tests: qemucapabilities: Add data for qemu 2.7.0 (rhbz#1097930)- qemu: setcpus: Report better errors (rhbz#1097930)- qemu: setvcpus: Extract setting of maximum vcpu count (rhbz#1097930)- qemu: driver: Extract setting of live vcpu count (rhbz#1097930)- qemu: driver: Split out regular vcpu hotplug code into a function (rhbz#1097930)- conf: Provide error on undefined vcpusched entry (rhbz#1097930)- qemu: monitor: Return structures from qemuMonitorGetCPUInfo (rhbz#1097930)- qemu: monitor: Return struct from qemuMonitor(Text|Json)QueryCPUs (rhbz#1097930)- qemu: Add capability for query-hotpluggable-cpus command (rhbz#1097930)- qemu: Forbid config when topology based cpu count doesn\'t match the config (rhbz#1097930)- qemu: capabilities: Extract availability of new cpu hotplug for machine types (rhbz#1097930)- qemu: monitor: Extract QOM path from query-cpus reply (rhbz#1097930)- qemu: monitor: Add support for calling query-hotpluggable-cpus (rhbz#1097930)- qemu: monitor: Add algorithm for combining query-(hotpluggable-)-cpus data (rhbz#1097930)- tests: Add test infrastructure for qemuMonitorGetCPUInfo (rhbz#1097930)- tests: cpu-hotplug: Add data for x86 hotplug with 11+ vcpus (rhbz#1097930)- tests: cpu-hotplug: Add data for ppc64 platform including hotplug (rhbz#1097930)- tests: cpu-hotplug: Add data for ppc64 out-of-order hotplug (rhbz#1097930)- tests: cpu-hotplug: Add data for ppc64 without threads enabled (rhbz#1097930)- qemu: domain: Extract cpu-hotplug related data (rhbz#1097930)- qemu: domain: Prepare for VCPUs vanishing while libvirt is not running (rhbz#1097930)- util: Extract and rename qemuDomainDelCgroupForThread to virCgroupDelThread (rhbz#1097930)- conf: Add XML for individual vCPU hotplug (rhbz#1097930)- qemu: migration: Prepare for non-contiguous vcpu configurations (rhbz#1097930)- qemu: command: Add helper to convert vcpu definition to JSON props (rhbz#1097930)- qemu: process: Copy final vcpu order information into the vcpu definition (rhbz#1097930)- qemu: command: Add support for sparse vcpu topologies (rhbz#1097930)- qemu: Use modern vcpu hotplug approach if possible (rhbz#1097930)- qemu: hotplug: Allow marking unplugged devices by alias (rhbz#1097930)- qemu: hotplug: Add support for VCPU unplug (rhbz#1224341)- virsh: vcpuinfo: Report vcpu number from the structure rather than it\'s position (rhbz#1097930)- qemu: driver: Fix qemuDomainHelperGetVcpus for sparse vcpu topologies (rhbz#1097930)- doc: clarify documentation for vcpu order (rhbz#1097930)- conf: Don\'t validate vcpu count in XML parser (rhbz#1097930)- qemu: driver: Validate configuration when setting maximum vcpu count (rhbz#1370066)- conf: Fix build with picky GCC (rhbz#1097930) * Tue Aug 23 2016 Jiri Denemark - 2.0.0-6- qemu_command: don\'t modify heads for graphics device (rhbz#1366119)- virsh: Fix core for cmdSecretGetValue (rhbz#1366611)- conf: report an error message for non-existing USB hubs (rhbz#1367130)- conf: free the ports array of a USB hub (rhbz#1366097)- utils: storage: Fix JSON field name for uri based storage (rhbz#1367260)- qemu: Adjust the cur_ballon on coldplug/unplug of dimms (rhbz#1220702)- conf: Provide error on undefined iothreadsched entry (rhbz#1366484)- qemu: Fix the command line generation for rbd auth using aes secrets (rhbz#1182074)- qemu: Fix crash hot plugging luks volume (rhbz#1367259)- Revert \"admin: Fix the default uri for session daemon to libvirtd:///session\" (rhbz#1367269)- libvirt: convert to typesafe virConf accessors (rhbz#1367269)- admin: Fix default uri config option name s/admin_uri_default/uri_default (rhbz#1367269)- virt-admin: Properly fix the default session daemon URI to admin server (rhbz#1367269) * Wed Aug 10 2016 Jiri Denemark - 2.0.0-5- qemu: Fix domain state after reset (rhbz#1269575)- rpc: virnetserver: Rename ClientSetProcessingControls to ClientSetLimits (rhbz#1357776)- rpc: virnetserver: Move virNetServerCheckLimits which is static up in the file (rhbz#1357776)- rpc: virnetserver: Add code to CheckLimits to handle suspending of services (rhbz#1357776)- admin: rpc: virnetserver: Fix updating of the client limits (rhbz#1357776)- rpc: virnetserver: Remove dead code checking the client limits (rhbz#1357776)- storage: Fix a NULL ptr dereference in virStorageBackendCreateQemuImg (rhbz#1363636)- qemu: Introduce qemuAliasFromHostdev (rhbz#1289391)- qemu: Use the hostdev alias in qemuDomainAttachHostSCSIDevice error path (rhbz#1289391)- storage: Don\'t remove the pool for buildPool failure in storagePoolCreate (rhbz#1362349)- lxcDomainCreateXMLWithFiles: Avoid crash (rhbz#1363773)- admin: Fix the default uri for session daemon to libvirtd:///session (rhbz#1356858)- docs: Distribute subsite.xsl (rhbz#1365004)- qemuBuildMachineCommandLine: Follow our pattern (rhbz#1304483)- Introduce SMM feature (rhbz#1304483)- Introduce AATTsecure attribute to os loader element (rhbz#1304483)- qemu: Enable secure boot (rhbz#1304483)- qemu: Advertise OVMF_CODE.secboot.fd (rhbz#1304483)- tests: Fix broken build (rhbz#1304483)- cpu_x86: Introduce x86FeatureIsMigratable (rhbz#1365500)- cpu_x86: Properly drop non-migratable features (rhbz#1365500)- tests: Add a test for host-model CPU with CMT feature (rhbz#1365500)- cpu_x86: Fix host-model CPUs on hosts with CMT (rhbz#1365500)- virt-admin: Fix the error when an invalid URI has been provided (rhbz#1365903)- conf: improve error log when PCI devices don\'t match requested controller (rhbz#1363627)- conf: don\'t allow connecting upstream-port directly to pce-expander-bus (rhbz#1361172)- conf: restrict where dmi-to-pci-bridge can be connected (rhbz#1363648)- conf: restrict expander buses to connect only to a root bus (rhbz#1358712)- virNetDevMacVLanCreateWithVPortProfile: Don\'t mask virNetDevMacVLanTapOpen error (rhbz#1240439) * Tue Aug 02 2016 Jiri Denemark - 2.0.0-4- qemu: hotplug: fix changeable media ejection (rhbz#1359071)- lxc: Don\'t crash by forgetting to ref transient domains (rhbz#1351057)- Introduce device (rhbz#1235581)- Add QEMU_CAPS_DEVICE_INTEL_IOMMU (rhbz#1235581)- qemu: format intel-iommu on the command line (rhbz#1235581)- qemu_monitor_json: add support to search QOM device path by device alias (rhbz#1358728)- hvsupport: Introduce parseSymsFile (rhbz#1286679)- hvsupport: use a regex instead of XML::XPath (rhbz#1286679)- hvsupport: construct the group regex upfront (rhbz#1286679)- hvsupport: skip non-matching lines early (rhbz#1286679)- virconf: Fix config file path construction (rhbz#1357364)- virDomainHostdevDefFree: Don\'t leak privateData (rhbz#1357346)- virt-admin: Output srv-threadpool-info data as unsigned int rather than signed (rhbz#1356769)- util: Introduce virISCSINodeNew (rhbz#1356436)- iscsi: Establish connection to target via static target login (rhbz#1356436)- storage: Document wiping formatted volume types (rhbz#868771)- admin: Retrieve the SASL context for both local and remote connection (rhbz#1361948)- daemon: sasl: Don\'t forget to save SASL username to client\'s identity (rhbz#1361948)- vsh: Make vshInitDebug return int instead of void (rhbz#1357363)- tools: Make use of the correct environment variables (rhbz#1357363)- util: Add \'usage\' for encryption (rhbz#1301021)- virStorageEncryptionSecretFree: Don\'t leak secret lookup definition (rhbz#1301021)- encryption: Add luks parsing for storageencryption (rhbz#1301021)- encryption: Add and to encryption (rhbz#1301021)- qemu: Introduce helper qemuDomainSecretDiskCapable (rhbz#1301021)- tests: Adjust LUKS tests to use \'volume\' secret type (rhbz#1301021)- docs: Update docs to reflect LUKS secret changes (rhbz#1301021)- qemu: Alter error path cleanup for qemuDomainAttachHostSCSIDevice (rhbz#1301021)- qemu: Alter error path cleanup for qemuDomainAttachVirtioDiskDevice (rhbz#1301021)- qemu: Alter error path cleanup for qemuDomainAttachSCSIDisk (rhbz#1301021)- qemu: Move and rename qemuBufferEscapeComma (rhbz#1301021)- storage: Add support to create a luks volume (rhbz#1301021)- qemu: Add secinfo for hotplug virtio disk (rhbz#1301021)- qemu: Alter the qemuDomainGetSecretAESAlias to add new arg (rhbz#1301021)- qemu: Add luks support for domain disk (rhbz#1301021)- qemu: Move setting of obj bools for qemuDomainAttachVirtioDiskDevice (rhbz#1301021)- qemu: Move setting of encobjAdded for qemuDomainAttachSCSIDisk (rhbz#1301021)- storage: Fix error path (rhbz#1301021)- qemu: Disallow usage of luks encryption if aes secret not possible (rhbz#1301021)- storage: Add extra failure condition for luks volume creation (rhbz#1301021)- virstoragefile: refactor virStorageFileMatchesNNN methods (rhbz#1301021)- qemu: Make qemuDomainCheckDiskStartupPolicy self-contained (rhbz#1168453)- qemu: Remove unnecessary label and its only reference (rhbz#1168453)- qemu: Fix support for startupPolicy with volume/pool disks (rhbz#1168453)- virsh: Report error when explicit connection fails (rhbz#1356461)- tests: Add testing of backing store string parser (rhbz#1134878)- util: json: Make first argument of virJSONValueObjectForeachKeyValue const (rhbz#1134878)- util: qemu: Add wrapper for JSON -> commandline conversion (rhbz#1134878)- util: qemu: Add support for user-passed strings in JSON->commandline (rhbz#1134878)- util: qemu: Allow nested objects in JSON -> commandline generator (rhbz#1134878)- util: qemu: Allow for different approaches to format JSON arrays (rhbz#1134878)- util: qemu: Don\'t generate any extra commas in virQEMUBuildCommandLineJSON (rhbz#1134878)- util: json: Make first argument of virJSONValueCopy const (rhbz#1134878)- util: storage: Add parser for qemu\'s json backing pseudo-protocol (rhbz#1134878)- util: storage: Add support for host device backing specified via JSON (rhbz#1134878)- util: storage: Add support for URI based backing volumes in qemu\'s JSON pseudo-protocol (rhbz#1134878)- util: storage: Add json pseudo protocol support for gluster volumes (rhbz#1134878)- util: storage: Add json pseudo protocol support for iSCSI volumes (rhbz#1134878)- util: storage: Add JSON backing volume parser for \'nbd\' protocol (rhbz#1134878)- util: storage: Add JSON backing store parser for \'sheepdog\' protocol (rhbz#1134878)- util: storage: Add \'ssh\' network storage protocol (rhbz#1134878)- util: storage: Add JSON backing volume parser for \'ssh\' protocol (rhbz#1134878)- qemu: command: Rename qemuBuildNetworkDriveURI to qemuBuildNetworkDriveStr (rhbz#1247521)- qemu: command: Split out network disk URI building (rhbz#1247521)- qemu: command: Extract drive source command line formatter (rhbz#1247521)- qemu: command: Refactor code extracted to qemuBuildDriveSourceStr (rhbz#1247521)- storage: gluster: Support multiple hosts in backend functions (rhbz#1247521)- util: qemu: Add support for numbered array members (rhbz#1247521)- qemu: command: Add infrastructure for object specified disk sources (rhbz#1247521)- qemu: command: Add support for multi-host gluster disks (rhbz#1247521)- qemu: Need to free fileprops in error path (rhbz#1247521)- storage: remove \"luks\" storage volume type (rhbz#1301021) * Fri Jul 22 2016 Jiri Denemark - 2.0.0-3- qemu: getAutoDumpPath() return value should be dumpfile not domname. (rhbz#1354238)- qemu: Copy complete domain def in qemuDomainDefFormatBuf (rhbz#1320470)- qemu: Drop default channel path during migration (rhbz#1320470)- qemu: Fix migration from old libvirt (rhbz#1320500)- Add USB addresses to qemuhotplug test cases (rhbz#1215968)- Introduce virDomainUSBDeviceDefForeach (rhbz#1215968)- Allow omitting USB port (rhbz#1215968)- Store USB port path as an array of integers (rhbz#1215968)- Introduce virDomainUSBAddressSet (rhbz#1215968)- Add functions for adding USB controllers to addrs (rhbz#1215968)- Add functions for adding USB hubs to addrs (rhbz#1215968)- Reserve existing USB addresses (rhbz#1215968)- Add tests for USB address assignment (rhbz#1215968)- Assign addresses to USB devices (rhbz#1215968)- Assign addresses on USB device hotplug (rhbz#1215968)- Auto-add one hub if there are too many USB devices (rhbz#1215968) * Sat Jul 09 2016 Jiri Denemark - 2.0.0-2- qemu: Use bootindex whenever possible (rhbz#1323085)- qemu: Properly reset spiceMigration flag (rhbz#1151723)- qemu: Drop useless SPICE migration code (rhbz#1151723)- qemu: Memory locking is only required for KVM guests on ppc64 (rhbz#1350772)- virtlogd: make max file size & number of backups configurable (rhbz#1351209)- virtlogd: increase max file size to 2 MB (rhbz#1351209) * Fri Jul 01 2016 Jiri Denemark - 2.0.0-1- Rebased to libvirt-2.0.0 (rhbz#1286679)- The rebase also fixes the following bugs: rhbz#735385, rhbz#1004602, rhbz#1046833, rhbz#1180092, rhbz#1216281 rhbz#1283207, rhbz#1286679, rhbz#1289288, rhbz#1302373, rhbz#1304222 rhbz#1312188, rhbz#1316370, rhbz#1320893, rhbz#1322210, rhbz#1325072 rhbz#1325080, rhbz#1332446, rhbz#1333248, rhbz#1333404, rhbz#1334237 rhbz#1335617, rhbz#1335832, rhbz#1337869, rhbz#1341415, rhbz#1342342 rhbz#1342874, rhbz#1342962, rhbz#1343442, rhbz#1344892, rhbz#1344897 rhbz#1345743, rhbz#1346723, rhbz#1346724, rhbz#1346730, rhbz#1350688 rhbz#1351473 * Tue Jun 07 2016 Jiri Denemark - 1.3.5-1- Rebased to libvirt-1.3.5 (rhbz#1286679)- The rebase also fixes the following bugs: rhbz#1139766, rhbz#1182074, rhbz#1209802, rhbz#1265694, rhbz#1286679 rhbz#1286709, rhbz#1318993, rhbz#1319044, rhbz#1320836, rhbz#1326660 rhbz#1327537, rhbz#1328003, rhbz#1328301, rhbz#1329045, rhbz#1336629 rhbz#1337073, rhbz#1339900, rhbz#1341460 * Tue May 03 2016 Jiri Denemark - 1.3.4-1- Rebased to libvirt-1.3.4 (rhbz#1286679)- The rebase also fixes the following bugs: rhbz#1002423, rhbz#1004593, rhbz#1038888, rhbz#1103314, rhbz#1220702 rhbz#1286679, rhbz#1289363, rhbz#1320447, rhbz#1324551, rhbz#1325043 rhbz#1325075, rhbz#1325757, rhbz#1326270, rhbz#1327499, rhbz#1328401 rhbz#1329041, rhbz#1329046, rhbz#1329819, rhbz#1331228 * Thu Apr 14 2016 Jiri Denemark - 1.3.3-2- qemu: perf: Fix crash/memory corruption on failed VM start (rhbz#1324757) * Wed Apr 06 2016 Jiri Denemark - 1.3.3-1- Rebased to libvirt-1.3.3 (rhbz#1286679)- The rebase also fixes the following bugs: rhbz#830971, rhbz#986365, rhbz#1151723, rhbz#1195176, rhbz#1249441 rhbz#1260749, rhbz#1264008, rhbz#1269715, rhbz#1278727, rhbz#1281706 rhbz#1282744, rhbz#1286679, rhbz#1288000, rhbz#1289363, rhbz#1293804 rhbz#1306556, rhbz#1308317, rhbz#1313264, rhbz#1313314, rhbz#1314594 rhbz#1315059, rhbz#1316371, rhbz#1316384, rhbz#1316420, rhbz#1316433 rhbz#1316465, rhbz#1317531, rhbz#1318569, rhbz#1321546 * Tue Mar 01 2016 Jiri Denemark - 1.3.2-1- Rebased to libvirt-1.3.2 (rhbz#1286679)- The rebase also fixes the following bugs: rhbz#1197592, rhbz#1235180, rhbz#1244128, rhbz#1244567, rhbz#1245013 rhbz#1250331, rhbz#1265694, rhbz#1267256, rhbz#1275039, rhbz#1282846 rhbz#1283085, rhbz#1286679, rhbz#1290324, rhbz#1293241, rhbz#1293899 rhbz#1299696, rhbz#1305922 * Mon Feb 22 2016 Jiri Denemark - 1.3.1-1- Rebased to libvirt-1.3.1 (rhbz#1286679)- The rebase also fixes the following bugs: rhbz#1207692, rhbz#1233115, rhbz#1245476, rhbz#1298065, rhbz#1026136 rhbz#1207751, rhbz#1210587, rhbz#1250287, rhbz#1253107, rhbz#1254152 rhbz#1257486, rhbz#1266078, rhbz#1271107, rhbz#1159219, rhbz#1163091 rhbz#1196711, rhbz#1263574, rhbz#1270427, rhbz#1245525, rhbz#1247987 rhbz#1248277, rhbz#1249981, rhbz#1251461, rhbz#1256999, rhbz#1264008 rhbz#1265049, rhbz#1265114, rhbz#1270715, rhbz#1272301, rhbz#1273686 rhbz#997561, rhbz#1166452, rhbz#1231114, rhbz#1233003, rhbz#1260576 rhbz#1261432, rhbz#1273480, rhbz#1273491, rhbz#1277781, rhbz#1278404 rhbz#1281707, rhbz#1282288, rhbz#1285665, rhbz#1288690, rhbz#1292984 rhbz#921135, rhbz#1025230, rhbz#1240439, rhbz#1266982, rhbz#1270709 rhbz#1276198, rhbz#1278068, rhbz#1278421, rhbz#1281710, rhbz#1291035 rhbz#1297020, rhbz#1297690- RHEL: Add rhel machine types to qemuDomainMachineNeedsFDC (rhbz#1227880)- RHEL: qemu: Support vhost-user-multiqueue with QEMU 2.3 (rhbz#1207692) * Thu Oct 08 2015 Jiri Denemark - 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 - 1.2.17-12- qemu: Fix dynamic_ownership qemu.conf setting (rhbz#1267154) * Fri Sep 25 2015 Jiri Denemark - 1.2.17-11- domain: Fix migratable XML with graphics/AATTlisten (rhbz#1265111) * Wed Sep 23 2015 Jiri Denemark - 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 AATTprivileged 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) * Wed Sep 16 2015 Jiri Denemark - 1.2.17-9- conf: fix crash when parsing a unordered NUMA (rhbz#1260846)- vmx: Some whitespace cleanup (rhbz#1172544)- vmx: The virVMXParseDisk deviceType can be NULL, add some missing checks (rhbz#1172544)- vmx: Add handling for CDROM devices with SCSI passthru (rhbz#1172544)- qemu: hotplug: Properly clean up drive backend if frontend hotplug fails (rhbz#1262399)- qemu: Introduce QEMU_CAPS_DEVICE_RTL8139 (rhbz#1254044)- qemu: Introduce QEMU_CAPS_DEVICE_E1000 (rhbz#1254044)- qemu: Introduce QEMU_CAPS_DEVICE_VIRTIO_NET (rhbz#1254044)- qemu: Try several network devices when looking for a default (rhbz#1254044)- qemu: Report error if per-VM directory cannot be created (rhbz#1146886)- qemu: Do not allow others into per-VM subdirectories (rhbz#1146886)- qemu: Allow others to browse /var/lib/libvirt/qemu (rhbz#1146886) * Mon Sep 07 2015 Jiri Denemark - 1.2.17-8- util: make virNetDev(Replace|Restore)MacAddress public functions (rhbz#1257004)- util: don\'t use netlink to save/set mac for macvtap+passthrough+802.1Qbh (rhbz#1257004)- cpu: Introduce IvyBridge CPU model (rhbz#1254420)- examples: Add example polkit ACL rules (rhbz#1115289)- qemu: don\'t use initialized ret in qemuRemoveSharedDevice (rhbz#1072736)- qemu: Introduce qemuDomainMachineIsS390CCW (rhbz#1258361)- qemu: Need to check for machine.os when using ADDRESS_TYPE_CCW (rhbz#1258361) * Thu Sep 03 2015 Jiri Denemark - 1.2.17-7- Start daemon only after filesystems are mounted (rhbz#1255228)- virfile: Add error for root squash change mode failure (rhbz#1253609)- virfile: Introduce virFileUnlink (rhbz#1253609)- storage: Correct the \'mode\' check (rhbz#1253609)- storage: Handle failure from refreshVol (rhbz#1253609)- util: Add virStringGetFirstWithPrefix (rhbz#1165580)- util: Add virCgroupGetBlockDevString (rhbz#1165580)- util: Add getters for cgroup block device I/O throttling (rhbz#1165580)- lxc: Sync BlkioDevice values when setting them in cgroups (rhbz#1165580)- qemu: Sync BlkioDevice values when setting them in cgroups (rhbz#1165580)- Allow vfio hotplug of a device to the domain which owns the iommu (rhbz#1256486)- hostdev: skip ACS check when using VFIO for device assignment (rhbz#1256486)- docs: Clarify unprivileged sgio feature (rhbz#1072736)- qemu: Introduce qemuIsSharedHostdev (rhbz#1072736)- qemu: Introduce qemuGetHostdevPath (rhbz#1072736)- qemu: Refactor qemuCheckSharedDisk to create qemuCheckUnprivSGIO (rhbz#1072736)- qemu: Inline qemuGetHostdevPath (rhbz#1072736)- qemu: Refactor qemuSetUnprivSGIO return values (rhbz#1072736)- qemu: Fix integer/boolean logic in qemuSetUnprivSGIO (rhbz#1072736)- RHEL: qemu: Add ability to set sgio values for hostdev (rhbz#1072736)- RHEL: qemu: Add check for unpriv sgio for SCSI generic host device (rhbz#1072736)- security_selinux: Use proper structure to access socket data (rhbz#1146886)- security_dac: Label non-listening sockets (rhbz#1146886)- security: Add virSecurityDomainSetDirLabel (rhbz#1146886)- security_stack: Add SetDirLabel support (rhbz#1146886)- security_selinux: Add SetDirLabel support (rhbz#1146886)- security_dac: Add SetDirLabel support (rhbz#1146886)- qemu: Fix access to auto-generated socket paths (rhbz#1146886)- tests: Use qemuProcessPrepareMonitorChr in qemuxmlnstest (rhbz#1146886)- qemu: Label correct per-VM path when starting (rhbz#1146886)- selinux: fix compile errors (rhbz#1146886)- conf: Add ioeventfd option for controllers (rhbz#1150484)- qemu: Enable ioeventfd usage for virtio-scsi controllers (rhbz#1150484) * Sat Aug 22 2015 Jiri Denemark - 1.2.17-6- api: Remove check on iothread_id arg in virDomainPinIOThread (rhbz#1251886)- api: Adjust comment for virDomainAddIOThread (rhbz#1251886)- qemu: Add check for invalid iothread_id in qemuDomainChgIOThread (rhbz#1251886)- conf: Check for attach disk usage of iothread=0 (rhbz#1253108)- virNetDevBandwidthUpdateRate: turn class_id into integer (rhbz#1252473)- bridge_driver: Introduce networkBandwidthChangeAllowed (rhbz#1252473)- bridge_driver: Introduce networkBandwidthUpdate (rhbz#1252473)- qemuDomainSetInterfaceParameters: Use new functions to update bandwidth (rhbz#1252473)- cpu: Don\'t update host-model guest CPUs on ppc64 (rhbz#1251927)- cpu: Better support for ppc64 compatibility modes (rhbz#1251927)- cpu: Move check for NULL CPU model inside the driver (rhbz#1251927)- tests: Add some compatibility-related cases to the CPU tests (rhbz#1251927) * Thu Aug 13 2015 Jiri Denemark - 1.2.17-5- numa_conf: Introduce virDomainNumaGetMaxCPUID (rhbz#1176020)- virDomainDefParseXML: Check for malicious cpu ids in (rhbz#1176020)- conf: more useful error message when pci function is out of range (rhbz#1004596)- qemu: Fix reporting of physical capacity for block devices (rhbz#1250982)- network: verify proper address family in updates to and (rhbz#1184736)- rpc: Remove keepalive_required option (rhbz#1247087)- virNetDevBandwidthParseRate: Reject negative values (rhbz#1022292)- domain: Fix crash if trying to live update disk (rhbz#1007228)- qemu: fail on attempts to use for non-tap network connections (rhbz#1180011)- network: validate network NAT range (rhbz#985653)- conf: Don\'t try formating non-existing addresses (rhbz#985653)- cpu: Rename {powerpc, ppc} => ppc64 (filesystem) (rhbz#1250977)- cpu: Rename {powerpc, ppc} => ppc64 (exported symbols) (rhbz#1250977)- cpu: Rename {powerpc, ppc} => ppc64 (internal symbols) (rhbz#1250977)- cpu: Indentation changes in the ppc64 driver (rhbz#1250977)- cpu: Mark driver functions in ppc64 driver (rhbz#1250977)- cpu: Simplify NULL handling in ppc64 driver (rhbz#1250977)- cpu: Simplify ppc64ModelFromCPU() (rhbz#1250977)- cpu: Reorder functions in the ppc64 driver (rhbz#1250977)- cpu: Remove ISA information from CPU map XML (rhbz#1250977)- tests: Remove unused file (rhbz#1250977)- tests: Improve result handling in cpuTestGuestData() (rhbz#1250977)- cpu: Never skip CPU model name check in ppc64 driver (rhbz#1250977)- cpu: CPU model names have to match on ppc64 (rhbz#1250977)- cpu: Use ppc64Compute() to implement ppc64DriverCompare() (rhbz#1250977)- tests: Temporarily disable ppc64 cpu tests (rhbz#1250977)- cpu: Align ppc64 CPU data with x86 (rhbz#1250977)- cpu: Support multiple PVRs in the ppc64 driver (rhbz#1250977)- cpu: Simplify ppc64 part of CPU map XML (rhbz#1250977)- cpu: Parse and use PVR masks in the ppc64 driver (rhbz#1250977)- cpu: Add POWER8NVL information to CPU map XML (rhbz#1250977)- cpu: Implement backwards compatibility in the ppc64 driver (rhbz#1250977)- cpu: Forbid model fallback in the ppc64 driver (rhbz#1250977)- tests: Re-enable ppc64 cpu tests (rhbz#1250977)- tests: Add a bunch of cpu test case for ppc64 (rhbz#1250977)- cpu: Fix segfault in the ppc64 driver (rhbz#1250977)- qemu: Fix segfault when parsing private domain data (rhbz#1162947)- conf: Pass private data to Parse function of XML options (rhbz#1162947)- qemu: Keep numad hint after daemon restart (rhbz#1162947)- qemu: Use numad information when getting pin information (rhbz#1162947) * Fri Aug 07 2015 Jiri Denemark - 1.2.17-4- qemu: Reject migration with memory-hotplug if destination doesn\'t support it (rhbz#1248350)- qemu: Properly check for incoming migration job (rhbz#1242904)- qemu: Do not reset labels when migration fails (rhbz#1242904)- qemu: Check for iotune_max support properly (rhbz#1224053)- docs: Add Fibre Channel NPIV supported option for volume lun config (rhbz#1238545)- conf: Allow error reporting in virDomainDiskSourceIsBlockType (rhbz#1238545)- qemu: Forbid image pre-creation for non-shared storage migration (rhbz#1249587)- qemu: remove deadcode in qemuDomain{HelperGetVcpus|GetIOThreadsLive} (rhbz#1213713)- nodeinfo: Introduce local linuxGetCPUPresentPath (rhbz#1213713)- nodeinfo: Add sysfs_prefix to nodeGetCPUCount (rhbz#1213713)- nodeinfo: Add sysfs_prefix to nodeGetPresentCPUBitmap (rhbz#1213713)- nodeinfo: Add sysfs_prefix to nodeGetCPUBitmap (rhbz#1213713)- nodeinfo: Add sysfs_prefix to nodeGetCPUMap (rhbz#1213713)- nodeinfo: Add sysfs_prefix to nodeGetInfo (rhbz#1213713)- nodeinfo: Add sysfs_prefix to nodeCapsInitNUMA (rhbz#1213713)- nodeinfo: Add sysfs_prefix to nodeGetMemoryStats (rhbz#1213713)- nodeinfo: fix to parse present cpus rather than possible cpus (rhbz#1213713)- tests: Add nodeinfo test for non-present CPUs (rhbz#1213713)- nodeinfo: Make sysfs_prefix usage more consistent (rhbz#1213713)- nodeinfo: Formatting changes (rhbz#1213713)- tests: Restore links in deconfigured-cpus nodeinfo test (rhbz#1213713)- nodeinfo: Add nodeGetPresentCPUBitmap() to libvirt_private.syms (rhbz#1213713)- nodeinfo: Fix nodeGetCPUBitmap()\'s fallback code path (rhbz#1213713)- nodeinfo: Introduce linuxGetCPUGlobalPath() (rhbz#1213713)- nodeinfo: Introduce linuxGetCPUOnlinePath() (rhbz#1213713)- nodeinfo: Rename linuxParseCPUmax() to linuxParseCPUCount() (rhbz#1213713)- nodeinfo: Add old kernel compatibility to nodeGetPresentCPUBitmap() (rhbz#1213713)- nodeinfo: Remove out parameter from nodeGetCPUBitmap() (rhbz#1213713)- nodeinfo: Rename nodeGetCPUBitmap() to nodeGetOnlineCPUBitmap() (rhbz#1213713)- nodeinfo: Phase out cpu_set_t usage (rhbz#1213713)- nodeinfo: Use nodeGetOnlineCPUBitmap() when parsing node (rhbz#1213713)- nodeinfo: Use a bitmap to keep track of node CPUs (rhbz#1213713)- nodeinfo: Calculate present and online CPUs only once (rhbz#1213713)- nodeinfo: Check for errors when reading core_id (rhbz#1213713)- Renamed deconfigured-cpus to allow make dist (rhbz#1213713)- tests: Finish rename of the long nodeinfo test case (rhbz#1213713)- nodeinfo: Fix output on PPC64 KVM hosts (rhbz#1213713)- tests: Prepare for subcore tests (rhbz#1213713)- tests: Add subcores1 nodeinfo test (rhbz#1213713)- tests: Add subcores2 nodeinfo test (rhbz#1213713)- tests: Add subcores3 nodeinfo test (rhbz#1213713)- nodeinfo: Fix build failure when KVM headers are not available (rhbz#1213713)- qemu: fix some api cannot work when disable cpuset in conf (rhbz#1244664)- qemu: Auto assign pci addresses for shared memory devices (rhbz#1165029)- conf: Add getter for network routes (rhbz#1094205)- network: Add another collision check into networkCheckRouteCollision (rhbz#1094205)- docs: Document how libvirt handles companion controllers (rhbz#1069590)- qemu: Reject updating unsupported disk information (rhbz#1007228) * Thu Jul 30 2015 Jiri Denemark - 1.2.17-3- qemuProcessHandleMigrationStatus: Update migration status more frequently (rhbz#1212077)- qemuDomainSetNumaParamsLive: Check for NUMA mode more wisely (rhbz#1232663)- qemu: process: Improve update of maximum balloon state at startup (rhbz#1242940)- storage: Fix pool building when directory already exists (rhbz#1244080)- virsh: report error if vcpu number exceed the guest maxvcpu number (rhbz#1160559)- cmdVcpuPin: Remove dead code (rhbz#1160559)- rpc: Add virNetDaemonHasClients (rhbz#1240283)- rpc: Rework timerActive logic in daemon (rhbz#1240283)- cgroup: Drop resource partition from virSystemdMakeScopeName (rhbz#1238570)- virsh: blockjob: Extract block job info code into a separate function (rhbz#1227551)- virsh: cmdBlockJob: Switch to declarative flag interlocking (rhbz#1227551)- virsh: blockjob: Split out vshBlockJobSetSpeed from blockJobImpl (rhbz#1227551)- virsh: block job: separate abort from blockJobImpl (rhbz#1227551)- virsh: Split out block pull implementation from blockJobImpl (rhbz#1227551)- virsh: Kill blockJobImpl by moving the final impl into cmdBlockCommit (rhbz#1227551)- virsh: Refactor argument checking in cmdBlockCommit (rhbz#1227551)- virsh: Refactor argument handling in cmdBlockCopy (rhbz#1227551)- virsh: Refactor argument handling in cmdBlockPull (rhbz#1227551)- qemu: Update state of block job to READY only if it actually is ready (rhbz#1227551)- virsh: Refactor block job waiting in cmdBlockPull (rhbz#1227551)- virsh: Refactor block job waiting in cmdBlockCommit (rhbz#1227551)- virsh: Refactor block job waiting in cmdBlockCopy (rhbz#1197592) * Fri Jul 10 2015 Jiri Denemark - 1.2.17-2- util: bitmap: Don\'t alloc overly large binary bitmaps (rhbz#1238589)- storage: Fix regression in storagePoolUpdateAllState (rhbz#1238610)- Separate isa-fdc options generation (rhbz#1227880)- Explicitly format the isa-fdc controller for newer q35 machines (rhbz#1227880)- Add rhel machine types to qemuDomainMachineNeedsFDC (rhbz#1227880)- conf: Don\'t allow duplicated target names regardless of bus (rhbz#1142631)- storage: Revert volume obj list updating after volume creation (4749d82a) (rhbz#1241454)- qemu_monitor: Wire up MIGRATION event (rhbz#1212077)- qemu: Enable migration events on QMP monitor (rhbz#1212077)- qemuDomainGetJobStatsInternal: Support migration events (rhbz#1212077)- qemu: Update migration state according to MIGRATION event (rhbz#1212077)- qemu: Wait for migration events on domain condition (rhbz#1212077)- qemu: Check duplicate WWNs also for hotplugged disks (rhbz#1208009)- qemu: move the guest status check before agent config and status check (rhbz#1240979)- qemu: report error for non-existing disk in blockjobinfo (rhbz#1241355)- virCondWaitUntil: add another return value (rhbz#1147471)- virDomainObjSignal: drop this function (rhbz#1147471)- monitor: detect that eject fails because the tray is locked (rhbz#1147471)- qemu_hotplug: try harder to eject media (rhbz#1147471)- qemu: Drop LFs at the end of error from QEMU log (rhbz#1090093)- Introduce virHashAtomic (rhbz#1090093)- Introduce virErrorCopyNew (rhbz#1090093)- RHEL: spec: Require perl-XML-XPath (rhbz#1090093)- qemu: Remember incoming migration errors (rhbz#1090093)- qemu: Don\'t report false error from MigrateFinish (rhbz#1090093)- qemu: Use error from Finish instead of \"unexpectedly failed\" (rhbz#1090093)- cpu: Add support for MPX and AVX512 Intel features (rhbz#1076170) * Thu Jul 02 2015 Jiri Denemark - 1.2.17-1- Rebased to libvirt-1.2.17 (rhbz#1194593)- The rebase also fixes the following bugs: rhbz#890648, rhbz#985653, rhbz#1021480, rhbz#1089914, rhbz#1131755 rhbz#1171933, rhbz#1179680, rhbz#1181087, rhbz#1182388, rhbz#1186797 rhbz#1186969, rhbz#1194593, rhbz#1196644, rhbz#1200206, rhbz#1201143 rhbz#1201760, rhbz#1202208, rhbz#1207692, rhbz#1210352, rhbz#1220213 rhbz#1223177, rhbz#1224053, rhbz#1224088, rhbz#1224233, rhbz#1224587 rhbz#1225694, rhbz#1226234, rhbz#1226854, rhbz#1227180, rhbz#1227551 rhbz#1227555, rhbz#1227558, rhbz#1227664, rhbz#1228007, rhbz#1229199 rhbz#1229592, rhbz#1229666, rhbz#1230039, rhbz#1230137, rhbz#1230664 rhbz#1232606, rhbz#1232880, rhbz#1234686, rhbz#1234729, rhbz#1235116 rhbz#1236438, rhbz#1236496, rhbz#1236507, rhbz#1236585, rhbz#1236924 rhbz#1238153, rhbz#1238338 * Thu Jun 04 2015 Jiri Denemark - 1.2.16-1- Rebased to libvirt-1.2.16 (rhbz#1194593)- The rebase also fixes the following bugs: rhbz#847198, rhbz#890648, rhbz#893738, rhbz#976387, rhbz#981546 rhbz#998813, rhbz#1066375, rhbz#1073233, rhbz#1073305, rhbz#1076354 rhbz#1131486, rhbz#1143837, rhbz#1146539, rhbz#1159171, rhbz#1159219 rhbz#1161541, rhbz#1164966, rhbz#1171984, rhbz#1174177, rhbz#1174226 rhbz#1176020, rhbz#1176739, rhbz#1177599, rhbz#1181074, rhbz#1183893 rhbz#1191227, rhbz#1194593, rhbz#1195882, rhbz#1197580, rhbz#1204006 rhbz#1204033, rhbz#1206521, rhbz#1207043, rhbz#1211938, rhbz#1213345 rhbz#1218145, rhbz#1218577, rhbz#1220195, rhbz#1220265, rhbz#1220474 rhbz#1220702, rhbz#1220809, rhbz#1221047, rhbz#1221504, rhbz#1223631 rhbz#1223688, rhbz#1224018, rhbz#1226849 * Mon May 11 2015 Jiri Denemark - 1.2.15-2- RHEL: Relax qemu-kvm dependency from libvirt-daemon-kvm (rhbz#1212642)- caps: Fix regression defaulting to host arch (rhbz#1219191) * Mon May 04 2015 Jiri Denemark - 1.2.15-1- Rebased to libvirt-1.2.15 (rhbz#1194593)- The rebase also fixes the following bugs: rhbz#858147, rhbz#890606, rhbz#1043436, rhbz#1073305, rhbz#1076708 rhbz#1084876, rhbz#1147847, rhbz#1161617, rhbz#1165119, rhbz#1168530 rhbz#1171933, rhbz#1177062, rhbz#1177733, rhbz#1181465, rhbz#1192318 rhbz#1200634, rhbz#1202606, rhbz#1202704, rhbz#1203628, rhbz#1203931 rhbz#1206114, rhbz#1206479, rhbz#1206521, rhbz#1206625, rhbz#1207257 rhbz#1208009, rhbz#1208176, rhbz#1208434, rhbz#1208763, rhbz#1209312 rhbz#1209394, rhbz#1209813, rhbz#1210159, rhbz#1210545, rhbz#1210650 rhbz#1210669, rhbz#1211436, rhbz#1211548, rhbz#1211550, rhbz#1213434 rhbz#1213698, rhbz#1215569, rhbz#1216046 * Thu Apr 02 2015 Jiri Denemark - 1.2.14-1- Rebased to libvirt-1.2.14 (rhbz#1194593)- The rebase also fixes the following bugs: rhbz#790583, rhbz#853839, rhbz#872424, rhbz#921426, rhbz#952499 rhbz#958510, rhbz#1070695, rhbz#1125755, rhbz#1127045, rhbz#1129198 rhbz#1135491, rhbz#1140958, rhbz#1141119, rhbz#1142631, rhbz#1142636 rhbz#1143832, rhbz#1155887, rhbz#1161461, rhbz#1163553, rhbz#1164053 rhbz#1166024, rhbz#1171484, rhbz#1173468, rhbz#1174147, rhbz#1176050 rhbz#1177219, rhbz#1177237, rhbz#1179533, rhbz#1181062, rhbz#1187012 rhbz#1187533, rhbz#1190590, rhbz#1196185, rhbz#1196644, rhbz#1196934 rhbz#1197600, rhbz#1199036, rhbz#1199182, rhbz#1206365, rhbz#1206406 rhbz#1206987, rhbz#1207122, rhbz#1207937- RHEL: Hack around changed Broadwell/Haswell CPUs (rhbz#1199446) * Thu Mar 26 2015 Jiri Denemark - 1.2.13-1- Rebased to libvirt-1.2.13 (rhbz#1194593)- The rebase also fixes the following bugs: rhbz#872028, rhbz#907779, rhbz#927252, rhbz#956891, rhbz#1073506 rhbz#1079917, rhbz#1095637, rhbz#1123767, rhbz#1125764, rhbz#1126762 rhbz#1130390, rhbz#1131919, rhbz#1132900, rhbz#1135442, rhbz#1138125 rhbz#1138516, rhbz#1138539, rhbz#1140034, rhbz#1140960, rhbz#1141159 rhbz#1143921, rhbz#1146334, rhbz#1147195, rhbz#1151942, rhbz#1152404 rhbz#1152473, rhbz#1153891, rhbz#1155843, rhbz#1158034, rhbz#1158722 rhbz#1159180, rhbz#1160559, rhbz#1160995, rhbz#1161831, rhbz#1164627 rhbz#1165485, rhbz#1165993, rhbz#1168849, rhbz#1169183, rhbz#1170092 rhbz#1170140, rhbz#1170492, rhbz#1171533, rhbz#1171582, rhbz#1172015 rhbz#1172468, rhbz#1172526, rhbz#1173420, rhbz#1174096, rhbz#1174154 rhbz#1174569, rhbz#1175123, rhbz#1175449, rhbz#1176503, rhbz#1176510 rhbz#1177723, rhbz#1178652, rhbz#1178850, rhbz#1178853, rhbz#1178986 rhbz#1179678, rhbz#1179684, rhbz#1179981, rhbz#1181182, rhbz#1182467 rhbz#1183869, rhbz#1183890, rhbz#1185165, rhbz#1186175, rhbz#1186199 rhbz#1186765, rhbz#1186886, rhbz#1188914, rhbz#1189007, rhbz#1190956 rhbz#1191016, rhbz#1191227, rhbz#1191355, rhbz#1191567, rhbz#1195461 rhbz#1196503, rhbz#1196528, rhbz#1204017 * Wed Jan 28 2015 Jiri Denemark - 1.2.8-16- qemu: don\'t setup cpuset.mems if memory mode in numatune is not \'strict\' (rhbz#1186094)- lxc: don\'t setup cpuset.mems if memory mode in numatune is not \'strict\' (rhbz#1186094) * Wed Jan 21 2015 Jiri Denemark - 1.2.8-15- qemu: Add missing goto error in qemuRestoreCgroupState (rhbz#1161540) * Wed Jan 21 2015 Jiri Denemark - 1.2.8-14- virNetworkDefUpdateIPDHCPHost: Don\'t crash when updating network (rhbz#1182486)- Format CPU features even for host-model (rhbz#1182448)- util: Add function virCgroupHasEmptyTasks (rhbz#1161540)- util: Add virNumaGetHostNodeset (rhbz#1161540)- qemu: Remove unnecessary qemuSetupCgroupPostInit function (rhbz#1161540)- qemu: Save numad advice into qemuDomainObjPrivate (rhbz#1161540)- qemu: Leave cpuset.mems in parent cgroup alone (rhbz#1161540)- qemu: Fix hotplugging cpus with strict memory pinning (rhbz#1161540)- util: Fix possible NULL dereference (rhbz#1161540)- qemu_driver: fix setting vcpus for offline domain (rhbz#1161540)- qemu: migration: Unlock vm on failed ACL check in protocol v2 APIs (CVE-2014-8136)- CVE-2015-0236: qemu: Check ACLs when dumping security info from save image (CVE-2015-0236)- CVE-2015-0236: qemu: Check ACLs when dumping security info from snapshots (CVE-2015-0236)- Check for domain liveness in qemuDomainObjExitMonitor (rhbz#1161024)- Mark the domain as active in qemuhotplugtest (rhbz#1161024)- Fix vmdef usage while in monitor in qemuDomainHotplugVcpus (rhbz#1161024)- Fix vmdef usage while in monitor in BlockStat * APIs (rhbz#1161024)- Fix vmdef usage while in monitor in qemu process (rhbz#1161024)- Fix vmdef usage after domain crash in monitor on device detach (rhbz#1161024)- Fix vmdef usage after domain crash in monitor on device attach (rhbz#1161024) * Wed Jan 14 2015 Jiri Denemark - 1.2.8-13- conf: Fix memory leak when parsing invalid network XML (rhbz#1180136)- qxl: change the default value for vgamem_mb to 16 MiB (rhbz#1181052)- qemuxml2argvtest: Fix test after change of qxl vgamem_mb default (rhbz#1181052)- conf: fix crash when hotplug a channel chr device with no target (rhbz#1181408)- qemu: forbid second blockcommit during active commit (rhbz#1135339)- qemu_monitor: introduce new function to get QOM path (rhbz#1180574)- qemu_process: detect updated video ram size values from QEMU (rhbz#1180574) * Wed Jan 07 2015 Jiri Denemark - 1.2.8-12- Fix hotplugging of block device-backed usb disks (rhbz#1175668)- qemu: Create memory-backend-{ram, file} iff needed (rhbz#1175397)- conf: Don\'t format actual network definition in migratable XML (rhbz#1177194) * Wed Dec 17 2014 Jiri Denemark - 1.2.8-11- virsh: vol-upload disallow negative offset (rhbz#1087104)- storage: fix crash caused by no check return before set close (rhbz#1087104)- qemu: Fix virsh freeze when blockcopy storage file is removed (rhbz#1139567)- security: Manage SELinux labels on shared/readonly hostdev\'s (rhbz#1082521)- nwfilter: fix crash when adding non-existing nwfilter (rhbz#1169409)- conf: Fix libvirtd crash matching hostdev XML (rhbz#1174053)- qemu: Resolve Coverity REVERSE_INULL (rhbz#1172570)- CVE-2014-8131: Fix possible deadlock and segfault in qemuConnectGetAllDomainStats() (CVE-2014-8131)- qemu: bulk stats: Fix logic in monitor handling (rhbz#1172570)- qemu: avoid rare race when undefining domain (rhbz#1150505)- Do not format CPU features without a model (rhbz#1151885)- Ignore CPU features without a model for host-passthrough (rhbz#1151885)- Silently ignore MAC in NetworkLoadConfig (rhbz#1156367)- Generate a MAC when loading a config instead of package update (rhbz#1156367)- qemu: move setting emulatorpin ahead of monitor showing up (rhbz#1170484)- util: Introduce flags field for macvtap creation (rhbz#1081461)- network: Bring netdevs online later (rhbz#1081461)- qemu: always call qemuInterfaceStartDevices() when starting CPUs (rhbz#1081461)- qemu: add a qemuInterfaceStopDevices(), called when guest CPUs stop (rhbz#1081461)- conf: replace call to virNetworkFree() with virObjectUnref() (rhbz#1099210)- util: new functions for setting bridge and bridge port attributes (rhbz#1099210)- util: functions to manage bridge fdb (forwarding database) (rhbz#1099210)- conf: new network bridge device attribute macTableManager (rhbz#1099210)- network: save bridge name in ActualNetDef when actualType==network too (rhbz#1099210)- network: store network macTableManager setting in NetDef actual object (rhbz#1099210)- network: setup bridge devices for macTableManager=\'libvirt\' (rhbz#1099210)- qemu: setup tap devices for macTableManager=\'libvirt\' (rhbz#1099210)- qemu: add/remove bridge fdb entries as guest CPUs are started/stopped (rhbz#1099210)- virsh: document block.n.allocation stat (rhbz#1041569)- getstats: avoid memory leak on OOM (rhbz#1041569)- getstats: improve documentation (rhbz#1041569)- getstats: start giving offline block stats (rhbz#1041569)- getstats: add block.n.path stat (rhbz#1041569)- qemuMonitorJSONBlockStatsUpdateCapacity: Don\'t skip disks (rhbz#1041569)- getstats: prepare monitor collection for recursion (rhbz#1041569)- getstats: perform recursion in monitor collection (rhbz#1041569)- getstats: prepare for dynamic block.count stat (rhbz#1041569)- getstats: add new flag for block backing chain (rhbz#1041569)- getstats: split block stats reporting for easier recursion (rhbz#1041569)- getstats: crawl backing chain for qemu (rhbz#1041569)- logical: Add \"--type snapshot\" to lvcreate command (rhbz#1166592) * Mon Dec 01 2014 Jiri Denemark - 1.2.8-10- qemu: add the missing jobinfo type in qemuDomainGetJobInfo (rhbz#1167883)- network: Fix upgrade from libvirt older than 1.2.4 (rhbz#1167145)- qemu: fix domain startup failing with \'strict\' mode in numatune (rhbz#1168866)- qemu: Don\'t track quiesced state of FSs (rhbz#1160084)- qemu: fix block{commit,copy} abort handling (rhbz#1135169) * Tue Nov 25 2014 Jiri Denemark - 1.2.8-9- doc: fix mismatched ACL attribute name (rhbz#1161358)- qemu: monitor: Rename and improve qemuMonitorGetPtyPaths (rhbz#1146944)- conf: Add channel state for virtio channels to the XML (rhbz#1146944)- qemu: Add handling for VSERPORT_CHANGE event (rhbz#1146944)- qemu: chardev: Extract more information about character devices (rhbz#1146944)- qemu: process: Refresh virtio channel guest state when connecting to mon (rhbz#1146944)- event: Add guest agent lifecycle event (rhbz#1146944)- examples: Add support for the guest agent lifecycle event (rhbz#1146944)- qemu: Emit the guest agent lifecycle event (rhbz#1146944)- internal: add macro to round value to the next closest power of 2 (rhbz#1076098)- video: cleanup usage of vram attribute and update documentation (rhbz#1076098)- QXL: fix setting ram and vram values for QEMU QXL device (rhbz#1076098)- caps: introduce new QEMU capability for vgamem_mb device property (rhbz#1076098)- qemu-command: use vram attribute for all video devices (rhbz#1076098)- qemu-command: introduce new vgamem attribute for QXL video device (rhbz#1076098) * Fri Nov 21 2014 Jiri Denemark - 1.2.8-8- qemu: Fix crash in tunnelled migration (rhbz#1147331)- qemu: Really fix crash in tunnelled migration (rhbz#1147331)- qemu: Update fsfreeze status on domain state transitions (rhbz#1160084)- qemuPrepareNVRAM: Save domain conf only if domain\'s persistent (rhbz#1026772)- docs: Document NVRAM behavior on transient domains (rhbz#1026772)- Fix build in qemu_capabilities (rhbz#1165782)- qemu: Support OVMF on armv7l aarch64 guests (rhbz#1165782)- qemu: Drop OVMF whitelist (rhbz#1165782)- storage: Fix issue finding LU\'s when block doesn\'t exist (rhbz#1152382)- storage: Add thread to refresh for createVport (rhbz#1152382)- storage: qemu: Fix security labelling of new image chain elements (rhbz#1151718)- virsh: sync domdisplay help and manual (rhbz#997802)- docs: domain: Move docs for storage hosts under the