]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2019-03-28  Peter Krempaqemu: address: Stop reporting warning when USB address...
2019-03-28  Peter Krempaqemu: Always use 'alias' in warning message when removi...
2019-03-28  Peter Krempaqemu: hotplug: Don't release USB address twice when...
2019-03-28  Michal Privoznikqemuxml2argvtest: Drop dependency between testInfoArgNa... v5.2.0-rc1
2019-03-28  Michal Privoznikqemu_capabilities; Drop virQEMUCapsSetVAList
2019-03-27  Daniel P. BerrangĂ©tests: don't abort in fopen(/proc/mounts)
2019-03-27  Eric BlakeRevert "snapshot: Allow NULL to virDomainSnapshotObjGetDef"
2019-03-27  Eric Blakesnapshot: Refactor qemu to utilize virDomainMoment...
2019-03-27  Eric Blakesnapshot: Allow NULL to virDomainSnapshotObjGetDef
2019-03-27  Eric Blakesnapshot: Drop pointless function virDomainMomentIsCurr...
2019-03-27  Jiri Denemarknews: Document parallel migration
2019-03-27  Andrea Bolognanispec: Move ldconfig calls from -client to -libs
2019-03-27  Jiri Denemarkvirsh: Add options for parallel migration
2019-03-27  Jiri Denemarkqemu: Add support for parallel migration
2019-03-27  Jiri DenemarkPublic API for parallel migration
2019-03-26  Eric Blakebackup: Introduce virDomainCheckpointPtr
2019-03-26  Eric Blakesnapshot: Various doc tweaks
2019-03-26  Eric BlakeRevert "snapshot: Add virDomainSnapshotObjListFormat"
2019-03-26  Eric BlakeRevert "snapshot: Add virDomainSnapshotObjListParse"
2019-03-26  Andrea Bolognanim4: Add warning when running QEMU as root
2019-03-26  Andrea Bolognanim4: Run QEMU under a distro-specific user when possible
2019-03-26  Michal Privoznikqemufirmwaretest: Produce better message on error
2019-03-26  Laine Stumpqemu_hotplug: don't shutdown net device until the guest...
2019-03-26  Laine Stumpqemu_hotplug: delay sending DEVICE_REMOVED event until...
2019-03-26  Laine Stumpqemu_hotplug: consolidate all common detach code in...
2019-03-26  Laine Stumpqemu_hotplug: audit *all* auditable device types in...
2019-03-26  Laine Stumpqemu_hotplug: new function qemuDomainRemoveAuditDevice()
2019-03-26  Laine Stumpqemu_hotplug: rename Chr and Lease Detach functions
2019-03-26  Laine Stumpqemu_hotplug: standardize the names/args/calling of...
2019-03-26  Laine Stumpqemu_hotplug: separate Chr|Lease from other devices...
2019-03-26  Laine Stumpqemu_hotplug: rename dev to match in qemuDomainDetachDe...
2019-03-26  Laine Stumpqemu_hotplug: make Detach functions called only from...
2019-03-26  Laine Stumptest: replace calls to individual detach functions...
2019-03-26  Laine Stumpqemu_hotplug: pull qemuDomainUpdateDeviceList out of...
2019-03-26  Laine Stumpqemu_hotplug: remove extra function in middle of Detach...
2019-03-26  Laine Stumpqemu_hotplug: move qemuDomainDetachDeviceLive() to...
2019-03-26  Peter Krempaqemu: monitor: Remove unused qemuMonitor(JSON)SetVNCPas...
2019-03-26  Peter Krempaqemu: Assume that 'set_password' and 'expire_password...
2019-03-25  Eric Blakesnapshot: Make virDomainMomentObjListGetNames more...
2019-03-25  Laine Stumpqemu_hotplug: move (Attach|Detach)Lease functions with...
2019-03-25  Laine Stumpqemu_hotplug: move (almost) all qemuDomainDetach*(...
2019-03-25  Laine Stumpqemu_hotplug: move qemuDomainChangeGraphicsPasswords()
2019-03-25  Laine Stumpqemu_hotplug: merge qemuDomainDetachThisHostDevice...
2019-03-25  Laine Stumpqemu_hotplug: don't call DetachThisHostDevice for hostd...
2019-03-25  Laine Stumpqemu_hotplug: refactor qemuDomainDetachDiskLive and...
2019-03-25  Laine Stumpqemu_hotplug: eliminate unnecessary call to qemuDomainD...
2019-03-25  Laine Stumpqemu_hotplug: eliminate multiple identical qemuDomainDe...
2019-03-25  Laine Stumpqemu_hotplug: rename a virDomainDeviceInfoPtr to avoid...
2019-03-25  Laine Stumpqemu_hotplug: remove unnecessary check for valid PCI...
2019-03-25  Laine Stumpqemu_hotplug: remove another erroneous qemuDomainDetach...
2019-03-25  Laine Stumpqemu_hotplug: remove erroneous call to qemuDomainDetach...
2019-03-25  Michal Privozniknews: Document kernel requirements for virtual networks
2019-03-25  Eric Blakesnapshot: Add tests of virsh -c test:///default snapshot*
2019-03-25  Eric Blakevirsh: Add 'echo --err' option
2019-03-25  Eric Blakevirsh: Treat any command name starting with # as comment
2019-03-25  Eric Blakevirsh: Parse # comments in batch mode
2019-03-25  Eric Blakesnapshot: Avoid infloop during REDEFINE
2019-03-25  Daniel Henrique... domain_conf: check device address before attach
2019-03-22  Cole Robinsontests: qemuxml2argv: add DO_TEST_INTERNAL
2019-03-22  Cole Robinsontests: qemuxml2argv: report error on ARG_* collisions
2019-03-22  Cole Robinsontests: qemuxml2argv: move DO_CAPS_TEST* qemuCaps init
2019-03-22  Cole Robinsontests: qemuxml2argv: Tweak TEST_CAPS_PATH
2019-03-22  Cole Robinsonspec: Remove libvirt < 0.9.4 upgrade compat
2019-03-22  Cole Robinsonspec: Only call ldconfig on RHEL7
2019-03-22  Andrea Bolognanitests: Add s390x-ccw-graphics test case
2019-03-22  Andrea Bolognanitests: Update aarch64-virt-graphics for virtio-blk
2019-03-22  Michal PrivoznikvirDomainMomentAssignDef: Don't dereference a NULL...
2019-03-22  Nikolay Shirokovskiyxml: nodedev: make pci capability class element optional
2019-03-22  Nikolay Shirokovskiynwfilter: fix adding std MAC and IP values to filter...
2019-03-22  Eric Blakesnapshot: Make virDomainSnapshotObjList use MomentObjList
2019-03-22  Eric Blakesnapshot: Create new virDomainMomentObjList type
2019-03-22  Eric Blakesnapshot: Rename file for virDomainMomentObj
2019-03-22  Eric Blakesnapshot: Rename virDomainSnapshotObjPtr
2019-03-22  Eric Blakesnapshot: Switch type of virDomainSnapshotObj.def
2019-03-22  Eric Blakesnapshot: Factor out virDomainMomentDef class
2019-03-22  Eric Blakesnapshot: Refactor list filtering
2019-03-22  Eric Blakesnapshot: Access snapshot def directly when needed
2019-03-22  Eric Blakesnapshot: Add accessors for updating snapshot list...
2019-03-22  Eric Blakesnapshot: Add accessor for reparenting snapshot children
2019-03-22  Eric Blakesnapshot: Track current snapshot in virDomainSnapshotOb...
2019-03-22  Eric Blakesnapshot: Rework parse logic during libvirt startup
2019-03-22  Eric Blakesnapshot: Drop virDomainSnapshotDef.current
2019-03-22  Eric Blakesnapshot: Minor cleanup to virDomainSnapshotAssignDef
2019-03-22  Eric Blakesnapshot: Tweaks to bulk dumpxml/import internals
2019-03-22  Eric Blakevbox: Clean up some snapshot usage
2019-03-21  Cole Robinsontests: qemuxml2argv: move DO_TEST qemuCaps init
2019-03-21  Cole Robinsontests: qemuxml2argv: add testInfoClear
2019-03-21  Cole Robinsontests: qemuxml2argv: build capsfile in DO_TEST_CAPS_INT...
2019-03-21  Cole Robinsontests: qemuxml2argv: centralize CAPS suffix building
2019-03-21  Cole Robinsontests: qemuxml2argv: remove full testInfo initialization
2019-03-21  Cole Robinsontests: qemuxml2argv: use varargs for CAPS flags
2019-03-21  Cole Robinsontests: qemuxml2argv: remove unused CAPS migrateFrom
2019-03-21  Cole Robinsontests: qemuxml2argv: add a comment separating DO_TEST...
2019-03-21  Cole Robinsontests: qemuxml2argv: remove unused DO_TEST_CAPS* macros
2019-03-21  Cole Robinsontests: qemuxml2argv: remove DO_TEST_PARSE_FLAGS_ERROR
2019-03-21  Cole Robinsontests: qemuxml2argv: handle parseFlags with varargs
2019-03-21  Cole Robinsontests: qemuxml2argv: handle flags with varargs
2019-03-21  Cole Robinsontests: qemuxml2argv: handle migrate* with varargs
2019-03-21  Cole Robinsontests: qemuxml2argv: handle GIC with varargs
2019-03-21  Cole Robinsontests: qemuxml2argv: break apart testInitQEMUCaps
next