]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2009-10-08 Amy GriffisAdd virFileAbsPath() utility
2009-10-08 Jamie StrandbogeDocumentation and examples for SVirt Apparmor driver
2009-10-08 Jamie StrandbogesVirt AppArmor security driver
2009-10-08 Cole Robinsoncgroup: Fix -Werror breakage
2009-10-08 Daniel P. BerrangeMisc win32 build fixes
2009-10-07 Ryota OzakiFix handling return value of qemuMonitorSetBalloon
2009-10-07 Ryota OzakiLXC implement memory control APIs
2009-10-07 Jamie StrandbogeAdd a domain argument to SVirt *RestoreImageLabel
2009-10-07 Chris LalancetteFix up "make check"
2009-10-06 Mark McLoughlinCreate /var/log/libvirt/{lxc,uml} dirs
2009-10-06 Daniel P. BerrangeFix rebuilding of devhelp files
2009-10-06 Daniel P. BerrangeFix ordering of <exports> in API description file
2009-10-05 Cole Robinsontest: Support loading node device info from file/XML
2009-10-05 Cole Robinsonnode conf: Make parsing routines consistent with other...
2009-10-05 Cole Robinsontest: Implement node device driver.
2009-10-05 Cole Robinsonnodedev: Break out virNodeDeviceHasCap to node_conf
2009-10-05 Cole Robinsonnodedev: Add locking in nodeNumOfDevices
2009-10-05 Cole Robinsontest: Throw a proper error in GetBridgeName
2009-10-05 Cole Robinsonpython: Add a newline after custom classes
2009-10-05 Cole Robinsonpython: Fix generated virInterface method names
2009-10-05 Cole Robinsonpython: Use a pure python implementation of 'vir*GetCon...
2009-10-05 Cole Robinsonpython: Don't generate bindings for vir*Ref
2009-10-05 Cole Robinsonpython: Don't generate conflicting conn.createXML funct...
2009-10-05 Cole Robinsonpython: Remove use of xmllib in generator.py
2009-10-05 Cole Robinsonpython: Remove FastParser from generator.
2009-10-05 Cole Robinsonconfigure: Add explict --with-python option.
2009-10-05 Daniel Veillard526769 change logrotate config default to weekly
2009-10-02 Daniel P. BerrangeFix typo in Makefile.am breaking NEWS file generation
2009-10-02 Daniel P. BerrangeFix emission of domain events messages
2009-10-02 Paolo Bonziniunbreak `make rpcgen'
2009-10-02 Paolo Bonziniunbreak migration
2009-10-02 Chris LalancetteTunnelled migration.
2009-10-01 Jiri DenemarkFix build in separate build directory
2009-10-01 Paolo BonziniFix documentation and comment typos
2009-10-01 Chris LalancetteVarious monitor improvements for migration.
2009-10-01 Mark McLoughlinFix USB device re-labelling
2009-10-01 Daniel VeillardAvoid a libvirtd crash on broken input 523418
2009-09-30 Florian VichotIncorrect error message in virDomainNetDefParseXML
2009-09-30 Daniel VeillardFix a few 'make rpm' breakages
2009-09-30 Daniel Veillard523639 Allows a <description> tag for domains
2009-09-30 Chris LalancetteAdd src/util/storage_file.c to the POTFILES.in.
2009-09-30 Chris LalancetteAdd a qemu feature flag for unix socket migration.
2009-09-30 Chris LalancettePass remote_message_header to the dispatch functions.
2009-09-30 Chris LalancetteLet remoteClientStream only do RX if requested.
2009-09-30 Chris LalancetteFix up a few typos in the tree.
2009-09-30 Chris LalancetteFix up some warnings from stream DEBUG statements.
2009-09-30 Matthias BolteFix apibuild.py warnings
2009-09-30 Matthias BolteChange signature of remoteSendStreamData() to fix compi...
2009-09-30 Mark McLoughlinRe-label image file backing stores
2009-09-30 Mark McLoughlinAdd virStorageFileGetMetadata() helper
2009-09-30 Mark McLoughlinMove virStorageGetMetadataFromFD() to libvirt_util
2009-09-30 Mark McLoughlinIntroduce virStorageFileMetadata structure
2009-09-30 Mark McLoughlinSplit virStorageGetMetadataFromFD() from virStorageBack...
2009-09-30 Mark McLoughlinMove file format enum to libvirt_util
2009-09-30 Matthias BolteFix memory leaks in libvirtd's message processing
2009-09-29 Daniel P. BerrangeFix QEMU test suite with new VNC env variable
2009-09-29 Pritesh KothariVBox vboxDomainDestroy forgot to wait for completion
2009-09-29 Daniel P. BerrangeRemove hand-crafted UUID parsers
2009-09-29 Daniel P. BerrangeAllow control over QEMU audio backend
2009-09-29 Daniel P. BerrangeHandle data streams in remote client
2009-09-29 Daniel P. BerrangeHandle outgoing data streams in libvirtd
2009-09-29 Daniel P. BerrangeHandle incoming data streams in libvirtd
2009-09-29 Daniel P. BerrangeHelper functions for processing data streams in libvirtd
2009-09-29 Daniel P. BerrangeAdd public API definition for data stream handling
2009-09-29 Pritesh KothariVbox call OpenHardDisk with "" instead of NULL
2009-09-29 Jim FehligAvoid double free in errors in virsh
2009-09-29 Daniel P. BerrangeFix crash in device hotplug cleanup code
2009-09-29 Daniel P. BerrangeStandardize debugging messages in QEMU monitor code
2009-09-29 Daniel P. BerrangeRemove low level monitor APIs from header file
2009-09-29 Daniel P. BerrangeAdd API for issuing 'host_net_remove' monitor command
2009-09-29 Daniel P. BerrangeAdd API for issuing 'host_net_add' monitor command
2009-09-29 Daniel P. BerrangeAdd API for issuing 'pci_add nic' monitor command
2009-09-29 Daniel P. BerrangeAdd API for issuing 'getfd' and 'closefd' monitor commands
2009-09-29 Daniel P. BerrangeAdd API for issuing 'pci_add storage' monitor command
2009-09-29 Daniel P. BerrangeAdd API for issuing 'pci_del' monitor command
2009-09-29 Daniel P. BerrangeAdd API for issuing 'pci_add host' monitor command
2009-09-29 Daniel P. BerrangeAdd APIs for sending 'usb_add' command for host devices
2009-09-29 Daniel P. BerrangeAdd API for using 'usb_add' for disk devices
2009-09-29 Daniel P. BerrangeAdd API for issuing 'migrate' command with exec protocol
2009-09-29 Daniel P. BerrangeAdd API for issuing a 'migrate' monitor command for TCP
2009-09-29 Daniel P. BerrangeAdd API for running 'info migration' monitor command
2009-09-29 Daniel P. BerrangeAdd API for issuing the 'migrate_set_speed' monitor...
2009-09-29 Daniel P. BerrangeAdd API for issuing 'info blockstats' command
2009-09-29 Daniel P. BerrangeAdd APIs for issuing 'memsave' and 'pmemsave' monitor...
2009-09-29 Daniel P. BerrangeAdd APIs for issuing 'eject' and 'change dev' monitor...
2009-09-29 Daniel P. BerrangeAdd API for issuing 'balloon' monitor command
2009-09-29 Daniel P. BerrangeAdd API for running 'info balloon' monitor command
2009-09-29 Daniel P. BerrangeAdd API for the 'system_powerdown' monitor command
2009-09-29 Daniel P. BerrangeAdd API for 'stop' monitor command
2009-09-29 Daniel P. BerrangeRename qemudMonitorSendCont to qemuMonitorStartCPUs
2009-09-29 Daniel P. BerrangeAdd API for 'change vnc password' monitor command
2009-09-29 Daniel P. BerrangeAdd API for 'info cpus' monitor command
2009-09-29 Daniel P. BerrangePull QEMU monitor interaction out to separate file
2009-09-29 Laine StumpMaintain value of ctxt->node in virInterfaceDefParseDhcp
2009-09-29 Daniel VeillardFix some XPath relative node resets
2009-09-29 Mark McLoughlinutil.h needs libvirt.h for virConnectPtr
2009-09-28 Daniel P. BerrangeDon't require full daemon install for libvirt python...
2009-09-28 Daniel P. BerrangeFix API doc extractor to stop munging comment formatting
2009-09-24 Mark McLoughlinFix cdub's surname spelling
2009-09-24 Daniel VeillardAdded Matthias Bolte as commiter
next