[libvirt] Release of libvirt-2.1.0

Daniel Veillard veillard at redhat.com
Tue Aug 2 08:57:17 UTC 2016


   Sorry I didn't push an rc2 on Friday, finishing my move, but not seeing any
issue raised by rc1, I though it was better to push the final release now and free
up the tree for pending development. As a result 2.1.0 is tagged in git and I
pushed signed tarbal and rpms to the usual place:

    ftp://libvirt.org/libvirt/


  I didn't gave as much eyeballing to this release as usual, but this is still
a fairly big one with more than 300 commits. It is heavilly pushed toward
improvements of the code base, some major changes and fixes in the vz driver
and less bug fixes than the usual ratio:


Documentation:
- docs: Add Kimchi as Web Application (Ramon Medeiros)
- docs: Update docs to reflect LUKS secret changes (John Ferlan)
- docs: remove outdated suggestion to make patches with "diff -urp"/"git diff" (Laine Stump)

Portability:
- Fix RPM spec for wireshark on Fedora < 24 (Daniel P. Berrange)
- libvirt.spec.in: Adapt to newest wireshark plugindir (Michal Privoznik)
- virt-wireshark: Properly substract wireshark prefix (Michal Privoznik)
- virConfGetValueSSizeT: Fix build on 32 bits (Michal Privoznik)
- tests: command: Fix build on ppc64/aarch64 (Andrea Bolognani)
- libvirt.spec.in: require systemd-container on >= f24 (Daniel P. Berrange)
- build: drop hack for old mingw ssize_t (Eric Blake)
- build: virrandommock.c not needed on mingw (Eric Blake)
- maint: update to latest gnulib (Martin Kletzander)
- mingw-libvirt.spec.in: add perl + perl(Getopt::Long) BRs (Daniel P. Berrange)
- mingw-libvirt.spec.in: fix packaging of admin API and other bugs (Daniel P. Berrange)

Bug Fixes:
- storage: Document wiping formatted volume types (Martin Kletzander)
- qemu: remove panic dev models s390 and pseries when migrating (Boris Fiuczynski)
- schema: fix resolved interfaces of network type (Nikolay Shirokovskiy)
- qemu: fix domain id after domainCreateWithFlags() (Sascha Silbe)
- tests: qemu: Don't leak security manager object (Peter Krempa)
- qemu: Need to free fileprops in error path (John Ferlan)
- iscsi: Establish connection to target via static target login (John Ferlan)
- tools: Make use of the correct environment variables (Erik Skultety)
- qemu: Adjust the cur_ballon on coldplug/unplug of dimms (Shivaprasad G Bhat)
- virconf: Fix config file path construction (Erik Skultety)
- util: qemu: Don't generate any extra commas in virQEMUBuildCommandLineJSON (Peter Krempa)
- tests: qemuxml2xml: Avoid crash when processing an XML that fails to parse (Peter Krempa)
- conf: events: handle NULL uuid (Jovanka Gulicoska)
- lxc: Don't crash by forgetting to ref transient domains (Martin Kletzander)
- vz: handle gracefully races on undefining domain (Nikolay Shirokovskiy)
- qemu: Disallow usage of luks encryption if aes secret not possible (John Ferlan)
- storage: Fix error path (John Ferlan)
- lxc: errors after the handshake won't be reported (Cédric Bosdonnat)
- vsh: Properly initialize res (John Ferlan)
- conf: Need to check for glisten before accessing (John Ferlan)
- tests: Need to check return of virGetLastError (John Ferlan)
- tools: Fix comparison in virLoginShellGetShellArgv (John Ferlan)
- util: Fix incorrect VIR_FREE in virConfGetValueStringList (John Ferlan)
- fs: Fix '<' comparison of value produced by logical not '!' (Erik Skultety)
- security: compilation error due to wrong parameter for vah_add_path(). (Julio Faracco)
- vz: don't fail unregister on sending event error (Nikolay Shirokovskiy)
- vz: dont remove domain from list on client object error (Nikolay Shirokovskiy)
- vz: restore accidentally removed locks around close callback calls (Nikolay Shirokovskiy)
- vz: fixed null-pointer dereference in applying graphic params (Olga Krishtal)
- vz: fix destination domain synchronization (Nikolay Shirokovskiy)
- vz: fix memory leaks in prlsdkLoadDomains (Nikolay Shirokovskiy)
- vz: fix missed defined domain event (Nikolay Shirokovskiy)
- vz: don't pass empty and unused fields in migration cookie (Nikolay Shirokovskiy)
- qemu: Fix migration from old libvirt (Jiri Denemark)
- qemu: Drop default channel path during migration (Jiri Denemark)
- qemu: Copy complete domain def in qemuDomainDefFormatBuf (Jiri Denemark)
- conf: Make really sure we don't access non-existing vCPUs again (Martin Kletzander)
- conf: Make really sure we don't access non-existing vCPUs (Martin Kletzander)
- qemu: getAutoDumpPath() return value should be dumpfile not domname. (Yan Fu)
- systemd: fix ready notification on abstract socket (Jim Fehlig)
- virCommandExec: Report error if execve fails (Michal Privoznik)
- storage: dir: adapts .wipeVol for ploop volumes (Olga Krishtal)
- virconf: fix off-by-1 when appending \n to config file (Daniel P. Berrange)
- qemuxml2argvmock: Don't leak @netdef->ifname (Michal Privoznik)
- qemuxml2argvtest: Don't leak dummy monitor (Michal Privoznik)
- qemuDomainObjPrivateFree: Free @masterKey too (Michal Privoznik)
- qemuBuildCpuCommandLine: Don't leak @buf (Michal Privoznik)
- virStorageEncryptionSecretFree: Don't leak secret lookup definition (Michal Privoznik)
- Fix logic in qemuDomainObjPrivateXMLParseVcpu (Daniel P. Berrange)
- qemu: Properly reset spiceMigration flag (Jiri Denemark)
- virDomainHostdevDefFree: Don't leak privateData (Michal Privoznik)

