]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2010-02-03  Daniel VeillardRelease of libvirt-0.7.6 v0.7.6
2010-02-03  Daniel P. BerrangeFix restore of QEMU guests with PCI device reservation
2010-02-03  Laine StumpAnother fork() log locking cleanup in file creation
2010-02-03  Cole RobinsonFix log locking problem when using fork() in the library
2010-02-03  David AllanFix locking for udev device add/remove
2010-02-03  Jim Meyeringinterface_conf.c: don't use a negative value as allocat...
2010-02-03  Jim MeyeringvirStoragePoolSourceListNewSource: avoid unconditional...
2010-02-03  Jim Meyeringxs_internal.c: don't use a negative value as allocation...
2010-02-02  Daniel P. BerrangeEnsure QEMU DAC security driver is activated at all...
2010-02-02  Jim Meyeringxen_hypervisor.c: remove all "domain == NULL" tests...
2010-02-02  Jim Meyeringxen_hypervisor.c: avoid NULL deref for NULL domain...
2010-02-02  Daniel P. BerrangeTweak USB hostdevice XML handling
2010-02-02  Daniel P. BerrangeFix QEMU hotplug device alias assignment
2010-02-02  Daniel P. BerrangeDisable QEMU monitor IO debugging by default
2010-02-02  Daniel P. BerrangeRe-arrange QEMU device alias assignment code
2010-02-02  Daniel P. BerrangeRemove direct storage of hostnet_name & vlan
2010-02-02  Daniel P. BerrangeRemove use of -netdev arg with QEMU
2010-02-02  Daniel P. BerrangeAssign PCI addresses before hotplugging devices
2010-02-02  Daniel P. BerrangeRewrite way QEMU PCI addresses are allocated
2010-02-02  Daniel P. BerrangeIntroduce generic virDomainDeviceInfo iterator function
2010-02-02  Daniel P. BerrangeMake hotplug use new device_add where possible
2010-02-02  Daniel P. BerrangeIntroduce internal QEMU monitor APIs for drive + device...
2010-02-02  Daniel P. BerrangeSplit out QEMU code for building PCI/USB hostdev arg...
2010-02-02  Daniel P. BerrangeStandard internal API syntax for building QEMU command...
2010-02-02  Jim Meyeringlibvirtd.c: avoid closing a negative socket file descriptor
2010-02-02  Jim Meyeringstorage_backend.c: avoid closing a negative file descriptor
2010-02-02  Jim Meyeringavoid a probable EINVAL from lseek
2010-02-02  Matthias Bolteudev: Don't let strtoul parse USB busnum and devnum...
2010-02-01  Jim Meyeringutil.c (two more): don't use a negative value as alloca...
2010-02-01  Jim Meyeringjson.c: avoid an unconditional leak from most qemuMonit...
2010-02-01  Jim Meyeringavoid format-related warnings
2010-02-01  Eric Blakemaint: avoid excess parens in STREQ
2010-02-01  Jiri DenemarkMove models/nmodels mismatch checking one level up
2010-02-01  Jiri DenemarkLog flags in virConnectCompareCPU
2010-02-01  Chris LalancetteFix PCI host reattach on domain detach.
2010-02-01  Matthew BoothClarify controllers -device string in QEMU driver
2010-02-01  Chris LalancetteFix up a comment in virHashUpdateEntry
2010-02-01  Chris LalancetteLook in /usr/libexec for the qemu-kvm binary.
2010-01-29  Eric Blakemaint: fix spelling error in hacking
2010-01-29  Jim Meyeringutil.c (virGetUserEnt): don't use a negative value...
2010-01-27  Jim FehligSupport Xen 4.0 sysctl version 7
2010-01-27  Matthew BoothAdd missing sata controller type to domain.rng
2010-01-27  Jim Meyeringcpu_x86.c: avoid NULL-deref for invalid arguments
2010-01-27  Jim Meyeringportability to non-glibc: don't use realpath(..., NULL)
2010-01-27  Jim Meyeringpci.c: correct an erroneous expression
2010-01-26  Matthias Bolteudev: Set the state driver name
2010-01-26  Matthias BolteRemove undefined symbols from libvirt_private.syms
2010-01-26  Matthias Bolteudev: Remove event handle on shutdown
2010-01-26  Matthias BolteDon't call disabled timer callbacks in event-test.c
2010-01-26  Matthias Bolteesx: Output error details from libcurl
2010-01-26  Matthias BolteAdd missing function parameter documentation
2010-01-26  Jim Meyeringhostusb: closedir only if non-NULL; rename labels:...
2010-01-26  Laine StumpCleanup of large buffer on stack in virFileMakePath
2010-01-26  Matthias Bolteesx: Stop passing around virConnectPtr for error reporting
2010-01-25  Chris LalancetteRevert "Fix libvirtd restart for domains with PCI passt...
2010-01-25  Chris LalancetteFix a crash when restarting libvirtd.
2010-01-25  Chris LalancetteFix two instances of misspelled 'pseudo'
2010-01-25  Jim MeyeringqemuMonitorTextAttachDrive: avoid two leaks
2010-01-25  Matthias Bolteqemu: Search binaries in PATH instead of hardcoding...
2010-01-25  Daniel P. BerrangeImplement QMP support for extracting CPU thread ID
2010-01-25  Daniel P. BerrangeMisc fixes to QMP monitor support for QEMU
2010-01-25  Daniel P. BerrangeAdd some missing include files which break build in...
2010-01-25  Daniel P. BerrangeFix setup of compatability serial devices from console...
2010-01-25  Jim MeyeringusbGetDevice: don't leak a "usbDevice" buffer on failur...
2010-01-25  Jim MeyeringqemuMonitorTextGetMemoryStats: plug a leak on an error...
2010-01-25  Jim MeyeringusbFindBusByVendor: don't leak a DIR buffer and FD
2010-01-25  Eric BlakeStart modernizing configure
2010-01-22  Chris LalancetteFix libvirtd restart for domains with PCI passthrough...
2010-01-22  Chris Lalancetteqemu: Fix race between device rebind and kvm cleanup
2010-01-22  Chris LalancetteFix device assignment with root devices
2010-01-22  Chris LalancetteAdd a rule to check for uses of readlink.
2010-01-22  Chris LalancetteUse virFileResolveLink instead of readlink in AppArmor
2010-01-22  Chris LalancetteFix a compile warning in parthelper.c
2010-01-22  Taizo ITOAdd virConnectGetVersion Python API
2010-01-22  Jamie StrandbogeRemove AppArmor compile warnings
2010-01-22  Chris LalancetteRemove unused PROC_MOUNT_BUF_LEN #define
2010-01-22  Daniel VeillardUpdate polish translation and regenerate localizations
2010-01-21  Daniel P. BerrangeAdd docs about new mailing list
2010-01-21  Adam LitkedomMemoryStats / qemu: Fix parsing of unknown stats
2010-01-21  David AllanCorrected log level of WWN path message
2010-01-21  Daniel VeillardFix an error when looking for devices in syspath
2010-01-21  Dan KenigsbergAllow surrounding whitespace in uuid
2010-01-21  Jim Meyeringfix "make distcheck" failure
2010-01-21  Jim Meyeringavoid more format-related warnings
2010-01-21  Jim Meyeringavoid format-related warnings
2010-01-21  Daniel P. BerrangeFix off-by-1 in SCSI drive hotplug
2010-01-21  Daniel P. BerrangeFix leak in hotplug code in QEMU driver
2010-01-21  Daniel P. BerrangeAdd configuration option to turn off dynamic permission...
2010-01-21  Daniel P. BerrangeFix security driver calls in hotplug cleanup paths
2010-01-21  Daniel P. BerrangeAdd missing call to re-attach host devices if VM startu...
2010-01-21  Daniel P. BerrangeSwitch QEMU driver over to use the DAC security driver
2010-01-21  Daniel P. BerrangeIntroduce a new DAC security driver for QEMU
2010-01-21  Daniel P. BerrangeIntroduce a stacked security driver impl for QEMU
2010-01-21  Daniel P. BerrangePull initial disk labelling out into libvirtd instead...
2010-01-21  Daniel P. BerrangeFix leak of allocated security label
2010-01-21  Daniel P. BerrangeRefactor setup & cleanup of security labels in security...
2010-01-21  Daniel P. BerrangeMake security drivers responsible for checking dynamic...
2010-01-21  David AllanImplement support for multi IQN
2010-01-21  Jiri DenemarkLet make fail when XHTML validation fails
2010-01-20  Laine StumpFix uses of virFileMakePath
next