]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
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
2009-09-14 Daniel P. BerrangeFill in secret UUID for qcow encryption
2009-09-14 Daniel P. BerrangeAdd usage type/id as a public API property of virSecret
2009-09-14 Daniel P. BerrangeFix UUID handling in secrets/storage encryption APIs
2009-09-14 Pritesh KothariVBox bug when starting machine from old versions
2009-09-14 Daniel P. BerrangeSave vcpuinfo in status file
2009-09-14 Daniel P. BerrangeFix win32 platform build
2009-09-14 Daniel P. BerrangeRestart libvirtd upon RPM upgrade
2009-09-14 Matthias BolteESX cleanup of CPU model strings
2009-09-14 Matthias BolteESX avoid potential leaks
2009-09-14 Pritesh KothariVBox 3.0.6 API change support
2009-09-11 Miloslav TrmačAdd support for qcow encrypted volumes to qemu.
2009-09-11 Miloslav TrmačProvide missing passphrase when creating a volume.
2009-09-11 Miloslav TrmačAdd virsh commands for secrets APIs
2009-09-11 Miloslav TrmačLocal file implementation of secret driver API
2009-09-11 Miloslav TrmačAdd an internal <secret> XML handling API
2009-09-10 Miloslav TrmačMask out flags used internally for virSecretGetValue
2009-09-10 Daniel P. BerrangeFix use of dlopen modules
2009-09-10 Miloslav TrmačConsolidate "cont" into qemudMonitorSendCont()
2009-09-10 Miloslav TrmačAdd <usage> to <secret> docs
2009-09-10 Daniel P. BerrangeCleanup sec driver error reporting to use virReportSyst...
2009-09-10 Daniel P. BerrangeSupport relabelling of USB and PCI devices
2009-09-10 Daniel P. BerrangePort QEMU driver to use USB/PCI device helpers
2009-09-10 Daniel P. BerrangeAdd helper APIs for iterating over PCI device resource...
2009-09-10 Daniel P. BerrangeAdd helper module for dealing with USB host devices
2009-09-10 Daniel P. BerrangeFix more OOM handling bugs
2009-09-10 Daniel P. BerrangeFix logging buffer overrun read
2009-09-10 Daniel P. BerrangeFix misc thread locking bugs / bogus warnings
2009-09-10 Mark McLoughlinTest that domain-specific qemu machine types are used...
2009-09-10 Mark McLoughlinSimplify and fix qemudCanonicalizeMachine()
2009-09-10 Mark McLoughlinProbe machine types from kvm binary too
2009-09-10 Mark McLoughlinLook up machine types from all domains in qemudGetOldMa...
2009-09-10 Mark McLoughlinSplit up qemudGetOldMachines()
2009-09-10 Mark McLoughlinTest qemu machine aliases
2009-09-10 Mark McLoughlinRe-factor qemu test machine allocation code
2009-09-10 Mark McLoughlinCanonicalize the qemu machine type in qemuxml2argvtest
2009-09-10 Mark McLoughlinDump qemu driver capabilities if test debugging enabled
2009-09-10 Mark McLoughlinFix formatting of machine types in capabilities XML
2009-09-10 Mark McLoughlinAdd qemu -help test data for qemu-kvm-0.11.0-rc2
2009-09-10 Mark McLoughlinAdd a more featureful qemu capabilities test data
2009-09-10 Mark McLoughlinAdd arm arch to capabilities schema
next