Improvements:
- daemon: sasl: Don't forget to save SASL username to client's identity (Erik Skultety)
- admin: Retrieve the SASL context for both local and remote connection (Erik Skultety)
- wireshark: Drop glib dependency (Michal Privoznik)
- schema: add missed alias element to memory device (Nikolay Shirokovskiy)
- conf: Catch invalid memory model earlier (Michal Privoznik)
- admin: Fix default uri config option name s/admin_uri_default/uri_default (Erik Skultety)
- wireshark: Adapt to dissector function header change (Michal Privoznik)
- util: Introduce virISCSINodeNew (John Ferlan)
- vsh: Make vshInitDebug return int instead of void (Erik Skultety)
- Refresh translations from zanata (Daniel P. Berrange)
- vshReadlineParse: Drop some unused variables (Michal Privoznik)
- vshCmddefGetOption: Change type of opt_index (Michal Privoznik)
- libvirt.spec.in: fix indentation in previous commit (Daniel P. Berrange)
- storage: remove "luks" storage volume type (Daniel P. Berrange)
- virstoragefile: refactor virStorageFileMatchesNNN methods (Daniel P. Berrange)
- qemu: return balloon statistics when all domain statistics reported (Derbyshev Dmitry)
- qemu: split qemuDomainMemoryStats into internal and external functions (Derbyshev Dmitry)
- qemu: fix domain memory 'last-update' timestamp (Pavel Hrdina)
- qemu: fix domain memory 'usable' stat (Pavel Hrdina)
- virsh: Add balloon stats description to .pod (Derbyshev Dmitry)
- virt-admin.pod: Remove a statement about remote access to the daemon (Erik Skultety)
- qemu: command: Add support for multi-host gluster disks (Prasanna Kumar Kalever)
- qemu: command: Add infrastructure for object specified disk sources (Peter Krempa)
- util: qemu: Add support for numbered array members (Peter Krempa)
- storage: gluster: Support multiple hosts in backend functions (Peter Krempa)
- qemu: command: Refactor code extracted to qemuBuildDriveSourceStr (Peter Krempa)
- qemu: command: Extract drive source command line formatter (Peter Krempa)
- qemu: command: Split out network disk URI building (Peter Krempa)
- qemu: command: Rename qemuBuildNetworkDriveURI to qemuBuildNetworkDriveStr (Peter Krempa)
- util: storage: Add JSON backing volume parser for 'ssh' protocol (Peter Krempa)
- util: storage: Add 'ssh' network storage protocol (Peter Krempa)
- util: storage: Add JSON backing store parser for 'sheepdog' protocol (Peter Krempa)
- util: storage: Add JSON backing volume parser for 'nbd' protocol (Peter Krempa)
- util: storage: Add json pseudo protocol support for iSCSI volumes (Peter Krempa)
- util: storage: Add json pseudo protocol support for gluster volumes (Peter Krempa)
- util: storage: Add support for URI based backing volumes in qemu's JSON pseudo-protocol (Peter Krempa)
- util: storage: Add support for host device backing specified via JSON (Peter Krempa)
- util: storage: Add parser for qemu's json backing pseudo-protocol (Peter Krempa)
- util: json: Make first argument of virJSONValueCopy const (Peter Krempa)
- util: qemu: Allow for different approaches to format JSON arrays (Peter Krempa)
- util: qemu: Allow nested objects in JSON -> commandline generator (Peter Krempa)
- util: qemu: Add support for user-passed strings in JSON->commandline (Peter Krempa)
- util: qemu: Add wrapper for JSON -> commandline conversion (Peter Krempa)
- util: json: Make first argument of virJSONValueObjectForeachKeyValue const (Peter Krempa)
- tests: Add testing of backing store string parser (Peter Krempa)
- Remove unnecessary virDomainDefClearDeviceAliases (John Ferlan)
- conf: Remove CCW,PCI clear address helpers (John Ferlan)
- libxl: implement virDomainBlockStats (Joao Martins)
- qemu: rename QEMU_CAPS_MLOCK to QEMU_CAPS_REALTIME_MLOCK (Henning Schild)
- network: Added hook for network modification event (Anton Khramov)
- qemu: expand domain memory statistics with 'last-update' timestamp (Derbyshev Dmitry)
- qemu: expand domain memory statistics with 'usable' (Derbyshev Dmitry)
- qemu: remove ccwaddrs caching (Tomasz Flendrich)
- qemu_hotplug: generate ccw address list on demand (Tomasz Flendrich)
- Add qemuDomainCCWAddrSetCreateFromDomain (Tomasz Flendrich)
- qemu: remove vioserialaddrs caching (Tomasz Flendrich)
- qemu_hotplug: generate vioserial address list on demand (Tomasz Flendrich)
- add virDomainVirtioSerialAddrSetCreateFromDomain (Tomasz Flendrich)
- cgroup: drop INSERT_ELEMENT usage virCgroupPartitionEscape (Ján Tomko)
- util: systemd: Define MSG_NOSIGNAL if needed (Andrea Bolognani)
- qemu_monitor: search memballoon QOM device path using alias (Pavel Hrdina)
- qemu_monitor_json: add support to search QOM device path by device alias (Pavel Hrdina)
- Split qemuDomainDetachDeviceFlags in two (Tomasz Flendrich)
- Narrow down a parameter in qemuDomainDetachDeviceFlags (Tomasz Flendrich)
- Split qemuDomainAttachDeviceFlags in two (Tomasz Flendrich)
- qemu: Remove an unnecessary variables (Tomasz Flendrich)
- Change parameters to qemuDomainAttachDeviceLive (Tomasz Flendrich)
- qemuhotplugtest: Add tests for ccw devices (Tomasz Flendrich)
- virt-aa-helper: Make help output match option name (Guido Günther)
- qemu: hotplug: fix changeable media ejection (Bjoern Walk)
- lxc: make container's init process session leader (Katerina Koukiou)
- Auto-add one hub if there are too many USB devices (Ján Tomko)
- Assign addresses on USB device hotplug (Ján Tomko)
- Assign addresses to USB devices (Ján Tomko)
- Add tests for USB address assignment (Ján Tomko)
- Reserve existing USB addresses (Ján Tomko)
- Add functions for adding USB hubs to addrs (Ján Tomko)
- Add functions for adding USB controllers to addrs (Ján Tomko)
- Introduce virDomainUSBAddressSet (Ján Tomko)
- vz: make vz driver more responsive (Nikolay Shirokovskiy)
- vz: keep naming convention for domain objects (Nikolay Shirokovskiy)
- vz: remove redundant variable in prlsdkHandleVmAddedEvent (Nikolay Shirokovskiy)
- vz: use state variable sdkdom in prlsdkApplyConfig (Nikolay Shirokovskiy)
- storage: Add extra failure condition for luks volume creation (John Ferlan)
- qemu: Move setting of encobjAdded for qemuDomainAttachSCSIDisk (John Ferlan)
- qemu: Move setting of obj bools for qemuDomainAttachVirtioDiskDevice (John Ferlan)
- hvsupport: skip non-matching lines early (Ján Tomko)
- hvsupport: construct the group regex upfront (Ján Tomko)
- hvsupport: use a regex instead of XML::XPath (Ján Tomko)
- virt-aa-helper: better write denials handling (Cédric Bosdonnat)
- qemu: Add luks support for domain disk (John Ferlan)
- qemu: Alter the qemuDomainGetSecretAESAlias to add new arg (John Ferlan)
- qemu: Add secinfo for hotplug virtio disk (John Ferlan)
- storage: Add support to create a luks volume (John Ferlan)
- virt-admin: Output srv-threadpool-info data as unsigned int rather than signed (Erik Skultety)
- qemu: Move and rename qemuBufferEscapeComma (John Ferlan)
- qemu: Alter error path cleanup for qemuDomainAttachMemory (John Ferlan)
- qemu: Alter error path cleanup for qemuDomainAttachRNGDevice (John Ferlan)
- qemu: Alter error path cleanup for qemuDomainAttachChrDevice (John Ferlan)
- qemu: Alter error path cleanup for qemuDomainAttachSCSIDisk (John Ferlan)
- qemu: Alter error path cleanup for qemuDomainAttachVirtioDiskDevice (John Ferlan)
- qemu: Alter error path cleanup for qemuDomainAttachHostSCSIDevice (John Ferlan)
- vz: add tcp and udp serial device support (Nikolay Shirokovskiy)
- vz: add mode of unix socket serial device to xml dump (Nikolay Shirokovskiy)
- vz: use single variable for domain (Nikolay Shirokovskiy)
- vz: cleanup loading domain code (Nikolay Shirokovskiy)
- vz: use domain list infrastructure to deal with private domain (Nikolay Shirokovskiy)
- vz: make error handling idiomatic in prlsdkCreateVm (Nikolay Shirokovskiy)
- vz: fix leaks in prlsdkCreate* functions (Nikolay Shirokovskiy)
- vz: remove unnecessary labels in simple API calls (Nikolay Shirokovskiy)
- vz: support filesystem type volume (Olga Krishtal)
- vz: refactoring of prlsdkCreateCt (Olga Krishtal)
- devices: filesystems: added volume type (Olga Krishtal)
- filesystem: adds possibility to use storage pool as fs source (Olga Krishtal)
- test: Add scsi vport nodedev to test:///default (Cole Robinson)
- test: Have test:///default open use file parsing helpers (Cole Robinson)
- test: Move testOpenDefault definition later (Cole Robinson)
- test: Introduce testOpenParse (Cole Robinson)
- util: conf: Rename VIR_CONF_{U,}LONG -> VIR_CONF_{U,}LLONG (Andrea Bolognani)
- util: conf: Clarify choice between VIR_CONF_LONG and VIR_CONF_ULONG (Andrea Bolognani)
- util: conf: Fix parameters alignment (Andrea Bolognani)
- util: conf: Fix comment for virConfGetValueULLong() (Andrea Bolognani)
- util: conf: Claim the proper range for signed numbers (Andrea Bolognani)
- util: conf: Add integer casts (Andrea Bolognani)
- util: conf: Improve virConfGet*() logic (Andrea Bolognani)
- util: conf: Use long long when parsing (Andrea Bolognani)
- hvsupport: Introduce parseSymsFile (Ján Tomko)
- Store USB port path as an array of integers (Ján Tomko)
- Allow omitting USB port (Ján Tomko)
- virconf: skip some range checks if SSIZE_MAX >= LLONG_MAX (Daniel P. Berrange)
- virconf: clarify type range checks for integers (Daniel P. Berrange)
- conf: Revert changes to add new secret type "passphrase" (John Ferlan)
- tests: Adjust LUKS tests to use 'volume' secret type (John Ferlan)
- spec: Fix indentation (Andrea Bolognani)
- qemu: command: Fix awkward formatting (Andrea Bolognani)
- dnsmasq: disable IPv6 default gateway in RA for isolated networks (Maxim Perevedentsev)
- Fix message about dnsmasq BINDTODEVICE capability. (Maxim Perevedentsev)
- esx: Fetch snapshot info directly for filtering (Tomáš Golembiovský)
- qemu: format intel-iommu on the command line (Ján Tomko)
- Add QEMU_CAPS_DEVICE_INTEL_IOMMU (Ján Tomko)
- Introduce <iommu> device (Ján Tomko)
- test-wrap-argv: set cutoff at 78 characters (Ján Tomko)
- test-wrap-argv: print diff instead of the incorrectly wrapped file (Ján Tomko)
- testutils: only rewrap args files (Ján Tomko)
- testutils: find perl early (Ján Tomko)
- qemuxml2argvtest: drop empty pseries-vio-address-clash.args (Ján Tomko)
- tests: add missing directories in EXTRA_DIST (Luyao Huang)
- remote: convert to typesafe virConf accessors (Daniel P. Berrange)
- sanlock: convert to typesafe virConf accessors (Daniel P. Berrange)
- lockd: convert to typesafe virConf accessors (Daniel P. Berrange)
- selinux: convert to typesafe virConf accessors (Daniel P. Berrange)
- virt-login-shell: convert to typesafe virConf accessors (Daniel P. Berrange)
- uri: convert to typesafe virConf accessors (Daniel P. Berrange)
- libxl: convert to typesafe virConf accessors (Daniel P. Berrange)
- lxc: convert to typesafe virConf accessors (Daniel P. Berrange)
- virtlogd: convert to typedef virConf accessors (Daniel P. Berrange)
- virtlockd: convert to typesafe virConf accessors (Daniel P. Berrange)
- libvirt: convert to typesafe virConf accessors (Daniel P. Berrange)
- qemu: convert to typesafe virConf accessors (Daniel P. Berrange)
- libvirtd: convert to typesafe virConf accessors (Daniel P. Berrange)
- virconf: add typed value accessor methods (Daniel P. Berrange)
- tests: remove pointless virconftest.sh wrapper (Daniel P. Berrange)
- qemuhotplugtest: Move domain and device XMLs to different directories (Tomasz Flendrich)
- qemuhotplugtest: Move all XMLs to one directory (Tomasz Flendrich)
- virsh: allow both --uuid and --name at same time (Chen Hanxiao)
- qemu: Use qemuProcessSetupPid() in qemuProcessSetupVcpu() (Martin Kletzander)
- qemu: Use qemuProcessSetupPid() in qemuProcessSetupEmulator() (Martin Kletzander)
- qemu: Add qemuProcessSetupPid() and use it in qemuProcessSetupIOThread() (Martin Kletzander)
- qemu: capabilities: Make virHostCPUGetKVMMaxVCPUs() errors fatal (Andrea Bolognani)
- util: hostcpu: Drop obsolete compatibility code (Andrea Bolognani)
- util: hostcpu: Add virHostCPUGetKVMMaxVCPUs() stub (Andrea Bolognani)
- qemu: Store vCPU thread ids in vcpu private data objects (Peter Krempa)
- qemu: Add cpu ID to the vCPU pid list in the status XML (Peter Krempa)
- qemu: domain: Extract formating and parsing of vCPU thread ids (Peter Krempa)
- qemu: domain: Add vcpu private data structure (Peter Krempa)
- conf: Add private data for virDomainVcpuDef (Peter Krempa)
- conf: convert def->vcpus to a array of pointers (Peter Krempa)
- tests: qemuxml2xml: Format status XML header dynamically (Peter Krempa)
- conf: Don't report errors from virDomainDefGetVcpu (Peter Krempa)
- conf: Rename virDomainVcpuInfoPtr to virDomainVcpuDefPtr (Peter Krempa)
- conf: Extract code formatting vCPU info (Peter Krempa)
- conf: Annotate that private data for objects are not copied (Peter Krempa)
- virsh: Introduce vshReadlineParse for improved auto-completion (Nishith Shah)
- virsh: Add option to suppress error in various functions (Nishith Shah)
- virsh: Fix variable types in readline generators (Nishith Shah)
- virsh: Break vshCmddefOptParse into helper functions (Nishith Shah)
- bhyve: implement virConnectGetDomainCapabilities (Fabian Freyer)
- bhyve: fix bhyveargv2xml custom loader test (Roman Bogorodskiy)
- bhyve: add tests for bhyveParseCommandLineString (Fabian Freyer)
- bhyve: implement argument parser for loader (Fabian Freyer)
- bhyve: implement bhyve argument parser (Fabian Freyer)
- bhyve: implement virConnectDomainXMLFromNative (Fabian Freyer)
- gnulib: add getopt module (Fabian Freyer)
- tests: Add test cases for the empty bitmap (Marc Hartmayer)
- util: bitmap: Mention the size == 0 handling (Marc Hartmayer)
- util: bitmap: clarify virBitmapLastSetBit() behavior for empty bitmaps (Marc Hartmayer)
- tests: env perl shebang for test-wrap-argv.pl (Fabian Freyer)
- qemu: Drop useless SPICE migration code (Jiri Denemark)
- virtlogd: increase max file size to 2 MB (Daniel P. Berrange)
- virtlogd: make max file size & number of backups configurable (Daniel P. Berrange)
- qemu: caps: Always assume QEMU_CAPS_SMP_TOPOLOGY (Peter Krempa)
- qemu: generate -display none (Paolo Bonzini)
- qemu: detect -display (Paolo Bonzini)
- conf: Isolate virDomainLiveConfigHelperMethod to libxl only (Peter Krempa)
- conf: Don't use virDomainLiveConfigHelperMethod in virDomainObjGetMetadata (Peter Krempa)
- conf: Don't use virDomainLiveConfigHelperMethod in virDomainObjSetMetadata (Peter Krempa)
- openvz: Remove use of virDomainLiveConfigHelperMethod (Peter Krempa)
- lxc: Synchronize implementation of qemuDomainSetMemoryParameters (Peter Krempa)
- qemu: driver: Make name of QEMU_SET_MEM_PARAMETER more universal (Peter Krempa)
- spec: Move virt-admin into its own package (Michal Privoznik)
- spec: Split libvirt-client (Michal Privoznik)
- virlog: Introduce virLogFilterListFree (Erik Skultety)
- virlog: Introduce virLogFilterFree (Erik Skultety)
- virlog: Introduce virLogOutputListFree (Erik Skultety)
- virlog: Introduce virLogOutputFree (Erik Skultety)
- virlog: Convert virLogFilters to a list of pointers to filters (Erik Skultety)
- virlog: Convert virLogOutputs to a list of pointers to outputs (Erik Skultety)
- virlog: Return void instead of int in virLogReset<Foo> methods (Erik Skultety)
- qemu: Memory locking is only required for KVM guests on ppc64 (Andrea Bolognani)
- qemu: support setting host-side IP addresses/routes (Laine Stump)
- lxc: support setting host-side IP addresses/routes (Laine Stump)
- util: support setting peer for virNetDevIPInfo addresses (Laine Stump)
- conf: support host-side IP/route information in <interface> (Laine Stump)
- conf: allow setting peer address in <ip> element of <interface> (Vasiliy Tolstov)
- util: new function virNetDevIPInfoAddToDev (Laine Stump)
- qemu: Introduce helper qemuDomainSecretDiskCapable (John Ferlan)
- encryption: Add <cipher> and <ivgen> to encryption (John Ferlan)
- encryption: Add luks parsing for storageencryption (John Ferlan)
- util: Add 'usage' for encryption (John Ferlan)
- conf: Add new secret type "passphrase" (John Ferlan)
- conf: No need to check for usage fields during Format (John Ferlan)
- Allow custom metadata in network configuration XML (Brandon Bennett)
- util: new function virXMLNodeSanitizeNamespaces() (Laine Stump)
- util: hostcpu: Only define /dev/kvm path once (Andrea Bolognani)
- examples: check asprintf return value in client_info.c (Ján Tomko)
- events: Rename argument uuid->key (Cole Robinson)
- events: Add explicit lookup 'key' value (Cole Robinson)
- events: Pass in UUID as a string (Cole Robinson)
- events: Cleanup callback variable name (Cole Robinson)
- events: Add virObjectEventCallbackFree (Cole Robinson)
- events: Privatize virObjectEventCallback (Cole Robinson)
- Introduce virDomainUSBDeviceDefForeach (Ján Tomko)
- Add USB addresses to qemuhotplug test cases (Ján Tomko)
- qemu: Avoid needless copies of static strings (Jiri Denemark)
- qemu: Drop emitBootindex parameter (Jiri Denemark)
- qemu: Use bootindex whenever possible (Jiri Denemark)
- qemu: Remove redundant parameter in virQEMUCapsFillDomainCaps (Jiri Denemark)
- domaincapstest: Don't read data from host (Jiri Denemark)
- cpu: Drop NR_DRIVERS macro (Jiri Denemark)
- cpu: Drop generic driver (Jiri Denemark)
- Post-release version bump to 2.1.0 (Jiri Denemark)

  Thanks everybody who contributed to this release, with code, ideas, reviews,
docs, and not forgetting the translator as this release got a major update from
zanata !

    Enjoy !

Daniel

-- 
Daniel Veillard      | Open Source and Standards, Red Hat
veillard at redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list