]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
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 LIBVIRT_0_6_3 v0.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...
2009-04-19  Daniel P. BerrangeFix 2 domain ID handling bugs in remote driver
2009-04-19  Daniel P. BerrangeSwitch over todo domain lookup based on UUID in virDoma...
2009-04-19  Daniel P. BerrangeRegenerate API docs to pull in vbox driver error codes
2009-04-19  Daniel P. BerrangeAdd tools/ directory (missed from previous commit)
2009-04-19  Daniel P. BerrangeAdd 2 missing vbox files to EXTRA_DIST
2009-04-19  Daniel P. BerrangeAdd tool for validating XML & fix misc bugs in virsh...
2009-04-19  Daniel P. BerrangeSwitch to using virDomainDefPtr for building command...
2009-04-17  Daniel Veillarddrop the pool lock when allocating fs volumes
2009-04-17  Daniel Veillardintegration of the VirtualBox support
2009-04-17  Daniel VeillardSmall doc fixes
2009-04-17  Guido Güntherfix "make syntax-check"
2009-04-16  Guido GüntherDon't log monitor output to domain log file.
2009-04-16  Guido Güntherdon't hardcode buffer for getgrnam_r to 1024 bytes...
2009-04-16  Mark McLoughlinqemu -drive takes format= not fmt=
2009-04-16  Mark McLoughlinFix lxc syntax-check failure
2009-04-15  Daniel VeillardApi documentation
2009-04-15  Daniel Veillard* src/virsh.c: fix for virsh ttyconsole return value...
2009-04-15  Daniel VeillardAdding Serge E. Hallyn to the authors list, Daniel
2009-04-15  Daniel Veillard* drvlxc.html.in drvlxc.html: some examples from Serge...
2009-04-15  Daniel Veillard* src/xm_internal.c: fix a crash on vcpupin to inactive...
2009-04-15  Daniel Veillard* src/lxc_driver.c: adds the getHostname method to...
2009-04-14  Dan SmithCommit patches by Serge Hallyn from 6-Apr and 7-Apr
2009-04-14  Daniel Veillard* libvirt.spec.in: fix build on RHEL and Centos 5.x
2009-04-07  Daniel Veillard* src/storage_backend_scsi.[ch]: add SCSI storage resca...
2009-04-03  Daniel Veillardrelease of 0.6.2 LIBVIRT_0_6_2 v0.6.2
2009-04-03  Cole RobinsonDon't lose file format info on volume refresh.
next