Releases (2012)
Here is the list of official releases made during the year 2012. A similar list for 2011 is also available.
It is also possible to just use the GIT version or snapshot, contact the mailing list and check the GIT log to gauge progress.
1.0.1: Dec 17 2012
- Features:
Introduce virtlockd daemon (Daniel P. Berrange),
parallels: add disk and network device support (Dmitry Guryanov),
Add virDomainSendProcessSignal API (Daniel P. Berrange),
Introduce virDomainFSTrim() public API (Michal Privoznik),
add fuse support for libvirt lxc (Gao feng),
Add Gluster protocol as supported network disk backend (Harsh Prateek Bora),
various snapshot improvements (Peter Krempa, Eric Blake)
- Documentation:
fix some typos in examples (Eric Blake),
Fix location of libvirt.conf and auth.conf (Michał Łomnicki),
Document offline migration (Jiri Denemark),
libvirt.c: Fix wording and grammar in virDomainFSTrim (Michal Privoznik),
Fix a few spaces (Ján Tomko),
boot order for host and redirected USB devices (Ján Tomko),
AbortJob: Fix documentation (Michal Privoznik),
Fix "virsh create" example (Guido Günther)
- Portability:
build: minor build fixes for BSD (Eric Blake),
Socket identity support for FreeBSD. (Roman Bogorodskiy),
Require SANLK_INQ_WAIT for inq_lockspace support (Guido Günther),
locking: Fix VPATH build and distribute generated files (Jiri Denemark),
build: Fix VPATH build (Jiri Denemark),
Change virCgroupGetAppRoot stub on non-Linux to avoid unused param warning (Daniel P. Berrange),
Qemu FreeBSD: fix compilation (Roman Bogorodskiy),
Drop mntent.h include. (Roman Bogorodskiy),
virsh: Fix usage of header termios.h (Peter Krempa),
pci: Fix building of 32bit PCI command array (Peter Krempa),
spec: require dbus-daemon when using libvirtd in Fedora (Eric Blake),
systemd: require dbus service (Eric Blake),
rpc: fix build failure with older dbus (Eric Blake),
build: fix build --without-network (Ján Tomko),
build: trivial fix error: implicit declaration of function 'malloc' (Natanael Copa),
run bootstrap if .gnulib is not present (Hu Tao),
add ppc64 and s390x to arches where qemu-kvm exists (Dan Horák),
nodeinfo: port nodecpumap to RHEL5 (Eric Blake),
spec: don't enable cgconfig under systemd (Eric Blake)
- Bug Fixes:
network: fix (non)update of dnsmasq config during virDomainUpdateDeviceFlags (Laine Stump),
sanlock: Re-add lockspace unconditionally (Michal Privoznik),
install: fix virtlockd installation (Eric Blake),
qemu: don't fail update netdev on bridge detach failure (Laine Stump),
selinux: fix NULL dereference in GetSecurityMountOptions (Ján Tomko),
network: prevent dnsmasq from listening on localhost (Laine Stump),
Fix error reporting when fetching SCSI/LVM keys (Daniel P. Berrange),
Fix probing of QED file format (Daniel P. Berrange),
Fix memory leak in QEMU QMP capabilities initialization (Daniel P. Berrange),
qemu: snapshot: Remove memory image if external checkpoint fails (Peter Krempa),
qemu: snapshot: Don't leak XML definition if restarting of CPUs fails (Peter Krempa),
qemu: fix uninitialized variable warning in doPeer2PeerMigrate (Ján Tomko),
conf: Remove duplicate declaration of virNetworkDNSDefPtr (Jiri Denemark),
qemu: Restart CPUs with valid async job type when doing external snapshots (Peter Krempa),
qemu: eliminate bogus error log when changing netdev's bridge (Laine Stump),
qemu: capabilities: fix machine name/canonical swappage (Cole Robinson),
Inhibit daemon shutdown during driver initialization (Guido Günther),
util: Don't fail virGetGroupIDByName when group not found (Christophe Fergeau),
util: Don't fail virGetUserIDByName when user not found (Christophe Fergeau),
storage: Error out earlier if the volume target path already exists (Osier Yang),
remote: Avoid the thread race condition (Daniel P. Berrange),
qemu: Fix memory (and FD) leak on PCI device detach (Jiri Denemark),
qemu: Don't free PCI device if adding it to activePciHostdevs fails (Jiri Denemark),
qemu: Fix error code when attaching existing device (Jiri Denemark),
Fix memory leak introduced by commit 501bfad1 (Jim Fehlig),
Shut down session libvirtd cleanly on host shutdown/user logout (Alexander Larsson),
Inhibit desktop shutdown while any virtual machines are running (Daniel P. Berrange),
conf: prevent crash with no uuid in cephx auth secret (Ján Tomko),
virsh: don't crash if shutdown --mode not provided (Eric Blake),
qemu: Fix up the default machine type for QMP probing (Viktor Mihajlovski),
Fix uninitialized variables (Guido Günther),
qemu: don't attempt undefined QMP commands (Eric Blake),
storage: fix scsi detach regression with cgroup ACLs (Eric Blake),
nwfilter: report an error on OOM (Ján Tomko),
virsh: check the return value of virStoragePoolGetAutostart (Ján Tomko),
conf: fix uninitialized variable in virDomainListSnapshots (Ján Tomko),
rpc: don't destroy xdr before creating it in virNetMessageEncodeHeader (Ján Tomko),
virsh: use correct sizeof when allocating cpumap (Ján Tomko),
util: fix virBitmap allocation in virProcessInfoGetAffinity (Ján Tomko),
conf: fix NULL check in virNetDevBandwidthParse (Ján Tomko),
Don't fail hard when we can't connect to the monitor (Guido Günther),
node_memory: Fix bug of node_memory_tune (Osier Yang),
node_memory: Do not fail if there is parameter unsupported (Osier Yang),
network: fix crash when portgroup has no name (Laine Stump),
maint: Fix use of invalid reboot flags (Michal Privoznik),
util: check for NULL parameter in virFileWrapperFdCatchError (Ján Tomko),
conf: snapshot: check return value of virDomainSnapshotObjListNum (Ján Tomko),
conf: check the return value of virXPathNodeSet (Ján Tomko),
cgroup: fix impossible overrun in virCgroupAddTaskController (Ján Tomko),
nwfilter: fix NULL pointer check in virNWFilterSnoopReqNew (Ján Tomko),
qemu: Fix error messages when dispatching guest agent commands (Peter Krempa),
qemu: Fix QMP Capabability Probing Failure (Viktor Mihajlovski),
qemu: Wait for monitor socket even without pid (Viktor Mihajlovski),
bitmap: fix typo to use UL type of integer constant in virBitmapIsAllSet (Guannan Ren),
qemu: fix a crash when save file can't be opened (Ján Tomko),
Fix leak of virNetworkPtr in LXC startup failure path (Daniel P. Berrange),
Fix error reporting in virNetDevVethDelete (Daniel P. Berrange),
Ensure transient def is removed if LXC start fails (Daniel P. Berrange),
Ensure failure to create macvtap device aborts LXC start (Daniel P. Berrange),
Avoid crash when LXC start fails with no interface target (Daniel P. Berrange),
Treat missing driver cgroup as fatal in LXC driver (Daniel P. Berrange),
Ensure LXC container exits if cgroups setup fails (Daniel P. Berrange),
Fix error handling in virSecurityManagerGetMountOptions (Daniel P. Berrange),
storage: fix device detach regression with cgroup ACLs (Eric Blake),
lxc: Don't crash if no security driver is specified in libvirt_lxc (Peter Krempa),
lxc: Avoid segfault of libvirt_lxc helper on early cleanup paths (Peter Krempa),
storage: fix logical volume cloning (Ján Tomko),
Fix exiting of libvirt_lxc program on container quit (Daniel P. Berrange),
Skip deleted timers when calculting next timeout (Daniel P. Berrange),
Fix virDiskNameToIndex to actually ignore partition numbers (Daniel P. Berrange),
qemu: Stop recursive detection of image chains when an image is missing (Peter Krempa),
storage: Fix bug of fs pool destroying (Osier Yang),
qemu: fix RBD attach regression (Scott Sullivan),
qemu: allow larger discrepency between memory & currentMemory in domain xml (Laine Stump),
sanlock: Retry after EINPROGRESS (Michal Privoznik),
virsh: fix uninitialized variable in cmdSnapshotEdit (Ján Tomko),
util: fix index when building lock owners array (Laine Stump),
Fix uninitialized variable in virLXCControllerSetupDevPTS (Daniel P. Berrange),
tests: Remove temporary directories in qemumonitorjsontest (Peter Krempa),
tests: Fix qemumonitorjsontest deadlock when the machine is under load (Peter Krempa),
qemu: Fix domain ID numbering race condition (Peter Krempa),
storage: fix broken backing chain (Philipp Hahn),
qemu: Don't corrupt pointer in qemuDomainSaveMemory() (Peter Krempa),
esx: Yet another connection fix for 5.1 (Martin Kletzander),
iohelper: Don't report errors on special FDs (Michal Privoznik),
qemu: Fix possible race when pausing guest (Peter Krempa),
conf: net: Fix deadlock if assignment of network def fails (Peter Krempa),
conf: net: Fix helper for applying new network definition (Peter Krempa)
- Improvements:
spec: Include lockd files in libvirt-daemon package (Jiri Denemark),
build: Install both qemu-lockd.conf and qemu-sanlock.conf (Jiri Denemark),
build: use fewer cat processes (Eric Blake),
build: Distribute more files (Jiri Denemark),
virsh: use vshReconnect for non-default connections too (Ján Tomko),
virsh: don't lie about reconnection in vshReconnect (Ján Tomko),
Add support for locking based on SCSI volume ID (Daniel P. Berrange),
Add support for locking based on LVM volume uuid (Daniel P. Berrange),
Add ability to maintain disk leases indirectly (Daniel P. Berrange),
Add a virtlockd client as a lock driver impl (Daniel P. Berrange),
Add support for re-exec() of virtlockd upon SIGUSR1 (Daniel P. Berrange),
Enable systemd socket activation with virtlockd (Daniel P. Berrange),
Implement dispatch functions for lock protocol in virtlockd (Daniel P. Berrange),
Define a wire protocol for talking to the virtlockd daemon (Daniel P. Berrange),
Introduce basic infrastructure for virtlockd daemon (Daniel P. Berrange),
Refactor creation of lock manager plugins (Daniel P. Berrange),
Support network boot for HVM guests in libxl (Jim Fehlig),
Add lots of debugging to storage file probing code (Daniel P. Berrange),
Log warning if storage magic matches, but version does not (Daniel P. Berrange),
network: match xml warning message (Eric Blake),
Fix make check with different object directory (Viktor Mihajlovski),
qemu: Improve error reporting from qemuDomainManagedSaveRemove (Peter Krempa),
qemu: Small code cleanups in the managedsave functions (Peter Krempa),
qemu: Refactor managed save functions to use domain lookup helpers (Peter Krempa),
qemu: Add a new domain lookup helper and improve the docs (Peter Krempa),
util: Fix warning message in previous patch (Peter Krempa),
util: rework error reporting in virGet(User|Group)IDByName (Peter Krempa),
Refactor virDomainHostdevFind method (Daniel P. Berrange),
Slightly refactor hostdev parsing / formating (Daniel P. Berrange),
Remove bogus const return values in storage file APIs (Daniel P. Berrange),
Add missing export of virStorageFileGetLVMKey & virStorageFileGetSCSIKey (Daniel P. Berrange),
Fix sorting of libvirt_private.syms and add syntax check rule (Daniel P. Berrange),
uml: Report error if inotify fails on driver startup (Cole Robinson),
tools: Only install guests init script if --with-init=script=redhat (Cole Robinson),
add vnc unix sockets to apparmor policy (Serge Hallyn),
add security hook for permitting hugetlbfs access (Serge Hallyn),
maint: mention when HACKING is rebuilt during make (Eric Blake),
qemu: reuse qemuMigrationIsAllowed when doing save and managedsave (Peter Krempa),
qemu: snapshot: Report better error message if migration isn't allowed (Peter Krempa),
qemu: Make qemuMigrationIsAllowed more reusable (Peter Krempa),
qemu: assume seccomp sandbox is supported since qemu 1.2 (Ján Tomko),
domain: Keep assigned class_id in domstatus XML (Michal Privoznik),
network: Create real network status files (Michal Privoznik),
bandwidth: Create network bandwidth (un)plug functions (Michal Privoznik),
bandwidth: Create rate update function (Michal Privoznik),
bandwidth: Create (un)plug functions (Michal Privoznik),
bandwidth: Create hierarchical shaping classes (Michal Privoznik),
bandwidth: add new 'floor' attribute (Michal Privoznik),
bandwidth: Attach sfq to leaf node (Michal Privoznik),
parallels: handle network adapters of type 'routed' (Dmitry Guryanov),
parallels: add routed pseudo network (Dmitry Guryanov),
parallels: parse virtual network properties (Dmitry Guryanov),
parallels: add network driver (Dmitry Guryanov),
parallels: move parallelsParseError to parallels_utils.h (Dmitry Guryanov),
parallels: add support of network interfaces to parallelsDomainDefineXML (Dmitry Guryanov),
parallels: parse information about network interfaces (Dmitry Guryanov),
examples: Fix balloon event callback (Jiri Denemark),
network: put dnsmasq parameters in conf-file instead of command line (Gene Czarcinski),
network: add support for DHCPv6 (Gene Czarcinski),
conf: split <forward> parser/clear into separate functions (Laine Stump),
conf: put data for network <forward> element into its own struct (Laine Stump),
conf: make virNetworkIpDefClear consistent with other functions (Laine Stump),
conf: rename some labels and functions in network_conf (Laine Stump),
network: backend functions for updating network dns host/srv/txt (Laine Stump),
conf: clear and parse functions for dns host/srv/txt records (Laine Stump),
conf: rename network dns host/srv/txt arrays (Laine Stump),
conf: use VIR_(INSERT|DELETE)_ELEMENT in virNetworkUpdate backend (Laine Stump),
util: add VIR_(APPEND|INSERT|DELETE)_ELEMENT (Laine Stump),
parallels: add support of removing disks (Dmitry Guryanov),
parallels: apply config after VM creation (Dmitry Guryanov),
parallels: add support of disks creation (Dmitry Guryanov),
parallels: add function parallelsGetDiskBusName (Dmitry Guryanov),
parallels: split parallelsStorageVolumeDelete function (Dmitry Guryanov),
parallels: fill volumes capacity parameter (Dmitry Guryanov),
parallels: add info about volumes (Dmitry Guryanov),
parallels: fix leaks in parallelsFindVolumes (Dmitry Guryanov),
parallels: create storage pools by VM list (Dmitry Guryanov),
parallels: remove unused code from storage driver (Dmitry Guryanov),
parallels: split parallelsStorageOpen function (Dmitry Guryanov),
parallels: handle disk devices in parallelsDomainDefineXML (Dmitry Guryanov),
parallels: add info about hard disk devices (Dmitry Guryanov),
Add support for offline migration (liguang),
S390: Assign default model "virtio" for network interfaces (Viktor Mihajlovski),
virsh: allow metadata preallocation when creating volumes (Ján Tomko),
storage: allow metadata preallocation when creating qcow2 images (Ján Tomko),
qemu: Allow the user to specify vendor and product for disk (Osier Yang),
Convert libxl driver to Xen 4.2 (Jim Fehlig),
network: prevent a few invalid configuration combinations (Laine Stump),
network: allow guest to guest IPv6 without gateway definition (Gene Czarcinski),
util: Do not keep PCI device config file open (Jiri Denemark),
util: Slightly refactor PCI list functions (Jiri Denemark),
qemu: Simplify the code (Osier Yang),
qemu: improve error for failed JSON commands (Eric Blake),
qemu: nicer error message if live disk snapshot unsupported (Eric Blake),
implement managedsave in libvirt xen legacy driver (Bamvor Jian Zhang),
Bind connection close callback APIs to python binding (Daniel P. Berrange),
Replace polling for active VMs with signalling by drivers (Daniel P. Berrange),
Only let VM drivers block libvirtd timed shutdown (Daniel P. Berrange),
Make QEMU perform managed save of all VMs on stop of libvirtd (Daniel P. Berrange),
build: fix incremental autogen.sh when no AUTHORS is present (Eric Blake),
Add iSCSI backend storage driver for ESX (Ata E Husain Bohra),
qemu: support live update of an interface's filter (Laine Stump),
nwfilter: utility function virNWFilterVarValueEqual (Stefan Berger),
conf: fix virDomainNetGetActualDirect*() and BridgeName() (Laine Stump),
virsh: Report errors if arguments of the schedinfo command are incorrect (Peter Krempa),
logging: more API needing to log flags (Eric Blake),
s/flags=%u/flags=%x/ in earlier commit (Daniel P. Berrange),
Allow duration=0 for virsh nodesuspend (Daniel P. Berrange),
Allow comma separated list of shutdown/reboot modes with virsh (Daniel P. Berrange),
Introduce APIs for splitting/joining strings (Daniel P. Berrange),
Add support for shutdown / reboot APIs in LXC driver (Daniel P. Berrange),
Introduce two new methods for triggering controlled shutdown/reboot (Daniel P. Berrange),
Move reboot/shutdown flags combination check into QEMU driver (Daniel P. Berrange),
Add APIs for talking to init via /dev/initctl (Daniel P. Berrange),
Ensure virDomainShutdownFlags logs flags parameter (Daniel P. Berrange),
Quote client identity in SASL whitelist log message (Daniel P. Berrange),
qemu: Refactor error reporting in qemu driver configuration parser (Peter Krempa),
qemu: Refactor config parameter retrieval (Peter Krempa),
network: use dnsmasq --bind-dynamic when available (Laine Stump),
util: new virSocketAddrIsPrivate function (Laine Stump),
util: capabilities detection for dnsmasq (Laine Stump),
virsh: do timing even for unusable connections (Ján Tomko),
Turn some dual-state int parameters into booleans (Daniel P. Berrange),
Introduce a 'stop' method to virDriverState (Daniel P. Berrange),
Implement virDomainSendProcessSignal for LXC driver (Daniel P. Berrange),
Add a 'send-process-signal' command to virsh (Daniel P. Berrange),
Specify remote protocol for virDomainSendProcessSignal (Daniel P. Berrange),
Rename misc QEMU structs/enums to use normal naming style (Daniel P. Berrange),
Replace 'struct qemud_driver *' with virQEMUDriverPtr (Daniel P. Berrange),
virsh: fix error messages in iface-bridge (Ján Tomko),
libssh2_session: support DSS keys as well (Ján Tomko),
virsh: Rewrite cmdDomDisplay (Martin Kletzander),
virsh: Expose new virDomainFSTrim API (Michal Privoznik),
qemu: Implement virDomainFSTrim (Michal Privoznik),
remote: Implement virDomainFSTrim (Michal Privoznik),
qemu: Add QEMU version computation to QMP probing (Viktor Mihajlovski),
mount fuse's meminfo file to container's /proc/meminfo (Gao feng),
make /proc/meminfo isolate with host through fuse (Gao feng),
add interface virCgroupGetAppRoot (Gao feng),
add interface virCgroupGetMemSwapUsage (Gao feng),
Add a configure option for fuse support in LXC driver (Gao feng),
Alphabetically sort libvirt_daemon.syms (Daniel P. Berrange),
Change bridge driver to use named initializers with virDriverState (Daniel P. Berrange),
virdbus: Add virDBusGetSessionBus helper (Alexander Larsson),
Specify name of target interface with macvlan error (Daniel P. Berrange),
Store initpid in the domain status XML for LXC (Daniel P. Berrange),
Pass virSecurityManagerPtr object further down into LXC setup code (Daniel P. Berrange),
tests: Add tests for gluster protocol based network disks support (Harsh Prateek Bora),
qemu: Add support for gluster protocol based network storage backend. (Harsh Prateek Bora),
Refactor ESX storage driver to implement facade pattern (Ata E Husain Bohra),
Add private data pointer to virStoragePool and virStorageVol (Ata E Husain Bohra),
cpu: Add Intel Haswell cpu model (Peter Krempa),
util: Use virReportSystemError for system error in pci.c (Osier Yang),
virsh: Report error when taking a snapshot with empty --memspec argument (Peter Krempa),
Warn if requesting update to non-existent timer/handle watch (Daniel P. Berrange),
qemuhelpdata: Revert my 'fix' (Michal Privoznik),
conf: Report sensible error for invalid disk name (Martin Kletzander),
Log an audit message with the LXC init pid (Daniel P. Berrange),
Use virNetServerRun instead of custom main loop (Daniel P. Berrange),
storage: Improve virStorageBackendFileSystemStop (Osier Yang),
tests: update qemuhelptest data (Ján Tomko),
tests: add boot order for host and redirected USB to qemu argv test (Ján Tomko),
conf: add support for booting from redirected USB devices (Ján Tomko),
qemu: graphics support for simultaneous one of each sdl, vnc, spice (Alon Levy),
qemu: refactor graphics code to not hardcode a single display (Alon Levy),
snapshot: make cloning of domain definition easier (Eric Blake),
snapshot: expose location through virsh snapshot-info (Eric Blake),
snapshot: implement new filter sets (Eric Blake),
snapshot: add virsh back-compat support for new filters (Eric Blake),
snapshot: add two more filter sets to API (Eric Blake),
nodeinfo: support kernels that lack socket information (Eric Blake),
snapshot: require user to supply external memory file name (Eric Blake),
virsh: save: report an error if XML file can't be read (Ján Tomko),
virsh: Use virNodeGetCPUMap if possible (Viktor Mihajlovski),
python: Use virNodeGetCPUMap where possible (Viktor Mihajlovski),
qemu, lxc: Change host CPU number detection logic. (Viktor Mihajlovski),
nodeinfo: enable nodeGetCPUCount for older kernels (Viktor Mihajlovski),
Use helper functions to format the journal iov array (Miloslav Trmač),
Add metadata to virLogOutputFunc (Miloslav Trmač),
Add a metadata parameter to virLog{, V}Message (Miloslav Trmač),
qemu: add bootindex for usb-host and usb-redir devices (Ján Tomko),
build: rerun bootstrap if AUTHORS is missing (Eric Blake),
qemu: Don't force port=0 for SPICE (Michal Privoznik),
snapshot: qemu: Fix detection of external snapshots when deleting (Peter Krempa),
nodeinfotest: Add test data from a AMD bulldozer machine. (Peter Krempa),
nodeinfotest: Add test data for 2 processor host with broken NUMA (Peter Krempa),
nodeinfo: Add check and workaround to guarantee valid cpu topologies (Peter Krempa),
qemu: Allow migration to be cancelled at prepare phase (Michal Privoznik),
capabilities: defaultConsoleTargetType can depend on architecture (Viktor Mihajlovski),
snapshot: qemu: Add support for external inactive snapshots (Peter Krempa),
virsh: add snapshot-create-as memspec support (Eric Blake),
virsh: make ,, escape parsing common (Eric Blake),
qemu: Emit event if 'cont' fails (Michal Privoznik),
Introduce new VIR_DOMAIN_EVENT_SUSPENDED_API_ERROR event (Michal Privoznik),
virsh: document which term is older (Eric Blake),
tests: Add test for controller order (Michal Privoznik),
qemu: Add controllers in specified order (Michal Privoznik),
qemu: Wrap controllers code into dummy loop (Michal Privoznik),
spec: replace scriptlets with new systemd macros (Václav Pavlín),
gitignore: ignore more files (liguang),
snapshot: qemu: Remove restrictions preventing external checkpoints (Peter Krempa),
snapshot: qemu: Add support for external checkpoints (Peter Krempa),
snapshot: qemu: Rename qemuDomainSnapshotCreateActive (Peter Krempa),
snapshot: qemu: Add async job type for snapshots (Peter Krempa),
snapshot: Add flag to enable creating checkpoints in live state (Peter Krempa),
qemu: Split out domain memory saving code to allow reuse (Peter Krempa),
qemu: Clean up snapshot retrieval to use the new helper (Peter Krempa),
cpu: Add AMD Opteron G5 cpu model (Peter Krempa),
cpu: Add newly added cpu flags (Peter Krempa),
snapshot: merge pre-snapshot checks (Eric Blake),
snapshot: populate new XML info for qemu snapshots (Eric Blake),
snapshot: improve disk align checking (Eric Blake),
snapshot: new XML for external system checkpoint (Eric Blake),
snapshot: simplify OOM checking during parse (Eric Blake),
Document bracket whitespace rules & add syntax-check rule (Daniel P. Berrange),
net: Mark network persistent when assigning persistent definition (Peter Krempa),
net: Add support for changing persistent networks to transient (Peter Krempa),
net: Re-use checks when creating transient networks (Peter Krempa),
net: Remove dnsmasq and radvd files also when destroying transient nets (Peter Krempa),
net: Move creation of dnsmasq hosts file to function starting dnsmasq (Peter Krempa),
net: Change argument type of virNetworkObjIsDuplicate() (Peter Krempa),
build: Do not ignore logging.c in sc_prohibit_mkstemp (Jiri Denemark),
qemu: use default machine type if missing it in qemu command line (Guannan Ren)
- Cleanups:
storage: Remove the redundant white lines (Osier Yang),
Fix the indention (Osier Yang),
Do not export symbol virStateActive anymore (Osier Yang),
maint: Misc whitespace cleanups (Peter Krempa),
Fix the coding style (Osier Yang),
Fix indentions (Osier Yang),
qemu: Remove full stop from error messages (Jiri Denemark),
build: more fix to avoid C99 for loop (Hu Tao),
nwfilter: drop dead code (Eric Blake),
qemu: Drop word "either" from comments for agent monitor functions (Peter Krempa),
s/qemud/qemu/ in QEMU driver sources (Daniel P. Berrange),
Remove bogus newline at end of debug log message (Daniel P. Berrange),
build: avoid C99 for loop (Eric Blake),
util: Fix the indention (Osier Yang),
qemu/qemu_command.c: fix indent of label (Alon Levy),
qemu: Beautify code indent in migration codes (liguang),
qemu: Fix function header formating of 2 functions (Peter Krempa),
Remove spurious whitespace between function name & open brackets (Daniel P. Berrange),
Remove a chunk which should not have been pushed as part of 1.0.0 (Daniel Veillard),
logging.c: Properly indent and ignore one syntax-check rule (Michal Privoznik)
1.0.0: Nov 02 2012
- Features:
virNodeGetCPUMap: Define public API. (Viktor Mihajlovski),
Add systemd journal support (Daniel P. Berrange),
Add a qemu capabilities cache manager (Daniel P. Berrange),
USB migration support (Jiri Denemark),
various improvement and fixes when using QMP QEmu interface
Support for Xen 4.2 (Jim Fehlig),
Lot of localization enhancements (Transifex teams)
- Documentation:
net-update docs: s/domain/network/ (Michal Privoznik),
libvirtd no longer uses abstract namespace (Eric Blake),
documentation: HTML tag fix (Philipp Hahn),
virsh: Fix POD syntax (Jiri Denemark),
Fix installation of internals/*.html (Cole Robinson),
virsh: clarify behavior of send-key (Cole Robinson),
maint: fix license on polkit script (Eric Blake),
Sort out the relationship between <vcpu>, <vcpupin>, and <emulatorpin> (Osier Yang),
Tweak comments in the policykit rules file (Cole Robinson),
Various typos and misspellings (Ján Tomko),
qemu: Fix misleading comment for qemuDomainObjBeginJobWithDriver() (Peter Krempa),
Correct name of domain/pm/suspend-to-mem in docs (Zeeshan Ali (Khattak)),
update description about user/group in qemu.conf (Marcelo Cerri),
Drop useless </p> in drvphyp.html.in (Michal Privoznik),
fix links in migration.html TOC (Eric Blake),
Add Maven repository to Java bindings documentation (Wido den Hollander),
rudimentary phyp documentation (Eric Blake),
update description about security labels on formatdomain.html (Marcelo Cerri),
Add note about numeric domain names to manpage (Dave Allan),
Fix typo in header file comment (Daniel P. Berrange),
Update how to compile with -Werror (Doug Goldstein),
node_memory: Improve the docs (Osier Yang)
- Portability:
Don't assume pid_t is the same size as an int (Daniel P. Berrange),
build: Fix RPM build for non-x86 platforms (Viktor Mihajlovski),
build: fix linking with systemtap probes (Eric Blake),
parallels: fix build for some older compilers (Laine Stump),
Fix build with apparmor (Jiri Denemark),
build: use correct printf types for uid/gid (Eric Blake),
spec: Fix multilib issue with systemtap tapsets (Cole Robinson),
spec: Require newer sanlock on recent distros 2 (Jiri Denemark),
spec: Add runtime requirement for libssh2 (Peter Krempa),
spec: Require newer sanlock on recent distros (Jiri Denemark),
locking: Fix build with sanlock < 2.4 (Jiri Denemark),
Fix virProcessKillPainfully on Win32 (Daniel P. Berrange),
Properly parse (unsigned) long long (Guido Günther),
win32: Pretend that close-on-exec works (Matthias Bolte),
build: fix VPATH builds (Eric Blake),
build: avoid journald on rhel 5 (Eric Blake),
build: fix bitmap conversion when !CPU_ALLOC (Eric Blake),
Fix compilation of legacy xen driver with Xen 4.2 (Jim Fehlig),
build: fix detection of netcf linked with libnl1 (Christophe Fergeau)
- Bug Fixes:
qemu: QMP capabilities support starts with 1.2 (Doug Goldstein),
Linux Containers are not allowed to create device nodes. (Dan Walsh),
qemu: Fix name comparison in qemuMonitorJSONBlockIoThrottleInfo() (Stefan Hajnoczi),
qemu: Keep QEMU host drive prefix in BlkIoTune (Stefan Hajnoczi),
iohelper: fdatasync() at the end (Michal Privoznik),
conf: Fix private symbols exported by files in conf (Peter Krempa),
Fix arch detection for qemu-system-i386 with QMP (Daniel P. Berrange),
build: prefer mkostemp for multi-thread safety (Eric Blake),
qemu: Fix EmulatorPinInfo without emulatorpin (Martin Kletzander),
ip6tables rule removal (Gene Czarcinski),
Create temporary dir for socket (Guido Günther),
cpu: Fix definition of flag smap (Peter Krempa),
nodeinfotest: Delete NUL bytes from test data (Peter Krempa),
qemu: Do not ignore address for USB disks (Vladislav Bogdanov),
esx: Fix connection to ESX 5.1 (Martin Kletzander),
build: place attributes in correct location (Eric Blake),
qemu: Fix domxml-to-native network model conversion (Cole Robinson),
build: typo fix for qemu cpu affinity (Eric Blake),
qemu: fix attach/detach of netdevs with matching mac addrs (Laine Stump),
cpustat: fix regression when cpus are offline (Eric Blake),
build: fix type-punning bug (Eric Blake),
network: fix networkValidate check for default portgroup and vlan (Laine Stump),
Fix detection of Xen sysctl version 9 (Jim Fehlig),
selinux: Don't fail RestoreAll if file doesn't have a default label (Cole Robinson),
xml: omit domain name from comment if it contains double hyphen (Ján Tomko),
Fix disabling of apparmor/selinux security drivers (Christophe Fergeau),
storage: Don't do wait loops from VolLookupByPath (Cole Robinson),
qemu: Don't use -enable-nesting with qemu 1.2.0+ (Cole Robinson),
qemu: Don't blindly assume VNC is supported (Doug Goldstein),
test: Don't assume VNC is always available (Doug Goldstein),
virsh: Fix segfault of snapshot-list (Osier Yang),
qemu: Fix the unused parameter which causes the build failure (Osier Yang),
daemon: Avoid 'Could not find keytab file' in syslog (Cole Robinson),
network: don't allow multiple default portgroups (Laine Stump),
network: always create dnsmasq hosts and addnhosts files, even if empty (Laine Stump),
network: free/null newDef if network fails to start (Laine Stump),
blockjob: avoid segv on early error (Eric Blake),
selinux: relabel tapfd in qemuPhysIfaceConnect (Guannan Ren),
qemu: Set arch to i686 if qemu-system-i386 is found (Guido Günther),
qemu: Don't fail without emulatorpin or cpumask (Guido Günther),
network: Set to NULL after virNetworkDefFree() (Michal Privoznik),
spec: Fix dependency for lock-sanlock subpackage (Jiri Denemark),
qemu: Correctly wait for spice to migrate (Michal Privoznik),
qemu: Clear async job when p2p migration fails early (Jiri Denemark),
selinux: fix wrong tapfd relablling (Guannan Ren),
storage: lvm: lvcreate fails with allocation=0, don't do that (Cole Robinson),
conf: Fix crash with cleanup (Martin Kletzander),
Avoid straying </cpuset> (Guido Günther),
conf: fix virDevicePCIAddressEqual args (Laine Stump),
virsh: block SIGINT while getting BlockJobInfo (Ján Tomko),
esx: Fix dynamic dispatch for types with more than one level of inheritance (Matthias Bolte),
qemu: Fix QMP detection of QXL graphics (Jiri Denemark),
Call curl_global_init from virInitialize to avoid thread-safety issues (Matthias Bolte),
fix kvm_pv_eoi with kvmclock (Martin Kletzander),
Fix typo in HAVE_DBUS automake conditional (Alexander Larsson),
esx: Disable libcurl's use of signals to fix a segfault (Matthias Bolte),
S390: Buffer too small for large CPU numbers. (Viktor Mihajlovski),
Correct checking of virStrcpyStatic() return value (Kyle Mestery),
qemu: Kill processes used for QMP caps probing (Jiri Denemark),
qemu: Use proper agent entering function when freezing filesystems (Peter Krempa),
lxc: Correctly report active cgroups (Michal Privoznik),
build: avoid infinite autogen loop (Eric Blake),
Avoid bogus I/O event errors when closing the QEMU monitor (Daniel P. Berrange),
Fix QEMU test with 1.2.0 help output (Daniel P. Berrange),
network: fix dnsmasq/radvd binding to IPv6 on recent kernels (Benjamin Cama),
Fix regression starting QEMU instances without query-events (Daniel P. Berrange),
Fix handling of itanium arch name in QEMU driver (Daniel P. Berrange),
Fix potential deadlock when agent is closed (Daniel P. Berrange),
Fix (rare) deadlock in QEMU monitor callbacks (Daniel P. Berrange),
Don't skip over socket label cleanup (Daniel P. Berrange),
Don't ignore return value of qemuProcessKill (Daniel P. Berrange),
Fix deadlock in handling EOF in LXC monitor (Daniel P. Berrange),
parallels: don't give null pointers to virBitmapEqual (Dmitry Guryanov),
parallels: fix memory allocation (Dmitry Guryanov),
qemu: wait for SPICE to migrate (Michal Privoznik),
Don't use O_TRUNC when opening QEMU logfiles (Daniel P. Berrange),
Fix start of containers with custom root filesystem (Daniel P. Berrange)
- Improvements:
cpumap: optimize for clients that don't need online count (Eric Blake),
daemon: Make the default PolicyKit policy auth_admin_keep. (Richard W.M. Jones),
util: Improve error reporting from absolutePathFromBaseFile helper (Peter Krempa),
Make non-KVM machines work with QMP probing (Martin Kletzander),
maint: log xml during volume creation (Eric Blake),
util: do a better job of matching up pids with their binaries (Laine Stump),
sanlock: Introduce 'user' and 'group' conf variables (Michal Privoznik),
qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly (Vladislav Bogdanov),
qemu: Report errors from iohelper (Michal Privoznik),
util: Re-format literal strings in virXMLEmitWarning (Peter Krempa),
xml: print uuids in the warning (Ján Tomko),
blockjob: relabel entire existing chain (Eric Blake),
blockjob: allow mirroring under SELinux and cgroup (Eric Blake),
blockjob: allow for existing files in block-copy (Eric Blake),
blockjob: implement block copy for qemu (Eric Blake),
blockjob: make block pivot safer (Eric Blake),
blockjob: support pivot operation on cancel (Eric Blake),
blockjob: return appropriate event and info (Eric Blake),
blockjob: react to active block copy (Eric Blake),
blockjob: add qemu capabilities related to block jobs (Eric Blake),
build: check for pod errors (Eric Blake),
build: silence compiler warning about signedness (Eric Blake),
maint: Sort .gitignore (Peter Krempa),
virsh: Remove --flags from nodesuspend (Jiri Denemark),
snapshot: improve snapshot-list error message (Eric Blake),
maint: ignore unsaved emacs files (Eric Blake),
daemon: Fix LIBVIRT_DEBUG=1 default output (Cole Robinson),
virNodeGetCPUMap: Add python binding (Viktor Mihajlovski),
virNodeGetCPUMap: Implement driver support (Viktor Mihajlovski),
virNodeGetCPUMap: Implement support function in nodeinfo (Viktor Mihajlovski),
nodeinfo: improve probing node cpu bitmap (Eric Blake),
bitmap: add virBitmapCountBits (Eric Blake),
esx: Update version checks for vSphere 5.1 (Matthias Bolte),
cpu: Add recently added cpu feature flags. (Peter Krempa),
qemu: Prohibit changing affinity of domain process if placement is 'auto' (Osier Yang),
qemu: Keep the affinity when creating cgroup for emulator thread (Osier Yang),
qemu: Add helper to prepare cpumap for affinity setting (Osier Yang),
virNodeGetCPUMap: Implement virsh support. (Viktor Mihajlovski),
libvirt.h.in: Add new cpumap macro VIR_CPU_USED (Viktor Mihajlovski),
virNodeGetCPUMap: Implement wire protocol. (Viktor Mihajlovski),
header: declare node memory parameter handling earlier (Eric Blake),
header: declare typed parameter handling earlier (Eric Blake),
build: improve FORTIFY_SOURCE usage (Eric Blake),
qemu_migration: Transport OVS per-port data during live migration (Kyle Mestery),
openvswitch: Add utility functions for getting and setting Open vSwitch per-port data (Kyle Mestery),
qemu_migration: Add hooks to transport network data during migration (Kyle Mestery),
build: print uids as unsigned (Eric Blake),
storage: don't shadow global 'wait' declaration (Ján Tomko),
maint: update to latest gnulib (Eric Blake),
snapshot: sanity check when reusing file for snapshot (Eric Blake),
storage: let format probing work on root-squash NFS (Eric Blake),
migrate: v2: use VIR_DOMAIN_XML_MIGRATABLE when available (Ján Tomko),
qemu: set seamless migration capability (Michal Privoznik),
Log parameters passed to virFileMakePath (Cole Robinson),
Log file name passed to virConfReadFile (Cole Robinson),
blockjob: properly label disks for qemu block-commit (Eric Blake),
blockjob: refactor qemu disk chain permission grants (Eric Blake),
blockjob: implement shallow commit flag in qemu (Eric Blake),
blockjob: wire up online qemu block-commit (Eric Blake),
blockjob: manage qemu block-commit monitor command (Eric Blake),
blockjob: remove unused parameters after previous patch (Eric Blake),
storage: use cache to walk backing chain (Eric Blake),
storage: cache backing chain while qemu domain is live (Eric Blake),
storage: make it easier to find file within chain (Eric Blake),
storage: remember relative names in backing chain (Eric Blake),
storage: don't require caller to pre-allocate metadata struct (Eric Blake),
storage: get entire metadata chain in one call (Eric Blake),
storage: don't probe non-files (Eric Blake),
storage: use enum for snapshot driver type (Eric Blake),
storage: use enum for disk driver type (Eric Blake),
storage: use enum for default driver type (Eric Blake),
storage: match RNG to supported driver types (Eric Blake),
storage: treat 'aio' like 'raw' at parse time (Eric Blake),
storage: list more file types (Eric Blake),
Autogenerate AUTHORS (Cole Robinson),
qemu: Allow migration with host USB devices (Jiri Denemark),
dist: added cpu/cpu_ppc_data.h to Makefile.am (Viktor Mihajlovski),
qemu: Always format CPU topology (Jiri Denemark),
qemu: Add support for HyperV Enlightenment feature "relaxed" (Peter Krempa),
conf: Add support for HyperV Enlightenment features (Peter Krempa),
conf: Make tri-state feature options more universal (Peter Krempa),
qemu: Fixed default machine detection in qemuCapsParseMachineTypesStr (Viktor Mihajlovski),
qemu: Pin the emulator when only cpuset is specified (Martin Kletzander),
interface: add virInterfaceGetXMLDesc() in udev (Doug Goldstein),
Implement CPU model driver for PowerPC (Li Zhang),
Add one file cpu_ppc_data.h to define CPU data for PPC (Li Zhang),
selinux: remove unused variables in socket labelling (Guannan Ren),
storage: lvm: Don't overwrite lvcreate errors (Cole Robinson),
Make virInitialize thread safe (Daniel P. Berrange),
Add JSON serialization of virNetServerPtr objects for process re-exec() (Daniel P. Berrange),
Add JSON serialization of virNetServerClientPtr objects for process re-exec() (Daniel P. Berrange),
Add JSON serialization of virNetServerServicePtr objects for process re-exec() (Daniel P. Berrange),
Add JSON serialization of virNetSocketPtr objects for process re-exec() (Daniel P. Berrange),
Add JSON serialization of virLockSpacePtr objects for process re-exec() (Daniel P. Berrange),
Introduce an internal API for handling file based lockspaces (Daniel P. Berrange),
tests: Fix domain-events python test (Martin Kletzander),
maint: prepare for next release number (Eric Blake),
conf: add test for boot dev and order (Martin Kletzander),
selinux: Use raw contexts 2 (Martin Kletzander),
selinux: add security selinux function to label tapfd (Guannan Ren),
Add support for SUSPEND_DISK event (Martin Kletzander),
util: switch virLogEatParams to virLogSource (Ján Tomko),
node_memory: Add new parameter field to tune the new sysfs knob (Osier Yang),
qemu: reorganize qemuDomainChangeNet and qemuDomainChangeNetBridge (Laine Stump),
conf: virDomainDeviceInfoCopy utility function (Laine Stump),
qemu: Ignore def->cpumask if emulatorpin is specified (Osier Yang),
conf: Ignore emulatorpin if vcpu placement is auto (Osier Yang),
qemu: Initialize cpuset for hotplugged vcpu as def->cpuset (Osier Yang),
qemu: Create or remove cgroup when doing vcpu hotpluging (Osier Yang),
conf: Initialize the pinning policy for vcpus (Osier Yang),
conf: Ignore vcpupin for not onlined vcpus when parsing (Osier Yang),
Only keep one polkit rules file (Cole Robinson),
daemon: Use $(AM_V_GEN) in a few more places (Cole Robinson),
spec: Add support for libssh2 transport (Peter Krempa),
selinux: Use raw contexts (Martin Kletzander),
conf: Mark missing optional USB devices in domain XML (Jiri Denemark),
virsh: remove reference to migration in blockcopy (Ján Tomko),
qemu: Make save/restore with USB devices usable (Jiri Denemark),
Add MIGRATABLE flag for virDomainGetXMLDesc (Jiri Denemark),
qemu: Implement startupPolicy for USB passed through devices (Jiri Denemark),
qemu: Add option to treat missing USB devices as success (Jiri Denemark),
qemu: Introduce qemuFindHostdevUSBDevice (Jiri Denemark),
conf: Add support for startupPolicy for USB devices (Jiri Denemark),
locking: Implement lock failure action in sanlock driver (Jiri Denemark),
locking: Add support for lock failure action (Jiri Denemark),
locking: Pass hypervisor driver name when acquiring locks (Jiri Denemark),
locking: Add const char * parameter to avoid ugly typecasts (Jiri Denemark),
conf: Add on_lockfailure event configuration (Jiri Denemark),
conf: Rename life cycle actions to event actions (Jiri Denemark),
storage: Report UUID/name consistently in driver errors (Cole Robinson),
Change qemuSetSchedularParameters to use AFFECT_CURRENT (Daniel P. Berrange),
interface: add udevIfaceIsActive() to udev backend (Doug Goldstein),
interface: always build all available backends (Doug Goldstein),
interface: fix netcf based backend naming (Doug Goldstein),
interface: add udev based backend for virInterface (Doug Goldstein),
hooks: let virCommand do the error reporting (Eric Blake),
nodeinfo: Fully convert to new virReportError (Michal Privoznik),
virsh: add qemu-monitor-command --pretty (Eric Blake),
security: update user and group parsing in security_dac.c (Marcelo Cerri),
util: extend virGetUserID and virGetGroupID to support names and IDs (Marcelo Cerri),
python: keep consistent handling of Python integer conversion (Guannan Ren),
python: cleanup vcpu related binding APIs (Guannan Ren),
Check for private symbols presence as well (Michal Privoznik),
spec: prefer canonical name of util-linux (Eric Blake),
build: update gnulib for FreeBSD build (Eric Blake),
security: also parse user/group names instead of just IDs for DAC labels (Marcelo Cerri),
build: avoid -Wno-format on new-enough gcc (Eric Blake),
build: fix typo in debug message (Eric Blake),
hyperv: Fix and improve hypervListAllDomains (Matthias Bolte),
esx: Fix and improve esxListAllDomains function (Matthias Bolte),
build: default selinuxfs mount point to /sys/fs/selinux (Daniel J Walsh),
Add support for detecting capablities using QMP commands (Daniel P. Berrange),
Ignore error from query-cpu-definitions (Daniel P. Berrange),
Remove need to pass in a virDomainObjPtr instance to qemuMonitorOpen (Daniel P. Berrange),
ARMHF: implement /proc/cpuinfo parsing (Chuck Short),
Automatically enable systemd journal logging (Daniel P. Berrange),
Refactor qemuCapsParseDeviceStr to work from data tables (Daniel P. Berrange),
Don't initialize logging twice in libvirtd (Daniel P. Berrange),
Change logging category parameter into an enum (Daniel P. Berrange),
Include filename explicitly in logging APIs (Daniel P. Berrange),
Whitespace cleanup in logging files (Daniel P. Berrange),
s/int/virLogDestination/ in logging code (Daniel P. Berrange),
s/long long/size_t/ for file line numbers in logging code (Daniel P. Berrange),
s/int/virLogPriority/ in logging code (Daniel P. Berrange),
python: return error if PyObject obj is NULL for unwrapper helper functions (Guannan Ren),
Pass the "raw" log message to each virLogOutputFunc (Miloslav Trmač),
Split priority conversion from virLogOutputToSyslog (Miloslav Trmač),
Move command/event capabilities detection out of QEMU monitor code (Daniel P. Berrange),
Remove some unused includes in QEMU code (Daniel P. Berrange),
Add a qemuMonitorGetTargetArch() method for QMP query-target command (Daniel P. Berrange),
Add a qemuMonitorGetObjectProps() method for QMP device-list-properties command (Daniel P. Berrange),
Add a qemuMonitorGetObjectTypes() method for QMP qom-list-types command (Daniel P. Berrange),
Add a qemuMonitorGetEvents() method for QMP query-events command (Daniel P. Berrange),
Add a qemuMonitorGetCommands() method for QMP query-commands command (Daniel P. Berrange),
Add a qemuMonitorGetCPUDefinitions method for QMP query-cpu-definitions command (Daniel P. Berrange),
Add a qemuMonitorGetMachines() method for QMP query-machines command (Daniel P. Berrange),
Add a qemuMonitorGetVersion() method for QMP query-version command (Daniel P. Berrange),
Refactor guest init to support qemu-system-i386 binary too (Daniel P. Berrange),
Make qemuCapsProbeMachineTypes & qemuCapsProbeCPUModels static (Daniel P. Berrange),
Remove probing of CPU models when launching QEMU guests (Daniel P. Berrange),
Remove probing of machine types when canonicalizing XML (Daniel P. Berrange),
Remove probing of flags when launching QEMU guests (Daniel P. Berrange),
Switch over to use cache for building QEMU capabilities (Daniel P. Berrange),
Use size_t instead of int for virDomainDefPtr struct (Daniel P. Berrange),
Move most of qemuProcessKill into virProcessKillPainfully (Daniel P. Berrange),
Support Xen sysctl version 9 in Xen 4.2 (Jim Fehlig),
network: backend for virNetworkUpdate of interface list (Laine Stump),
build: avoid older gcc warning (Eric Blake),
Simplify some redundant locking while unref'ing objects (Daniel P. Berrange),
Convert virLXCMonitor to use virObject (Daniel P. Berrange),
Move virProcess{Kill,Abort,TranslateStatus} into virprocess.{c,h} (Daniel P. Berrange),
Move virProcessKill into virprocess.{h,c} (Daniel P. Berrange),
Rename virCommandTranslateStatus to virProcessTranslateStatus (Daniel P. Berrange),
Rename virPid{Abort,Wait} to virProcess{Abort,Wait} (Daniel P. Berrange),
Rename virKillProcess to virProcessKill (Daniel P. Berrange),
qemu: Avoid holding the driver lock in trivial snapshot API's (Peter Krempa),
storage: Add timeout for iscsi volume's stable path discovery (Osier Yang),
tests: test previous commit (Eric Blake),
command: Change virCommandAddEnv so it replaces existing environment variables. (Richard W.M. Jones),
command: Move environ-adding code to common function virCommandAddEnv. (Richard W.M. Jones)
- Cleanups:
gitignore: Ignore 'tags' (Michal Privoznik),
build: fix syntax-check tab violation (Eric Blake),
maint: consistent whitespace after 'if' (Eric Blake),
Remove a couple duplicates from AUTHORS.in (Cole Robinson),
qemu: Cleanup the unused 'nodeinfo' (Osier Yang),
AUTHORS: Remove double entry (Michal Privoznik),
Doc-fix for PowerPC CPU model driver (Li Zhang),
Fix typo in previous commit s/lik/like/ (Daniel P. Berrange),
maint: drop spurious semicolons (Eric Blake),
Fix tab vs space (Guido Günther),
private.syms: Drop virKillProcess (Michal Privoznik),
Remove xenner support (Daniel P. Berrange),
parallels: remove unneded code from parallelsDoCmdRun (Dmitry Guryanov),
parallels: remove unused member 'os' from parallelsDomObj (Dmitry Guryanov),
Remove pointless virLXCProcessMonitorDestroy method (Daniel P. Berrange)
0.10.2: Sep 24 2012
- Features:
network: define new API virNetworkUpdate (Laine Stump),
add support for QEmu sandbox support (Ján Tomko),
blockjob: add virDomainBlockCommit (Eric Blake),
node_memory: Define the APIs to get/set memory parameters (Osier Yang),
list: Define new API virConnectListAllSecrets (Osier Yang),
list: Define new API virConnectListAllNWFilters (Osier Yang),
list: Define new API virConnectListAllNodeDevices (Osier Yang),
parallels: add support of containers to the driver (Dmitry Guryanov),
list: Define new API virConnectListAllInterfaces (Osier Yang),
list: Define new API virConnectListAllNetworks (Osier Yang),
list: Define new API virStoragePoolListAllVolumes (Osier Yang),
Add PMSUSPENDED life cycle event (Jiri Denemark),
list: Define new API virStorageListAllStoragePools (Osier Yang),
Add per-guest S3/S4 state configuration (Martin Kletzander),
qemu: Support for Block Device IO Limits (Viktor Mihajlovski)
- Documentation:
locking: Remove README file in favor of internals/locking.html (Jiri Denemark),
fix typo in filesystem docs (Eric Blake),
include article about libvirt+audit in relatedlinks.html (Marcelo Cerri),
virsh: Clarify behavior of domain list filtering (Peter Krempa),
update usb redirection filter infomation on formatdomain.html (Guannan Ren),
mention another iaas app built on libvirt (Eric Blake),
page.xsl: fix FAQ link in subdirectories (Ján Tomko),
hacking.html.in: fix table of contents (Ján Tomko),
point out git send-email location, be more stern about make check (Laine Stump),
examples: Fix event detail printing in python test (Jiri Denemark),
virsh: Improve the document for pool-list (Osier Yang),
conf: describe security_driver behavior (Martin Kletzander),
correct dompmwakeup description (Martin Kletzander)
- Portability:
build: fix nodeinfo build on non-Linux platforms (Eric Blake),
virBitmap: fix build without HAVE_NUMACTL (Ján Tomko),
build: Fix build failure on non-linux platform (Osier Yang),
build: fix missing include (Dwight Engen),
Look in Debian's multiarch libs too (Guido Günther),
build: don't fail if libnl-3 is not found (Eric Blake),
build: Fix typo which causes build failure (Osier Yang),
build: force libnl1 if netcf also used libnl1 (Eric Blake),
build: fix build on older gcc (Eric Blake),
Fix location of SELinux mount during RPM builds (Daniel P. Berrange),
nwfilter: drop use of awk (Eric Blake),
build: improved handling of <execinfo.h>, BSD <net/if.h> (Eric Blake),
Define DYNLIB_NAME on OpenBSD (Jasper Lievisse Adriaanse),
build: avoid test failure when sasl was not compiled in (Eric Blake),
build: avoid check-symfile on non-Linux (Eric Blake),
build: require netcf-0.2.2 when installing on Fedora18+ (Laine Stump),
build: don't fail when xsltproc is missing (Eric Blake),
build: avoid warnings from gcc 4.2.1 (Eric Blake),
Remove explicit dependency on ceph RPM (Daniel P. Berrange),
Pass a correct pointer type to localtime_r(3) (Paul Eggert),
build: use correct libraries for clock_gettime (Eric Blake),
Include an extra header needed for OpenBSD (Jasper Lievisse Adriaanse),
Fix mingw64 build by using intptr_t for int->void* casts (Daniel P. Berrange)
- Bug Fixes:
network: don't "refresh" iptables rules on rule-less networks (Laine Stump),
qemu: Fix failure path in disk hotplug (Jiri Denemark),
Ensure existing selinux mount is removed before mounting new one in LXC (Daniel P. Berrange),
Fix crash accessing a NULL URI when looking up auth credentials (Daniel P. Berrange),
Ensure autogen.sh exists if bootstrap fails (Daniel P. Berrange),
security: Don't ignore errors when parsing DAC security labels (Peter Krempa),
qemu: Transition domain to PAUSED after 'stop' command (Michal Privoznik),
network: fix element size / length in memmove (Laine Stump),
network: fix incorrect VIR_NETWORK_UPDATE_COMMAND_* values (Laine Stump),
virsh: Fix resource leaks when editing files (Peter Krempa),
util: don't print free'd dmidecode path (Eric Blake),
rpc: Fix name of member in remote_protocol-structs (Peter Krempa),
qemu: Avoid deadlock on HandleAgentEOF (Michal Privoznik),
conf: avoid freeing network object with undestroyed mutex (Laine Stump),
Add missing 'goto error' in QEMU command line building (Daniel P. Berrange),
Fix initialization of virCommandPtr when creating QEMU argv (Daniel P. Berrange),
Fix 3 broken test cases which were mistakenly raising errors (Daniel P. Berrange),
qemu: fix uninitialized variable in qemuParseCommandLine (Ján Tomko),
security: Fix libvirtd crash possibility (Martin Kletzander),
snapshot: fix rollback failure in transaction mode (Guannan Ren),
conf: avoid libvirt crash with empty address guestfwd channel (Alex Jia),
Wait to receive QMP greeting before sending any monitor commands (Daniel P. Berrange),
parallels: fix parallelsDomainDefineXML for domains with VNC and autoport (Dmitry Guryanov),
parallels: fix parallelsDoCmdRun in case of command failure (Dmitry Guryanov),
Backcompt for console devices in virDomainDeviceInfoIterate (Li Zhang),
fix bug in qemuSetupCgroupForEmulator (Hu Tao),
python: Initialize new_params in virDomainSetSchedulerParameters (Federico Simoncelli),
Don't invoke the auth callback if all credentials were in config file (Daniel P. Berrange),
Call virResetLastError in all virConnectOpen* functions (Daniel P. Berrange),
Check against python None type when filling in auth parameters (Daniel P. Berrange),
Fix crash passing an empty list to python openAuth() API (Daniel P. Berrange),
Fix unwanted closing of libvirt client connection (Christophe Fergeau),
Fix RPM spec conditional when %{rhel} is not defined (Daniel P. Berrange),
events: Fix domain event race on client disconnect (Christophe Fergeau),
Don't assume use of /sys/fs/cgroup (Daniel P. Berrange),
remove dnsmasq command line parameter "--filterwin2k" (Gene Czarcinski),
network: prevent infinite hang if ovs-vswitchd isn't running (Laine Stump),
qemu: don't pin all the cpus (Martin Kletzander),
build: use re-entrant functions in virsh (Eric Blake),
qemu: Do not require auth scheme in graphics events (Jiri Denemark),
qemu: Fix reboot with guest agent (Jiri Denemark),
qemu: Don't update graphic definitions on password change failure (Peter Krempa),
python: don't mask libvirt errors (Eric Blake),
command: shell-quote when logging commands (Eric Blake),
qemu: fix remote port searching (Martin Kletzander),
schemas: Fix wwn pattern (Osier Yang)
- Improvements:
Don't install legacy initscripts at same time as systemd ones (Daniel P. Berrange),
network: log error for unknown virNetworkUpdate command codes (Laine Stump),
network: make virNetworkObjUpdate error detection/recovery better (Laine Stump),
Drop unused return value of virLogOutputFunc (Miloslav Trmač),
Add <lt;seclabel> to character devices (Richard W.M. Jones),
Make virSecurityDeviceLabelDefParseXML into generic device <lt;seclabel> parser (Richard W.M. Jones),
Improve some debugging log messages in LXC mount setup (Daniel P. Berrange),
network: backend for virNetworkUpdate of portgroups (Laine Stump),
network: backend for virNetworkUpdate of dhcp range (Laine Stump),
virsh: new net-update command (Laine Stump),
tests: Add tests for dump-core option (Martin Kletzander),
qemu: add support for dump-guest-core option (Martin Kletzander),
Add support for limiting guest coredump (Martin Kletzander),
QEMU Tests for reboot-timeout (Martin Kletzander),
qemu: Add support for reboot-timeout (Martin Kletzander),
Add support for reboot-timeout (Martin Kletzander),
simplify xenXMDomainPinVcpu function (liguang),
Cleanup of domain_conf sentinels (Martin Kletzander),
qemu: Cleanup boot parameter building (Martin Kletzander),
virsh: Move daemon to misc since its not a network (Doug Goldstein),
build: define WITH_INTERFACE for the driver (Doug Goldstein),
virsh: Rename QEmu to QEMU to match upstream (Doug Goldstein),
bitmap: fix problems in previous commit (Eric Blake),
build: avoid non-portable byte-swapping (Eric Blake),
Fix minor details not only in apic eoi (Martin Kletzander),
secret: Fix error for private secrets (Martin Kletzander),
virNetDevBandwidthClear: Improve error handling (Martin Kletzander),
syntax-check: fix run.in (Martin Kletzander),
Add a ./run script for running programs from the local directory (Richard W.M. Jones),
daemon: Fix error message when libvirtd is missing (Richard W.M. Jones),
gitignore: Ignore .gdb_history file (Richard W.M. Jones),
Fix the augea test for qemu libvirtd options (Daniel Veillard),
network: implement backend of virNetworkUpdate(IP_DHCP_HOST) (Laine Stump),
network: restart radvd/dnsmasq if needed when libvirtd is restarted (Laine Stump),
network: implement virNetworkUpdate for test_driver (Laine Stump),
network: implement virNetworkUpdate for bridge_driver (Laine Stump),
network: reorganize dnsmasq and radvd config file / startup (Laine Stump),
conf: implement NetworkObj backend of virNetworkUpdate API (Laine Stump),
network: utility functions for updating network config (Laine Stump),
network: implement RPC calls for virNetworkUpdate (Laine Stump),
tests: add qemu-1.2.0 help data (Ján Tomko),
qemu: add -sandbox to command line if requested (Ján Tomko),
qemu: conf: add seccomp_sandbox option (Ján Tomko),
qemu: add capability flag for seccomp sandbox (Ján Tomko),
qemu: Use disk wwn in qemu command line (Osier Yang),
qemu: Add caps to indentify if setting wwn is supported by qemu (Osier Yang),
conf: Parse and format disk <lt;wwn> (Osier Yang),
schema: Add schema for disk <lt;wwn> (Osier Yang),
blockjob: add blockcommit support to rpc (Eric Blake),
blockjob: add virsh blockcommit (Eric Blake),
conf: separate functions to parse DHCPHostDef and DHCPRangeDef (Laine Stump),
remove virDomainCpuSetFormat and virDomainCpuSetParse (Hu Tao),
xen: eliminate remaining uses of virDomainCpuSetParse (Laine Stump),
use virBitmap to store nodeinfo (Hu Tao),
use virBitmap to store cells' cpumask info (Hu Tao),
use virBitmap to store cpumask info (Hu Tao),
use virBitmap to store numa nodemask info (Hu Tao),
use virBitmap to store cpu affinity info (Hu Tao),
use virBitmap to store cpupin info (Hu Tao),
New functions for virBitmap (Hu Tao),
bitmap: new member variable and function renaming (Hu Tao),
Build: Fix typos which cause build failure (Osier Yang),
node_memory: Expose the APIs to Python bindings (Osier Yang),
node_memory: Expose the APIs to virsh (Osier Yang),
node_memory: Support get/set memory parameters for drivers (Osier Yang),
node_memory: Implement the internal APIs (Osier Yang),
node_memory: Wire up the RPC protocol (Osier Yang),
list: Use virConnectListAllSecrets in virsh (Osier Yang),
list: Expose virConnectListAllSecrets to Python binding (Osier Yang),
list: Implement listAllSecrets (Osier Yang),
list: Implement RPC calls for virConnectListAllSecrets (Osier Yang),
list: Use virConnectListAllNWFilters in virsh (Osier Yang),
list: Expose virConnectListAllNWFilters to Python binding (Osier Yang),
list: Implement listAllNWFilters (Osier Yang),
list: Implement RPC calls for virConnectListAllNWFilters (Osier Yang),
list: Use virConnectListAllNodeDevices in virsh (Osier Yang),
virsh: Don't modify the const string (Osier Yang),
list: Expose virConnectListAllNodeDevices to Python binding (Osier Yang),
list: Implement listAllNodeDevices (Osier Yang),
list: Add helpers for listing node devices (Osier Yang),
list: Implement RPC calls for virConnectListAllNodeDevices (Osier Yang),
Introduce a API for creating QEMU capabilities for a binary (Daniel P. Berrange),
Remove upfront check for hmp - just try it cope with failure (Daniel P. Berrange),
Don't overwrite errors raised by qemuMonitorHMPCommand (Daniel P. Berrange),
qemu: Add support for EOI with APIC (Martin Kletzander),
Add support for EOI with APIC (Martin Kletzander),
Improve virTypedParameterValidateSet (Osier Yang),
parallels: implement containers creation (Dmitry Guryanov),
parallels: fix parallelsDomainDefineXML for existing containers (Dmitry Guryanov),
parallels: handle unlimited cpus on containers (Dmitry Guryanov),
Fix data types used for list sizes in QEMU capabilities (Daniel P. Berrange),
Add API for copying instances of the qemuCapsPtr object (Daniel P. Berrange),
Add ability to store other metadata in the qemu capabilities object (Daniel P. Berrange),
Make qemuCapsProbeCommand static (Daniel P. Berrange),
Turn QEMU capabilities object into a full virObjectPtr (Daniel P. Berrange),
Allow caps to be NULL when creating virDomainObjPtr instances (Daniel P. Berrange),
Add a virBitmapCopy API (Daniel P. Berrange),
test: add xml2argvtest for usb-redir filter and update xml schema (Guannan Ren),
qemu: build USB redirection filter qemu command line (Guannan Ren),
qemu: define and parse USB redirection filter XML (Guannan Ren),
virsh: Fix version numbers in comments (Osier Yang),
qemu: add usb-redir.filter qemu capability flag (Guannan Ren),
maint: fix missing spaces in message (Eric Blake),
build: avoid confusing make with raw name 'undefine' (Eric Blake),
Add API for opening a QEMU monitor from a socket FD (Daniel P. Berrange),
list: Expose virConnectListAllInterfaces to Python binding (Osier Yang),
list: Use virConnectListAllInterfaces in virsh (Osier Yang),
list: Implement listAllInterfaces (Osier Yang),
list: Implemente RPC calls for virConnectListAllInterfaces (Osier Yang),
build: avoid dirty docs on fresh bootstrap (Eric Blake),
Print any exception that occurs in authentication callback (Daniel P. Berrange),
virsh: Fix the typos (Osier Yang),
list: Expose virConnectListAllNetworks to Python binding (Osier Yang),
list: Use virConnectListAllNetworks in virsh (Osier Yang),
list: Implement listAllNetworks for test driver (Osier Yang),
list: Implement listAllNetworks for network driver (Osier Yang),
list: Add helpers to list network objects (Osier Yang),
list: Implement RPC calls for virConnectListAllNetworks (Osier Yang),
list: Expose virStoragePoolListAllVolumes to Python binding (Osier Yang),
list: Use virStoragePoolListAllVolumes in virsh (Osier Yang),
list: Implement virStoragePoolListAllVolumes for test driver (Osier Yang),
list: Implement virStoragePoolListAllVolumes for storage driver (Osier Yang),
list: Implement RPC calls for virStoragePoolListAllVolumes (Osier Yang),
Introduce a test suite for the JSON monitor (Daniel P. Berrange),
Add helper library for testing the qemu monitor code (Daniel P. Berrange),
Add non-null annotations to qemuMonitorOpen (Daniel P. Berrange),
Fix PMSuspend and PMWakeup events (Jiri Denemark),
virsh: Update only changed scheduler tunables (Peter Krempa),
util: Add helper to assign typed params from string (Peter Krempa),
qemu: Add range checking for scheduler tunables when changed by API (Peter Krempa),
qemu: clean up qemuSetSchedulerParametersFlags() (Peter Krempa),
list: fix typo in virsh patch (Eric Blake),
Remove duplicate symbols and add test case (Daniel P. Berrange),
python: Expose virStorageListAllStoragePools to python binding (Osier Yang),
list: Use virConnectListAllStoragePools in virsh (Osier Yang),
list: Change MATCH for common use in virsh (Osier Yang),
virsh: Fix the wrong doc for pool-list (Osier Yang),
list: Add helper to convert strings separated by ',' to array (Osier Yang),
list: Implement listAllStoragePools for test driver (Osier Yang),
list: Implement listAllStoragePools for storage driver (Osier Yang),
list: Implement the RPC calls for virConnectListAllStoragePools (Osier Yang),
list: Add helpers for listing storage pool objects (Osier Yang),
esx: Add implementation for virConnectListAllDomains() (Peter Krempa),
hyperv: Add implementation for virConnectListAllDomains() (Peter Krempa),
maint: avoid doubled name in syntax check failures (Eric Blake),
Rename iolimit to blockio (Viktor Mihajlovski),
tests: Add tests for qemu S3/S4 state configuration (Martin Kletzander),
qemu: Add support for S3/S4 state configuration (Martin Kletzander),
conf: Support for Block Device IO Limits (Viktor Mihajlovski),
virsh: Improve checking for connection when running commands (Peter Krempa),
util: Update the inconsistent and outdated comments (Osier Yang)
- Cleanups:
Remove redundant lines in src/qemu/qemu_driver.c (Tang Chen),
Remove a redundant line in src/qemu/qemu_driver.c (Tang Chen),
maint: fix up copyright notice inconsistencies (Eric Blake),
build: avoid unused symbol (Eric Blake),
Adhere to copyright_address check (Guido Günther),
qemuhelptest: convert runaway tab to spaces (Ján Tomko),
qemu: drop unused arguments for dump-guest-memory (Eric Blake),
Build: Fix typos which cause build failure (Osier Yang),
esx: Remove unused variable from esxDomainGetAutostart (Matthias Bolte),
build: avoid tabs that failed syntax-check (Eric Blake),
virsh: remove unneeded usage of vshConnectionUsability() (Peter Krempa)
0.10.1: Aug 31 2012
- Bug Fixes:
conf: Avoid formatting auto-generated DAC labels (Marcelo Cerri),
conf: Fix parsing of seclabels without model (Marcelo Cerri),
virsh: fixed incorrect timing report (Viktor Mihajlovski),
qemu: Don't ignore CPU tuning config if required cgroups are missing (Jiri Denemark),
cgroup: fix libvirtd crash caused by messed memory (Guannan Ren),
cgroup: fix a typo on extracting data from vcpu cgroup (Guannan Ren),
cgroup: read more data from cgroup cpuacct.usage_percpu (Guannan Ren),
nwfilter: adapt IP learning for broadcasted DHCP replies (Stefan Berger),
nwfilter: accept broadcasted DHCP replies in DHCP snooping code (Stefan Berger),
Fix adding ports to OVS bridges without VLAN tags (Kyle Mestery),
Fix xen driver following changes to make it stateful (Jim Fehlig),
Fix issue of PF brought down if VF is 8021.Qbh and pci passthrough (Nishank Trivedi),
nwfilter: loop generated too many rules (Stefan Berger),
security: Re-apply commit ce53382ba28179d3a504b29b4f888b6e130d53f0 (Peter Krempa),
vcpupin: Fix returning of arrays from virDomainVcpuPinAdd (Peter Krempa),
qemu: Fix possible infinite loop and segfault on error path. (Peter Krempa),
qemu: Clean up security driver initialisation and config file (Peter Krempa),
qemu: Revert to blocking behavior of qemuAgentCommand (Jiri Denemark),
qemu: Remove redundant parameter from qemuAgentSend (Jiri Denemark),
network: get vlan info for Open vSwitch interfaces from proper source (Laine Stump),
Small cleanup on previous patch (Daniel Veillard),
Fix a crash when using Open vSwitch virtual ports (Kyle Mestery),
qemu: Sort the numa params only when it affects the live config (Osier Yang),
Fix configuration of QEMU security drivers (Daniel P. Berrange),
qemu: Refactor initialisation of security drivers. (Peter Krempa),
Revert "security: Add DAC to security_drivers" (Peter Krempa),
qemu: Fix starting domains with no cpu cgroup (Jiri Denemark)
- Documentation:
virsh: Document subdriver option of attach-disk (Jiri Denemark),
update option force to subcommand change-media (Guannan Ren),
Fix typo in CPU tuning (Jiri Denemark),
Fix emulator pinning example in formatdomain.html (Peter Krempa)
- Improvements:
Implement virMacAddrIsBroadcastRaw (Stefan Berger)
- Cleanups:
security: remove dead code from virSecurityDACGenLabel (Alex Jia)
0.10.0: Aug 29 2012
- Features:
agent: add qemuAgentArbitraryCommand() for general qemu agent command (MATSUDA Daiki),
Introduce virDomainPinEmulator and virDomainGetEmulatorPinInfo functions. (Tang Chen),
network: use firewalld instead of iptables, when available (Thomas Woerner),
network: make network driver vlan-aware (Laine Stump),
esx: Implement network driver (Matthias Bolte),
driver for parallels hypervisor (Dmitry Guryanov),
Various LXC improvements (Daniel P. Berrange),
Add virDomainGetHostname (Guido Günther)
- Documentation:
CPU allocation and pinning clarification (Martin Kletzander),
libssh2_transport: Add docs to remote.html (Peter Krempa),
Fix some typos in messages, docs and comments. (Yuri Chornoivan),
fix blockpull/blockcopy bandwidth Mbps -> MiB/s (Stefan Hajnoczi),
qemu: modify 3 error messages (Martin Kletzander),
Enhance documentation of log_filters (Jiri Denemark),
Update libvirtd --help output to match code (Doug Goldstein),
Update paths in man page to reflect libvirtd code (Doug Goldstein),
Fix man page file paths to real paths (Doug Goldstein),
Update documentation for CPU quota/period support for LXC (Sukadev Bhattiprolu),
docs/virsh: various minor fixes (Martin Kletzander),
autogenerate search.php (Martin Kletzander),
fix 404 page when fetched from different location (Martin Kletzander),
Add method to print warnings in docBuilder class (Peter Krempa),
maint: avoid regression on copyright listings (Eric Blake),
maint: Use consistent copyright. (Osier Yang),
add more description on libvirtd option timeout (Guannan Ren),
virsh man page - domain-id consistency (Jan Tomko),
Fixup manpage names and copyright dates (Laine Stump),
conf: Fix typo in virDomainHostdevSubsys comment (Jiri Denemark),
maint: spelling correction in AUTHORS (Eric Blake),
virsh: Clarify that memtune parameters may be rounded in the man page (Jan Tomko),
Fix time keeping example for the guest clock (Doug Goldstein),
Desert the FSF address in copyright (Osier Yang),
Improve patch submission guidelines (Michal Privoznik),
Clarify direct migration (Jiri Denemark),
added description of the vendor_id attribute (Hendrik Schwartke),
virsh: Clarify documentation for virsh dompmsuspend command (Peter Krempa)
- Portability:
Don't require gawk for a simple print expression (Guido Günther),
Portability fixes for non-linux or old linux platforms (Daniel Veillard),
build: define 'inline' iff HAVE_LIBNL1 (Michal Privoznik),
build: work with older libnl1 headers (Eric Blake),
specfile: require libnl3 for Fedora >= 18 and RHEL >= 7 (Laine Stump),
build: add LIBNL_CFLAGS to build of libvirt_lxc (Laine Stump),
Fix a missing build requirement on dbus-devel (Daniel Veillard),
Fix parameter list in virNetlinkEvent{Add,Remove}Client Win32 stubs (Daniel P. Berrange),
build: avoid $(builddir) in Makefile (Eric Blake),
build: network requires location of dbus headers (Eric Blake),
atomic: mark header functions static (Eric Blake),
build: work with glibc that lacks CPU_COUNT (Eric Blake),
build: work with older RHEL 5 kernel (Eric Blake),
build: silence stupid gcc warning on STREQ_NULLABLE (Eric Blake),
Fix parsing of uid/gid on Mingw32 (Daniel P. Berrange),
build: fix build with autoconf 2.59 (Eric Blake),
Fix build of virsh on Win32 by moving SA_SIGINFO stub (Daniel P. Berrange),
Make Win32 stub of vshAskReedit non-static (Daniel P. Berrange),
Fix WIN32 conditional for disabling console command (Daniel P. Berrange),
build: avoid warnings on older gcc (Eric Blake),
Fix virJSONValueToString prototype for Mingw32 (Daniel P. Berrange),
random: link with -lm when needed (Eric Blake),
build: fix link error with appArmor (Eric Blake),
virsh.c: Fix compiler warning (Cole Robinson),
Avoid clash of base64 symbols (Daniel P. Berrange),
build: fix build without HAVE_CAPNG (Eric Blake),
Fix libnl CFLAGS/LIBS inclusion (Doug Goldstein),
build: fix compilation without struct ifreq (Eric Blake),
configure: rbd doesn't need -lcrypto (Cole Robinson),
build: fix typo that breaks non-Linux builds (Eric Blake)
- Bug Fixes:
nwfilter: Don't try to acquire DBus context when DBus is disabled (Peter Krempa),
util: Prevent libvirtd crash (Alex Jia),
security_dac: Don't return uninitialised uid and gid for image labels (Peter Krempa),
security_dac: Don't return uninitialised value when parsing seclabels (Peter Krempa),
security_dac: Avoid segfault when no label is requested (Peter Krempa),
util: Fix error message when getpwuid_r fails to find the user (Peter Krempa),
conf: Fix the problem which cause libvirtd to crash (Osier Yang),
qemu: Fix define logic (Michal Privoznik),
qemu_agent: Switch to virReportSystemError() on system error (Michal Privoznik),
conf: prevent NULL pointer access in virSecurityLabelDefsParseXML (Ján Tomko),
rpc: fix segmentation fault caused by null client-sock (Guannan Ren),
qemu: fix regression with spice tls port allocation (Martin Kletzander),
qemu: fix regression with pinning (Martin Kletzander),
virsh: fix missing return value (Alex Jia),
xen-xs: fix uuid of renamed domain (Philipp Hahn),
openvz: check the exitstatus of vzlist (Laine Stump),
network: fix virtual network bridge delay setting (Laine Stump),
qemu: forbid suspend if already pmsuspended (Michal Privoznik),
fix check of vcpuid in virDomainVcpuPinDefParseXML (Hu Tao),
util: eliminate erroneous VIR_WARNs in (eb|ip)tables.c (Laine Stump),
dnsmasq: avoid forwarding queries without a domain (Gene Czarcinski),
virsh: don't print error info when snapshot xml is not changed (Guannan Ren),
Fix typo in Makefile.am s/LDFOAGS/LDFLAGS/ (Daniel P. Berrange),
client: Change default location of known_hosts file for libssh2 layer (Peter Krempa),
command: avoid double close in virExecWithHook (Ján Tomko),
Fix regression generating image context (Daniel P. Berrange),
selinux: Fix incorrect object label generation. (Viktor Mihajlovski),
conf: log error when encountering multiple filterrefs in interface (Laine Stump),
openvz: unlock virDomainObj objects in openvzOpen (Dmitry Guryanov),
util: typos in fallback code fo virDoubleToStr (Martin Kletzander),
Fix timebomb in LIBVIRT_VERSION_INFO calculation (Daniel P. Berrange),
json: fix interface locale dependency (Martin Kletzander),
virsh: say save-image-edit failed only when it does (Ján Tomko),
sanlock: don't unlink lockspace if registration fails (Asad Saeed),
build: Distribute check-symfile.pl (Cole Robinson),
Release only specific sanlock resource (Frido Roose),
build: fix binary location in stap files --with-driver-modules (Laine Stump),
nwfilter: fix crash during filter define when lxc driver failed startup (Laine Stump),
nwfilter: remove target table before renaming it (Stefan Berger),
qemu: Fix debug message in p2p migration (Jiri Denemark),
Fix errno check, prevent spurious errors under heavy load (Peter Feiner),
rpc: fix a virObject typo error in struct _virNetServer (Guannan Ren),
Set LIBVIRT_AUTOSTART=0 when running test suites (Daniel P. Berrange),
qemu: Set reasonable RSS limit on domain startup (Michal Privoznik),
conf: Remove console stream callback only when freeing console helper (Peter Krempa),
client: Free message when freeing client (Peter Krempa),
build: fix "make rpm" (Laine Stump),
Fix typo s/AM_CLFAGS/AM_CFLAGS/ in sanlock link (Daniel P. Berrange),
virsh: console: Avoid using stream after being freed. (Peter Krempa),
remote: Fill snapshot argument in remoteDomainSnapshotListAllChildren (Peter Krempa),
qemu: Fix typo in qemuDomainModifyDeviceFlags (Michal Privoznik),
build: commit to 0.10.0 release naming (Eric Blake),
build: Link security driver into daemon (Jiri Denemark),
Fix rpm build failures (Daniel Veillard),
Add missing parallels_utils.h to Makefile.am (Daniel Veillard),
qemu: syntax fix (Marc-André Lureau),
qemu: fix use after free (Eric Blake),
build: distribute virsh related source files (Guannan Ren),
daemon: Fix crash in virTypedParameterArrayClear (Jiri Denemark),
conf: Remove callback from stream when freeing entries in console hash (Peter Krempa),
Process all pending I/O for a RPC client before checking EOF (Daniel P. Berrange),
libvirt-guests: systemd host shutdown does not work (Gerd v. Egidy),
virsh: Fix error resetting on fallback paths (Peter Krempa),
virsh: Check for existence of storage before undefining the domain (Peter Krempa),
util: Fix typoes on return value and comments (Guannan Ren),
fixed SegFault in virauth (Martin Kletzander),
virsh: fixed domdisplay command (Martin Kletzander),
building: fix deps error when some drivers are not built (Wen Congyang),
ESX: Fix ESX_VI__TEMPLATE__DYNAMIC_DEEP_COPY (Ata E Husain Bohra),
tests: avoid seclabeltest crash (Eric Blake),
Only enforce check for YAJL when starting a VM (Daniel P. Berrange),
Make the 'lxc_driver' global variable non-static (Gao feng),
Reset the 'quit' flag in virNetServerRun (Daniel P. Berrange),
Don't autostart domains when reloading config (Daniel P. Berrange),
esx: Fix esxVI_String_Deserialize (Matthias Bolte),
nodeinfo: deal with offline cpus in a node (Eric Blake),
lxcContainerMountCGroups also mounts a tmpfs that needs to be labeled. (Dan Walsh),
remote: Fix locking in stream APIs (Jiri Denemark),
qemu: Do not fail virConnectCompareCPU if host CPU is not known (Jiri Denemark),
qemu: Fix probing for guest capabilities (Jiri Denemark),
fix failure when building with --disable-debug (Hu Tao),
virsh: remove unnecessary sleep for nodecpustats --percent (Viktor Mihajlovski),
Fix daemon auto-spawning (Christophe Fergeau),
Fix directory removal in filesystem storage driver (Sascha Peilicke),
storage: Default pool permission mode to 0755 (Osier Yang),
Fix shutdown of LXC controller (Daniel P. Berrange),
openvz: Handle domain obj hash map errors (Guido Günther),
Fix /domain/features setting in qemuParseCommandLine (Christophe Fergeau),
systemd: start libvirtd after network (Jim Fehlig),
util: Use current uid and gid if they are passed as -1 for virDirCreate (Osier Yang),
virsh: Ensure the parents of the readline history path exists (Osier Yang),
Fix a string format bug in qemu_cgroup.c (tangchen),
storage_backend_fs: Allocate entry for host before accessing it (Peter Krempa),
storage_backend_fs: Don't free a part of a structure on error (Peter Krempa),
Only ummount /proc, /sys, /dev if the root source is '/' (Daniel P. Berrange),
Fix one test regression on auth Ceph support (Daniel Veillard),
Avoid build shared source files again for libvirt_lxc (Daniel P. Berrange),
qemu: Always set auth_supported for Ceph disks. (Wido den Hollander),
virsh: Fix ordering of arguments when calling vshCalloc. (Peter Krempa),
remote: Fill remote parameters in remoteDomainListAllSnapshots() (Peter Krempa),
qemu: Mark domains as having managed state image only on managed save (Peter Krempa),
fix key error for qemuMonitorGetBlockStatsInfo (lvroyce)
- Improvements:
Introduce new VIR_ERR_AGENT_UNRESPONSIVE error code (Michal Privoznik),
qemu: Switch to unified func name (Michal Privoznik),
snapshot: rename an enum (Eric Blake),
snapshot: split snapshot conf code into own file (Eric Blake),
snapshot: make virDomainSnapshotObjList opaque (Eric Blake),
conf: Don't always require security/@model (Michal Privoznik),
security: Add DAC to security_drivers (Michal Privoznik),
nwfilter: don't log error if firewalld is disabled, improve diagnostics (Laine Stump),
qemu-agent: available in 0.10.0 (Eric Blake),
agent: add qemu-agent-command to virsh (MATSUDA Daiki),
agent: add python module support (MATSUDA Daiki),
agent: add remote driver support (MATSUDA Daiki),
agent: add qemu driver support (MATSUDA Daiki),
agent: add virDrvDomainQemuAgentCommand prototype for drivers. (MATSUDA Daiki),
agent : add @seconds variable to qemuAgentSend(). (MATSUDA Daiki),
Add uevent netlink service. (Tang Chen),
Introduce virNetlinkEventServiceStopAll() to stop all netlink services. (Tang Chen),
Improve netlink to support all protocol. (Tang Chen),
libssh2_session: Add support for creating known_hosts file (Peter Krempa),
qemu: support of emulator_period and emulator_quota's modification (Wen Congyang),
new interface to control emulator_period/emulator_quota (Hu Tao),
qemu: introduce period/quota tuning for emulator (Hu Tao),
limit cpu bandwidth only for vcpus (Hu Tao),
new command emulatorpin (Hu Tao),
Add a new function vshPrintPinInfo. (Hu Tao),
remote: introduce emulator pinning RPCs (Tang Chen),
qemu: support emulator pinning (Hu Tao),
Introduce virDomainEmulatorPinAdd and virDomainEmulatorPinDel functions (Tang Chen),
Add qemuProcessSetEmulatorAffinites and set emulator threads affinities (Tang Chen),
qemu: synchronize emulatorpin info to cgroup (Tang Chen),
Support emulatorpin xml parse. (Tang Chen),
Change virDomainVcpuPinDefParseXML to support parsing emulatorpin (Hu Tao),
Enable cpuset cgroup and synchronous vcpupin info to cgroup. (Hu Tao),
updates of some vcpupin related functions (Hu Tao),
refactor virDomainVcpuPinAdd() (Hu Tao),
add function bitmapFromBytemap() to convert bytemap to bitmap (Hu Tao),
create a new cgroup and move all emulator threads to the new cgroup (Wen Congyang),
Introduce the function virCgroupMoveTask (Hu Tao),
Introduce the function virCgroupForEmulator (Wen Congyang),
output status information during guest shutdown again (Gerd v. Egidy),
qemu: Disk Geometry Override Support (J.B. Joret),
Support for Disk Geometry Override (J.B. Joret),
nwfilter: provide basic support for firewalld (Stefan Berger),
sanlock: Provide better error if lockspace directory is missing (Jiri Denemark),
daemon: Autodetect lock driver directory (Jiri Denemark),
build: split driver_storage into convenience library (Eric Blake),
libssh2_transport: Use libssh2 driver code in remote driver (Peter Krempa),
libssh2_transport: Add libssh2 session support to net client code (Peter Krempa),
libssh2_transport: add ssh context support to virNetSocket (Peter Krempa),
libssh2_transport: add main libssh2 transport implementation (Peter Krempa),
Add test case for SELinux label generation (Daniel P. Berrange),
Honour current sensitivity and category ranges in SELinux label generation (Daniel P. Berrange),
qemu: configurable remote display port boundaries (Martin Kletzander),
qemu: Unify port-wise SPICE and VNC behavior (Martin Kletzander),
virsh: split out virsh-volume.c (Eric Blake),
virsh: split out virsh-snapshot.c (Eric Blake),
virsh: split out virsh-secret.c (Eric Blake),
virsh: split out virsh-pool.c (Eric Blake),
virsh: split out virsh-nwfilter.c (Eric Blake),
virsh: split out virsh-nodedev.c (Eric Blake),
virsh: split out virsh-network.c (Eric Blake),
virsh: split out virsh-interface.c (Eric Blake),
virsh: declare more common functions (Eric Blake),
virsh: split out virsh-host.c (Eric Blake),
virsh: split out virsh-domain-monitor.c (Eric Blake),
Update the remote API (Marcelo Cerri),
Support for multiple default security drivers in QEMU config (Marcelo Cerri),
Update security layer to handle many security labels (Marcelo Cerri),
Multiple security drivers in XML data (Marcelo Cerri),
Internal refactory of data structures (Marcelo Cerri),
virsh: use common namespacing (Eric Blake),
Add support for creating sockets & RPC servers from a pre-opened fd (Daniel P. Berrange),
Refactor impl of the virNetServerClientNew method (Daniel P. Berrange),
Refactor the way new clients are registered with the server (Daniel P. Berrange),
virsh: split out virsh-domain.c (Eric Blake),
virsh: split out virsh.h (Eric Blake),
virsh: move vshWatchJob earlier (Eric Blake),
qemu: support netdevs from <forward mode='hostdev'> networks (Shradha Shah),
network: support <forward mode='hostdev'> in network driver (Shradha Shah),
conf: add function virDevicePCIAddressEqual (Shradha Shah),
network: return netdev name or pci addr of the VF in actualDevice (Shradha Shah),
conf: parser/formatter/rng for <forward mode='hostdev'> (Shradha Shah),
network: helper function to create interface pool from PF (Shradha Shah),
conf: move DevicePCIAddress functions to separate file (Shradha Shah),
conf: Fix ABI stability check for spicevmc channel (Jiri Denemark),
network: add support for setting VLANs on Open vSwitch ports (Kyle Mestery),
qemu: Set swap_hard_limit before hard_limit (Osier Yang),
build: ship stamp files (Eric Blake),
qemu: support setting vlan tag for <interface type='hostdev'> (Laine Stump),
util: properly save/restore original vlan tag for VFs (Laine Stump),
qemu: Ensure the cpuset is formatted as expected before passing to cgroup (Osier Yang),
conf: add <vlan> element to network and domain interface elements (Laine Stump),
util: add virNetDevVlanType (Laine Stump),
schema: fix some problems in network/interface schemas (Laine Stump),
util: include memory.h even if WITH_VIRTUALPORT isn't defined (Laine Stump),
Replace unset REMOTE_PID_FILE with proper value (Doug Goldstein),
Refactor RPC client private data setup (Daniel P. Berrange),
Add further debugging lines to domain lock manager (Daniel P. Berrange),
Allow sync IO and keepalives to be skipped in RPC client setup (Daniel P. Berrange),
Change interaction when accepting new RPC client connections (Daniel P. Berrange),
Add APIs for virThreadPoolPtr to query some config params (Daniel P. Berrange),
Allow control over JSON string pretty printing (Daniel P. Berrange),
Change function signature for creating new lock manager instances (Daniel P. Berrange),
parallels: add domain configuration example (Dmitry Guryanov),
parallels: cleanup parallelsOpen and fix error message (Dmitry Guryanov),
parallels: change URI to parallels:///system (Dmitry Guryanov),
virsh: Add helper to avoid the strcase check for virsh-*.c (Osier Yang),
network: add connections counter to networks (Laine Stump),
network: change cleanup: to success/cleanup/error: in network*() functions (Laine Stump),
conf: output forward device connections count in network XML (Laine Stump),
conf: rename interface "usageCount" to "connections" (Laine Stump),
conf: use a unique data type for PF array in virDomainNetDef (Laine Stump),
network: merge relevant virtualports rather than choosing one (Laine Stump),
conf: support partially-specified <virtualport> in parser and formatter (Laine Stump),
conf: simplify Buffer Indentation in virDomainNetDefFormat (Laine Stump),
conf: make error returns from virDomainActualNetDefFormat consistent (Laine Stump),
conf: move virtPortProfile out of unions in virDomainNetDef (Laine Stump),
util: utility functions for virNetDevVPortProfile (Laine Stump),
util: add openvswitch case to virNetDevVPortProfileEqual (Laine Stump),
util: eliminate union in virNetDevVPortProfile (Laine Stump),
util: make return value of virUUIDFormat and virMacAddrFormat useful (Laine Stump),
Pull code which finds a free MCS label out into its own method (Daniel P. Berrange),
Honour current user and role in SELinux label generation (Daniel P. Berrange),
Fix error reporting in virSecuritySELinuxGenNewContext (Daniel P. Berrange),
Use VIR_ERR_CONFIG_UNSUPPORTED if requested security driver is disabled (Daniel P. Berrange),
Add missing domain_conf.h include in security_manager.h (Daniel P. Berrange),
Add virRandom() API to generate numbers with non-power-of-2 limit (Daniel P. Berrange),
virsh: make 'help' command ignore spurious options (Cole Robinson),
virsh: Convert '<cmd> --help' to 'help <cmd>' (Cole Robinson),
virterror: Add error message for unsupported operations. (Peter Krempa),
build: fix PROBE() usage of intptr_t (Eric Blake),
esx: Remove redundant checks for esxVI_LookupHostSystemProperties result (Matthias Bolte),
esx: Fix dynamic deep copy (Matthias Bolte),
esx: Implement interface driver (Matthias Bolte),
Add APIs for obtaining the unique ID of LVM & SCSI volumes (Daniel P. Berrange),
examples: Update strings for event details (Jiri Denemark),
qemu: Migrate at unlimited speed by default (Jiri Denemark),
qemu: Refactor parsing of block device IO tuning parameters. (Peter Krempa),
remote: Clean up coding style and refactor remote connection opening (Peter Krempa),
Allow rbd backing stores (Peter Feiner),
qemu: add two qemu caps for lsi and virtio-scsi SCSI controllers (Guannan Ren),
qemu: add capabilities flags related to scsi controller (Guannan Ren),
util: include stderr in log message when an external command fails (Laine Stump),
Turn virNetClient* into virObject instances (Daniel P. Berrange),
Turn virNetServer* into virObject instances (Daniel P. Berrange),
Turn virSocket into a virObject (Daniel P. Berrange),
Turn virKeepAlive into a virObject (Daniel P. Berrange),
Turn virNetSASLContext and virNetSASLSession into virObject instances (Daniel P. Berrange),
Turn virNetTLSContext and virNetTLSSession into virObject instances (Daniel P. Berrange),
Turn qemuAgentPtr and qemuMonitorPtr into virObjectPtr instances (Daniel P. Berrange),
Turn virDomainObjPtr into a virObjectPtr (Daniel P. Berrange),
Convert public datatypes to inherit from virObject (Daniel P. Berrange),
Add a generic reference counted virObject type (Daniel P. Berrange),
apparmor: QEMU bridge helper policy updates (Richa Marwaha),
Add -netdev bridge support (Richa Marwaha),
Add -netdev bridge capabilities (Richa Marwaha),
virrandom: make virRandomInitialize an automatic one-shot (Eric Blake),
virsh: Use vshPrint instead of printf (Osier Yang),
xen-xm: Generate UUID if not specified (Jim Fehlig),
ESX: Add "Byte" datatype (Ata E Husain Bohra),
parallels: translate error message (Eric Blake),
Export virUUIDIsValid to libvirt internal code (Daniel P. Berrange),
qemu: Allow to attach/detach controller device persistently (Osier Yang),
Added timestamps to storage volumes (Hendrik Schwartke),
Update xml schemas according to libvirt source (Ján Tomko),
build: add stubs so mdns code can be unconditionally compiled (Eric Blake),
virsh: Switch to close callback (Michal Privoznik),
daemon: Portable auto-detection of driver module directory (Jiri Denemark),
build: Rename security manager library (Jiri Denemark),
build: Link security manager into libvirt.so (Jiri Denemark),
Rewrite virAtomic APIs using GLib's atomic ops code (Daniel P. Berrange),
Remove manual one-shot global initializers (Daniel P. Berrange),
qemu: Add support for "none" USB controller (Peter Krempa),
domain_conf: Add helpers to verify if device configuration is valid (Peter Krempa),
domain_conf: Add USB controler model "none" (Peter Krempa),
storage: netfs and iscsi need option srcSpec for resource discovery (Guannan Ren),
maint: consolidate AUTHOR listings for Gerd von Egidy (Gerd v. Egidy),
parallels: implement VM creation (Dmitry Guryanov),
parallels: add storage driver (Dmitry Guryanov),
parallels: implement virDomainDefineXML operation for existing domains (Dmitry Guryanov),
parallels: add support of VNC remote display (Dmitry Guryanov),
parallels: get info about serial ports (Dmitry Guryanov),
parallels: implement functions for domain life cycle management (Dmitry Guryanov),
parallels: add functions to list domains and get info (Dmitry Guryanov),
add function virCommandNewVAList (Dmitry Guryanov),
parallels: add driver skeleton (Dmitry Guryanov),
Only perform symbol check against libvirt.so (Daniel P. Berrange),
Don't link nwfilter or secrets driver to libvirt.so (Daniel P. Berrange),
Remove bogus libvirt_network.syms file (Daniel P. Berrange),
build: Don't export xenLinuxDomainBlockStats symbol (Jiri Denemark),
Improve error message in LXC startup with network is not active (Daniel P. Berrange),
Remove tabs from all perl files & enforce this (Daniel P. Berrange),
Add handling for reboots of LXC containers (Daniel P. Berrange),
Allow CAP_SYS_REBOOT on new enough kernels (Daniel P. Berrange),
Run an RPC protocol over the LXC controller monitor (Daniel P. Berrange),
Make RPC code generator a little more flexible (Daniel P. Berrange),
Move LXC monitor code out into separate file (Daniel P. Berrange),
Convert the LXC driver to use virNetClient (Daniel P. Berrange),
Replace use of lxcError with virReportError (Daniel P. Berrange),
Rename lxc_driver_t to virLXCDriver (Daniel P. Berrange),
Rename all APIs in lxc_domain.c to have a virLXCDomain prefix (Daniel P. Berrange),
Rename all APIs in lxc_process.c to have a virLXCProcess prefix (Daniel P. Berrange),
Extend events demo to show close callbacks in use (Daniel P. Berrange),
Update remote driver to support the connection close callbacks (Daniel P. Berrange),
Add callback to virNetClient to be invoked on connection close (Daniel P. Berrange),
Ensure client is marked for close in all error paths (Daniel P. Berrange),
Add public API to register a callback to be invoked on connection close (Daniel P. Berrange),
esx: Improve error reporting for unknown VI types (Matthias Bolte),
security: Skip labeling resources when seclabel defaults to none (Jiri Denemark),
lib: Revert removing of Summary and Description fields in headers (Peter Krempa),
Add a test case that checks there are no bogus entries in .syms (Daniel P. Berrange),
virsh: Refactor error clearing on graceful fallback paths (Peter Krempa),
maint: don't permit format strings without % (Eric Blake),
maint: avoid empty regex in syntax checker (Eric Blake),
virsh: check if specified debug level is in range (Ján Tomko),
build: update to latest gnulib, for secure tarball (Eric Blake),
util: set minimum value of nodesuspend duration to 60 seconds (Guannan Ren),
virsh: Move command group definition into its own file (Osier Yang),
virsh: Split cmds in node device group from virsh.c (Osier Yang),
virsh: Split cmds in host group from virsh.c (Osier Yang),
virsh: Split cmds to manage domain snapshot from virsh.c (Osier Yang),
virsh: Split cmds to manage secret from virsh.c (Osier Yang),
virsh: Split cmds to manage network filter from virsh.c (Osier Yang),
virsh: Split cmds to manage host interface from virsh.c (Osier Yang),
virsh: Split cmds to manage network from virsh.c (Osier Yang),
virsh: Split cmds of storage pool group from virsh.c (Osier Yang),
virsh: Split cmds of storage volume group from virsh.c (Osier Yang),
virsh: Split cmds of domain group from virsh.c (Osier Yang),
virsh: Split cmds for domain monitoring from virsh.c (Osier Yang),
virsh: Move definition of cmds and cmd groups right at the top of main (Osier Yang),
daemon: Fix the wrong macro name (Osier Yang),
More advanced auto-detection of driver module directory (Daniel P. Berrange),
adding handling EINTR to poll to make it more robust (Royce Lv),
build: regenerate .png files (Eric Blake),
Make ESX & Hyper-V code generator safe with parallel builds (Daniel P. Berrange),
tests: Add support for catching domain XML parsing errors (Peter Krempa),
maint: Clean up coding style and fix error message spelling (Peter Krempa),
Fix test failure when no IPv6 is avail (Doug Goldstein),
vmx: handle shared folders parsing (Jean-Baptiste Rouault),
vmx: handle shared folders formatting (Jean-Baptiste Rouault),
openvz: Implement domainGetHostname (Guido Günther),
openvz: Add openvzVEGetStringParam (Guido Günther),
remote: Provide RPC call for domainGetHostname (Guido Günther),
virsh: Add domhostname (Guido Günther),
Report 'errno' in int1 field of virErrorPtr (Daniel P. Berrange),
Use a hash table for storing MCS labels (Daniel P. Berrange),
Fix error handling when adding MCS labels (Daniel P. Berrange),
Use standard naming prefix for SELinux driver function names (Daniel P. Berrange),
Disable NWFilter driver completely when unprivileged (Daniel P. Berrange),
Replace use of custom macros with virReportError in the Xen drivers (Daniel P. Berrange),
Make sure xenHypervisorInit correctly reports errors (Daniel P. Berrange),
Ensure failure to talk to Xen hypervisor is fatal when privileged (Daniel P. Berrange),
Using virOnce for global initialization (Daniel P. Berrange),
Replace use of VMX_ERROR with virReportError (Daniel P. Berrange),
Replace use of virNetError with virReportError (Daniel P. Berrange),
Replace use of virConfError with virReportError (Daniel P. Berrange),
Replace use of nodeReportError with virReportError (Daniel P. Berrange),
Replace use of virSecurityReportError with virReportError (Daniel P. Berrange),
Replace use of PHYP_ERROR with virReportError (Daniel P. Berrange),
Replace use of HYPERV_ERROR with virReportError (Daniel P. Berrange),
Replace use of ESX_ERROR & ESX_VI_ERROR with virReportError (Daniel P. Berrange),
Replace use of virLockError with virReportError (Daniel P. Berrange),
Replace use of libxlError with virReportError (Daniel P. Berrange),
Add missing "%s" format string to constant error messages in lock manager (Jiri Denemark),
Add missing "%s" format string to constant error messages in libxl driver (Jiri Denemark),
Replace use of streamsReportError with virReportError (Daniel P. Berrange),
Replace use of remoteError with virReportError (Daniel P. Berrange),
Replace use of XENXS_ERROR with virReportError (Daniel P. Berrange),
Replace use of openvzError with virReportError (Daniel P. Berrange),
Fix Xen driver to have sensible error messages (Daniel P. Berrange),
Move LXC process management code into separate file (Daniel P. Berrange),
Move cgroup setup code out of lxc_controller.c (Daniel P. Berrange),
Move LXC domain private data into separate file (Daniel P. Berrange),
Replace use of vmwareError with virReportError (Daniel P. Berrange),
Replace use of virCPUReportError with virReportError (Daniel P. Berrange),
Replace use of testError with virReportError (Daniel P. Berrange),
Replace use of vboxError with virReportError (Daniel P. Berrange),
Replace use of xenapiError with virReportError (Daniel P. Berrange),
Replace use of qemuReportError with virReportError (Daniel P. Berrange),
qemu: Add missing "%s" before translation macros (Peter Krempa),
Replace use of umlReportError with virReportError (Daniel P. Berrange),
Add lots of internal symbols to libvirt_private.syms (Daniel P. Berrange),
If in delay close mode for an RPC client, don't read further data (Daniel P. Berrange),
Add missing deps on driver modules in libvirt RPM (Daniel P. Berrange),
Replace use of networkReportError with virReportError (Daniel P. Berrange),
maint: add mailmap entry for Dan Walsh (Eric Blake),
esx: Extend esxVI_CURL_Download for partial downloads (Matthias Bolte),
Replace use of interfaceReportError with virReportError (Daniel P. Berrange),
Replace use of virNWFilterReportError with virReportError (Daniel P. Berrange)i Add missing "%s" with constant string error message in nwfilter_dhcpsnoop.c (Daniel P. Berrange),
Add a sheepdog backend for the storage driver (Sebastian Wiedenroth),
Mount all tmpfs filesystems with correct SELinux label (Daniel J Walsh),
Replace use of virNodeDeviceReportError with virReportError (Daniel P. Berrange),
Replace use of virSecretReportError with virReportError (Daniel P. Berrange),
Replace use of virStorageReportError with virReportError (Daniel P. Berrange),
Add missing "%s" format to const error message in RBD storage driver (Daniel P. Berrange),
Convert all files in src/conf/ to use virReportError() (Daniel P. Berrange),
Add missing _(...) around 2 error messages in test driver (Daniel P. Berrange),
Fix parameter passed with VIR_ERR_INVALID_ARG in sanlock driver (Daniel P. Berrange),
Convert all files in src/rpc/ to use virReportError() (Daniel P. Berrange),
Convert (nearly) all files in src/util/ to use virReportError() (Daniel P. Berrange),
Fix bogus cast to (int) in virNetServerMDNSTimeoutNew (Daniel P. Berrange),
Add missing "%s" with constant string error message in stats_linux.c (Daniel P. Berrange),
Remove newline from end of error message in virnodesuspend.c (Daniel P. Berrange),
Add _(...) around two error messages in src/util/ (Daniel P. Berrange),
Introduce virReportError macro for general error reporting (Daniel P. Berrange),
xenapi: Convert to virMacAddr (Jiri Denemark),
nwfilter: Convert to virMacAddrPtr not virMacAddrPtr* (Michal Privoznik),
nwfilter: Convert to virMacAddrPtr completely (Michal Privoznik),
Convert 'raw MAC address' usages to use virMacAddr (Stefan Berger),
Wire up handling for QMP's BALLOON_EVENT (Daniel P. Berrange),
Define public API for receiving guest memory balloon events (Daniel P. Berrange),
ARMHF: CPU Support for armhf. (Chuck Short),
Support creation of sparse LVM volumes (Daniel P. Berrange),
Remove all use of virRun in storage code (Daniel P. Berrange),
test: Add test case for nodeinfotest if host machine doesn't have NUMA (Peter Krempa),
test: Add new test case for nodeinfotest (Peter Krempa),
nodeinfo: Fix gathering of nodeinfo data structure (Peter Krempa),
nodeinfo_test: Enhance test data before changing nodeinfo gathering (Peter Krempa),
S390: Adding testcases for s390 (Viktor Mihajlovski),
S390: Domain Schema for s390-virtio machines. (Viktor Mihajlovski),
S390: Add support for virtio-s390 devices. (Viktor Mihajlovski),
qemu: Change tests to use (modified) qemuDomainAssignAddresses (Viktor Mihajlovski),
qemu: Extended qemuDomainAssignAddresses to be callable from everywhere. (Viktor Mihajlovski),
build: detect all improper uses of _("%s") (Eric Blake),
maint: update preferred contributor name (Eric Blake),
storage_conf: Break long line and polish coding style (Peter Krempa),
esx: Wrap libcurl multi handle (Matthias Bolte),
Switch to using virNetServer APIs for monitor socket (Daniel P. Berrange),
Move loop device setup code into virfile.{c,h} (Daniel P. Berrange),
Move cgroup objects into virLXCControllerPtr (Daniel P. Berrange),
Move monitor into virLXCControllerPtr (Daniel P. Berrange),
Move /dev/pts setup out of virLXCControllerRun (Daniel P. Berrange),
Move security manager into virLXCControllerPtr object (Daniel P. Berrange),
Move loop device FDs into virLXCControllerPtr object (Daniel P. Berrange),
Move daemon handshake FD into virLXCControllerPtr (Daniel P. Berrange),
Make console handling part of virLXCControllerPtr (Daniel P.