[libvirt] Release of libvirt-1.3.4

Daniel Veillard veillard at redhat.com
Sun May 1 02:17:53 UTC 2016


  As planned, it's out ! I tagged the release in git and pushed the
signed tarball and rpms to the usual place:

    ftp://libvirt.org/libvirt/

I also pushed the corresponding libvirt-python release to

    ftp://libvirt.org/libvirt/python/

  This is a rather large release especially considering that it's only
a bit over 3 weeks since 1.3.3 went out. The amount of changes related
to documentation and portability (especially FreeBSD and old Linuxes/gcc)
is larger than usual :-) . And as usual quite a lot of incremental
improvements, internal refactoring of code and bug fixes !


Features:
- Lot of work on documentation (Andrea Bolognani, Cole Robinson)
- Add support for migration data compression (ShaoHe Feng, Nikolay Shirokovskiy, Eli Qiao)

Documentation:
- Fix minor typos in messages (Yuri Chornoivan)
- docs: Pass relative paths to apibuild.py (Andrea Bolognani)
- man: Fix links (Andrea Bolognani)
- man: Fix SYNOPSIS section (Andrea Bolognani)
- man: Fix NAME section (Andrea Bolognani)
- build: Standardize on .pod -> .x.in -> .x (Andrea Bolognani)
- build: Perform post-processing on all man pages (Andrea Bolognani)
- build: Build man pages in $(builddir) (Andrea Bolognani)
- build: Extract pod from source files (Andrea Bolognani)
- build: Ship virt-admin.pod (Andrea Bolognani)
- docs: Fix some formatting oddities (Andrea Bolognani)
- syntax-check: Enforce <code> inside <dt> elements (Andrea Bolognani)
- docs: remove *other* reference to igmp for IPv6 (Laine Stump)
- docs: Add bold style for <dt><code> elements (John Ferlan)
- docs: Use <code> inside <dt> for symbols (Andrea Bolognani)
- docs: apibuild: Fix for python 2.6 (Peter Krempa)
- docs: remove reference to non-existent "igmp-ipv6" protocol (Laine Stump)
- docs: domain: Document network <filterref> (Cole Robinson)
- docs: Don't leave any documentation behind (Michal Privoznik)
- docs: Uninstall libvirt logo too (Michal Privoznik)
- man: Clarify virsh vol-clone works within a single pool (Cole Robinson)
- docs: Document the new XML elements (Andrea Bolognani)
- virDomain{Get,Set}PerfEvents: Tweak documentation (Michal Privoznik)
- spec: Only pull in API docs with -devel package (Cole Robinson)
- man: virsh: Document lxc-enter-namespace --noseclabel (Cole Robinson)
- docs: formatdomain: document versions for video acceleration (Cole Robinson)
- docs: domain: document blkiotune {read, write}_{bytes, iops}_sec (Cole Robinson)
- docs: rewrite graphics XML documentation (Pavel Hrdina)
- docs: Remove unused div.body CSS rule (Andrea Bolognani)

Portability:
- wireshark: Fix distcheck (Michal Privoznik)
- tools: Introduce install-nss targets (Michal Privoznik)
- docs: apibuild: Fix VPATH build (Peter Krempa)
- build: Fix default network generation on FreeBSD (Andrea Bolognani)
- dist: ln(1) is not guaranteed to have a '-f' option (Andrea Bolognani)
- build: Use $(LN_S) safely (Andrea Bolognani)
- Include sysmacros.h where needed (Martin Kletzander)
- ploop: Fix build with gluster (Jiri Denemark)
- Fix various shadowed declarations (Martin Kletzander)
- build: fix build on RHEL-6 (Pavel Hrdina)
- build: add GCC 6.0 -Wlogical-op workaround (Pavel Hrdina)
- build: cleanup GCC < 4.6 -Wlogical-op workaround (Pavel Hrdina)
- configure: Fix check for --with-login-shell on Windows (Andrea Bolognani)
- qemu: fix build without gnutls installed (Roman Bogorodskiy)
- nss: properly include syms files to dist (Roman Bogorodskiy)
- netdev: Use the correct pointer type for virSocketAddrFormat() (Andrea Bolognani)
- configure: Move check for <gnutls/crypto.h> (Andrea Bolognani)
- util: move ENODATA redefine to internal.h (Roman Bogorodskiy)
- qemu: Explicitly check for gnutls_rnd() (Andrea Bolognani)

