]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2009-09-29 Daniel P. BerrangeAdd API for issuing 'migrate' command with exec protocol
2009-09-29 Daniel P. BerrangeAdd API for issuing a 'migrate' monitor command for TCP
2009-09-29 Daniel P. BerrangeAdd API for running 'info migration' monitor command
2009-09-29 Daniel P. BerrangeAdd API for issuing the 'migrate_set_speed' monitor...
2009-09-29 Daniel P. BerrangeAdd API for issuing 'info blockstats' command
2009-09-29 Daniel P. BerrangeAdd APIs for issuing 'memsave' and 'pmemsave' monitor...
2009-09-29 Daniel P. BerrangeAdd APIs for issuing 'eject' and 'change dev' monitor...
2009-09-29 Daniel P. BerrangeAdd API for issuing 'balloon' monitor command
2009-09-29 Daniel P. BerrangeAdd API for running 'info balloon' monitor command
2009-09-29 Daniel P. BerrangeAdd API for the 'system_powerdown' monitor command
2009-09-29 Daniel P. BerrangeAdd API for 'stop' monitor command
2009-09-29 Daniel P. BerrangeRename qemudMonitorSendCont to qemuMonitorStartCPUs
2009-09-29 Daniel P. BerrangeAdd API for 'change vnc password' monitor command
2009-09-29 Daniel P. BerrangeAdd API for 'info cpus' monitor command
2009-09-29 Daniel P. BerrangePull QEMU monitor interaction out to separate file
2009-09-29 Laine StumpMaintain value of ctxt->node in virInterfaceDefParseDhcp
2009-09-29 Daniel VeillardFix some XPath relative node resets
2009-09-29 Mark McLoughlinutil.h needs libvirt.h for virConnectPtr
2009-09-28 Daniel P. BerrangeDon't require full daemon install for libvirt python...
2009-09-28 Daniel P. BerrangeFix API doc extractor to stop munging comment formatting
2009-09-24 Mark McLoughlinFix cdub's surname spelling
2009-09-24 Daniel VeillardAdded Matthias Bolte as commiter
2009-09-24 Charles DuffyFix secret_driver compile warning, bug.
2009-09-24 Charles DuffyFix unitialized variable in qemudDomainDetachHostPciDev...
2009-09-24 Mark McLoughlinFix a typo in virNetHasValidPciAddr() too
2009-09-24 Jiri DenemarkFix a typo in virDiskHasValidPciAddr()
2009-09-23 Matthias BolteESX: Check if a datastore is accessible first
2009-09-23 Matthias BolteESX remove phantom mode
2009-09-23 Matthias BolteESX replace esxUtil_EqualSuffix() with virFileHasSuffix()
2009-09-23 Matthias BolteESX add esxDomainDefineXML()
2009-09-23 Matthias BolteESX add esxVI_Occurence enum to for occurences
2009-09-23 Matthias BolteESX Whitespace cleanup
2009-09-23 Matthias BolteESX add x86_64 detection based on the CPUID
2009-09-23 Matthias BolteESX add tests for the VMX to/from domain XML mapping
2009-09-23 Matthias BolteESX Add esxDomainXMLToNative()
2009-09-23 Matthias BolteESX Set challenge for auth callback to hostname
2009-09-23 Matthias BolteESX Add esxNodeGetFreeMemory()
2009-09-23 Chris LalancetteFix up "make syntax-check" after the tree restructuring.
2009-09-23 Paolo Bonzininetwork: add 'bootp' and 'tftp' config
2009-09-22 Chris LalancetteIntroduce virStrncpy.
2009-09-22 Daniel P. BerrangeFix handling of Xen(ner) detection
2009-09-22 Daniel P. BerrangeIgnore auto-generated header file
2009-09-22 Matthias BolteFix xen driver refcounting.
2009-09-22 Dan KenigsbergFix a number of small typos
2009-09-22 Ryota Ozakilxc: suspend/resume support
2009-09-22 Yuji NISHIDAOpenVZ Fix a restriction about domain names
2009-09-22 Florian Vichotadd doc for graphic and video elements
2009-09-22 Charles Duffyprevent attempt to call cat -c during virDomainSave...
2009-09-21 Chris LalancetteFix up 'neccessary -> necessary' in a comment.
2009-09-21 Chris LalancetteDon't do virSetConnError when virDrvSupportsFeature...
2009-09-21 Chris LalancetteFix a double-free in qemudRunLoop()
2009-09-21 Chris LalancetteFix up comments for domainXML{To,From}Native.
2009-09-21 Chris LalancetteSimple fix of a comment in qemuStringToArgvEnv.
2009-09-21 Chris LalancetteRemove an unnecessary variable from remoteIOReadMessage().
2009-09-21 Daniel P. BerrangeRemove auto-generated header file from repo
2009-09-21 Daniel P. BerrangeTweak specfile to fix RHEL6 rules & ESX/PHYP enablement
2009-09-21 Daniel P. BerrangeMove example XML files into examples/xml
2009-09-21 Daniel P. BerrangeRemove all generated docs from source control
2009-09-21 Daniel P. BerrangeFix missing data file in qemuhelpdata
2009-09-21 Daniel P. BerrangeMisc syntax-check fixes
2009-09-21 Daniel P. BerrangeMove remote protocol definition into src/remote/
2009-09-21 Daniel P. BerrangeAdd a README file to src/ explaining the directory...
2009-09-21 Daniel P. BerrangeMove all shared utility files to src/util/
2009-09-21 Daniel P. BerrangeMove all XML configuration handling to src/conf/
2009-09-21 Daniel P. BerrangeMake pki_check.sh into an installed & supported tool
2009-09-21 Daniel P. BerrangeRe-arrange python generator to make it clear what's...
2009-09-21 Daniel P. BerrangeRemove obsolete files
2009-09-21 Daniel P. BerrangeMove docs/examples into examples/
2009-09-21 Daniel P. BerrangeRemove unused images from docs/ directory
2009-09-21 Daniel P. BerrangeRename daemon main code
2009-09-21 Daniel P. BerrangeMove config files to align with driver sources
2009-09-21 Daniel P. BerrangeMove virsh into tools/ directory
2009-09-21 Daniel P. BerrangeMove security drivers to src/security/
2009-09-21 Daniel P. BerrangeMove secret driver into src/secret/
2009-09-21 Daniel P. BerrangeMove netcf interface driver into src/interface/
2009-09-21 Daniel P. BerrangeMove network driver into src/network
2009-09-21 Daniel P. BerrangeMove remote driver to src/remote/
2009-09-21 Daniel P. BerrangeMove test driver into src/test/
2009-09-21 Daniel P. BerrangeMove node device drivers to src/node_device/
2009-09-21 Daniel P. BerrangeMove storage drivers into src/storage/
2009-09-21 Daniel P. BerrangeMove OpenVZ driver to src/openvz/
2009-09-21 Daniel P. BerrangeMove UML driver to src/uml/
2009-09-21 Daniel P. BerrangeMove QEMU driver to src/qemu/
2009-09-21 Daniel P. BerrangeMove LXC driver into src/lxc/
2009-09-21 Daniel P. BerrangeMove xen driver code into src/xen/ directory
2009-09-21 Daniel P. BerrangeRename qemud/ directory to daemon/
2009-09-21 Daniel P. BerrangeRefactor libvirt.spec to allow client-only builds
2009-09-21 Mark McLoughlinFix leak in PCI hostdev hot-unplug
2009-09-17 Mark McLoughlinFix net/disk hot-unplug segfault
2009-09-16 Shahar KleinESX add support for vmxnet3 virtual device
2009-09-15 Jim Meyeringdoc: don't emit trailing blanks into generated and...
2009-09-15 Daniel VeillardMore whitespace problems
2009-09-15 Daniel VeillardFix some last minute whitespace problems.
2009-09-15 Daniel VeillardRelease of libvirt 0.7.1
2009-09-15 Daniel VeillardUpdate a number of localizations and regenerate
2009-09-15 Daniel P. BerrangeFix dlopen of secrets driver
2009-09-14 Daniel P. BerrangeAdd UUID definition required by storage encryption...
2009-09-14 Daniel P. BerrangeRemove accidentally added UUID re-definition in storage...
2009-09-14 Daniel P. BerrangeRebuild API docs
2009-09-14 Daniel P. BerrangeMake secrets RNG more strict
next