]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2017-03-24 Laine Stumputil: permit querying a VF MAC address or VLAN tag...
2017-03-23 Ján Tomkoqemu: forbid migration with an IOMMU device
2017-03-23 Andrea Bolognaniqemu: Fix typo in __QEMU_CAPSPRIV_H_ALLOW__
2017-03-23 Roman Bogorodskiyutil: fix build on non-Linux
2017-03-22 John Ferlancpu: Remove NONNULL(1) for cpuBaseline
2017-03-22 John Ferlanutil: Remove NONNULL(1) for virNetDevMacVLanDeleteWithV...
2017-03-22 John Ferlanutil: Remove NONNULL's for virNetDevVPortProfile[Associ...
2017-03-22 John Ferlanutil: Remove NONNULL(1) for virNetDevOpenvswitchGetVhos...
2017-03-22 John Ferlanutil: Remove NONNULL(2) for virNetDevBandwidthPlug
2017-03-22 John Ferlanutil: Remove NONNULL(1,3,4) from virTypedParamsFilter
2017-03-22 John Ferlanutil: Remove NONNULL(1) for virNetDevOpenvswitchSetMigr...
2017-03-22 John Ferlanutil: Remove NONNULL(1) for virHostdevReAttachDomainDevices
2017-03-22 John Ferlanutil: Remove NONNULL(1) for virHostdevPrepareDomainDevices
2017-03-22 John Ferlanutil: Remove NONNULL(2,3) for virHostdevReAttachSCSIVHo...
2017-03-22 John Ferlanutil: Remove NONNULL(2,3) for virHostdevReAttachUSBDevices
2017-03-22 John Ferlanutil: Remove NONNULL(2,3) for virHostdevReAttachPCIDevices
2017-03-22 John Ferlanutil: Remove NONNULL(1) for virBitmapParseUnlimited
2017-03-22 John Ferlanutil: Change return argument for virBitmapParseUnlimited
2017-03-22 John Ferlanqemu: Remove NONNULL(1) for qemu_monitor prototypes
2017-03-22 John Ferlanqemu: Remove non null 'vm' check from qemuMonitorOpen
2017-03-22 John Ferlannetwork: Remove null newBandwidth check from networkBan...
2017-03-22 John Ferlanconf: Remove NONNULL(1) for virDomainNumaGetNodeCount
2017-03-22 John Ferlanconf: Remove NONNULL(1,2) for virNetDevBandwidthFormat
2017-03-22 John Ferlanconf: Remove NONNULL(2) for virNetDevBandwidthParse
2017-03-22 John Ferlanutil: Remove NONNULL(1) for virNetDevGetName
2017-03-22 John Ferlanqemu: Always format formatStr for blockdev-snapshot...
2017-03-22 Laine Stumpnetwork: reconnect tap devices during networkNotifyActu...
2017-03-22 Laine Stumputil: new function virNetDevTapAttachBridge()
2017-03-22 Laine Stumputil: new function virNetDevGetMaster()
2017-03-22 Laine Stumpnetwork: remove unused typedef for networkDnsmasqLeaseF...
2017-03-22 Laine Stumputil: allow retrieving ethtool features when unprivileged
2017-03-22 Laine Stumputil: use AF_UNIX family (not AF_PACKET) for ioctl...
2017-03-22 Michal Privoznikdomain_capabilities: Don't report machine type for...
2017-03-22 Cédric Bosdonnatnetwork: check accept_ra before enabling ipv6 forwarding
2017-03-22 Cédric Bosdonnatutil: add virNetDevGetName() function
2017-03-22 Cédric Bosdonnatbridge_driver.c: more uses of SYSCTL_PATH
2017-03-22 Cédric Bosdonnatutil: add virNetlinkDumpCommand()
2017-03-22 Cédric Bosdonnatutil: extract the request sending code from virNetlinkC...
2017-03-21 John Ferlanqemu: Fix qemuMonitorOpen prototype
2017-03-21 Laine Stumpnetwork: don't add "no-resolv" if we still need DNS...
2017-03-21 Chen Hanxiaocleanup: qemu_capabilities: remove redundant error...
2017-03-21 Pavel Hrdinatests: update QEMU 2.9.0 caps data
2017-03-20 Jiri Denemarknews: Document "Enforce guest CPU specification" series
2017-03-20 Jiri Denemarkqemu: Don't try to update undefined guest CPU
2017-03-17 John Ferlanconf: Use consistent function name prefixes for virstor...
2017-03-17 John Ferlanconf: Alter coding style of storage conf function proto...
2017-03-17 John Ferlanconf: Adjust coding style for storage conf sources
2017-03-17 John Ferlanconf: Introduce virstorageobj
2017-03-17 Peter Krempa(log|lock)daemon: Don't spam logs with IO error message...
2017-03-17 Peter Kremparpc: serverclient: Add option to suppress errors on EOF
2017-03-17 Peter Kremparpc: socket: Add possibility to suppress errors on...
2017-03-17 Jiri Denemarkqemu: Enforce guest CPU specification
2017-03-17 Jiri Denemarkqemu: Update CPU definition according to QEMU
2017-03-17 Jiri Denemarkqemu: Ask QEMU for filtered CPU features
2017-03-17 Jiri Denemarkqemu: Use ARCH_IS_X86 in qemuMonitorJSONGetGuestCPU
2017-03-17 Jiri Denemarkqemu: Refactor qemuProcessVerifyGuestCPU
2017-03-17 Jiri Denemarkqemu: Refactor CPU features check
2017-03-17 Jiri Denemarkqemu: Refactor KVM features check
2017-03-17 Jiri Denemarkqemu: Refactor Hyper-V features check
2017-03-17 Jiri Denemarkqemu: Set default values for CPU check attribute
2017-03-17 Jiri DenemarkIntroduce /domain/cpu/@check XML attribute
2017-03-17 Jiri Denemarkdocs: Clarify /domain/cpu/@match description
2017-03-17 Jiri Denemarktests: Switch to sparse initialization of virCPUDef
2017-03-17 Peter Krempaqemu: command: Don't allow setting 'group_name' alone
2017-03-17 Peter Krempaqemu: command: Extract tests for subsets of blkdeviotun...
2017-03-17 Peter Krempaqemu: command: Extract blkdeviotune checks into a separ...
2017-03-17 Peter Krempaqemu: Don't steal pointers from 'persistentDef' in...
2017-03-17 Guido Güntherqemu: skip QMP probing of CPU definitions when missing
2017-03-17 Nitesh Konkarperf: remote: Compare perf nparams against the correct...
2017-03-17 Andrea Bolognaninews: Document support for generic PCIe Root Ports
2017-03-17 Andrea Bolognanitests: Test generic PCIe Root Ports
2017-03-17 Andrea Bolognaniqemu: Use generic PCIe Root Ports by default when available
2017-03-17 Andrea Bolognaniqemu: Add support for generic PCIe Root Ports
2017-03-17 Guido Güntherapparmor: allow /usr/lib/qemu/qemu-bridge-helper
2017-03-16 Michal Privoznikdocs: Document NVDIMM
2017-03-16 Daniel P. BerrangeReport what TLS priority string we use for a session
2017-03-16 Daniel P. BerrangeShort circuit SASL auth when no mechanisms are available
2017-03-16 Daniel P. BerrangeSanity check explicit TLS file paths
2017-03-16 Daniel P. BerrangeIncrease default file handle limits for daemons
2017-03-16 Guido Güntherlibxl: fix typo in debug message
2017-03-16 Michal Privoznikdocs: Document adaptive timeout for qemu monitor
2017-03-16 Michal Privoznikqemu: Adaptive timeout for connecting to monitor
2017-03-16 Michal PrivoznikvirTimeBackOffWait: Avoid long periods of sleep
2017-03-16 John Ferlantest: Don't assume a configFile exists for Storage...
2017-03-16 John Ferlanconf: Alter error message for vHBA creation using paren...
2017-03-16 John Ferlanconf: Return the vHBA name from virNodeDeviceCreateVport
2017-03-16 John Ferlanconf: Move/Rename createVport and deleteVport
2017-03-16 John Ferlanutil: Rename virFileWaitForDevices
2017-03-16 John Ferlanconf: Convert virStoragePoolSourceAdapter to virStorage...
2017-03-16 John Ferlanstorage: Rework createVport and deleteVport
2017-03-16 John Ferlanstorage: Rework getAdapterName to use adapter specific...
2017-03-16 John Ferlanconf: Rework storage_conf to use adapter specific typedefs
2017-03-16 John Ferlanconf: Rework storage_adapter_conf to use adapter specif...
2017-03-16 John Ferlanconf: Split up virStoragePoolSourceAdapter
2017-03-16 John Ferlanconf: Extract SCSI adapter type processing into their...
2017-03-16 John Ferlanconf: Extract FCHost adapter type processing into their...
2017-03-16 John Ferlanconf: Rename API's in storage_adapter_conf
2017-03-16 John Ferlanconf: Introduce storage_adapter_conf
2017-03-16 John Ferlanconf: Rework parsing in virStoragePoolDefParseSourceAdapter
2017-03-16 John Ferlanconf: Split out storage pool source adapter helpers
next