]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2014-03-12  Chunyan Liuadd pci passthrough to libxl driver
2014-03-12  Chunyan Liuadd hostdev pci backend type for xen
2014-03-12  Chunyan Liuchange lxc_hostdev.c to use virhostdev common library...
2014-03-12  Chunyan Liuadd unit test for new virhostdev common library
2014-03-12  Chunyan LiuAdd parameter checks/annotations to hostdev APIs
2014-03-12  Chunyan Liuadd 3 wrapper functions for prepare/reattach/update...
2014-03-12  Chunyan Liuimprove virHostdevUpdate* parameters to make it more...
2014-03-12  Daniel P. BerrangeCapitalize USB, PCI and SCSI in hostdev variables
2014-03-12  Daniel P. BerrangeRemove redundant duplicated 'Hostdev' string method...
2014-03-12  Chunyan LiuCapitalize USB, PCI and SCSI in hostdev methods
2014-03-12  Daniel P. BerrangeFixed const-ness of parameters in netdev/hostdev code
2014-03-12  Chunyan Liuimprove parameter name to let it more meaningful
2014-03-12  Chunyan Liumove virHostdevNodeDevice* to virhostdev.c
2014-03-12  Chunyan Liuextract general code of NodeDeviceReset
2014-03-12  Chunyan Liuextract general code of NodeDeviceReAttach
2014-03-12  Chunyan Liuextract general code of NodeDeviceDetach
2014-03-12  Chunyan Liumove virHostdevReAttachHostScsiDevices to virhostdev.c
2014-03-12  Chunyan Liupass driver name as parameter to virHostdevReAttachScci...
2014-03-12  Chunyan Liuextract general code from qemuDomainReAttachHostScsiDevices
2014-03-12  Chunyan Liumove virHostdevReAttachUsbHostdevs to virhostdev.c
2014-03-12  Chunyan Liupass driver name as paramter to virHostdevReAttachUsbHo...
2014-03-12  Chunyan Liuextract general code from qemuDomainReAttachHostUsbDevices
2014-03-12  Chunyan Liumove virHostdevPrepareHostSCSIDevices to virhostdev.c
2014-03-12  Chunyan Liupass driver name as parameter to virHostdevPrepareSCSID...
2014-03-12  Chunyan Liuextract general code from qemuPrepareHostSCSIDevices
2014-03-12  Chunyan Liumove virHostdevPrepareHostUSBDevices to virhostdev.c
2014-03-12  Chunyan Liupass driver name to virHostdevPrepareUSBDevices
2014-03-12  Chunyan Liurename qemu*USBDevices to virHostdev*USBDevices
2014-03-12  Chunyan Liuextract general code from qemuPrepareHostUSBDevices
2014-03-12  Chunyan Liumove virHostdevUpdate* functions to virhostdev.c
2014-03-12  Chunyan Liupass driver_name as parameter of virHostdevUpdate*Hostd...
2014-03-12  Chunyan Liuextract general code from qemuUpdateActiveScsiHostdevs
2014-03-12  Chunyan Liuextract general code from qemuUpdateActiveUsbHostdevs
2014-03-12  Chunyan Liuextract general code from qemuUpdateActivePciHostdevs
2014-03-12  Chunyan Liumove virHostdevPrepare(ReAttach)PCIDevices to virhostdev.c
2014-03-12  Daniel P. Berrangerename qemuReAttachPciDevice to virHostdevReAttachPciDevice
2014-03-12  Chunyan LiuConditionally wait for kvm_assigned_device cleanup
2014-03-12  Chunyan Liupass driver name as a parameter to virHostdevReAttachPC...
2014-03-12  Chunyan Liuextract general code from qemuDomainReAttachHostdevDevices
2014-03-12  Chunyan Liupass driver name as a parameter to virHostdevPrepareHos...
2014-03-12  Chunyan Liurename qemuGet*PciHostDeviceList to virHostdevGet*PciHo...
2014-03-12  Chunyan Liurename qemu*NetConfigRestore/Replace to virHostdevNetCo...
2014-03-12  Chunyan Liuextract general code from qemuPrepareHostdevPCIDevices
2014-03-12  Chunyan Liuqemu_hostdev: move netconfig file location to virhostde...
2014-03-12  Chunyan Liuqemu_hostdev: move ColdBoot as a flag
2014-03-12  Chunyan Liuqemu_hostdev: move cfg->relaxedACS as a flag
2014-03-12  Chunyan Liulxc: use general virhostdev lists instead of its own
2014-03-12  Chunyan Liuqemu: use general virhostdev lists instead of its own
2014-03-12  Chunyan Liuqemu: remove functions used internally only from qemu_h...
2014-03-12  Chunyan Liuqemu: reuse hostdev interfaces to avoid duplicate
2014-03-12  Chunyan Liuupdate qemuPrepareHostUSBDevices parameters to keep...
2014-03-12  Chunyan Liuvirhostdev: use virObject to virHostdevManager to keep...
2014-03-12  Jiri DenemarkLoad CPU map from builddir when run uninstalled
2014-03-12  Ján TomkoIntroduce vircommandpriv.h for functions used by tests
2014-03-12  Ján TomkoUse size_t for ndevice in pool source definition
2014-03-12  Ján TomkoIntroduce virStoragePoolSourceDeviceClear
2014-03-12  Ján TomkoChange virStorageBackendISCSISession 'probe' arg to...
2014-03-12  Stefan Bergernwfilter: Add missing goto err_exit in error path
2014-03-12  Daniel P. BerrangeFix sec label setup when attaching to QEMU processes
2014-03-11  Eric Blakeqemu: don't munge user input during block commit
2014-03-11  Eric Blakeiptables: don't log command probe failures
2014-03-11  Jim Fehliglibxl: support sexpr in native to XML conversion
2014-03-11  John Ferlanstorage: Fix bugs in VIR_APPEND_ELEMENT series
2014-03-11  Daniel P. BerrangeRemove broken error reporting in QEMU mac filtering
2014-03-11  Daniel P. BerrangeRemove unused ebtablesRemoveForwardPolicyReject method
2014-03-11  Daniel P. BerrangeRemove worthless ebtRules data structure
2014-03-11  Daniel P. BerrangeRemove data structure holding list of ebtables rules
2014-03-11  Daniel P. BerrangeRemove unused variables from ebtablesContext
2014-03-11  Daniel P. BerrangeMake ebtablesForwardPolicyReject static
2014-03-11  Daniel P. BerrangeRemove decl of method which doesn't exist in virebtables.h
2014-03-11  Daniel P. BerrangeRemove many decls from bridge driver platform header
2014-03-11  Daniel P. BerrangeCache result of QEMU capabilities extraction
2014-03-11  Daniel P. BerrangeChange QEMU capabilities cache to check ctime instead...
2014-03-11  Daniel P. BerrangeAdd helper APIs to track if libvirtd or loadable module...
2014-03-11  Michal PrivoznikvirSecurityDACSetSecurityImageLabel: Unmark @def as...
2014-03-11  Jiri Denemarktests: Distribute securityselinuxhelperdata
2014-03-10  Stefan BergerBZ1072677: Avoid freeing of 0 file descriptor
2014-03-10  Daniel P. BerrangeConvert lock driver plugins to use new crypto APIs
2014-03-10  Daniel P. BerrangeAdd helper APIs for generating cryptographic hashes
2014-03-10  Ján TomkoChange file names in comments to match the files they...
2014-03-10  Daniel P. BerrangeWildcard ignore tests/*test instead of listing every one
2014-03-10  Michal Privozniksrc/xenxs: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/xen: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/util: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/test: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/storage: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/rpc: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/qemu: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/phyp: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/parallels: Utilize more of VIR_(APPEND|INSERT|DELET...
2014-03-10  Michal Privozniksrc/openvz: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/nwfilter: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privozniksrc/lxc/: Utilize more of VIR_(APPEND|INSERT|DELETE...
2014-03-10  Michal Privoznikconf: Utilize more of VIR_(APPEND|INSERT|DELETE)_ELEMENT
2014-03-10  Daniel P. BerrangeAdd a mutex to serialize updates to firewall
2014-03-10  Roman BogorodskiyFix locking in virsh console
2014-03-10  Martin Kletzandervirsh: Sort options alphabetically
2014-03-10  Jiri Denemarktests: Fix SELinux tests in VPATH build
2014-03-07  John Ferlanvirscsi: Introduce virSCSIDeviceUsedByInfoFree
2014-03-07  Michael Chapmantests: Test virIdentityGetSystem
next