[Libvirt-announce] Release of libvirt-1.0.2

Daniel Veillard veillard at redhat.com
Wed Jan 30 10:05:49 UTC 2013


  As scheduled, I just made the release today, it is tagged in git
and tarball and rpms are available at the usual FTP place:

    ftp://libvirt.org/libvirt/

 This is a large release, including over 450 commit, with a lot of
code refactoring, improvements and a huge set of fixes a lot of them
coming from the cleanup of the Coverity reports. Considering the volume
of changes let's schedule the next release (probably 1.0.3) for the end
of the month of February.

Features:
- LXC improvements (Daniel P. Berrange)
- S390 architecture improvement (Viktor Mihajlovski)
- Power architecture improvement (Li Zhang)
- large Coverity report cleanups and associated bug fixes (John Ferlan)
- virTypedParams* APIs to helps with those data structures (Jiri Denemark)

Documentation:
- aesthetical cleanups (Martin Kletzander)
- fix missed documentation for virterror functions (Claudio Bley)
- util: Fix docs for virBitmapParse (Peter Krempa)
- rng: Have colorful *.rng with editor (Osier Yang)
- safe{read,write}: Document usage with nonblocking FD (Michal Privoznik)
- Generate documentation for virTypedParams* APIs (Jiri Denemark)
- event.c source file was renamed as virevent.c (Jiri Denemark)
- Add some style and color to the HTML documentation (Claudio Bley)
- don't use <i> and <tt> HTML tags (Claudio Bley)
- Assign classes to documentation elements (Claudio Bley)
- remove extra " (Eric Blake)
- maint: typo fix (Eric Blake)
- restrict the set of characters for info keys (Claudio Bley)
- simplify code (Claudio Bley)
- mention git rename detection (Eric Blake)
- add some more hacking tips (Eric Blake)
- fix typo in isa-serial additions (Laine Stump)
- network: fix typos and docs (Guannan Ren)
- maint: fix comment typo (Eric Blake)
- break longer text into paragraphs in HTML (Claudio Bley)
- remove duplicate check in index.add (Claudio Bley)
- Add missing flags to migrate documentation (Guido Günther)
- Add docs and rng schema for new XML tag sgio (Osier Yang)
- Fix the comment grammar (Osier Yang)
- Remove the inexistent function in comments (Osier Yang)
- fix typo in the word affinities (Martin Kletzander)
- Fix documentation for readonly element (Jiri Denemark)
- Replace </br> with <br/> in docs/news.html.in (Peter Krempa)


Portability:
- Make sure we only abort without libcurl if $with_esx = yes (Guido Günther)
- build: Fix RPM build errors related to libvirt-lxc API (Viktor Mihajlovski)
- build: fix build on BSD (Eric Blake)
- build: further fixes for broken if_bridge.h (Eric Blake)
- securityselinuxhelper.c: Don't try to include xattr.h if not available (John Ferlan)
- build: work around broken kernel header (Eric Blake)
- build: avoid m4_expand for RHEL 5 (Eric Blake)
- build: move file deleting action from %files list to %install (Yufang Zhang)
- build: libvirt-guests files misplaced in specfile (Viktor Mihajlovski)
- build: fix mingw rpm build (Eric Blake)
- build: fix build with optimization enabled (Eric Blake)
- build: make broken -Wlogical-op test be gcc-only (Eric Blake)
- util: FreeBSD: stub out CPU affinity functions (Roman Bogorodskiy)
- nodeinfo: add FreeBSD support (Roman Bogorodskiy)
- build: Check for broken GCC -Wlogical-op in configure (Viktor Mihajlovski)

