]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
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
2009-07-21  Daniel VeillardRemove trailing blank lines
2009-07-21  Laine StumpAdd interface object list manipulation functions
2009-07-21  Laine StumpvirGetinterface matching of MAC and interface name
2009-07-21  Laine StumpAdd an error code for conflicting mac addresses
2009-07-21  Jun KoiFix an uninitialized variable in Unix socket open
2009-07-21  Daniel Veillardrpm spec cleanup and split off client only package
2009-07-16  Jim Meyeringbuild: do not emit a trailing blank line into VC'd...
2009-07-16  Daniel VeillardRemove some unused variables and cut long lines
2009-07-16  Laine StumpAdd virsh commands for network interface management
2009-07-16  Cole RobinsonFix gitweb link on download page.
2009-07-16  Cole Robinsonqemu: Try multiple times to open unix monitor socket
2009-07-16  Cole Robinsonstorage: Implement CreateVolFrom for logical and disk...
2009-07-16  Cole Robinsonstorage: Don't try sparse detection if writing to block...
2009-07-16  Cole Robinsonstorage: Implement 'CreateBlockFrom' helper.
2009-07-16  Cole Robinsonstorage: Break out actual raw cloning to separate function.
2009-07-16  Cole Robinsonstorage: cleanup: do away with 'createFile'
2009-07-16  Cole Robinsonstorage: Move most of the FS creation functions to...
2009-07-16  Cole Robinsonstorage: Refactor FS backend 'create' function choosing.
2009-07-16  Cole Robinsonstorage: Fix deadlock when cloning across pools.
2009-07-16  Cole Robinsonstorage: disk: Use capacity, not allocation, when creat...
2009-07-16  Cole Robinsonstorage: disk: Default to 'ext2' for new volumes.
2009-07-16  Cole Robinsonstorage: disk: Fix segfault creating volume without...
2009-07-16  Cole Robinsonstorage: disk: Fix parthelper '-g' option handling.
2009-07-16  Jim Meyeringbuild: submodule machinery now works also when no tag...
2009-07-16  Daniel P. BerrangeRun QEMU guests as an unprivileged user
2009-07-16  Laine StumpImplement the new virinterface functions
2009-07-16  Laine StumpPublic API for new virInterface functions
2009-07-16  Daniel VeillardFix configure flags in spec file
2009-07-16  Daniel P. BerrangeRename a bunch of internal methods to clarify their...
2009-07-16  Daniel P. BerrangeSimplify remote driver error reporting
2009-07-16  Daniel P. BerrangeRefactor message sending to allow code reuse for data...
2009-07-16  Daniel P. BerrangeRefactor incoming message handling to prepare for data...
2009-07-16  Daniel P. BerrangeRename 'direction' to 'type' in remote_message_header
2009-07-16  Daniel P. BerrangeDefine an API for registering incoming message dispatch...
2009-07-16  Daniel P. BerrangeSplit out code for handling incoming method call messages
2009-07-16  Daniel P. BerrangeChange the way client event loop watches are managed
2009-07-16  Daniel P. BerrangeMove queuing of RPC replies into dispatch code
2009-07-16  Daniel P. BerrangeChange code generator to give async event messages...
2009-07-16  Daniel P. BerrangeSeparate code for encoding outgoing remote message...
2009-07-16  Daniel P. BerrangeDecode incoming request header before invoking dispatch...
2009-07-16  Daniel P. BerrangeSplit generic RPC message dispatch code out from remote...
2009-07-16  Paolo BonziniImplement qemu dump capabilities
2009-07-16  Paolo Bonziniadd cd and pwd commands to virsh
2009-07-16  Jim Meyeringmake "make syntax-check" consistent with "git diff...
2009-07-16  Jim Meyeringremove all trailing blank lines
2009-07-16  Daniel P. BerrangeFix free of unitialized data upon PCI open fail
2009-07-16  Daniel P. BerrangeFix SELinux denial during hotplug
2009-07-16  Daniel P. BerrangeFix PCI device hotplug/unplug with newer QEMU
2009-07-16  Daniel P. BerrangeFix problem with QEMU monitor welcome prompt confusing...
2009-07-16  Daniel P. BerrangeEnsure spawned children have a stderr/out set to /dev...
2009-07-16  Daniel P. BerrangeAllow autostart of libvirtd to be disabled with LIBVIRT...
2009-07-15  Daniel Veillardnetcf XML validation and input and output tests
2009-07-15  Daniel VeillardAdd netcf XML schemas and test data
2009-07-15  Daniel Veillardadd support for netcf XML import and export
2009-07-15  Daniel P. BerrangeEnsure test:/// URIs get routed to the non-privileged...
2009-07-15  Daniel P. BerrangeFix error reporting for security driver over remote...
2009-07-15  Garry DolleyUpdate the links for RHEL libvirt bugzillas
2009-07-13  Garry DolleyUpdate links to bugzilla
2009-07-10  Cole RobinsonFix docs and code disagreements for character devices.
2009-07-10  Cole Robinsonqemu: Check driver is initialized up front, to avoid...
2009-07-10  Jim Meyeringbuild: automatically rerun ./bootstrap when needed
2009-07-10  Jim Meyeringbuild: make autogen.sh use autoreconf -if
2009-07-10  Mark McLoughlinUse virDomainChrTypeFromString() instead of open coding
2009-07-09  Mark McLoughlinSwitch to using a unix socket for the qemu monitor
2009-07-09  Mark McLoughlinAdd the monitor type to the domain state XML
2009-07-09  Mark McLoughlinMinor qemu monitor coding style fixes
2009-07-09  Mark McLoughlinDon't leak vm->monitorpath on re-connect
2009-07-09  Jim Meyeringbuild: update from gnulib, for latest maint.mk
2009-07-09  Jim Meyeringavoid a "make syntax-check" failure
2009-07-09  Daniel P. BerrangeFix wierd build problems due to autopoint overwriting...
2009-07-09  Jim Meyeringdoc: clone+build instructions
2009-07-08  Jim Meyeringbuild: adjust aclocal's search patch to prefer gnulib...
2009-07-08  Jim Meyeringgenerate ChangeLog from git logs into distribution...
2009-07-08  Jim Meyeringuse gnumakefile and maintainer-makefile modules from...
2009-07-08  Jim Meyeringremove all .cvsignore files
2009-07-08  Jim Meyeringmake .gnulib a submodule
2009-07-08  Jim Meyeringskip some of gnulib's new rules
2009-07-08  Jim MeyeringPrepare to use maint.mk from gnulib
2009-07-08  Jim Meyering* Makefile.cfg: Rename to...
2009-07-08  Jim Meyeringuse automake-1.11's silent-rules option, when possible
2009-07-08  Jim Meyeringfix another failing "make distcheck" (qemuhelptest)
2009-07-08  Jim Meyeringfix failing "make distcheck"
2009-07-08  Daniel P. BerrangeMake it easier to debug tests running programs
2009-07-08  Daniel P. BerrangeSupport <video> element for QEMU guests
2009-07-08  Daniel P. BerrangeSupport <video> tag for defining VGA card properties
2009-07-08  Daniel VeillardReport the object name on lookup error
next