]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2017-06-08  Michal PrivoznikvirNetDevOpenvswitchGetVhostuserIfname: Fix off by...
2017-06-08  Michal Privoznikqemu: Query for vhostuser iface names at runtime
2017-06-07  Ján TomkovirDomainControllerDefFormat: do not mix attributes...
2017-06-07  Ján Tomkoconf: eliminate monster condition in virDomainControlle...
2017-06-07  Michal PrivoznikvirNetClientStreamQueuePacket: Set st->incomingEOF...
2017-06-07  Michal PrivoznikvirDomainNetDefParseXML: Fix typo
2017-06-07  Laine Stumpdocs: correct improper information about domain states...
2017-06-07  Erik Skultetyqemu: Fix serial stub console allocation
2017-06-07  Jiri Denemarkqemu: Use updated CPU when starting QEMU if possible
2017-06-07  Jiri Denemarkqemu: Store updated CPU in save cookie
2017-06-07  Jiri Denemarkqemu: Send updated CPU in migration cookie
2017-06-07  Jiri Denemarkqemu: Always send persistent XML during migration
2017-06-07  Jiri Denemarkqemu: Report the original CPU in migratable xml
2017-06-07  Jiri Denemarkqemu: Remember CPU def from domain start
2017-06-07  Jiri Denemarkqemu: Store save cookie in save images and snapshots
2017-06-07  Jiri Denemarkqemu: Implement virSaveCookie object and callbacks
2017-06-07  Jiri Denemarkconf: Add save cookie callbacks to xmlopt
2017-06-07  Jiri Denemarkconf: Introduce virSaveCookie
2017-06-07  Jiri Denemarkqemu: Introduce virQEMUSaveData structure
2017-06-07  Jiri Denemarkqemu: Refactor qemuDomainSaveHeader
2017-06-07  Jiri Denemarkqemu: Introduce virQEMUSaveDataFinish
2017-06-07  Jiri Denemarkqemu: Introduce virQEMUSaveData{New,Free}
2017-06-07  Jiri Denemarkqemu: Fix memory leaks in qemuDomainSaveImageOpen
2017-06-07  Jiri Denemarkqemu: Rename xml_len in virQEMUSaveHeader as data_len
2017-06-07  Jiri Denemarkconf: Pass xmlopt to virDomainSnapshotDefFormat
2017-06-07  Jiri Denemarkconf: Make virDomainSnapshotDefFormat easier to read
2017-06-07  Jiri Denemarkconf: Refactor virCPUDefParseXML
2017-06-07  Jiri Denemarkconf: Make error reporting in virCPUDefIsEqual optional
2017-06-07  Peter Krempavirsh: Add support for VIR_DOMAIN_BLOCK_COPY_TRANSIENT_JOB
2017-06-07  Peter Krempaqemu: Conditionally allow block-copy for persistent...
2017-06-07  Jiri Denemarkqemu: Set operation on completed migration job
2017-06-06  John Ferlaninterface: Convert virInterfaceObj to use virObjectLockable
2017-06-06  John Ferlaninterface: Consume @def in virInterfaceObjNew
2017-06-06  John Ferlaninterface: Introduce virInterfaceObjNew
2017-06-06  Peter Krempaqemu: process: Save vcpu ordering information on reconnect
2017-06-05  Michal PrivoznikvirFDStreamThread: Make sure we won't exceed @length
2017-06-05  Ján Tomkoconf: only format <controller> as a pair tag when needed
2017-06-05  Ján Tomkoconf: use a separate buffer for the subelements of...
2017-06-05  Ján Tomkoconf: introduce virDomainControllerDriverFormat
2017-06-05  Martin Kletzanderaudit: Fix the output message for shmem
2017-06-05  Martin Kletzanderremote: Consolidate remoteStream{Abort,Finish} functions
2017-06-05  Michal Privoznikbhyveargv2xmltest: Fix call of virDomainDefCheckABIStab...
2017-06-05  Martin KletzanderReset the whole stack in testutils
2017-06-05  Eli QiaoExpose resource control capabilities for caches
2017-06-05  Michal PrivoznikvirQEMUDriverDomainABIStability: Check for memoryBacking
2017-06-05  Michal PrivoznikvirDomainXMLOption: Introduce virDomainABIStabilityDomain
2017-06-03  John Ferlannodedev: Remove privateData from virNodeDeviceObj
2017-06-03  John Ferlannodedev: Introduce virNodeDeviceObjGetDef
2017-06-03  John Ferlannodedev: Create helper for finding by name in driver
2017-06-03  John Ferlannodedev: Alter param to nodeDeviceUpdateCaps
2017-06-03  John Ferlannodedev: Alter param to nodeDeviceUpdateDriverName
2017-06-03  John Ferlannodedev: Cleanup driver code and prototypes
2017-06-03  John Ferlannodedev: Use switch for virNodeDeviceObjHasCap and...
2017-06-03  John Ferlannodedev: Need to check for vport capable scsi_host...
2017-06-02  John Ferlaninterface: Clean up virInterfaceObjListFindByMACString
2017-06-02  John Ferlaninterface: Rename some virInterfaceObj* API's
2017-06-02  John Ferlaninterface: Make _virInterfaceObjList struct private
2017-06-02  John Ferlaninterface: Make _virInterfaceObj struct private
2017-06-02  John Ferlaninterface: Use virInterfaceDefPtr rather than deref...
2017-06-02  John Ferlaninterface: Remove some unnecessary goto's for Interface...
2017-06-02  John Ferlaninterface: Consistently use 'obj' for a virInterfaceObjPtr
2017-06-02  Peter Krempadaemon: Don't initialize SASL context if not necessary
2017-06-02  Peter Krempaqemu: Don't error out if allocation info can't be queried
2017-06-02  Julio Faraccoutil: remove dead code inside virstoragefile
2017-06-02  Julio Faraccoutil: fix wrong comparison inside virStoragePermsCopy()
2017-06-02  Peter KrempaPost-release version bump to 3.5.0
2017-06-02  Daniel VeillardRelease of libvirt-3.4.0 v3.4.0
2017-06-01  Daniel P. BerrangeFix closing XML element in news file
2017-06-01  Martin Kletzandernews: Minor cleanups
2017-06-01  Martin KletzanderAdd some news items for the 3.4.0 release
2017-05-31  Michal Privoznikqemu: mkdir memory_backing_dir on startup
2017-05-31  Erik Skultetyudev: Fix build on older platforms
2017-05-30  Erik Skultetyqemu: json: Fix daemon crash on handling domain shutdow... v3.4.0-rc2
2017-05-30  Nitesh Konkarutil: hostcpu: Correctly report total number of vcpus...
2017-05-29  ning.bonodedev: Increase the netlink socket buffer size to...
2017-05-29  Michal PrivoznikvirCapabilitiesInitCaches: Don't leak @cpus
2017-05-26  Roman Bogorodskiyutil: fix virfcp build on non-Linux v3.4.0-rc1
2017-05-26  Bjoern Walkdocs: update news.xml
2017-05-26  Bjoern Walknode_device: introduce new capability FC_RPORT
2017-05-26  Bjoern Walkutil: helper functions for fibre channel devices
2017-05-26  Bjoern Walkvirsh: nodedev: ability to filter CCW capabilities
2017-05-26  Bjoern Walknode_device: detect CCW devices
2017-05-26  Marc Hartmayernode_device: Unlock obj in case of an error too
2017-05-26  Marc Hartmayernode_device: Use the @cap iterator variable
2017-05-26  Martin Kletzanderqemu: Report shutdown event details
2017-05-26  Richard W.M... rpc: Allow up to 256K records to be returned per domain...
2017-05-26  Richard W.M... rpc: Double buffer size instead of quadrupling buffer...
2017-05-26  Peter Krempanode: Don't return invalid pointers
2017-05-26  Yi Wangnode_device: fix memory leak in nodeDeviceSysfsGetSCSIH...
2017-05-26  Yi Wangutil: fix memory leak in virSocketAddrFormatFull
2017-05-26  Julio Faraccolxc: Fix wrong VIR_FREE after a return statement
2017-05-26  Julio Faraccom4: Fix missing with_acl variable
2017-05-26  Ján Tomkoqemu: format eim on intel-iommu command line
2017-05-26  Ján Tomkoconf: add eim attribute to <iommu><driver>
2017-05-25  John Ferlanvirsh: Track when create pkttyagent
2017-05-25  Peter Krempaqemu: Use correct variable in qemuDomainSetBlockIoTune
2017-05-25  Claudio AndréCI: show the log in case of failure
2017-05-25  Michal PrivoznikvirDomainDefCheckABIStabilityFlags: move memtune checks...
2017-05-24  Chen Hanxiaoutil: display leading zeros of USB vendor/product id...
2017-05-24  Yi Wangqemu: Fix memory leak in qemuDomainUpdateMemoryDeviceInfo
next