]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2009-05-21 Daniel P. Berrangepublic API for domain XML conversions
2009-05-21 Daniel P. BerrangeAdd virInterface APIs to python code generator
2009-05-21 Daniel Veillard* docs/formatstorage.html[.in]: fix a error in format...
2009-05-20 Daniel VeillardAdd the Interface config APIs
2009-05-20 Daniel Veillardcleanup of some direct stderr logging
2009-05-20 Daniel Veillard* src/pci.c: small portability patch
2009-05-20 Daniel Veillard* src/lxc_driver.c: fix a couple of error code, patch...
2009-05-19 Cole RobinsonVolumeCreateXMLFrom FS storage backend implementation.
2009-05-19 Cole RobinsonStorage driver implementation for CreateXMLFrom
2009-05-19 Cole RobinsonFix node device media insert/eject detection.
2009-05-19 Cole RobinsonFix a possible deadlock in HAL nodedev driver.
2009-05-19 Cole RobinsonFix rpm build: add 'mylibtool' to EXTRADIST.
2009-05-19 Cole RobinsonGenerate some config files at build time, not install...
2009-05-19 Cole RobinsonAdd documentation for <sound> device XML format.
2009-05-19 Cole RobinsonUse virAsprintf, rather than VIR_ALLOC + strcpy + strcat
2009-05-19 Cole RobinsonDon't validate disk type in virsh attach-disk
2009-05-19 Cole RobinsonBetter error reporting if 'import libvirtmod' fails
2009-05-19 Daniel P. BerrangeFix misc locking bugs identified by lock checker
2009-05-19 Daniel P. BerrangeAdded an optional OCaml+CIL test program for mutex...
2009-05-18 Daniel P. BerrangeDeclare support for QEMU migration in capabilities
2009-05-15 Daniel VeillardFinish hostonly networks support in vbox
2009-05-15 Daniel Veillard* src/vbox/vbox_tmpl.c: implement vbox vrdp/sdl/gui...
2009-05-15 Daniel Veillardgeneric support for RDP and desktop graphic extensions
2009-05-14 Daniel Veillard* src/xend_internal.c: remove [] around cpumaps for...
2009-05-13 Cole RobinsonFix a few 'used uninitialized' warnings.
2009-05-13 Daniel Veillard* src/buf.c: avoid an XML attribute escaping bug #499791
2009-05-13 Daniel P. BerrangeReplace sys/capability.h with linux/capability.h
2009-05-12 Cole RobinsonUpdate POTFILES, and s/write/safewrite/ to appease...
2009-05-12 Cole RobinsonBreak out FS volume build routines to their own functions.
2009-05-12 Cole RobinsonVirsh commands vol-clone and vol-create-from
2009-05-12 Cole RobinsonTest driver implementation of virStorageVolCreateXMLFrom
2009-05-12 Cole RobinsonRemote driver plumbing for virStorageVolCreateXMLFrom
2009-05-12 Cole RobinsonAdd public API stubs for virStorageVolCreateXMLFrom
2009-05-12 Cole RobinsonFix error squashing when refreshing file volumes
2009-05-12 Daniel P. BerrangeAdd test case for exercising the event loop
2009-05-12 Daniel P. BerrangeFix watch/timer event deletion
2009-05-12 Daniel P. BerrangeFix interrupting of main event thread & protect against...
2009-05-12 Daniel P. BerrangeRemove use of qemudSetNonBlock/SetCloseExec in favour...
2009-05-12 Daniel P. BerrangeAdd libtool wrapper to allow quiet build with "make -s"
2009-05-12 Daniel P. BerrangeImprove driver open URI handling
2009-05-12 Daniel Veillard* src/network_driver.c: enable bridges which are not up
2009-05-11 Daniel P. BerrangeMake hash destructors call internal unref methods to...
2009-05-11 Daniel P. BerrangeFix unused variable warning in LXC driver
2009-05-11 Daniel P. BerrangeFix QEMU ARGV detection with kvm >= 85
2009-05-11 Daniel P. BerrangeReport detailed error if initial connection open attemp...
2009-05-11 Daniel Veillarddrop CAP_SYS_BOOT capability from LXC containers
2009-05-11 Cole RobinsonCheck that QEMU is still alive while reading startup...
2009-05-11 Cole RobinsonAdd pidfile argument to __virExec
2009-05-11 Cole RobinsonReport qemu log data if we fail to daemonize the process.
2009-05-11 Cole RobinsonAdd helper function virExecDaemonize
2009-05-11 Daniel Veillard"Host only" and "Internal" network support for vbox
2009-05-11 Daniel VeillardSupport for 'internal' network
2009-05-08 Daniel P. BerrangeCreate cgroups mode 755, not 655 (Ryota Ozaki)
2009-05-08 Daniel P. BerrangeFix /dev/ population to use char devices (Ryota Ozaki)
2009-05-08 Guido Güntherreturn VIR_DRV_OPEN_DECLINED instead of VIR_DRV_OPEN_ER...
2009-05-08 Guido Güntherfix crash when init fails early (i.e. due to vbox not...
2009-05-08 Daniel P. BerrangeImprove name & UUID uniqueness checking in QEMU driver
2009-05-08 Daniel P. BerrangeEnable save/restore/migrate for QEMU >= 0.10.0
2009-05-08 Daniel P. BerrangeLog dlopen() errors more verbosely
2009-05-08 Daniel P. BerrangeAdd new VIR_ERR_OPERATION_INVALID error code & use...
2009-05-07 Daniel VeillardImprove init.d file headers
2009-05-07 Guido Günthercheck for NULL pointers in pidfile functions
2009-05-07 Daniel VeillardChanges needed for multiple graphics adapters
2009-05-07 Guido Güntherdon't crash when called without arguments
2009-05-06 Mark McLoughlinFix qemu driver's interpretation of <hostdev managed...
2009-05-06 Cole RobinsonRefresh QEMU driver capabilities for each getCapabiliti...
2009-05-06 Daniel VeillardVirtualBox version improvement and cleanups
2009-05-06 Daniel Veillard* libvirt.spec.in: add a couple of missing directories
2009-05-06 Daniel Veillard* src/vbox/vbox_XPCOMCGlue.[ch]: improve VirtualBox...
2009-05-05 Cole RobinsonDon't throw away StartVM errors when migrating/restorin...
2009-05-05 Cole RobinsonSmall cleanups in test driver VolCreateXML
2009-05-05 Cole RobinsonRemove some debug code from storage_driver.c
2009-05-05 Cole RobinsonUse proper error code in virStorageVolCreateXML
2009-05-04 Cole RobinsonFix a comment typo in storage_backend_fs.c
2009-05-04 Cole RobinsonvirExec: Delay daemonizing as long as possible.
2009-05-04 Cole RobinsonAdd some documentation to __virExec and virExec
2009-04-30 Daniel P. BerrangeRemove trailing whitespace from m4 file
2009-04-28 Daniel P. BerrangeFix check for -Wformat-security which depends on -Wformat
2009-04-24 Daniel Veillardrelease of 0.6.3
2009-04-24 Daniel P. BerrangeAdd virNodeDeviceCreateXML / virNodeDeviceDestroy boile...
2009-04-24 Daniel P. BerrangeFix Xen dlopen module missing export
2009-04-24 Daniel P. BerrangeFix XM driver VIF config creation
2009-04-24 Daniel VeillardUpdate of localizations and XML descriptions
2009-04-22 Daniel P. BerrangeAvoid compile warnings about assignment/conditional...
2009-04-22 Daniel P. BerrangeUse a private /dev/pts instance in containers if kernel...
2009-04-21 Daniel P. BerrangeRemove stale QEMU pidfiles
2009-04-21 Daniel P. BerrangeEnsure VirtualBox domain IDs start from 1 instead of 0
2009-04-21 Daniel Veillard* src/network_conf.c src/network_conf.h: add dynamic...
2009-04-21 Daniel Veillard* src/xend_internal.c: let xend try vcpu pinning operat...
2009-04-21 Daniel Veillard* docs/drvvbox.html[.in]: tiny fixes to VirtualBox...
2009-04-21 Daniel VeillardVirtualBox Documentation
2009-04-20 Daniel Veillardcope with kernels where CLONE_NEWUSER is not supported
2009-04-20 Mark McLoughlinFix typo in manpage
2009-04-20 Daniel Veillard* po/*: merge in a lot of localization updates and...
2009-04-20 Daniel Veillard* src/bridge.c: fix a compilation breakage raised by...
2009-04-19 Daniel P. BerrangeAdded new virt-xml-validate tool to mingw specfile
2009-04-19 Daniel P. BerrangeDisable vbox driver for mingw32 builds
2009-04-19 Daniel P. BerrangeAdd another vbox file to EXTRA_DIST
2009-04-19 Daniel P. BerrangeAdd missing break in error code
2009-04-19 Daniel P. BerrangeImprove error reporting for lookup failures on inactive...
next