]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2017-08-29 Pavel Hrdinatests: add qemu chardev source reconnect tests
2017-08-29 Pavel Hrdinaqemu: implement chardev source reconnect
2017-08-29 Pavel Hrdinatests: add generic xml chardev source reconnect tests
2017-08-29 Pavel Hrdinaconf: introduce reconnect element for chardev source
2017-08-29 Pavel Hrdinaqemu: introduce QEMU_CAPS_CHARDEV_RECONNECT
2017-08-28 John Ferlannetwork: Fix virNetworkObjBridgeInUse return type
2017-08-28 John FerlanRevert "interface: Consume @def in virInterfaceObjNew"
2017-08-28 Eric Blakemaint: correct quoting for gl_WARN_ADD
2017-08-28 Erik Skultetydaemon: logging: Fix --verbose option being ignored...
2017-08-28 Andrea Bolognaniqemu: Handle host devices not being available better
2017-08-28 Pavel Hrdinaconf: don't close the source element inside different...
2017-08-28 Pavel Hrdinautil: introduce virXMLFormatElement helper
2017-08-28 Pavel Hrdinautil: introduce virBufferSetChildIndent macro
2017-08-28 Erik Skultetymaint: Update to latest gnulib
2017-08-27 Cole Robinsonconf: add virDomainVideoDefNew
2017-08-27 Cole Robinsonqemu: domain: Move some validation out of DeviceDefPost...
2017-08-27 Cole Robinsonqemu: parse: drop redundant video config
2017-08-27 Cole Robinsonqemu: Remove remnants of xenner support
2017-08-26 Scott Garfinkledocs: document migrate-getmaxdowntime support
2017-08-26 Scott Garfinklevirsh: Add support for virDomainMigrateGetMaxDowntime
2017-08-26 Scott Garfinkleqemu: Implement virDomainMigrateGetMaxDowntime
2017-08-26 Scott GarfinkleAdd virDomainMigrateGetMaxDowntime public API
2017-08-25 Andrea Bolognaniqemu: Report error on failure to set isolation group
2017-08-24 Nitesh Konkarvirt-host-validate: Fix warning for IOMMU detection...
2017-08-24 Erik SkultetyRevert "maint: Update to latest gnulib"
2017-08-24 George Dunlaplibxl: Avoid a variable named 'stat'
2017-08-24 Erik Skultetymaint: Update to latest gnulib
2017-08-24 Ján Tomkovmx: do not treat controllers as implicit devices
2017-08-24 Nikolay Shirokovskiyvz: build fix
2017-08-24 Ján Tomkoconf: check address type for USB hostdevs
2017-08-24 Ján Tomkoconf: move hostdev address validation to virDomainHostd...
2017-08-23 John Ferlantests: Fix leak in securityselinuxtest
2017-08-23 Nikolay Shirokovskiyvz: support disabled items in vz boot order
2017-08-23 Andrea Bolognanidocs: Define anchors correctly in pci-hotplug
2017-08-22 Ján Tomkoconf: do not count per-device boot elements when parsin...
2017-08-22 Ján Tomkoconf: create a thin wrapper above virDomainDefPostParse
2017-08-22 Ján Tomkoconf: rename virDomain*PostParseInternal to virDomain...
2017-08-22 Pavel Hrdinaconf: move chardev validation into virDomainDeviceDefVa...
2017-08-22 Pavel Hrdinaconf: separate PTY chardev source parsing
2017-08-22 Pavel Hrdinaconf: move FILE chardev source parsing to separate...
2017-08-22 Pavel Hrdinaconf: assign parsed strings directly into chardev sourc...
2017-08-22 Pavel Hrdinaconf: move UNIX chardev source parsing to separate...
2017-08-22 Pavel Hrdinaconf: move UDP chardev source parsing to separate function
2017-08-22 Pavel Hrdinaconf: move TCP chardev source parsing to separate function
2017-08-22 Pavel Hrdinaconf: move mode parsing of chardev source to separate...
2017-08-22 Pavel Hrdinaconf: move chardev log parsing to separate function
2017-08-22 Pavel Hrdinaconf: move chardev protocol parsing to separate function
2017-08-22 Pavel Hrdinaconf: error out for multiple protocol elements while...
2017-08-22 Pavel Hrdinaconf: error out for multiple log elements while parsing...
2017-08-22 Pavel Hrdinaconf: error out for multiple source elements while...
2017-08-22 Pavel Hrdinaconf: switch from while to for loop for chardev parsing
2017-08-22 Pavel Hrdinatests: introduce genericxml test for UNIX chardev
2017-08-22 Pavel Hrdinatests: introduce genericxml test for UDP chardev
2017-08-22 Pavel Hrdinatests: introduce genericxml test for TCP chardev
2017-08-22 Ján Tomkoconf: useserial: drop useless check for serial devices
2017-08-21 Jim FehligDon't autogenerate seclabels of type 'none'
2017-08-21 Jim FehligFix building domain def in securityselinuxtest
2017-08-21 Lily Zhutools: Fix docs in libvirt-guests configuration file
2017-08-21 Andrea Bolognanidocs: Improve PCI topology and hotplug guidelines
2017-08-21 Andrea Bolognaniconf: Use the correct limit for the number of PHBs
2017-08-21 Andrea Bolognaniconf: Move target index validation
2017-08-21 Andrea Bolognanitests: Improve target index validation coverage
2017-08-18 Peter Krempaqemu: Implement postParse callback skipping on config...
2017-08-18 Peter Krempaqemu: domain: Don't set default USB model if qemuCaps...
2017-08-18 Peter Krempaqemu: domain: Don't return default NIC model if @qemuCa...
2017-08-18 Peter Krempaqemu: capabilities: Tolerate missing @qemuCaps in virQE...
2017-08-18 Peter Krempaqemu: capabilities: Tolerate missing @qemuCaps in virQE...
2017-08-18 Peter Krempaconf: add infrastructure for tolerating certain post...
2017-08-18 Peter Krempaconf: Return any non-zero value from virDomainDeviceInf...
2017-08-18 Peter Krempaqemu: domain: Don't re-allocate qemuCaps in post parse...
2017-08-18 Peter Krempaconf: Add callbacks that allocate per-def private data
2017-08-18 Peter Krempaqemu: Move assignment of default emulator to the basic...
2017-08-18 Peter Krempaconf: Add 'basic' post parse callback
2017-08-18 Peter Krempaconf: domainlist: Explicitly report failure to load...
2017-08-18 Pavel Hrdinaqemu: don't check whether offline migration is safe
2017-08-18 Peter Krempautil: string: Introduce virStringHasChars
2017-08-17 Erik Skultetynodedev: Introduce udevHandleOneDevice
2017-08-17 Erik Skultetynodedev: udev: Remove the udevEventHandleCallback on...
2017-08-17 Erik Skultetynodedev: mdev: Report an error when mdev path resolutio...
2017-08-17 Christian Ehrhardtvirt-aa-helper: locking loader/nvram for qemu 2.10
2017-08-17 Christian Ehrhardtvirt-aa-helper: locking disk files for qemu 2.10
2017-08-17 Pavel Hrdinaconf: use virXMLPropString and virXMLNodeContentString...
2017-08-17 Pavel Hrdinaconf: use virXMLNodeContentString for boot options...
2017-08-17 Pavel Hrdinaconf: use virXMLPropStringLimit where it makes sense
2017-08-17 Pavel Hrdinaconf: use virXMLPropString for actual network parsing
2017-08-17 Pavel Hrdinaconf: use virXMLPropString for boot parsing
2017-08-17 Pavel Hrdinaconf: use virXMLPropString for network parsing
2017-08-17 Pavel Hrdinaconf: use virXMLPropString for IOMMU def parsing
2017-08-17 Pavel Hrdinaconf: use virXMLPropString for virDomainVirtioOptionsPa...
2017-08-17 Pavel Hrdinautil: introduce virXMLNodeContentString
2017-08-17 Pavel Hrdinautil: introduce virXMLPropStringLimit
2017-08-17 Michal Privozniknetwork: Use self inflating bitmap for class IDs
2017-08-17 John Ferlannetwork: Use @nnames instead of @got
2017-08-16 Cole Robinsontests: add qemu x86 kvm 32-on-64 test
2017-08-16 John Ferlanstorage: Alter @aclfilter to just @filter
2017-08-16 John Ferlansecret: Alter @aclfilter to just @filter
2017-08-16 John Ferlannwfilter: Alter @aclfilter to just @filter
2017-08-16 John Ferlannodedev: Alter @aclfilter to just @filter
2017-08-16 John Ferlannetwork: Privatize virNetworkObj
2017-08-16 John Ferlannetwork: Modify naming for virNetworkObjList* fetching...
next