Bug fixes:
- conf: Don't format cputune element when not needed (Martin Kletzander)
- conf: Fix cpumask leak in virDomainDefFree (Ján Tomko)
- qemu: Destroy domain on decompression binary error (Michal Privoznik)
- rpc: Fix crash on error paths of message dispatching (Peter Krempa)
- vbox: Address false positive for NULL dereference (John Ferlan)
- libxl: Fix removing non-persistent domain after save (Jim Fehlig)
- libxl: Fix race between destruction of objects (Jim Fehlig)
- libxl: Fix races in libxl event code (Jim Fehlig)
- libxl: Fix handling of timeouts (Jim Fehlig)
- conf: avoid NULL deref for pmsuspended domain state (Eric Blake)
- qemu_monitor: Fix tray-open attribute in query-block (Michal Privoznik)
- Fix bogus reporting of KVM support for non-native emulators (Daniel P. Berrange)
- Move QEMU capabilities initialization later in QEMU startup (Daniel P. Berrange)
- Fix performance & reliabilty of QMP probing (Daniel P. Berrange)
- qemu: escape ipv6 for rbd network disk hosts (Josh Durgin)
- snapshot: fix state after external snapshot of S3 domain (Eric Blake)
- python: Fix bindings for virDomainSnapshotGet{Domain,Connect} (Jiri Denemark)
- Fix crash free'ing securityDriverNames in QEMU driver (Daniel P. Berrange)
- Fix leak of securityDriverNames (Daniel P. Berrange)
- Avoid use of free'd memory in auto destroy callback (Daniel P. Berrange)
- Ensure nodeinfo struct is initialized to zero (Daniel P. Berrange)
- apparmor: Avoid freeing uninitialized pointer (Jiri Denemark)
- xen: Actually fix the uninitialized variable (Peter Krempa)
- xen: Initialize variable before using (Peter Krempa)
- util: Need to add virCommandFree() (John Ferlan)
- storage: Need to add virCommandFree() (John Ferlan)
- security: Need to add virCommandFree() (John Ferlan)
- parallels: Resolve some resource leaks (John Ferlan)
- qemu: Re-add driver unlock to qemuDomainSendKey (Viktor Mihajlovski)
- conf: Fix usage of virBitmapParse (Peter Krempa)
- virbitmaptest: Resolve Coverity errors (John Ferlan)
- lxc_process: Avoid passing NULL iface->iname (John Ferlan)
- lxc_driver: Need to check for vm before calling virDomainUnlock(vm) (John Ferlan)
- tests: Remove VIR_FREE() on static/stack buffer (der.data) (John Ferlan)
- Fix nwfilter driver reload/shutdown handling when unprivileged (Daniel P. Berrange)
- conf: Check if number of vCPUs fits in the storage variable (Peter Krempa)
- tests: Need to initialize 'test' properly on error path (John Ferlan)
- virkeepalive: Remove erroneous VIR_FREE(msg) (John Ferlan)
- security: Need to initialize 'sens' (John Ferlan)
- interface: Need to initialize 'ifaces_list' (John Ferlan)
- storage: Need to initialize 'zerobuf' (John Ferlan)
- virsh: Need to intialize 'str' (John Ferlan)
- lxc: Need to initialize 'dst' (John Ferlan)
- virfile: Need to initialize 'looppath' (John Ferlan)
- commandtest: Need to initialize 'errbuf' (John Ferlan)
- virnetdev: Need to initialize 'pciConfigAddr' (John Ferlan)
- virnetsockettest: Need to initialize 'path' (John Ferlan)
- virnetserver: Need to initialize 'sigdata' (John Ferlan)
- conf: Need to initialize variables before VIR_FREE (John Ferlan)
- uml: Avoid resource leak of event in umlInofityEvent (John Ferlan)
- selinux: Resolve resource leak using the default disk label (John Ferlan)
- util: Need to check child JSON allocation before use (John Ferlan)
- parallels: Need to handle virJSONValueObjectGetString error (John Ferlan)
- qemu: Reject attempts to create snapshots with names containig '/' (Peter Krempa)
- qemu: Don't return success if creation of snapshot save file fails (Peter Krempa)
- Fix race condition when destroying guests (Daniel P. Berrange)
- storage: Fix lvcreate parameter for backingStore. (Atsushi Kumagai)
- virobject: Remove the bogus ! from call to virObjectInitialize() (John Ferlan)
- qemu: Check valid activeDev before calling pciDeviceSetUsedBy (John Ferlan)
- Followup fix for integer wraparound in port allocator (Daniel P. Berrange)
- qemu: Double mutex unlock in qemuDomainModifyDeviceFlags (Viktor Mihajlovski)
- fixed xt_physdev warning when defining ip(6)tables rules (Reinier Schoof)
- conf: don't fail to parse <boot> when parsing a single device (Laine Stump)
- Fix inheritance of virNetClient (Daniel P. Berrange)
- Avoid integer wrap on remotePortMax in QEMU driver (Daniel P. Berrange)
- python: Avoid freeing uninitialized new_params pointer (Jiri Denemark)
- Fix typo in variable name (Guido Günther)
- libxl: Fix cleanup on domain start error (Jim Fehlig)
- libxl: Check for libxl_ctx_alloc failure (Jim Fehlig)
- libxl: Don't free domain death event (Jim Fehlig)
- locking: Resolve resource leaks on non error path (John Ferlan)
- conf: fix leak in virDomainVcpuPinAdd (Ján Tomko)
- conf: fix class_id bitmap leak in virNetworkObj (Ján Tomko)
- qemu: fix QEMU_CAPS_NO_ACPI detection (Ján Tomko)
- openvz: Need to check 'vm' first before dereferencing 'def' (John Ferlan)
- interface: Need to check ifacedef->mac not just ifacedef after strdup() (John Ferlan)
- qemu: Don't update count of vCPUs if hot-unplug has failed (Peter Krempa)
- libvirt: lxc: don't mkdir when selinux is disabled (Gao feng)
- xen: Resolve resource leak with 'cpuset' (John Ferlan)
- interface: Resolve resource leak wth 'tmp_iface_objs' (John Ferlan)
- storage: Resource resource leak using 'tmp_vols' (John Ferlan)
- test: Resource resource leak with 'tmp_vols' (John Ferlan)
- rpc: Avoid resource leak of 'socks' if any object append fails (John Ferlan)
- util: Resolve resource leak for 'res' in virSetInherit error path. (John Ferlan)
- interface: Need to initialize 'add_to_list' (John Ferlan)
- lxc: Initialize dst due to potential cleanup usage before setting (John Ferlan)
- openvz: Need to initialize 'ret' for kb_per_pages error path (John Ferlan)
- parallels: Resolve issues with uninitialized 'ret' value (John Ferlan)
- storage: Need to also VIR_FREE(reg) (John Ferlan)
- Fix typo LIBCURL_{CFLAGS,LIBS} to CURL_{CFLAGS,LIBS} (Daniel P. Berrange)
- Fix build due to previous LXC patch (Daniel P. Berrange)
- build: fix incomplete WITH_SASL conversion (Eric Blake)
- network: bridge: Fix regression when defining persistent networks (Peter Krempa)
- storage: Resolve resource leak using 'vol' buffer (John Ferlan)
- phyp: Resolve some file descriptor leaks (John Ferlan)
- qemu_agent: Remove agent reference only when disposing it (Michal Privoznik)
- libvirt: lxc: fix incorrect parameter of lxcContainerMountProcFuse (Gao feng)
- util: Check for NULL 'dev' on input to usbFreeDevice (John Ferlan)
- maint: avoid potential promotion issues with [ug]id_t (Eric Blake)
- Resolve COPY_PASTE error found by Coverity (John Ferlan)
- storage: fix leak in virStorageBackendLogicalMakeVol (Ján Tomko)
- cpu: Avoid NULL dereference (John Ferlan)
- lxc: Avoid possible NULL dereference on *root prior to opendir(). (John Ferlan)
- remote: Avoid calling virAuthConfigLookup() if 'credname' is NULL. (John Ferlan)
- vmware: Avoid NULL dereference for 'caps' (John Ferlan)
- xen: Avoid possible NULL dereference (John Ferlan)
- Fix virLXCPrepareHostDevices method (Daniel P. Berrange)
- Only initialize capabilities after setting dir permissions (Daniel P. Berrange)
- build: install libvirt sysctl file correctly (Eric Blake)
- snapshot: qemu: Fix segfault and vanishing snapshots when redefining (Peter Krempa)
- qemu: Detect VGA_QXL capability correctly (Michal Privoznik)
- qemu: fix a segfault in qemuProcessWaitForMonitor (Ján Tomko)
- parallels: check and handle error for virAsprintf() calls (John Ferlan)
- udev: check and handle error for virAsprintf() calls (John Ferlan)
- util: fix botched check for new netlink request filters (Laine Stump)
- blockjob: fix memleak that prevented block pivot (Eric Blake)
- util: fix functions that retrieve SRIOV VF info (Laine Stump)
- Fix parsing of arch from domain XML (Daniel P. Berrange)
- Fix CPU baseline to not hardcode arch (Daniel P. Berrange)
- Fix SELinux security label test (Daniel P. Berrange)
- spec: Fix script warning when uninstalling libvirt-client (Cole Robinson)
- network: don't require private addresses if dnsmasq uses SO_BINDTODEVICE (Laine Stump)
- `apparmor: Fix build (Jiri Denemark)
- S390: Fix virSysinfoRead memory corruption (Viktor Mihajlovski)

Improvements:
- Ignore '.trs' files (Martin Kletzander)
- build: Regenerate man pages on version bump (Jiri Denemark)
- rng: Change the datatype for volume name for common use (Osier Yang)
- rng: Remove the duplicate definition (Osier Yang)
- qemu_hotplug: Rework media changing process (Michal Privoznik)
- maint: one missed syms file (Eric Blake)
- vbox: Adjust the UTF FREE macros (John Ferlan)
- virsh: Add --print-xml flag for attach-disk command (Peter Krempa)
- libxl: Domain event handler improvements (Jim Fehlig)
- libxl: Explicitly remove timeouts (Jim Fehlig)
- maint: make it easier to sort syms files (Eric Blake)
- qemuDomainSendKey: Relax the qemu driver locking (Michal Privoznik)
- node_memory: Add '\n' to help message (Satoru Moriya)
- locking: use virStrcpyStatic instead of memcpy (John Ferlan)
- Make python objects inherit from 'object' base class (Daniel P. Berrange)
- selinux: Properly indent preprocessor directives (Jiri Denemark)
- selinux: Only create the selabel_handle once. (Richard W.M. Jones)
- parallels_utils: Check return status properly from virCommandRun() (John Ferlan)
- test: Add support for thread and core information for the test driver (Peter Krempa)
- capabilities: Add additional data to the NUMA topology info (Peter Krempa)
- capabilities: Switch CPU data in NUMA topology to a struct (Peter Krempa)
- conf: Split out NUMA topology formatting to simplify access to data (Peter Krempa)
- schemas: Add schemas for more CPU topology information in the caps XML (Peter Krempa)
- schema: Make the cpuset type reusable across schema files (Peter Krempa)
- S390: Enhance memballoon handling for virtio-s390 (Viktor Mihajlovski)
- qemu_agent: Ignore expected EOFs (Michal Privoznik)
- nodeinfo: Use sa_assert() instead of Coverity error tag (John Ferlan)
- build: allow virObject to have no parent (Eric Blake)
- qemu: Support ram bar size for qxl devices (Alon Levy)
- viralloc: Adjust definition of VIR_FREE() for Coverity (John Ferlan)
- conf: Improve error messages if parsing of vCPU count fails (Peter Krempa)
- virsh-domain: Refactor error paths for cmdCPUStats (Peter Krempa)
- fix typos in comments for VIR_DOMAIN_PROCESS_SIGNAL_{PWR,SYS} (Claudio Bley)
- storage: Add coverity[dead_error_condition] to avoid error (John Ferlan)
- network: Add coverity[leaked_handle] to ignore error (John Ferlan)
- remote: Avoid coverity[leaked_storage] message. (John Ferlan)
- qemu: Add coverity[negative_returns] tag (John Ferlan)
- rpc: Add coverity[dead_error_begin] tag (John Ferlan)
- xen: Add coverity[ptr_arith] and [sign_extension] tags (John Ferlan)
- nodeinfo: Add coverity[dead_error_begin] and [returned_null] tags (John Ferlan)
- lxc: Add coverity[dead_error_begin] tag in switch stmts (John Ferlan)
- xend: Address some Coverity false positives (John Ferlan)
- security: Use virStrcpy to move the label (John Ferlan)
- qemu: Forbid snapshot names starting with '.' (Peter Krempa)
- spec: indent %if to make it easier to see conditions (Eric Blake)
- Log flags passed to qemuMigrationPrepare{Tunnel,Direct} APIs (Michal Privoznik)
- Introduce virTypedParamsClear public API (Jiri Denemark)
- virsh: Use virTypedParams* APIs in cpu-stats (Jiri Denemark)
- virsh: Use virTypedParams* APIs in node-memory-tune (Jiri Denemark)
- virsh: Use virTypedParams* APIs in numatune (Jiri Denemark)
- virsh: Use virTypedParams* APIs in memtune (Jiri Denemark)
- virsh: Use virTypedParams* APIs in domblkstat (Jiri Denemark)
- virsh: Use virTypedParams* APIs in schedinfo (Jiri Denemark)
- virsh: Use virTypedParams* APIs in domiftune (Jiri Denemark)
- virsh: Use virTypedParams* APIs in blkiotune (Jiri Denemark)
- virsh: Use virTypedParams* APIs in blkdeviotune (Jiri Denemark)
- Add virTypedParams* APIs (Jiri Denemark)
- qemu: Simplify condition with already extracted flag (Peter Krempa)
- network: use bandwidth from portgroup when appropriate (Laine Stump)
- network: Resolve some issues around vlan copying (John Ferlan)
- lock_daemon: Simplify error handling (Peter Krempa)
- virsh-volume.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-snapshot.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-secret.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-pool.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-nwfilter.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-nodedev.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-network.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-interface.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-host.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-domain-monitor.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh-domain.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- virsh.c: Switch to C99 initialization of vshCmdOptDef (Michal Privoznik)
- libvirt.c: fix typo in comment (Claudio Bley)
- Move comments after enum members (Claudio Bley)
- include virterror_internal.h in threads.h (Hu Tao)
- include util.h in cgroup.h (Hu Tao)
- call virstateCleanup to do the cleanup before libvirtd exits (Hu Tao)
- libxl: Use consistent parameter naming scheme (Jim Fehlig)
- libxl: Use consistent style for function definitions (Jim Fehlig)
- Convert libxl driver over to use virPortAllocator APIs (Daniel P. Berrange)
- Convert QEMU driver over to use virPortAllocator APIs (Daniel P. Berrange)
- Add a port allocator class (Daniel P. Berrange)
- Convert all rpc classes over to virObjectLockable (Daniel P. Berrange)
- Convert virDomainObj, qemuAgent, qemuMonitor, lxcMonitor to virObjectLockable (Daniel P. Berrange)
- util: Check for negative indent in virBufferAdd (John Ferlan)
- tools: Check return status on virBufferTrim() (John Ferlan)
- rpc: Check and message setsockopt() (John Ferlan)
- xen: Ignore return status for TCP_NODELAY (John Ferlan)
- Add a virObjectLockable class holding a mutex (Daniel P. Berrange)
- Allow for multi-level inheritance of virObject classes (Daniel P. Berrange)
- Add 'lxc-enter-namespace' command to virsh (Daniel P. Berrange)
- build: add new file, for lxc_protocol checking (Eric Blake)
- Add implementation of virDomainLxcOpenNamespace to LXC driver (Daniel P. Berrange)
- Implement the RPC protocol for the libvirt-lxc.la library (Daniel P. Berrange)
- .gitignore: Sort alphabetically (Michal Privoznik)
- Add missing stubs to securityselinuxhelper.c (Daniel P. Berrange)
- Introduce an LXC specific public API & library (Daniel P. Berrange)
- Add a test suite for validating SELinux labelling (Daniel P. Berrange)
- Rename HAVE_POLKIT to WITH_POLKIT (Daniel P. Berrange)
- Remove unused XMLRPC_REQUIRED var (Daniel P. Berrange)
- Convert openwsman check to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Convert ssh2 check to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Rename HAVE_LIBSSH2 to WITH_SSH2 (Daniel P. Berrange)
- Convert curl check over to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Rename HAVE_LIBCURL to WITH_CURL (Daniel P. Berrange)
- Convert fuse check over to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Rename HAVE_FUSE to WITH_FUSE (Daniel P. Berrange)
- Rename HAVE_GNUTLS to WITH_GNUTLS (Daniel P. Berrange)
- Convert blkid check over to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Convert HAVE_LIBBLKID to WITH_BLKID (Daniel P. Berrange)
- Convert HAL check to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Convert HAVE_HAL to WITH_HAL (Daniel P. Berrange)
- Convert udev/pciaccess checks to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Convert HAVE_UDEV to WITH_UDEV (Daniel P. Berrange)
- Convert avahi check to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Convert HAVE_AVAHI to WITH_AVAHI (Daniel P. Berrange)
- Convert DBus check to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Convert HAVE_DBUS to WITH_DBUS (Daniel P. Berrange)
- Convert netcf check to use LIBVIRT_CHECK_PKG (Daniel P. Berrange)
- Convert cap-ng check to use LIBVIRT_CHECK_LIB (Daniel P. Berrange)
- Convert HAVE_CAPNG to WITH_CAPNG (Daniel P. Berrange)
- Convert numactl checks to use LIBVIRT_CHECK_LIB (Daniel P. Berrange)
- Convert HAVE_NUMACTL to WITH_NUMACTL (Daniel P. Berrange)
- Convert apparmor check to use LIBVIRT_CHECK_LIB (Daniel P. Berrange)
- Convert selinux check to use LIBVIRT_CHECK_LIB (Daniel P. Berrange)
- Convert HAVE_SELINUX to WITH_SELINUX (Daniel P. Berrange)
- qemu: Fix grouping of capabilities strings (Peter Krempa)
- network: Report real error if addition of firewall rules fails (Peter Krempa)
- virsh: Reformat output of virsh net-list (Peter Krempa)
- Convert audit check to use LIBVIRT_CHECK_LIB (Daniel P. Berrange)
- Convert HAVE_AUDIT to WITH_AUDIT (Daniel P. Berrange)
- Convert sasl check to use LIBVIRT_CHECK_LIB_ALT (Daniel P. Berrange)
- Convert HAVE_SASL to WITH_SASL (Daniel P. Berrange)
- Convert sanlock check to use LIBVIRT_CHECK_LIB (Daniel P. Berrange)
- Convert HAVE_SANLOCK to WITH_SANLOCK (Daniel P. Berrange)
- Convert yajl check to use LIBVIRT_CHECK_LIB_ALT (Daniel P. Berrange)
- Convert HAVE_YAJL into WITH_YAJL (Daniel P. Berrange)
- Add some autoconf helper macros for checking for libraries (Daniel P. Berrange)
- build: require avahi instead of avahi-libs on rhel5. (Yufang Zhang)
- util: reduce syscalls for virGetDeviceID (Eric Blake)
- pass stub driver name instead of pciFindStubDriver (Chunyan Liu)
- qemu: add usb-net caps flag (Guannan Ren)
- qemu: add usb-serial support (Guannan Ren)
- qemu: add usb-serial caps flag (Guannan Ren)
- maint: distribute libvirtd.service.in (Eric Blake)
- Add RESUME event listener to qemu monitor. (Andres Lagar-Cavilla)
- nwfilter: Remove unprivileged code path to set base (John Ferlan)
- Make TLS support conditional (Daniel P. Berrange)
- qemu: Relax hard RSS limit (Michal Privoznik)
- S390: Enable SCLP Console in QEMU driver (J.B. Joret)
- S390: Add SCLP console front end support (J.B. Joret)
- Rename lxc_protocol.x to lxc_monitor_protocol.x (Daniel P. Berrange)
- Add internal APIs for dealing with namespaces (Daniel P. Berrange)
- Add a way to return FDs to the RPC caller (Daniel P. Berrange)
- Fix receiving of file descriptors from server (Daniel P. Berrange)
- Move qemu-XXX commands from virsh-host.c to virsh-domain.c (Daniel P. Berrange)
- Ensure we always setup a private mount namespace for LXC controller (Daniel P. Berrange)
- Speed up fallback to legacy non-QMP probing (Daniel P. Berrange)
- build: Add libxenctrl to LIBXL_LIBS (Jim Fehlig)
- build: .service files don't need to be executable (Eric Blake)
- build: properly substitute virtlockd.socket (Eric Blake)
- build: use common .in replacement mechanism (Eric Blake)
- qemu: Check if the shared disk's cdbfilter conflicts with others (Osier Yang)
- qemu: set unpriv_sgio when starting domain and attaching disk (Osier Yang)
- conf: Parse and format the new XML (Osier Yang)
- qemu: Add a hash table for the shared disks (Osier Yang)
- util: Prepare helpers for unpriv_sgio setting (Osier Yang)
- snapshot: qemu: Allow redefinition of external snapshots (Peter Krempa)
- snapshot: qemu: Separate logic blocks with newlines (Peter Krempa)
- snapshot: conf: Make virDomainSnapshotIsExternal more reusable (Peter Krempa)
- qemu: Implement virDomainOpenChannel API (John Eckersberg)
- conf: Add unix socket support to virChrdevOpen (John Eckersberg)
- conf: Rename console-specific identifiers to be more generic (John Eckersberg)
- conf: Rename virconsole.* to virchrdev.* (John Eckersberg)
- api: Add API to tunnel a guest channel via stream (John Eckersberg)
- network: fix check for ambiguous lookup (Eric Blake)
- Check and handle select() errors from waitsocket(). (John Ferlan)
- tests: check and handle error for virAsprintf() calls (John Ferlan)
- Check return on mkdir for LOCKSPACE_DIR (John Ferlan)
- vmware: silence Coverity warning (John Ferlan)
- Install virtlockd.{socket,service} non executable (Guido Günther)
- qemu: Don't parse log output when starting up a domain (Michal Privoznik)
- build: use autobuild module to make build logs nicer (Eric Blake)
- maint: update to latest gnulib (Eric Blake)
- sanlock: Chown lease files as well (Michal Privoznik)
- python: Adapt to virevent rename (Michal Privoznik)
- qemu: Convert some APIs to use qemuDomObjFromDomain (Michal Privoznik)
- qemu: Relax locking in DomainHasManagedSaveImage and DomainMonitorCommand (Michal Privoznik)
- S390: Re-enable capability probing for virtio devices. (Viktor Mihajlovski)
- Sort util files in Makefile.am alphabetically (Daniel P. Berrange)
- Rename virterror.c virterror_internal.h to virerror.{c,h} (Daniel P. Berrange)
- Rename xml.{c,h} to virxml.{c,h} (Daniel P. Berrange)
- Rename uuid.{c,h} to viruuid.{c,h} (Daniel P. Berrange)
- Rename util.{c,h} to virutil.{c,h} (Daniel P. Berrange)
- Rename threads.{c,h} to virthread.{c,h} (Daniel P. Berrange)
- Rename threadpool.{c,h} to virthreadpool.{c,h} (Daniel P. Berrange)
- Rename sysinfo.{c,h} to virsysinfo.{c,h} (Daniel P. Berrange)
- Rename storage_file.{c,h} to virstoragefile.{c,h} (Daniel P. Berrange)
- Rename stats_linux.{c,h} to virstatslinux.{c,h} (Daniel P. Berrange)
- Rename sexpr.{c,h} to virsexpr.{c,h} (Daniel P. Berrange)
- Merge processinfo.{c,h} into virprocess.{c,h} (Daniel P. Berrange)
- Rename pci.{c,h} to virpci.{c,h} (Daniel P. Berrange)
- Rename memory.{c,h} to viralloc.{c,h} (Daniel P. Berrange)
- Rename logging.{c,h} to virlog.{c,h} (Daniel P. Berrange)
- Rename json.{c,h} to virjson.{c,h} (Daniel P. Berrange)
- Rename iptables.{c,h} to viriptables.{c,h} (Daniel P. Berrange)
- Rename hostusb.{c,h} to virusb.{c,h} (Daniel P. Berrange)
- Rename hooks.{c,h} to virhook.{c,h} (Daniel P. Berrange)
- Rename event_poll.{c,h} to vireventpoll.{c,h} (Daniel P. Berrange)
- Rename event.{c,h} to virevent.{c,h} (Daniel P. Berrange)
- Rename ebtables.{c,h} to virebtables.{c,h} (Daniel P. Berrange)
- Rename dnsmasq.{c,h} to virdnsmasq.{c,h} (Daniel P. Berrange)
- Rename conf.{c,h} to virconf.{c,h} (Daniel P. Berrange)
- Rename command.{c,h} to vircommand.{c,h} (Daniel P. Berrange)
- Rename buf.{c,h} to virbuffer.{c,h} (Daniel P. Berrange)
- Rename bitmap.{c,h} to virbitmap.{c,h} (Daniel P. Berrange)
- Rename cgroup.{h,c} to vircgroup.{h,c} (Daniel P. Berrange)
- Support all backend serial devices for pSeries guest (Li Zhang)
- Remove QEMU_CAPS_NO_ACPI capability for non-x86 platform (Li Zhang)
- Set std VGA model as default model for ppc64. (Li Zhang)
- Add sysinfo data and enable virSysinfoRead test case for POWER (Li Zhang)
- util: add missing error log messages when failing to get netlink VFINFO (Laine Stump)
- security: fix #endif comment in security_stack.h (Ján Tomko)
- build: use strchr now that we can work around broken gcc (Eric Blake)
- Fix arch datatype in vahControl in virt-aa-helper.c (Daniel P. Berrange)
- Change string form of VIR_ARCH_ITANIUM back to ia64 (Daniel P. Berrange)
- conf: eliminate redundant use of VIR_ALLOC (Martin Kletzander)
- Fix libxl driver for virArch changes (Daniel P. Berrange)
- Fix test cases for virArch changes (Daniel P. Berrange)
- Fix XenAPI driver for virArch changes (Daniel P. Berrange)
- Export all symbols from virarch.{c,h} to drivers/tests/etc (Daniel P. Berrange)
- Convert QEMU capabilities code to use virArch (Daniel P. Berrange)
- spec: Do not install *.py[co] in python examples (Jiri Denemark)
- Convert CPU APIs to use virArch (Daniel P. Berrange)
- Convert capabilities / domain_conf to use virArch (Daniel P. Berrange)
- Convert QEMU command line builder to virArch APIs (Daniel P. Berrange)
- Convert nodeGetInfo to virArch APIs (Daniel P. Berrange)
- Introduce a set of APIs for managing architectures (Daniel P. Berrange)
- build: Fix AUTHORS generation (Jiri Denemark)
- network: fix indentation of networkDnsmasqConfContents (Laine Stump)
- .gitignore: add tests/sysinfotest (Cole Robinson)
- hostusb: Move USB_DEVFS define to hostusb.h to fix the build (Cole Robinson)
- daemon: Preface polkit error output with 'polkit:' (Cole Robinson)
- Add support for hotplug/unplug of host misc devices in LXC (Daniel P. Berrange)
- Add support for hotplug/unplug of host storage devices in LXC (Daniel P. Berrange)
- Add support for hotplug/unplug of USB host devices in LXC (Daniel P. Berrange)
- Add support for hotplug/unplug of NIC devices in LXC (Daniel P. Berrange)
- Add support for hotplug/unplug of disk devices in LXC (Daniel P. Berrange)
- Add support for attach/detach/update hostdev devices in config for LXC (Daniel P. Berrange)
- Add support for attach/detach/update disk devices in config for LXC (Daniel P. Berrange)
- Add support for attach/detach/update net devices in config for LXC (Daniel P. Berrange)
- Add basic driver API framework for device attach/detach support in LXC (Daniel P. Berrange)
- Add support for misc host device passthrough with LXC (Daniel P. Berrange)
- Add support for storage host device passthrough with LXC (Daniel P. Berrange)
- Add support for USB host device passthrough with LXC (Daniel P. Berrange)
- Add support for disks with LXC (Daniel P. Berrange)
- Add support for SELinux labelling of hostdev storage/misc devices (Daniel P. Berrange)
- Refactor SELinux security driver hostdev labelling (Daniel P. Berrange)
- Allow passing a vroot into security manager hostdev labelling (Daniel P. Berrange)
- Skip bulk relabelling of resources in SELinux driver when used with LXC (Daniel P. Berrange)
- Refactor LXC NIC creation to allow reuse by hotplug code (Daniel P. Berrange)
- Add support for <hostdev mode="capabilities"> (Daniel P. Berrange)
- tests: Add tests for sysinfo (Viktor Mihajlovski)
- conf: cpu: Break some long lines (Peter Krempa)
- conf: cpu: Refactor parsing of vendor_id and fallback attributes (Peter Krempa)
- conf: cpu: Fix memory leak when specifying cpu vendor_id manually (Peter Krempa)
- conf: cpu: Fix parsing of vendor_id (Ken ICHIKAWA)
- Support custom 'svirt_tcg_t' context for TCG based guests (Daniel P. Berrange)
- tests: add one -device video device testcase (Guannan Ren)
- qemu: use newer -device video device in qemu commandline (Guannan Ren)
- conf: add optional attribte primary to video <model> element (Guannan Ren)
- qemu: add qemu vga devices caps and one cap to mark them usable (Guannan Ren)

Cleanups:
- virlog: remove old code comment (Doug Goldstein)
- rpc: Revert Coverity tag message (John Ferlan)
- rpc: Remove unnecessary calls (John Ferlan)
- network: Remove dead code getting, but not using ipdef (John Ferlan)
- esx: No need to check for objectSpec (John Ferlan)
- parallels: Remove unused JSON fetch of "OS" (John Ferlan)
- virsh: Remove unused setting of 'br_node' and 'if_node' (John Ferlan)
- util: Remove the unused setting of 'res' for virHashLookup return (John Ferlan)
- locking: Remove unnecessary setting of lockspace (John Ferlan)
- maint: don't distribute generated .def files (Eric Blake)
- spec: remove redundant %if (Eric Blake)
- libvirt.h.in: Fix indentation (Michal Privoznik)
- Fix wrong indentation for virDomainState (Claudio Bley)
- tests: Remove remnants of removing the fake emulator output (John Ferlan)
- phyp: Remove deadcode referencing exit_status (John Ferlan)
- build: avoid compiler warning (Eric Blake)
- maint: formatting cleanups in buf.c (Eric Blake)
- conf: minor indentation cleanups (Martin Kletzander)

   So thanks a lot to everyone who helped in some ways for this release
with bug reports, patches, docs, etc!

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 Libvirt-announce mailing list