]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2019-06-24  Ján Tomkoapi: disallow virConnectGetDomainCapabilities on read... v1.2.20-maint
2019-06-24  Ján Tomkoapi: disallow virDomainSaveImageGetXMLDesc on read...
2016-06-30  Jiri Denemarkqemu: Let empty default VNC password work as documented
2015-12-13  Eric BlakeCVE-2015-5313: storage: don't allow '/' in filesystem...
2015-10-02  Daniel VeillardRelease of libvirt-1.2.20 v1.2.20
2015-09-29  Cole Robinsonqemu: Fix dynamic_ownership qemu.conf setting v1.2.20-rc2
2015-09-29  Michal Privoznikvirsh: Preserve startupPolicy in change-media command
2015-09-29  Ján TomkoCreate a shallow copy for volume building only if supported
2015-09-29  Ján TomkoUpdate pool allocation with new values on volume creation
2015-09-25  John Ferlanconf: Fix virtType check v1.2.20-rc1
2015-09-25  Shivangi Dhirqemu: Make virtType of type virDomainVirtType
2015-09-25  Shivangi Dhirconf: Add new VIR_DOMAIN_VIRT_NONE enum
2015-09-25  Guido GüntherUse daemon log facility for journald
2015-09-25  Michal Privozniktools: Link libvirt.la and readline to libvirt_shell.a
2015-09-25  Andrea Bolognanimaint: Remove control characters from LGPL license...
2015-09-24  Jiri Denemarkdomain: Fix migratable XML with graphics/@listen
2015-09-24  Erik Skultetyvsh: create a noinstall libvirt_shell library
2015-09-24  John Ferlanqemu: Resolve Coverity RESOURCE_LEAK
2015-09-24  John Ferlanqemu: Clean up ret in qemuDomainSaveMemory and qemuDoma...
2015-09-24  John Ferlanqemu: Resolve Coverity CHECKED_RETURN
2015-09-24  John Ferlanvirsh: Resolve Coverity DEADCODE
2015-09-24  John Ferlantests: Resolve Coverity RESOURCE_LEAK
2015-09-24  John Ferlantests: Resolve Coverity RESOURCE_LEAK
2015-09-24  Michal PrivoznikvirDomainRestore: Don't keep transient domains around
2015-09-24  Michal Privoznikqemu: Move vm->persistent check into qemuDomainRemoveIn...
2015-09-24  Michal PrivoznikvirDomainCreateXML: Make domain definition transient
2015-09-24  Michal PrivoznikvirDomainCreateXML: Don't remove persistent domains...
2015-09-24  Michal Privoznikdocs: Add yet another libvirt based app
2015-09-24  Martin KletzanderRemove redundand assignment
2015-09-24  Michal PrivoznikqemuDomainDeviceDefPostParse: Drop useless checks
2015-09-23  Peter Krempavirsh: Fix job status indicator for 0 length block...
2015-09-23  Peter Krempaqemu: Refresh memory size only on fresh starts
2015-09-23  Peter Krempaqemu: Align memory module sizes to 2MiB
2015-09-23  Jiri Denemarkvirsh: Notify users about disconnects
2015-09-23  Jiri Denemarkclient rpc: Process pending data on error
2015-09-23  Jiri Denemarkclient rpc: Report proper error for keepalive disconnec...
2015-09-23  Luyao Huangconf: escape string for disk driver name attribute
2015-09-23  Martin KletzanderUse VIR_DIV_UP macro where possible
2015-09-23  Luyao HuangMakefile: fix build fail when make rpm
2015-09-22  Cole Robinsonspec: Fix some warnings with latest rpmbuild
2015-09-22  Michal Privozniktests: Avoid use of virQEMUDriverCreateXMLConf(NULL)
2015-09-22  Michal PrivoznikqemuTestDriverInit: init the driver lock too
2015-09-22  John FerlanRevert "qemu: Fix integer/boolean logic in qemuSetUnpri...
2015-09-22  Peter Krempatest: Add test to validate that memory sizes don't...
2015-09-22  Peter Krempaqemu: ppc64: Align memory sizes to 256MiB blocks
2015-09-22  Peter Krempaqemu: command: Align memory sizes only on fresh starts
2015-09-22  Peter Krempaconf: Don't always recalculate initial memory size...
2015-09-22  Peter Krempaconf: Pre-calculate initial memory size instead of...
2015-09-22  Peter Krempaconf: Rename max_balloon to total_memory
2015-09-22  Peter Krempaconf: Split memory related post parse stuff into separa...
2015-09-22  Peter Krempaconf: Add XML parser flag that will allow us to do...
2015-09-22  Peter Krempaconf: Document all VIR_DOMAIN_DEF_PARSE_* flags
2015-09-22  Peter Krempaconf: Drop VIR_DOMAIN_DEF_PARSE_CLOCK_ADJUST flag
2015-09-22  Peter Krempaqemu: Make memory alignment helper more universal
2015-09-22  Peter Krempaconf: Add helper to determine whether memory hotplug...
2015-09-22  Peter Krempalibxl: vz: Use accessor instead of direct access for...
2015-09-22  Pavel FedinRemoved unneeded check
2015-09-22  Pavel Fedintests: use mockup cache
2015-09-22  Pavel FedinImplement infrastracture for mocking up QEMU capabiliti...
2015-09-22  Pavel Fedintests: split out common qemu driver initialization
2015-09-21  David Mansfieldtest driver: don't unlock pool after freeing it
2015-09-21  John Ferlanvirfile: Use virProcessWait in virDirCreate
2015-09-21  John Ferlanvirfile: Use virProcessWait in virFileUnlink
2015-09-21  John Ferlanvirfile: Use virProcessWait in virFileOpenForked
2015-09-21  John Ferlanvirfile: Rename virFileUnlink to virFileRemove
2015-09-21  Maxim Nestratovvz: remove error logging from prlsdkUUIDParse
2015-09-21  Michal PrivoznikqemuDomainChangeDiskLive: Allow startupPolicy change
2015-09-18  Michal PrivoznikqemuDomainDiskChangeSupported: Fill in missing checks
2015-09-18  Michal Privoznikqemu: s/virDomainDiskDiffersSourceOnly/qemuDomainDiskCh...
2015-09-18  Michal PrivoznikqemuDomainChangeDiskLive: rework slightly
2015-09-18  Michal Privoznikqemu_domain: Introduce qemuDomainDiskSourceDiffers
2015-09-18  Michal Privoznikqemu: s/qemuDomainChangeDiskMediaLive/qemuDomainChangeD...
2015-09-18  Michal PrivoznikqemuDomainUpdateDeviceConfig: Allow startupPolicy updat...
2015-09-18  Jiri Denemarkqemu: Fix some corner cases in persistent migration
2015-09-18  Jiri Denemarkqemu: Queue events in migration Finish phase ASAP
2015-09-18  Jiri DenemarkqemuDomainEventQueue: Check if event is non-NULL
2015-09-18  Jiri Denemarkqemu: Don't report false errors in migration protocol v2
2015-09-18  Jiri Denemarkqemu: Kill domain when migration finish fails
2015-09-18  Jiri Denemarkqemu: Don't fail migration on save status failure
2015-09-18  Jiri Denemarkqemu: Simplify qemuMigrationFinish
2015-09-18  Jiri Denemarkqemu: Split qemuMigrationFinish
2015-09-17  Chunyan Liulibxl: fix AttachDeviceConfig on hostdev type
2015-09-17  Matthias Boltevmx: Expose datacenter path in domain XML
2015-09-16  John Ferlanvirfile: Check for existence of dir in virFileDeleteTree
2015-09-16  Michal Privoznikvirsh: Teach attach-interface to --print-xml
2015-09-16  Andrea Bolognaniqemu: Fix using guest architecture as lookup key
2015-09-16  Jim Fehliglibxl: fix compiler error introduced by commit ba25c214
2015-09-15  Jim Fehliglibxl: open libxl log stream with libvirtd log_level
2015-09-15  Pavel FedinIgnore virtio-mmio disks in qemuAssignDevicePCISlots()
2015-09-15  Michal Privozniksecurity_selinux: Take @privileged into account
2015-09-15  Michal PrivoznikvirSecurityManager: Track if running as privileged
2015-09-15  Michal Privozniksecurity_selinux: Replace SELinuxSCSICallbackData with...
2015-09-15  Michal PrivoznikvirSecuritySELinuxSetSecurityAllLabel: drop useless...
2015-09-15  Christian LoehleMinor typo fixes in documentation
2015-09-14  Andrea Bolognaniutil: Add space before comment end marker
2015-09-14  Martin Kletzanderqemu: Allow others to browse /var/lib/libvirt/qemu
2015-09-14  Martin Kletzanderqemu: Do not allow others into per-VM subdirectories
2015-09-14  Peter Krempaqemu: hotplug: Properly clean up drive backend if front...
2015-09-11  Cole Robinsonqemu: command: Report stderr from qemu-bridge-helper
2015-09-11  Daniel P. Berrangexen: fix race in refresh of config cache
next