]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2018-05-17 Nikolay Shirokovskiyqemu: erase synchronous block job cancel mentions in...
2018-05-16 Shalini Chellathurai... tests: Update caps for QEMU 2.12.0 on s390x
2018-05-16 Daniel P. Berrangélog: actually do substring matches with fnmatch
2018-05-16 Ján TomkoRemove check for gnutls/crypto.h
2018-05-16 Ján TomkoFix indentation in virCryptoHaveCipher
2018-05-16 Ján TomkoRemove explicit check for gnutls_cipher_encrypt
2018-05-16 Ján TomkoRemove explicit check for gnutls_rnd
2018-05-16 Ján TomkoDeprecate GNUTLS_GCRYPT
2018-05-16 Ján TomkoRequire GnuTLS >= 3.2.0
2018-05-16 Ján TomkoSkip vircryptotest and virfilecachetest without gnutls
2018-05-16 Ján TomkovirCryptoHashBuf: return the length of the hash in...
2018-05-16 Michal PrivoznikvirDomainMemoryDefParseXML: Don't leak discard
2018-05-16 Peter Krempaqemu: hotplug: Replace qemuDomainDiskNeedRemovePR
2018-05-16 Peter Krempautil: storage: Store PR manager alias in the definition
2018-05-16 Peter Krempaconf: domain: Add helper to check whether a domain...
2018-05-16 Peter Krempaqemu: command: Move check whether PR manager object...
2018-05-16 Peter Krempaqemu: process: Change semantics of functions starting...
2018-05-16 Peter Krempaqemu: Assign managed PR path when preparing storage...
2018-05-16 Peter Krempautil: storage: Allow passing <source> also for managed...
2018-05-16 Peter Krempautil: storage: Drop virStoragePRDefIsEnabled
2018-05-16 Peter Krempautil: storage: Drop pointless 'enabled' form PR definition
2018-05-16 Peter Krempaqemu: Move validation of PR manager support
2018-05-16 Peter Krempaqemu: command: Fix comment for qemuBuildPRManagerInfoProps
2018-05-16 Peter Krempaqemu: alias: Allow passing alias of parent when generat...
2018-05-16 Peter Krempaqemu: hotplug: Fix spacing around addition operator
2018-05-15 John Ferlanstorage_util: Introduce storageBackendDoCreateQemuImg
2018-05-15 John Ferlanstorage_util: Introduce storageBackendCreateQemuImgSetInput
2018-05-15 John Ferlanstorage_util: Move @type into _virStorageBackendQemuImgInfo
2018-05-15 John Ferlanstorage_util: Split preallocate set in storageBackendCr...
2018-05-15 John Ferlanstorage_util: Split backing_fmt set in storageBackendCr...
2018-05-15 John Ferlanstorage_util: Remove luks distinction from secret path...
2018-05-15 John Ferlanstorage_util: Move secretPath generation
2018-05-15 John Ferlanstorage_util: Generate the qcow secret earlier
2018-05-15 John Ferlanstorage_util: Rename virQEMUBuildLuksOpts
2018-05-15 John Ferlanstorage_util: Remove unnecessary check
2018-05-15 John Ferlanstorage_util: Cleanup usage of target.encryption
2018-05-15 John Ferlanstorage_util: Some code cleanup
2018-05-15 Maciej Wolnydocs: Update news.xml with QEMU SDL OpenGL Improvement
2018-05-15 Maciej Wolnyqemu: Add gl option to SDL graphics command line
2018-05-15 Maciej Wolnyqemu: Add QEMU_CAPS_SDL_GL to qemu capabilities
2018-05-15 Maciej Wolnyconf: Add gl property to graphics of type sdl in domain...
2018-05-15 Maciej Wolnyqemu_command: Remove outdated comment
2018-05-15 Maciej Wolnyqemu_command: Move SDL command line building into helper
2018-05-15 Daniel P. Berrangéutil: fix misleading comment for virObjectLock
2018-05-15 Jim Fehliglibxl: don't set hasManagedSave when performing save
2018-05-15 Michal Privozniktests: Link mocks with libvirt.so
2018-05-14 Filip Alacxenconfig: xm: Fix checking for extra in parser
2018-05-14 Shalini Chellathurai... news: documentation of new feature
2018-05-14 Shalini Chellathurai... docs: documentation for vfio-ccw passthrough
2018-05-14 Shalini Chellathurai... qemu: command line generation for vfio-ccw device
2018-05-14 Shalini Chellathurai... qemu: vfio-ccw device address generation
2018-05-14 Shalini Chellathurai... util: virhostdev: add virHostdevIsMdevDevice()
2018-05-14 Shalini Chellathurai... qemu: introduce vfio-ccw capability
2018-05-14 Shalini Chellathurai... qemu: introduce capability for virtual-css-bridge
2018-05-14 Ján Tomkovircrypto: Rely on GnuTLS for hash functions
2018-05-14 Ján Tomkoesx: Use VIR_CRYPTO_HASH_SIZE_MD5
2018-05-14 Ján Tomkoesx: use virCryptoHashBuf
2018-05-14 Ján TomkoIntroduce virCryptoHashBuf
2018-05-14 Ján Tomkovircrypto: provide constants for hash sizes
2018-05-14 Andrea Bolognanitravis: Uninstall packages before upgrade
2018-05-14 Michal Privoznikqemu: Implement memoryBacking/discard
2018-05-14 Michal Privoznikconf: Introduce memoryBacking/discard
2018-05-14 Michal Privoznikconf: Move virDomainMemtune formatting into a separate...
2018-05-14 Michal Privoznikqemu_capabilities: Introduce QEMU_CAPS_OBJECT_MEMORY_FI...
2018-05-14 Michal Privoznikqemu_capabilities: Introduce QEMU_CAPS_QOM_LIST_PROPERTIES
2018-05-14 Michal Privoznikqemu_monitor: Introduce qemuMonitorGetObjectProps
2018-05-14 Michal PrivoznikqemuMonitorJSONGetDeviceProps: Separate props processing
2018-05-14 Clementine... bhyve: start using virDomainObjCheckActive
2018-05-14 Clementine... lxc: start using virDomainObjCheckActive
2018-05-14 Clementine... qemu: start using virDomainObjCheckActive
2018-05-14 Ján Tomkovirutil.c: do not include stdarg.h
2018-05-14 Ján Tomkovirutil.c: do not include ioctl.h
2018-05-13 Fabian Freyerbhyve: document support for wiring guest memory
2018-05-13 Fabian Freyerbhyve: add tests for wiring memory
2018-05-13 Fabian Freyerbhyve: add support for wiring memory
2018-05-11 Eric Blakemaint: typo fix in VIR_MIGRATE_PARAM_URI
2018-05-11 Daniel P. Berrangélog: update docs for daemons to improve user understanding
2018-05-11 Daniel P. Berrangélog: support logging using shell wildcard syntax
2018-05-11 Daniel P. Berrangélog: rename virLogFlags to virLogFilterFlags to match...
2018-05-11 Michal Privoznikvirbuffer: Set child buffer indent properly
2018-05-11 Ján Tomkotests: replace references to yajl
2018-05-11 Ján TomkovirJSONValue: remove unused 'protect' property
2018-05-11 Lin Mavirsh: Don't skip the first entry when the typed comman...
2018-05-11 Julio Faraccorpc: replacing ssh_get_publickey() by ssh_get_server_pu...
2018-05-11 Julio Faraccom4: checking if ssh_get_server_publickey() exists.
2018-05-11 Michal Privoznikqemu: Detect pr-manager-helper capability
2018-05-11 Michal Privoznikqemu_hotplug: Hotunplug of reservations
2018-05-11 Michal Privoznikqemu_hotplug: Hotplug of reservations
2018-05-11 Michal Privoznikqemu: Start PR daemon on domain startup
2018-05-11 Michal Privoznikqemu: Introduce pr_helper to qemu.conf
2018-05-11 Michal Privoznikqemu_cgroup: Allow /dev/mapper/control for PR
2018-05-11 Michal Privoznikqemu_ns: Allow /dev/mapper/control for PR
2018-05-11 Michal Privoznikqemu: Generate pr cmd line at startup
2018-05-11 Michal Privoznikqemu: Introduce pr-manager-helper capability
2018-05-11 Michal PrivoznikqemuDomainDiskChangeSupported: Deny changing reservations
2018-05-11 Michal Privoznikvirstoragefile: Introduce virStoragePRDef
2018-05-10 John Ferlanutil: Clean up consumers of virJSONValueArraySize
2018-05-10 Roland Schulzqemu: Remove parameter 'driver' from qemuBlockJobUpdate
2018-05-10 Lin Mavirsh: Apply macro for current VSH_OT_ARGV "domain...
2018-05-10 Lin Mavirsh: Create macros for VSH_OT_ARGV "domain" option
next