]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2010-03-26  Daniel P. BerrangeAdd domain events for graphics network clients
2010-03-26  Daniel P. BerrangeAdd support for an explicit IO error event
2010-03-26  Daniel P. BerrangeAdd support for an explicit watchdog event
2010-03-26  Daniel P. BerrangeAdd support for an explicit RTC change event
2010-03-26  Daniel P. BerrangeAdd support for an explicit guest reboot event
2010-03-26  Daniel P. BerrangeRename domain lifecycle event message
2010-03-26  Daniel P. BerrangeConvert domain events example to new API
2010-03-26  Daniel P. BerrangeRemote driver & daemon impl of new event API
2010-03-26  Daniel P. BerrangeSupport new event register/deregister APis in all drive...
2010-03-26  Daniel P. BerrangeAdd new internal domain events APIs for handling other...
2010-03-26  Daniel P. BerrangeRefactor domain events to handle multiple event types
2010-03-26  Daniel P. BerrangeMake internal domain events struct definitions private
2010-03-26  Daniel P. BerrangeIntroduce a new public API for domain events
2010-03-26  Eric Blakemaint: update syntax-check rule to also catch test...
2010-03-26  Jim Meyeringtests: teach syntax-check that virDomainDefFree has...
2010-03-25  Jiri DenemarkAdd entry point logging for cpu functions
2010-03-25  Eric Blakebuild: don't use "test cond1 -o cond2": it's not portable
2010-03-24  Matthias Bolteesx: Make the conf parser compare names case insensitiv...
2010-03-24  Matthias Boltevbox: Fix segfault on empty device source
2010-03-24  Philipp Hahnpython example: poll(-0.001) does not sleep forever
2010-03-24  Jim Meyeringbuild: suppress distracting build output
2010-03-24  Jim Meyeringmaint: add syntax-check rule to prohibit use of test...
2010-03-24  Jim Meyeringbuild: don't use "test cond1 -a cond2" in configure...
2010-03-24  Jim Meyeringtests: shell script portability and clean-up
2010-03-24  Matthias Boltetests: Don't add extra padding if counter mod 40 is 0
2010-03-23  Jiri DenemarkFix error reporting when parsing CPU XML strings
2010-03-23  Jiri DenemarkUse common XML parsing functions
2010-03-23  Jiri DenemarkIntroduce XML parsing utility functions
2010-03-23  Jim MeyeringvirDomainDiskDefAssignAddress: return int, not void
2010-03-23  Jim Meyeringtests: do not use the ":disk" suffix in sample xml...
2010-03-23  Jim MeyeringvirDiskNameToIndex: ignore trailing digits
2010-03-23  Matthias Bolteutil: Add stubs for some functions on Windows
2010-03-23  Matthias BolteAdd HAVE_PTHREAD_H guard for pthread_sigmask
2010-03-23  Matthias Boltebootstrap: Enable copy-mode for MinGW builds
2010-03-23  Matthias Bolteutil: Handle lack of (f)chmod and (f)chown on Windows
2010-03-23  Matthias Boltebootstrap: Remove rsync from buildreq list
2010-03-23  Matthias Bolteutil: Make some conditional symbols unconditional
2010-03-23  Matthias BolteMake sure virtTestCaptureProgramOutput has a body on...
2010-03-23  Matthias BolteFix export of virConnectAuthPtrDefault for MinGW builds
2010-03-23  Matthias BolteRemove interfaceRegister from libvirt_private.syms
2010-03-23  Matthias BolteExport conditional state driver symbols only when they...
2010-03-23  Matthias BolteMake sure uid_t and gid_t are available
2010-03-23  Matthias Bolteesx: Add esxVI_LookupVirtualMachineByName
2010-03-23  Matthias Bolteesx: Fix potential memory leak in esxVI_BuildFullTraver...
2010-03-23  Matthias Bolteesx: Cleanup file header comments
2010-03-23  Matthias Bolteesx: Generate method mappings via macros
2010-03-22  Jim FehligAvoid libvirtd crash when cgroups is not configured...
2010-03-22  Cole Robinsonsecurity: selinux: Fix crash when releasing non-existen...
2010-03-22  Guido GüntherDon't crash without a security driver
2010-03-19  Jiri DenemarkAdd migrate-setmaxdowntime command to virsh
2010-03-19  Jiri DenemarkImplement virDomainMigrateSetMaxDowntime in qemu driver
2010-03-19  Jiri DenemarkImplement virDomainMigrateSetMaxDowntime in remote...
2010-03-19  Jiri DenemarkWire protocol and dispatcher for virDomainMigrateSetMax...
2010-03-19  Jiri DenemarkPublic virDomainMigrateSetMaxDowntime API
2010-03-19  Jiri DenemarkInternal driver API for virDomainMigrateSetMaxDowntime
2010-03-19  David AllanVirsh support for vol wiping
2010-03-19  David AllanSimplified version of volume wiping based on feedback...
2010-03-19  David AllanImplement remote bits for vol wiping
2010-03-19  David AllanImplement the public API for vol wiping
2010-03-19  David AllanDefine the internal driver API for vol wiping
2010-03-19  David AllanAdd public API for volume wiping
2010-03-19  Laine StumpSupport vhost-net mode at qemu startup for virtio netwo...
2010-03-18  Matthias Bolteqemu: Fix FD leak in qemudStartVMDaemon
2010-03-18  Eric Blakeutil: ensure virMutexInit is not recursive
2010-03-18  Eric Blakemaint: enforce recent copyright style
2010-03-18  Eric Blakemaint: make Red Hat copyright notices consistent
2010-03-18  Eric Blakemaint: fix typo
2010-03-18  Eric Blakemaint: enforce recent N_ usage
2010-03-18  Daniel VeillardFix logroate rpm build breakage
2010-03-18  Daniel VeillardFix LSB compliance of init script
2010-03-17  Matthias Boltedocs: <pre> cannot be nested in <p>
2010-03-17  Philip Hahnpython: Fix networkLookupByUUID
2010-03-17  Cole Robinson.gitignore: Ignore generated daemon/libvirtd.logrotate
2010-03-17  Cole RobinsonFix make dist with XenAPI changes
2010-03-17  Jiri DenemarkAllow suspend during live migration
2010-03-16  Jim Meyeringdo not require two ./autogen.sh runs to permit "make"
2010-03-16  Matthias Boltephyp: Use virRequestUsername and virRequestPassword
2010-03-16  Matthias Boltexenapi: Don't leak url and caps in case of error
2010-03-16  Matthias Boltexenapi: Check for NULL before accessing the scheme
2010-03-16  Matthias Boltexenapi: Request a username if there is non in the URI
2010-03-16  Matthias Boltexenapi: Check for valid private data in xenapiSessionEr...
2010-03-16  Matthias Bolteesx: Move username and password helper functions to...
2010-03-16  Jim Meyeringfix two "make syntax check" failures
2010-03-16  Jiri DenemarkUse WARN_CFLAGS when compiling virsh.c
2010-03-16  Jiri DenemarkUse fsync() at the end of file allocation instead of...
2010-03-15  Jim MeyeringRevert f5a6ce44ce8368d4183b69a31b77f67688d9af43
2010-03-15  Cole Robinsonsecurity: Set permissions for kernel/initrd
2010-03-15  Cole Robinsonqemu: Fix USB by product with security enabled
2010-03-15  Cole Robinsonqemu: Add some debugging at domain startup
2010-03-15  Daniel Veillardqemu: pass the information when disks are read-only
2010-03-15  Jiri DenemarkFix syntax-check errors
2010-03-15  Jiri DenemarkFix error messages in qemu text monitor
2010-03-14  Sharadha Prabhakarxenapi: Initial commit of the new driver
2010-03-13  Matthias Bolteesx: Improve documentation about remote URIs
2010-03-13  Matthias Boltemacvtap: Only export symbols if support is enabled
2010-03-12  Chris LalancetteOnly use the numa functions when they are available.
2010-03-12  Chris LalancetteMake nodeGetInfo report the correct number of NUMA...
2010-03-12  Chris LalancetteFix crash in virsh after bogus command
2010-03-12  Chris LalancetteFix virsh command 'cd'
2010-03-12  Laine StumpFix compiler warnings in virsh.c
next