Bug Fixes:
- rpc: Don't leak fd via CreateXMLWithFiles (Ben Gray)
- vz: fix disk enumeration (Mikhail Feoktistov)
- virsh: Fix support for 64 migration options (Nikolay Shirokovskiy)
- qemu: Regenerate VNC socket paths (Martin Kletzander)
- qemu: Error out if setting vcpu count would lead to invalid config (Peter Krempa)
- qemu: conf: Set default logging approach in virQEMUDriverConfigNew (Peter Krempa)
- Shorten domain name for automatic coredump (Martin Kletzander)
- qemu: Unref cfg in qemuDomainDefPostParse (Martin Kletzander)
- conf: Drop restrictions on rng backend path (Cole Robinson)
- remote: Don't reject remote polkit if client lacks support (Cole Robinson)
- spec: If installing default network, restart libvirtd (Cole Robinson)
- schema: Allow space character in disk vendor/product (Cole Robinson)
- qemu: fix error log in qemuAssignPCIAddresses() (Laine Stump)
- virsh: host: Use bitmap size in bytes rather than bit count (Peter Krempa)
- qemu: Fix off-by-one error in block I/O throttle messages (Martin Kletzander)
- qemu: Limit maximum block device I/O tune values (Martin Kletzander)
- virconf: Handle conf file without ending newline (Cole Robinson)
- network: fix DHCPv6 on networks with prefix != 64 (Laine Stump)
- virsh: Don't clear old connection if 'connect $uri' fails (Cole Robinson)
- libvirt: Fix crash on URI without scheme (Cole Robinson)
- virsh: perf: Don't leak domain (Peter Krempa)
- virsh: don't override connection URI from argv (Roman Bogorodskiy)
- vz: fix config input device check (Nikolay Shirokovskiy)
- virt-aa-helper: disallow VNC socket read permissions (Simon Arlott)
- Revert "daemon: use socket activation with systemd" (Cole Robinson)
- tests: Fix enumeration value (Andrea Bolognani)
- vz: fix boot check to use new disk id (Nikolay Shirokovskiy)
- vz: fix detach disk to use new disk id (Nikolay Shirokovskiy)
- network: prevent duplicate entries in network device pools (Laine Stump)
- lxc: explicitly error on interface type=ethernet (Cole Robinson)
- tests: Fix syntax in iSCSI auth/secret tests (John Ferlan)
- Libvirt: virTypedParamsValidate: Fix detection of multiple parameters (Jason J. Herne)
- Resolve a couple of memory leaks (John Ferlan)
- tools: Fix memory leak (John Ferlan)
- qemu: Fix qemuBuildCommandLine prototype (John Ferlan)
- qemu: hotplug: Properly recalculate/reload balloon size after hot(un)plug (Peter Krempa)
- storage: mpath: Don't error on target_type=NULL (Cole Robinson)
- qemu: command: don't overwrite watchdog dump action (Cole Robinson)
- fix build by correcting functions order and src/Makefile.am (Maxim Nestratov)
- rpc: daemon: Fix virtlog/virtlock daemon reload (Cole Robinson)
- qemuxml2argvtest: do not mock virCommand (Ján Tomko)
- vz: fix memory leak (Nikolay Shirokovskiy)
- conf: also mark the implicit video as primary (Ján Tomko)
- virtlogd: Fix a couple minor memory leaks (Cole Robinson)
- qemu: Free priv->machineName (Martin Kletzander)
- qemu: agent: Fix incorrect and weird debug/warning log entries (Peter Krempa)
- util: netdev: Don't crash in virNetDevSetIPAddress if @peer is NULL (Peter Krempa)
- libxl: libxl_domain_create_restore has an extra argument (Wei Liu)
- qemu: perf: Fix crash/memory corruption on failed VM start (Peter Krempa)
- qemu: alias: Fix calculation of memory device aliases (Peter Krempa)
- qemu: alias: Fix calculation of RNG device aliases (Peter Krempa)
- Link libvirt_xenconfig instead of libvirt against libxl (Guido Günther)
- libvirt-admin: do not crash on URI without a scheme (Ján Tomko)

