]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2014-04-29 Daniel P. BerrangeDon't use SO_REUSEADDR on Win32 platforms
2014-04-29 Martin Kletzanderqemu: properly quit migration with abort_on_error
2014-04-29 Martin Kletzanderqemu: don't call virFileExists() for network type disks
2014-04-29 Chen Hanxiaodocs: update docs for setting the QEMU BIOS path
2014-04-29 Steven McDonaldstorage_backend_rbd: Correct argument order to rbd_create3
2014-04-28 Eric Blakeenforce sane readdir usage
2014-04-28 Laine Stumpnetwork: use virDirRead in networkMigrateStateFiles
2014-04-28 Eric Blakestorage: use virDirRead API
2014-04-28 Eric Blakedrivers: use virDirRead API
2014-04-28 Eric Blakeutil: use virDirRead API
2014-04-28 Eric Blakeconf: use virDirRead API
2014-04-28 Natanael Copanodeinfo: use virDirRead API
2014-04-28 Natanael Copautil: introduce virDirRead wrapper for readdir
2014-04-28 Martin Kletzandertests: remove hostdevmgr directory on cleanup
2014-04-28 Jim Fehligxen: ensure /usr/sbin/xend exists before checking status
2014-04-28 Daniel P. BerrangeRemove bogus ATTRIBUTE_NONNULL from virFirewallAddRuleFull
2014-04-28 Daniel P. BerrangeMake autostart of virtlockd actually work
2014-04-28 Daniel P. BerrangeUse virFileFindResource to locate virtlockd daemon
2014-04-28 Daniel P. BerrangeUse virFileFindResource to locate libvirtd daemon
2014-04-27 Jiri DenemarkRecheck disk backing chains after snapshot
2014-04-27 Laine Stumpnetwork: centralize check for active network during...
2014-04-27 Laine Stumpnetwork: set macvtap/hostdev networks active if their...
2014-04-27 Laine Stumpnetwork: change location of network state xml files
2014-04-27 Laine Stumpnetwork: create statedir during driver initialization
2014-04-27 Laine Stumpnetwork: fix virNetworkObjAssignDef and persistence
2014-04-27 Dwight Engenbuild: -avoid-version on libvirt_driver_nwfilter
2014-04-25 Ian Campbelllibxl: Support PV consoles
2014-04-25 Dwight Engenbuild: add nwfilterxml2firewalldata to dist
2014-04-25 Daniel P. BerrangeConditionalize include of dlfcn.h in virmock.h
2014-04-25 Daniel P. BerrangeAdd a test suite for nwfilter ebiptables tech driver
2014-04-25 Daniel P. BerrangeRemove last trace of direct firewall command exection
2014-04-25 Daniel P. BerrangeConvert ebiptablesDriverProbeStateMatch to virFirewall
2014-04-25 Daniel P. BerrangeConvert nwfilter ebiptablesApplyNewRules to virFirewall
2014-04-25 Daniel P. BerrangeConvert nwfilter ebtablesApplyDropAllRules to virFirewall
2014-04-25 Daniel P. BerrangeConvert nwfilter ebtablesApplyDHCPOnlyRules to virFirewall
2014-04-25 Daniel P. BerrangeConvert nwfilter ebtablesApplyBasicRules to virFirewall
2014-04-25 Daniel P. BerrangeConvert nwfilter ebiptablesTearNewRules to virFirewall
2014-04-25 Daniel P. BerrangeConvert nwfilter ebtablesRemoveBasicRules to virFirewall
2014-04-25 Daniel P. BerrangeConvert nwfilter ebiptablesTearOldRules to virFirewall
2014-04-25 Daniel P. BerrangeConvert nwfilter ebiptablesAllTeardown to virFirewall
2014-04-25 Daniel P. BerrangeConvert ebtables code over to use firewall APIs
2014-04-25 Daniel P. BerrangeAdd test for converting network XML to iptables rules
2014-04-25 Daniel P. BerrangeReplace virNetworkObjPtr with virNetworkDefPtr in netwo...
2014-04-25 Daniel P. BerrangeConvert bridge driver over to use new firewall APIs
2014-04-25 Daniel P. BerrangeIntroduce an object for managing firewall rulesets
2014-04-25 Daniel P. BerrangePreserve error when tearing down nwfilter rules
2014-04-25 Daniel P. BerrangeRemove two-stage construction of commands in nwfilter
2014-04-25 Daniel P. BerrangeMerge nwfilter createRuleInstance driver into applyNewRules
2014-04-25 Daniel P. BerrangePush virNWFilterRuleInstPtr out of (eb|ip)tablesCreateR...
2014-04-25 Daniel P. BerrangeAdd helper methods for determining what protocol layer...
2014-04-25 Daniel P. BerrangeRemove nwfilter tech driver 'displayRuleInstance' callback
2014-04-25 Daniel P. BerrangeRemove nwfilter tech driver 'removeRules' callback
2014-04-25 Daniel P. BerrangeRemove pointless storage of var names in virNWFilterHas...
2014-04-25 Daniel P. BerrangeRemove virDomainNetType parameter from nwfilter drivers
2014-04-25 Daniel P. BerrangeMove virNWFilterTechDriver struct out of nwfilter_conf.h
2014-04-25 Daniel P. BerrangeFix leak on OOM in virNWFilterVarValueCreateSimpleCopyValue
2014-04-25 Jiri Denemarkqemu: Avoid overflow when setting migration speed on...
2014-04-25 Daniel P. BerrangeUse virFileFindResource to locate CPU map XML
2014-04-25 Daniel P. BerrangeUse virFileFindResource to locate driver plugins
2014-04-25 Daniel P. BerrangeUse virFileFindResource to locate lock manager plugins
2014-04-25 Nehal J WaniUse virFileFindResource to locate iohelper for fdstream
2014-04-25 Nehal J WaniUse virFileFindResource to locate parthelper for storag...
2014-04-25 Nehal J WaniUse virFileFindResource to locate libvirt_lxc for capab...
2014-04-25 Nehal J WaniUse virFileFindResource to locate iohelper for virFileW...
2014-04-25 Daniel P. BerrangeActivate build dir overrides in libvirtd, virtlockd...
2014-04-25 Daniel P. BerrangeAdd helpers for resolving path to resources in build...
2014-04-25 Daniel P. BerrangeAdd test suite for viralloc APIs
2014-04-25 Jiri DenemarkAdd support for addressing backing stores by index
2014-04-25 Jiri DenemarkvirStorageFileChainLookup: Return virStorageSourcePtr
2014-04-25 Jiri DenemarkqemuDomainBlockCommit: Track virStorageSourcePtr for...
2014-04-25 Jiri DenemarkqemuDomainBlockCommit: Don't track top_canon path separ...
2014-04-24 Eric Blakebuild: avoid 'index' as variable name
2014-04-24 Roman Bogorodskiydocs: document nmdm type console
2014-04-24 Martin Kletzanderqemu: don't check for backing chains for formats w...
2014-04-24 Jiri Denemarktests: Test backing store XML formatting and parsing
2014-04-24 Jiri Denemarktests: More output options for xml2xml tests
2014-04-24 Jiri Denemarkconf: Format and parse backing chains in domain XML
2014-04-24 Jiri Denemarkconf: Output disk backing store details in domain XML
2014-04-24 Daniel P. BerrangeFix pci bus naming for PPC
2014-04-24 Peter Krempautil: storage: Invert the way recursive metadata retrie...
2014-04-23 Peter Krempautil: virstoragefile: Don't mangle data stored about...
2014-04-23 Peter Krempastorage: Move disk->backingChain to the recursive disk...
2014-04-23 Peter Krempautil: virstoragefile: Rename backingMeta to backingStore
2014-04-23 Peter Krempautil: virstorage: Kill struct virStorageFileMetadata
2014-04-23 Peter Krempamaint: Switch over from struct virStorageFileMetadata...
2014-04-23 Peter Krempautil: storagefile: Add fields from virStorageMetadata...
2014-04-23 Peter Krempautil: storagefile: Add function to free a virStorageSou...
2014-04-23 Peter Krempavirstoragefile: Kill "backingStore" field from virStora...
2014-04-23 Peter Krempautil: virstoragefile: Don't use "backingStore" directly
2014-04-23 Peter Krempautil: storagefile: Rename "canonPath" to "path" in...
2014-04-23 Peter Krempautil: storage: Rename "path" to "relPath" in virStorage...
2014-04-23 Peter Krempastorage: util: Clean up arguments of virStorageFileGetM...
2014-04-23 Peter Krempautil: storage: Move checking of the actual backing...
2014-04-23 Peter Krempautil: storage: Remove obsolete argument virStorageFileG...
2014-04-23 Peter Krempautil: storagefile: Always store raw backing name in...
2014-04-23 Peter Krempaqemu: unexport qemuDiskChainCheckBroken
2014-04-23 Ján TomkoDocument behavior of setvcpus during guest boot
2014-04-23 Ján TomkoSave domain status after cpu hotplug
2014-04-23 Roman Bogorodskiybhyve: bhyveDomainDefineXML fixes
2014-04-23 Li ZhangPPC64 prefers to set pci-ohci controller as default...
next