]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2010-02-25 Cole Robinsonlibvirtd: Better initscript error reporting
2010-02-25 Cole Robinsonqemu: Report binary path if error parsing -help
2010-02-25 Cole Robinsonremote: Improve daemon startup error reporting
2010-02-25 Cole Robinsonvirsh: Show errors reported by nonAPI functions
2010-02-25 Cole Robinsonremote: Improve error message when libvirtd isn't running
2010-02-25 Jim Meyeringbuild: avoid warning about unused variables
2010-02-25 Jim Meyeringbuild: avoid "make rpm" failure in docs/
2010-02-25 Jim Meyeringbuild: teach apibuild.py to work in a non-srcdir build
2010-02-25 Jim Meyeringbuild: avoid non-srcdir "make distcheck" failures ...
2010-02-25 Jim Meyeringbuild: make git submodule checking more reliable
2010-02-25 Jim Meyeringbuild: avoid non-srcdir "make distcheck" failures ...
2010-02-25 Jim Meyeringbuild: avoid non-srcdir "make distcheck" failure (test_...
2010-02-25 Jim Meyeringbuild: avoid non-srcdir installation failure (sitemap...
2010-02-25 Jim Meyeringbuild: avoid non-srcdir installation failure (apibuild.py)
2010-02-25 Jim Meyeringbuild: fix typos in makefile variable names
2010-02-25 Jim Meyeringbuild: ensure that MKINSTALLDIRS is AC_SUBST-defined
2010-02-24 Eric Blakemaint: relax git minimum version
2010-02-24 Richard JonesIgnore SIGWINCH in remote client call to poll(2) (RHBZ...
2010-02-24 Stefan BergerAdd descriptions for macvtap direct type interfaces
2010-02-24 Dave AllanFormat FS pools on creation
2010-02-23 Eric Blakemaint: sort .gitignore
2010-02-23 Eric Blakemaint: import modern bootstrap
2010-02-23 Eric Blakemaint: start factoring bootstrap
2010-02-23 Eric Blakemaint: fix quoting in autogen.sh
2010-02-23 Jim Meyeringbuild: update gnulib submodule to latest
2010-02-23 Jim MeyeringvirFork: placate static analyzers: ignore pthread_sigma...
2010-02-23 Cole Robinsondocs: Fix syntax warnings from recent changes.
2010-02-23 Cole Robinsondocs: network: Document <domain> element
2010-02-23 Cole Robinsondocs: network: Document STP and delay attributes
2010-02-23 Cole Robinsondocs: domain: Document <description> element
2010-02-23 Cole Robinsondocs: storage: Document multipath pools
2010-02-23 Cole Robinsondocs: storage: Document SCSI pools
2010-02-23 Cole Robinsondocs: storage: Fix backingStore <format> docs
2010-02-23 Cole Robinsondocs: storage: <volume><key> is always generated.
2010-02-23 Cole Robinsondocs: storage: Document capacity/alloc 'unit'
2010-02-23 Cole Robinsonstorage: conf: Correctly calculate exabyte unit
2010-02-23 Jiri Denemarkvirsh.c: avoid all leaks in OOM path in cmdCPUBaseline
2010-02-22 Jiri DenemarkCreate raw storage files with O_DSYNC (again)
2010-02-21 David AllanFixed reference count in virsh pool-build command
2010-02-21 Dan Kenigsbergdocs: add 3 missing spaces
2010-02-20 David AllanFix daemon-conf invalid failures
2010-02-19 Jim Meyeringvirsh.c: avoid leak on OOM error path
2010-02-19 Jim MeyeringvirBufferVSprintf: do not omit va_end(argptr) call
2010-02-19 Jim Meyeringxend_internal.c: don't dereference NULL for unexpected...
2010-02-19 Laine StumpUse virFileOperation hook function in virStorageBackend...
2010-02-19 Laine StumpRename virFileCreate to virFileOperation, add hook...
2010-02-19 Dustin Xiongqemu: Check for IA64 kvm
2010-02-19 Cole Robinsonremote: Print ssh stderr on connection failure
2010-02-19 Yuji NISHIDAfix multiple veth problem for OpenVZ
2010-02-19 Chris LalancetteBetter error reporting for failed migration
2010-02-19 Chris LalancetteMake virDomainObjFormat static
2010-02-19 Chris LalancetteMake an error message in PCI util code clearer
2010-02-19 Stefan Bergermacvtap mac_filter support
2010-02-19 Jim Meyeringvirsh: be careful to return "FALSE" upon OOM
2010-02-19 Jim MeyeringvirBufferStrcat: do not skip va_end
2010-02-19 Jim Meyeringqparams.c: do not skip va_end, twice
2010-02-19 Jim MeyeringxenDaemonDomainSetAutostart: avoid appearance of improp...
2010-02-19 Stefan Bergermacvtap IFF_VNET_HDR configuration
2010-02-18 Laine StumpUse virFork() in __virExec(), virFileCreate() and virDi...
2010-02-18 Laine StumpAdd virFork() function to utils
2010-02-18 Matthew BoothAdd QEMU support for virtio channel
2010-02-18 Matthew BoothAdd domain support for virtio channel
2010-02-18 Matthew BoothRemove unused functions from domain_conf
2010-02-18 Matthew BoothFix typo in comment
2010-02-18 Jim Meyeringget_virtual_functions_linux: would mistakenly always...
2010-02-18 Cole Robinsonqemu: Explicitly error if guest virtual network is...
2010-02-18 Cole Robinsonnetwork: bridge: Fix IsActive, IsPersistent
2010-02-18 Cole Robinsonvirterror: Make SetError work if no previous error...
2010-02-18 Cole Robinsonlibvirt: Update docs for hotplug only commands
2010-02-18 Stefan Bergermacvtap teardown rework
2010-02-18 Matthew BoothFix whitespace in domain.rng
2010-02-18 Daniel P. BerrangeUpdate QEMU JSON balloon command handling
2010-02-18 Jim MeyeringopenvzLoadDomains: don't ignore failing virUUIDFormat
2010-02-17 Cole Robinsonpython: Actually add virConnectGetVersion to generated...
2010-02-17 Eric Blakebuild: inform libtool of m4 directory
2010-02-17 Jiri DenemarkAdds a cpu-baseline command for virsh
2010-02-16 Jim MeyeringvshCommandParse: placate coverity
2010-02-16 Jim MeyeringqemuMonitorTextAddUSBDisk: avoid unconditional leak
2010-02-16 Jim Meyeringtests: avoid NULL deref upon OOM failure
2010-02-16 Jim MeyeringqemuInitPasswords: avoid unconditional leak
2010-02-16 Jim MeyeringqemuMonitorTextAddDevice: avoid unconditional leak
2010-02-16 Jim Meyeringlibvirt-override.c: avoid a leak upon call with invalid...
2010-02-16 Jim MeyeringvboxDomainDumpXML: avoid a leak on OOM error path
2010-02-16 Jim MeyeringvirNodeDevCapScsiHostParseXML: avoid an unconditional...
2010-02-16 Jim Meyeringuml_driver.c: avoid leak upon failure
2010-02-16 Jim Meyeringvbox_tmpl.c: avoid an unconditional leak
2010-02-16 Jim Meyeringopenvz (openvzFreeDriver): avoid leaks
2010-02-16 Jim MeyeringvirStorageBackendIsMultipath: avoid dead store
2010-02-16 Cole Robinsonqemu: Make SetVcpu command hotplug only
2010-02-16 Cole Robinsonqemu: Make Set*Mem commands hotplug only
2010-02-16 Daniel P. BerrangeTreat missing QEMU 'thread_id' as non-fatal in JSON...
2010-02-16 Daniel P. BerrangeFix check for primary IDE controller in QEMU PCI slot...
2010-02-16 Daniel P. BerrangeMake error reporting for QEMU JSON mode more friendly
2010-02-16 Daniel P. BerrangeRun 'qmp_capabilities' command at QEMU monitor startup
2010-02-15 Stefan Bergermacvtap support for libvirt -- schema extensions
2010-02-15 Stefan Bergermacvtap support for libvirt -- qemu support
2010-02-15 Stefan Bergermacvtap support for libvirt -- helper code
2010-02-15 Stefan Bergermacvtap support for libvirt -- parse new interface XML
2010-02-15 Stefan Bergermacvtap support for libvirt -- build support
2010-02-15 Matthias Bolteinterface: Use proper return codes in the open function
next