Improvements:
- Unify domain name shortening (Martin Kletzander)
- spec: Use proper indentation (Andrea Bolognani)
- maint: Ignore all intermediate and generated man pages (Andrea Bolognani)
- apibuild: Fix method call (Andrea Bolognani)
- apibuild: Introduce app class (Andrea Bolognani)
- apibuild: Add index.warning() method (Andrea Bolognani)
- secret: Change virSecretDef variable names (John Ferlan)
- secret: Introduce virSecretObjGetValue and virSecretObjGetValueSize (John Ferlan)
- secret: Introduce virSecretObj{Get|Set}Def (John Ferlan)
- secret: Introduce virSecretObjSave{Config|Data} (John Ferlan)
- secret: Introduce virSecretObjDelete{Config|Data} (John Ferlan)
- secret: Move and rename secretLoadAllConfigs (John Ferlan)
- secret: Use the hashed virSecretObjList (John Ferlan)
- secret: Introduce virSecretObjListGetUUIDs (John Ferlan)
- secret: Introduce virSecretObjListExport (John Ferlan)
- secret: Introduce virSecretObjListNumOfSecrets (John Ferlan)
- secret: Introduce virSecretObjListAdd* and virSecretObjListRemove (John Ferlan)
- secret: Introduce virSecretUsageIDForDef (John Ferlan)
- secret: Introduce virSecretObjListFindBy{UUID|Usage} support (John Ferlan)
- secret: Create virsecretobj.c and virsecretconf.h (John Ferlan)
- Makefile: Enable distuninstallcheck again (Michal Privoznik)
- qemuProcessCreatePretendCmd: Rework FIPS handling (Michal Privoznik)
- build: Always ship virt-login-shell.conf (Andrea Bolognani)
- build: Replace variables in man pages (Andrea Bolognani)
- build: Ensure intermediate files are cleaned up properly (Andrea Bolognani)
- build: Group files (Andrea Bolognani)
- build: Never ship man pages (Andrea Bolognani)
- tests: consistently source test-lib.sh in scripts (Cole Robinson)
- vbox: VIR_WARN if we don't support the API version (Cole Robinson)
- tests: remove 'reconnect' and 'statstest' (Cole Robinson)
- tests: rename test_conf -> virconftest (Cole Robinson)
- tests: consistently name virsh tests with 'virsh-' prefix (Cole Robinson)
- tests: build: Remove duplicate libvirtd test list (Cole Robinson)
- conf: disk: extract validation of startup policy (Peter Krempa)
- conf: disk: Extract checking of removable status (Peter Krempa)
- conf: disk: Move validation of disk bus vs disk type (Peter Krempa)
- conf: disk: extract sgio/rawio validation (Peter Krempa)
- conf: disk: Don't bother setting removable state to 0 by default (Peter Krempa)
- conf: disk: Initialize closed device tray state to 0 (Peter Krempa)
- conf: disk: Extract disk type and device right away (Peter Krempa)
- conf: disk: Remove custom single-use temporary variables (Peter Krempa)
- conf: disk: Mark VIR_DOMAIN_DISK_IO_DEFAULT as 0 and simplify parsing (Peter Krempa)
- conf: disk: Sanitize parsing of disk format (Peter Krempa)
- conf: disk: Avoid temporary variable when parsing driver name (Peter Krempa)
- conf: disk: Split out parsing of disk <driver> element (Peter Krempa)
- conf: disk: Extract verification of disk config (Peter Krempa)
- daemonStreamHandleRead: Rework to follow our coding pattern (Michal Privoznik)
- virNet{Client,Server}*Stream: Update comment (Michal Privoznik)
- daemon stream: Remove useless empty lines from header file (Michal Privoznik)
- daemon stream: Convert @tx in daemonClientStream to bool (Michal Privoznik)
- daemon stream: Prefer bool over unsigned int var:1 (Michal Privoznik)
- daemonClientStream: Use unsigned int to store stream @serial (Michal Privoznik)
- include: common: Fix function formatting (Peter Krempa)
- api: Generate docs for libvirt-common.h (Peter Krempa)
- apibuild: Allow completely skipping certain macros (Peter Krempa)
- include: common: Fix file header for apibuild.py (Peter Krempa)
- qemu: process: split out startup XML validation (Cole Robinson)
- qemu: process: split out shmem startup warning (Cole Robinson)
- tests: virnetdaemontest: Enable testing for no-keepalive-required (Erik Skultety)
- tests: virnetdaemon: Replace tabs with spaces (Erik Skultety)
- tests: remove virnetservertest data leftovers (Erik Skultety)
- virsh: re-fix help printing without connection (Roman Bogorodskiy)
- build: Overwrite existing symbolic links (Andrea Bolognani)
- build: Add AC_PROG_LN_S to configure (Andrea Bolognani)
- build: Always use $(LN_S) and $(MKDIR_P) (Andrea Bolognani)
- virsh: perf: Remove unnecessary 'error' label (Peter Krempa)
- examples: Try harder to uninstall nwfilter (Michal Privoznik)
- nss: Try harder to uninstall (Michal Privoznik)
- vz: add default input devices on post parse (Nikolay Shirokovskiy)
- storage: drop the plumbing needed for kvm-img/qcow-create (Cole Robinson)
- storage: remove support for /usr/bin/kvm-img (Cole Robinson)
- storage: remove support for /usr/bin/qcow-create (Cole Robinson)
- network: Don't use ERR_NO_SUPPORT for invalid net-update requests (Cole Robinson)
- libvirt: Use conventional function names (Cole Robinson)
- qemu: Cache GIC capabilities (Andrea Bolognani)
- qemu: Fill in GIC capabilities (Andrea Bolognani)
- conf: Expose GIC capabilities (Andrea Bolognani)
- schema: Validate GIC capabilities (Andrea Bolognani)
- qemu: Probe GIC capabilities (Andrea Bolognani)
- conf: Get rid of virDomainCapsDevice (Andrea Bolognani)
- Explicitly error on uri=qemu://system (Cole Robinson)
- vz: handle sourceless cdroms (Mikhail Feoktistov)
- vz: cleanup: remove trivial function (Nikolay Shirokovskiy)
- vz: introduce vzsdk disk id function (Nikolay Shirokovskiy)
- test: enable testing for expected parse errors in network XML (Laine Stump)
- qemu: command: drop redundant min_guarantee check (Cole Robinson)
- qemu: Remove redundant DomainObjIsActive calls (Cole Robinson)
- security: Rename DomainSetDirLabel to DomainSetPathLabel (Martin Kletzander)
- virt-admin: Introduce srv-threadpool-info and srv-threadpool-set commands (Erik Skultety)
- admin: Introduce virAdmServerSetThreadPoolParameters (Erik Skultety)
- admin: Introduce virAdmServerGethreadPoolParameters (Erik Skultety)
- admin: Prepare admin protocol for future worker related procedures (Erik Skultety)
- util: Add more getters to threadpool parameters (Erik Skultety)
- util: Use a mutex when retrieving threadpool data (Erik Skultety)
- util: Report system error when virThreadCreateFull fails (Erik Skultety)
- util: Refactor thread creation by introducing virThreadPoolExpand (Erik Skultety)
- admin: Enable usage of typed parameters (Erik Skultety)
- libvirt-host: Move virTypedParam* to libvirt-common (Erik Skultety)
- event-test: Enforce domain event sync (Peter Krempa)
- event-test: Add VIR_DOMAIN_EVENT_ID_IO_ERROR_REASON (Peter Krempa)
- event-test: Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED (Peter Krempa)
- event-test: Add VIR_DOMAIN_EVENT_ID_JOB_COMPLETED (Peter Krempa)
- event-test: Add VIR_DOMAIN_EVENT_ID_MIGRATION_ITERATION callback (Peter Krempa)
- event-test: Add VIR_DOMAIN_EVENT_ID_BLOCK_JOB and VIR_DOMAIN_EVENT_ID_BLOCK_JOB_2 (Peter Krempa)
- event-test: make domain event registration declarative (Peter Krempa)
- event-test: warn on unhandled enum values (Peter Krempa)
- event-test: make few switch statements future proof (Peter Krempa)
- event-test: Use switch instead of if/else if chains for lifecycle event translation (Peter Krempa)
- event-test: Use typecasted enum to convert graphics event phase (Peter Krempa)
- event-test: Force compiler check in switch for connectClose callback (Peter Krempa)
- lib: document fields virConnectDomainEventDiskChangeReason (Peter Krempa)
- event-test: Use functions with typecasted switch to convert enums (Peter Krempa)
- event-test: touch up coding style (Peter Krempa)
- event-test: Remove unnecessary 'usage' function (Peter Krempa)
- event-test: Get rid of useless and ambiguous VIR_DEBUG macro (Peter Krempa)
- event-test: Remove forward declarations (Peter Krempa)
- qemu: migration: new migration param for persistent destination XML (Dmitry Andreev)
- qemuMigrationCookieAddPersistent: move it out and change argument type (Dmitry Andreev)
- ZFS: Support sparse volumes (Richard Laager)
- libxl: use LIBXL_API_VERSION 0x040200 (Jim Fehlig)
- qemu: Label master key file (Martin Kletzander)
- Add functions for handling exponential backoff loops. (Richard W.M. Jones)
- storage: dir: adapt .uploadVol .dowloadVol for ploop volume (Olga Krishtal)
- storage: dir: adapt .refreshVol and .refreshPool for ploop volumes (Olga Krishtal)
- storage: dir: .wipeVol is left unsupported for ploop volume (Olga Krishtal)
- storage: dir: .resizeVol callback for ploop volume (Olga Krishtal)
- storage: dir: .deleteVol callback for ploop volume (Olga Krishtal)
- storage: dir: .buildVol and .buildVolFrom callbacks for ploop (Olga Krishtal)
- storage: add ploop volume type (Olga Krishtal)
- cfg.mk: Get rid of quotation tricks (Andrea Bolognani)
- Return error when --start <number> in cpu-stats is invalid. (Nitesh Konkar)
- qemu: process: Simplify condition in qemuProcessRefreshBalloonState (Peter Krempa)
- qemu: driver: Reuse qemuDomainGetMonitor in qemuDomainMemoryStats (Peter Krempa)
- domain: Add helper to determine presence of memory baloon (Peter Krempa)
- qemu: command: Refactor memballoon command line formatting (Peter Krempa)
- qemu: command: Drop obsolete comment (Peter Krempa)
- qemu: caps: Deprecate QEMU_CAPS_BALLOON (Peter Krempa)
- qemu: command: Assume QEMU_CAPS_DEVICE when building memballoon args (Peter Krempa)
- qemu: migration: Drop dead VNC cookie handling (Cole Robinson)
- makefile: Move include/Makefile.am to include/libvirt/Makefile.am (Erik Skultety)
- vz: make it possible to use shared drivers API with vz driver connection (Maxim Nestratov)
- qemu: support new pci controller model "pcie-expander-bus" (Laine Stump)
- conf: new pci controller model pcie-expander-bus (Laine Stump)
- qemu: add capabilities bit for device "pxb-pcie" (Laine Stump)
- qemu: support new pci controller model "pci-expander-bus" (Laine Stump)
- conf: new pci controller model pci-expander-bus (Laine Stump)
- qemu: add capabilities bit for device "pxb" (Laine Stump)
- qemu: set PCI controller default modelName in a separate function (Laine Stump)
- conf: utility function to convert PCI controller model into connect type (Laine Stump)
- conf/qemu: change the way VIR_PCI_CONNECT_TYPE_* flags work (Laine Stump)
- conf: allow use of slot 0 in a dmi-to-pci-bridge (Laine Stump)
- conf: use #define instead of literal for highest slot in upstream port (Laine Stump)
- schema: allow pci address attributes to be in decimal (Laine Stump)
- schema: new basic type - uint16 (Laine Stump)
- schema: rename uint8range/uint24range to uint8/uint24 (Laine Stump)
- schema: make pci slot and function optional (Laine Stump)
- util: Add virGettextInitialize, convert the code (Cole Robinson)
- test: genericxml2xml: test graphics listen= compat (Cole Robinson)
- tests: Enable failure testing with CompareDomXML2XML (Cole Robinson)
- tests: do not overwrite return value when filling qemuCapsCache (Ján Tomko)
- virsh: add compression options for migration (ShaoHe Feng)
- qemu: migration: support setting compession parameters (Nikolay Shirokovskiy)
- qemumonitorjsontest: add test for getting multithread compress params (Eli Qiao)
- qemu: monitor: add migration parameters accessors (ShaoHe Feng)
- migration: qemu: add option to select compression methods (Nikolay Shirokovskiy)
- virsh: support up to 64 migration options for command (Nikolay Shirokovskiy)
- libxl: support creating domain with VF assignment from a pool (Chunyan Liu)
- vz: simplify getting strings from vzsdk (Nikolay Shirokovskiy)
- vz: minor cleanup (Maxim Nestratov)
- vz: remove vzDriverLock/Unlock function (Maxim Nestratov)
- vz: implement connectGetSysinfo hypervisor callback (Maxim Nestratov)
- vz: fix possible vzDomainDefineXMLFlags and prlsdkNewDomainByHandle race (Maxim Nestratov)
- vz: introduce new vzDriver lockable structure and use it (Maxim Nestratov)
- vz: build driver as module and don't register it on client's side (Maxim Nestratov)
- vz: correct iomode check (Mikhail Feoktistov)
- qemuExecuteEthernetScript: move to util (Ján Tomko)
- qemu: process: Wire up ACPI OST events to notify users of failed memory unplug (Peter Krempa)
- qemu: monitor: Add support for ACPI_DEVICE_OST event handling (Peter Krempa)
- Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED event (Peter Krempa)
- qemu: hotplug: Add support for signalling device unplug failure (Peter Krempa)
- qemu: Use domain condition for device removal signaling (Peter Krempa)
- qemu: hotplug: Refactor semantics of qemuDomainWaitForDeviceRemoval (Peter Krempa)
- qemu: hotplug: Properly handle errors in qemuDomainWaitForDeviceRemoval (Peter Krempa)
- qemu: assign addresses before aliases (Ján Tomko)
- qemuxml2argvtest: drop FLAG_EXPECT_ERROR (Ján Tomko)
- tests: clean up includes (Ján Tomko)
- drop qemuBuildCommandLineCallbacks (Ján Tomko)
- domain_conf: call ...ListensParseXML only for appropriate graphics (Pavel Hrdina)
- domain_conf: remove unused virDomainGraphicsListenGet* (Pavel Hrdina)
- use virDomainGraphicsGetListen instead of the other getters (Pavel Hrdina)
- domain_conf: cleanup virDomainGraphicsGetListen (Pavel Hrdina)
- domain_conf: remove unused virDomainGraphicsListenSetType (Pavel Hrdina)
- domain_conf: remove virDomainGraphicsListenSetNetwork (Pavel Hrdina)
- domain_conf: introduce virDomainGraphicsListenAppendAddress (Pavel Hrdina)
- configure: Make virt-host-validate optional (Andrea Bolognani)
- tools: Reorganize conditional bits (Andrea Bolognani)
- conf: extract disk geometry parsing code (Peter Krempa)
- conf: Refactor virDomainDiskDefMirrorParse (Peter Krempa)
- conf: disk: Split out parsing of disk mirror data (Peter Krempa)
- conf: virDomainDiskDefIotuneParse: Report malformed number errors (Peter Krempa)
- conf: virDomainDiskDefIotuneParse: simplify parsing (Peter Krempa)
- conf: disk: Remove error label from virDomainDiskDefIotuneParse (Peter Krempa)
- conf: disk: Extract iotune parsing into a separate func (Peter Krempa)
- conf: disk: Remove one unnecessary level of indentation (Peter Krempa)
- conf: disk: Don't initialize fields allocated by calloc (Peter Krempa)
- util: Rename and move virStrIsPrint to virStringIsPrintable (Peter Krempa)
- vz: add Hypervisor prefix to vz and parallels Driver structures (Maxim Nestratov)
- vz: remove drivername field from vzConn structure (Maxim Nestratov)
- vz: change the order of capabilities reported (Maxim Nestratov)
- virsh: report when vz driver is compiled (Maxim Nestratov)
- tests: fix xen-related tests (Ján Tomko)
- conf: use VIR_APPEND_ELEMENT in virDomainDefAddImplicitVideo (Ján Tomko)
- conf: reduce indentation in virDomainDefAddImplicitVideo (Ján Tomko)
- conf: delete useless primaryVideo variable (Ján Tomko)
- conf: use insertAt instead of j (Ján Tomko)
- conf: use the iterator directly when parsing video devices (Ján Tomko)
- conf: move default video addition after XML parsing (Ján Tomko)
- cfg.mk: Use single quotes wherever possible (Andrea Bolognani)
- cfg.mk: Remove spurious whitespace (Andrea Bolognani)
- util: Fix 'exempt from syntax-check' comment (Andrea Bolognani)
- vz: implement memory setting functions (Nikolay Shirokovskiy)
- vz: factor out config update flags checks (Nikolay Shirokovskiy)
- domain_conf: fix graphics parsing (Pavel Hrdina)
- host-validate: Be more careful when checking for cgroup support (Andrea Bolognani)
- po: Really fix po/POTFILES.in ordering (Erik Skultety)
- po: fix POTFILES.in file ordering (Erik Skultety)
- nss: fix typo in configure help string (Roman Bogorodskiy)
- domain_conf: cleanup error paths for graphics parser (Pavel Hrdina)
- domain_conf: split graphics xml parser into multiple functions (Pavel Hrdina)
- domain_conf: cleanup virDomainGraphicsListensParseXML (Pavel Hrdina)
- domain_conf: introduce virDomainGraphicsListensParseXML (Pavel Hrdina)
- tests: remove unwanted VIR_FREE of spice and vnc default listen (Pavel Hrdina)
- qemu: support virt-2.6 machine type on arm (Ján Tomko)
- host-validate: Be more careful when checking for cgroup mounts (Andrea Bolognani)
- qemu domain allow to set ip address, peer address and route (Vasiliy Tolstov)
- lxc domain allow to set peer address (Vasiliy Tolstov)
- libvirt domain xml allow to set peer address (Vasiliy Tolstov)
- virnetdev allow to set peer address (Vasiliy Tolstov)
- configure: Always use old_CFLAGS and old_LIBS (Andrea Bolognani)
- configure: Restore CFLAGS properly after GnuTLS checks (Andrea Bolognani)
- host-validate: Improve CPU flags processing (Andrea Bolognani)
- vz: support boot order in domain xml dump (Nikolay Shirokovskiy)
- vz: fix disk order on load domain (Nikolay Shirokovskiy)
- vz: support boot order specification on define domain (Nikolay Shirokovskiy)
- secret: Introduce virSecretGetSecretString (John Ferlan)
- qemu: Introduce qemuBuildMasterKeyCommandLine (John Ferlan)
- qemu: Create domain master key (John Ferlan)
- util: Introduce virRandomBytes (John Ferlan)
- qemu: Add capability bit for qemu secret object (John Ferlan)
- qemu: Tear down the cgroup before reattach device to host (John Ferlan)
- qemu: Restore label before reattach device to host (John Ferlan)
- virt-admin: get rid of LIBVIRT_DEFAULT_ADMIN_URI env var (Ján Tomko)
- tools: remove unnecessary defaultConn variable (Ján Tomko)
- virsh: read default connection uri from env later (Ján Tomko)
- spec: Include KVM support on RHEL 7 ppc64 and newer (Andrea Bolognani)
- conf: store bootindex as unsigned int (Peter Krempa)
- conf: Pass the whole device info struct to virDomainDeviceBootParseXML (Peter Krempa)
- Post-release version bump to 1.3.4 (Peter Krempa)

Cleanups:
- Revert "qemu domain allow to set ip address, peer address and route" (Laine Stump)
- Revert "lxc domain allow to set peer address" (Laine Stump)
- Revert "libvirt domain xml allow to set peer address" (Laine Stump)


    So thanks everybody for your contributions to this release, be it
with ideas, bug reports, patches, reviews or documentation, etc.

       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