aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix virt-aa-helper when host and os.type arch differJamie Strandboge2009-11-132-36/+131
* Add translation of PCI vendor and product IDsDavid Allan2009-11-123-5/+74
* Remove DevKit node device backendDavid Allan2009-11-125-468/+1
* Add scsi_target device typeDavid Allan2009-11-123-0/+81
* Implement a node device backend using libudevDavid Allan2009-11-1215-47/+1711
* Add several fields to node device capabilitiesDavid Allan2009-11-122-0/+35
* Add virConnectGetLibvirtVersion APICole Robinson2009-11-1225-2/+175
* Implement finer grained migration control for XenMaximilian Wilhelm2009-11-124-3/+67
* Support for SATA Disks in virDomainDiskBuspritesh2009-11-123-2/+5
* LXC implement missing DomainInterfaceStats APIRyota Ozaki2009-11-121-1/+61
* Filter out stale domains from xenstore listingDaniel P. Berrange2009-11-123-10/+51
* Fix logic in xenUnifiedNumOfDomains to match xenUnifiedListDomainsJonas Eriksson2009-11-125-9/+28
* Disable IPv6 socket auto-binding to IPv4 socketDaniel P. Berrange2009-11-121-0/+15
* Exclude numactl on s390[x]Daniel P. Berrange2009-11-121-0/+4
* Fix error handling in qemuMonitorOpenRyota Ozaki2009-11-121-0/+2
* Fix save and restore with non-privileged guests and SELinuxDaniel P. Berrange2009-11-113-3/+62
* disable mac_filter config switch by defaultGerhard Stenzel2009-11-111-1/+4
* Prevent initializing ebtables if disabled in qemu.confRyota Ozaki2009-11-111-1/+1
* phyp: too much timeout when polling socketEduardo Otubo2009-11-111-2/+2
* Fix warning on make due to missing cast (int)Ryota Ozaki2009-11-112-4/+4
* phyp: Reorder keyboard_interactive label in openSSHSession()Eduardo Otubo2009-11-111-7/+10
* Implmentation of new APIs to checking state/persistence of objectsDaniel P. Berrange2009-11-1025-66/+1775
* New APIs for checking some object propertiesDaniel P. Berrange2009-11-1017-0/+432
* Various fixes following a code review part 2Daniel Veillard2009-11-102-12/+6
* Various fixes following a code reviewDaniel Veillard2009-11-1014-45/+46
* Allow timeouts waiting for QEMU job lockDaniel P. Berrange2009-11-103-6/+45
* Release driver and domain lock when running monitor commandsDaniel P. Berrange2009-11-102-175/+744
* Fully asynchronous monitor I/O processingDaniel P. Berrange2009-11-107-422/+650
* phyp: ssh authentication with public key fixedEduardo Otubo2009-11-101-12/+52
* Add reference counting on virDomainObjPtr objectsDaniel P. Berrange2009-11-104-7/+39
* Locking of the qemuMonitorPtr objectDaniel P. Berrange2009-11-103-73/+248
* Wrap text mode monitor APIs, pass qemuMonitorPtr directly to APIsDaniel P. Berrange2009-11-106-470/+845
* Move encryption lookup back into qemu driver fileDaniel P. Berrange2009-11-104-98/+157
* Make use of private data structure for monitor stateDaniel P. Berrange2009-11-105-161/+292
* Move code for low level QEMU monitor interaction into separate fileDaniel P. Berrange2009-11-105-266/+347
* Add a new timed condition variable wait APIDaniel P. Berrange2009-11-103-0/+17
* Fix errno handling for pthreads wrappersDaniel P. Berrange2009-11-101-11/+15
* Make pciDeviceList struct opaqueDaniel P. Berrange2009-11-104-40/+97
* Add missing OOM error checks, reports and cleanupsMatthias Bolte2009-11-0923-129/+444
* Add documentation for <channel> domain elementMatthew Booth2009-11-091-3/+37
* Separate character device doc guest and host partsMatthew Booth2009-11-091-29/+88
* Removes the ebtablesSaveRules() functionGerhard Stenzel2009-11-093-24/+0
* opennebula: Fix potential memory/mutex leak in state driver startupMatthias Bolte2009-11-081-8/+11
* Add a Python example that lists active ESX domainsMatthias Bolte2009-11-083-1/+175
* phyp: Use actual error code instead of 0Matthias Bolte2009-11-071-43/+28
* phyp: Don't use VIR_ALLOC if a stack variable is good enoughMatthias Bolte2009-11-061-33/+14
* phyp: Fix several UUID table related problemsMatthias Bolte2009-11-061-7/+12
* phyp: Check for exit_status < 0 before parsing the resultMatthias Bolte2009-11-061-23/+12
* phyp: memcpy/memmove/memset can't fail, so don't check for errorMatthias Bolte2009-11-061-16/+4
* phyp: Make generic domain listing functions return -1 in case of errorMatthias Bolte2009-11-061-5/+22