]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2009-07-29  Ryota Ozakiqemu: fix monitor socket reconnection
2009-07-29  Mark McLoughlinFix polkit/netcf disabling on older fedoras
2009-07-29  Mark McLoughlinCapilize libvirt-client summary
2009-07-29  Mark McLoughlinMove ldconfig calls to libvirt-client %post/%postun
2009-07-29  Mark McLoughlinConvert NEWS to UTF-8
2009-07-29  Mark McLoughlinFix trailing whitespace in NEWS
2009-07-29  Mark McLoughlinNo need to build require both python-devel and python
2009-07-29  Mark McLoughlinRemove executable perms from /etc/sysconfig/libvirtd
2009-07-29  Mark McLoughlinUse a %postun -p for one line scriptlet
2009-07-29  Mark McLoughlinDon't explicitly require libxml2
2009-07-28  Mark McLoughlinFix some unowned directories
2009-07-28  Mark McLoughlinKill qemu BuildRequires
2009-07-28  Mark McLoughlinEnable netcf by default
2009-07-28  Mark McLoughlinDefault to with_polkit
2009-07-28  Mark McLoughlinMake vbox support configurable
2009-07-28  Mark McLoughlinBuild with --without-capng if capng is disabled
2009-07-28  Mark McLoughlinBuildRequires libcap-ng-devel not capng-devel
2009-07-28  Shahar KleinDrop curl host check when using ESX without check
2009-07-28  Mark McLoughlinReduce glusterfs dependency to 2.0.1
2009-07-27  Daniel P. BerrangeFix crashes in Xen capabilities code
2009-07-27  Daniel P. BerrangeFix typo in xen capabilities code
2009-07-27  Daniel P. BerrangeFill in vCPU <-> pCPU current mapping, and vCPU cpuTime...
2009-07-27  Mark McLoughlinAdd support for attaching network/bridge NICs in QEMU...
2009-07-27  Mark McLoughlinAdd SCM_RIGHTS support to QEMU monitor code
2009-07-27  Mark McLoughlinUse sendmsg() on QEMU monitor socket
2009-07-27  Mark McLoughlinFactor qemudMonitorSend() out of qemudMonitorCommandExtra()
2009-07-27  Mark McLoughlinClean up error handling in qemudDomainAttachNetDevice()
2009-07-27  Mark McLoughlinMake qemuBuildHostNetStr() take tapfd as a string
2009-07-27  Mark McLoughlinMove vnet_hdr logic into qemudNetworkIfaceConnect(...
2009-07-27  Mark McLoughlinOnly probe qemu for machine types when binary changes
2009-07-27  Mark McLoughlinAdd canonical machine name to capabilities output
2009-07-27  Mark McLoughlinProbe QEMU directly for machine aliases if not found...
2009-07-27  Mark McLoughlinCanonicalize qemu machine types
2009-07-27  Mark McLoughlinAdd virCapsGuestMachine structure
2009-07-27  Mark McLoughlinProbe for QEMU machine types
2009-07-27  Mark McLoughlinCleanup qemu binary detection logic in qemudCapsInitGuest()
2009-07-27  Matthias BolteESX driver accept VI API version 4.0
2009-07-27  Matthias BolteAllow leading dots in VMX config entry names
2009-07-27  Matthias BolteAdd no_verify query parameter to ESX URIs
2009-07-27  Matthias BolteFix memory leaks in esxDomainDumpXML
2009-07-26  Cole RobinsonCommit newly generated docs, after changes from commit...
2009-07-26  Cole RobinsonAdd phyp files to POTFILES, to make syntax-check happy.
2009-07-26  Cole Robinsontest: Implement BlockStats and InterfaceStats
2009-07-26  Cole Robinsontest: Generate net interface names when assigning XML.
2009-07-26  Cole RobinsonDon't allow NULL paths for BlockStats and InterfaceStats
2009-07-26  Cole Robinsonpython: Raise exceptions if virDomain*Stats fail.
2009-07-24  Guido Güntherdocument tcp listen and raw wire option
2009-07-24  Daniel P. BerrangeFix misc build problems due to new drivers
2009-07-24  Pritesh KothariAdd support for VBox 3 and event callbacks on vbox
2009-07-24  Daniel P. BerrangeFix cgroup compile warnings
2009-07-24  Daniel VeillardDesactivate phyp build and indicate libssh builreq
2009-07-24  Eduardo OtuboFirst version of the Power Hypervisor driver
2009-07-24  Jim Meyeringdocs: say that the old repository is deprecated...
2009-07-23  Daniel VeillardAdded Matthias Bolte to AUTHORS list
2009-07-23  Matthias BolteFirst version of the driver for VMWare ESX
2009-07-23  Daniel P. BerrangeMake QEMU cgroups use configurable
2009-07-23  Daniel P. BerrangeUse cgroups for block device whitelisting in QEMU guests
2009-07-23  Daniel P. BerrangeImplement schedular tunables API using cgroups
2009-07-23  Daniel P. BerrangePlace every QEMU guest in a private cgroup
2009-07-23  Daniel P. BerrangeRefactor cgroups to allow a group per driver to be...
2009-07-23  Daniel P. BerrangeMake cgroups a little more efficient
2009-07-23  Laine StumpAdd bare format string to printf-derivatives troubles
2009-07-23  Daniel P. BerrangeDon't restore labels on shared/readonly disks
2009-07-23  Daniel P. BerrangeUse virFileReadAll/virFileWriteStr for key cgroup read...
2009-07-23  Daniel P. BerrangeUse enums for cgroup controller types / labels
2009-07-23  Daniel P. BerrangeAdd domain autostart for LXC driver
2009-07-23  Daniel P. BerrangeAdd domain events support to LXC driver
2009-07-23  Daniel P. BerrangeFix misc Win32 compile warnings
2009-07-22  Jim ParisAlways add -no-kvm and -no-kqemu, for qemu domains
2009-07-22  Laine StumpRelease conn lock before reporting errors (end)
2009-07-22  Laine StumpRename variable for compilation in Mingw32 (end)
2009-07-22  Nguyen Anh... Add support for physical memory access for QEmu
2009-07-22  Jim Meyeringavoid a make distcheck failure: distribute docs/schemas...
2009-07-22  Jim Meyeringavoid a make distcheck failure: distribute tests/interf...
2009-07-22  Laine StumpRelease conn lock before reporting interface errors
2009-07-22  Laine StumpUpdate modified mac address in place in virGetInterface
2009-07-22  Laine StumpFix multiple memory leaks in virsh
2009-07-22  Daniel P. BerrangeFix typo in storage cloning
2009-07-22  Mark McLoughlinAdd support for network device detach
2009-07-22  Mark McLoughlinRetain PCI address from NIC attach
2009-07-22  Mark McLoughlinRe-factor pci_add reply parsing and parse domain/bus...
2009-07-22  Mark McLoughlinRemove the network backend if NIC hotplug fails
2009-07-22  Mark McLoughlinBasic qemu NIC hotplug support
2009-07-22  Mark McLoughlinMake qemuCmdFlags available in qemudDomainAttachDevice()
2009-07-22  Mark McLoughlinStore the interface vlan number in the domain state
2009-07-22  Mark McLoughlinAdd NIC and hostnet names to domain state XML
2009-07-22  Mark McLoughlinAssign names to qemu NICs and network backends
2009-07-22  Mark McLoughlinAdd checks for some NIC hotplug related features added...
2009-07-22  Mark McLoughlinFactor qemuBuildHostNetStr() out from qemuBuildCommandL...
2009-07-22  Mark McLoughlinFactor qemuBuildNicStr() out from qemuBuildCommandLine()
2009-07-22  Mark McLoughlinRetain disk PCI address across libvirtd restarts
2009-07-22  Mark McLoughlinAdd internal XML parsing/formatting flag
2009-07-22  Laine StumpRename variable for compilation in Mingw32
2009-07-22  Thomas TreutnerFix documentation of virStoragePoolUndefine return
2009-07-21  Daniel P. BerrangeFix typo in check for glusterfs format pools
2009-07-21  HarshavardhanaSet specific flags for glusterfs fs mounts
2009-07-21  Pritesh KothariFix reconnect bug for VBox
2009-07-21  Daniel VeillardActivate the interface drivers, and cleanups
2009-07-21  Laine StumpNetcf based interface driver implementation
2009-07-21  Laine StumpAdd a test interface driver
next