]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2009-11-13 Jamie StrandbogeAppArmor require absolute paths
2009-11-13 Jamie StrandbogeAppArmor updates of examples
2009-11-13 Daniel P. BerrangeCheck that domain is running when starting console
2009-11-13 Daniel P. BerrangeFix incorrect variable passed to LXC event callback
2009-11-13 Daniel P. BerrangeFix check for existance of cgroups at creation
2009-11-13 Daniel P. BerrangeFix race condition in HAL driver startup
2009-11-13 Daniel P. BerrangeFix formatting of XML for an inactive guest
2009-11-13 Daniel P. BerrangeRemove capng_lock() call when spawning LXC container...
2009-11-13 Daniel P. BerrangeFix initscript to check daemon pidfile
2009-11-13 Jamie StrandbogeFix virt-aa-helper when host and os.type arch differ
2009-11-12 David AllanAdd translation of PCI vendor and product IDs
2009-11-12 David AllanRemove DevKit node device backend
2009-11-12 David AllanAdd scsi_target device type
2009-11-12 David AllanImplement a node device backend using libudev
2009-11-12 David AllanAdd several fields to node device capabilities
2009-11-12 Cole RobinsonAdd virConnectGetLibvirtVersion API
2009-11-12 Maximilian... Implement finer grained migration control for Xen
2009-11-12 priteshSupport for SATA Disks in virDomainDiskBus
2009-11-12 Ryota OzakiLXC implement missing DomainInterfaceStats API
2009-11-12 Daniel P. BerrangeFilter out stale domains from xenstore listing
2009-11-12 Jonas ErikssonFix logic in xenUnifiedNumOfDomains to match xenUnified...
2009-11-12 Daniel P. BerrangeDisable IPv6 socket auto-binding to IPv4 socket
2009-11-12 Daniel P. BerrangeExclude numactl on s390[x]
2009-11-12 Ryota OzakiFix error handling in qemuMonitorOpen
2009-11-11 Daniel P. BerrangeFix save and restore with non-privileged guests and...
2009-11-11 Gerhard Stenzeldisable mac_filter config switch by default
2009-11-11 Ryota OzakiPrevent initializing ebtables if disabled in qemu.conf
2009-11-11 Eduardo Otubophyp: too much timeout when polling socket
2009-11-11 Ryota OzakiFix warning on make due to missing cast (int)
2009-11-11 Eduardo Otubophyp: Reorder keyboard_interactive label in openSSHSess...
2009-11-10 Daniel P. BerrangeImplmentation of new APIs to checking state/persistence...
2009-11-10 Daniel P. BerrangeNew APIs for checking some object properties
2009-11-10 Daniel VeillardVarious fixes following a code review part 2
2009-11-10 Daniel VeillardVarious fixes following a code review
2009-11-10 Daniel P. BerrangeAllow timeouts waiting for QEMU job lock
2009-11-10 Daniel P. BerrangeRelease driver and domain lock when running monitor...
2009-11-10 Daniel P. BerrangeFully asynchronous monitor I/O processing
2009-11-10 Eduardo Otubophyp: ssh authentication with public key fixed
2009-11-10 Daniel P. BerrangeAdd reference counting on virDomainObjPtr objects
2009-11-10 Daniel P. BerrangeLocking of the qemuMonitorPtr object
2009-11-10 Daniel P. BerrangeWrap text mode monitor APIs, pass qemuMonitorPtr direct...
2009-11-10 Daniel P. BerrangeMove encryption lookup back into qemu driver file
2009-11-10 Daniel P. BerrangeMake use of private data structure for monitor state
2009-11-10 Daniel P. BerrangeMove code for low level QEMU monitor interaction into...
2009-11-10 Daniel P. BerrangeAdd a new timed condition variable wait API
2009-11-10 Daniel P. BerrangeFix errno handling for pthreads wrappers
2009-11-10 Daniel P. BerrangeMake pciDeviceList struct opaque
2009-11-09 Matthias BolteAdd missing OOM error checks, reports and cleanups
2009-11-09 Matthew BoothAdd documentation for <channel> domain element
2009-11-09 Matthew BoothSeparate character device doc guest and host parts
2009-11-09 Gerhard StenzelRemoves the ebtablesSaveRules() function
2009-11-08 Matthias Bolteopennebula: Fix potential memory/mutex leak in state...
2009-11-08 Matthias BolteAdd a Python example that lists active ESX domains
2009-11-06 Matthias Boltephyp: Use actual error code instead of 0
2009-11-06 Matthias Boltephyp: Don't use VIR_ALLOC if a stack variable is good...
2009-11-06 Matthias Boltephyp: Fix several UUID table related problems
2009-11-06 Matthias Boltephyp: Check for exit_status < 0 before parsing the...
2009-11-06 Matthias Boltephyp: memcpy/memmove/memset can't fail, so don't check...
2009-11-06 Matthias Boltephyp: Make generic domain listing functions return...
2009-11-06 Matthias Boltephyp: Break potential infinite loops
2009-11-06 Matthias Boltephyp: Fix memory/session leaks and potential invalid...
2009-11-06 Matthias BolteFix configure check for libssh2
2009-11-06 Daniel Veillard524280 pass max lease option to dnsmasq
2009-11-06 Daniel VeillardStore the range size when adding a DHCP range
2009-11-06 Daniel VeillardRepair getIPv4Addr after the ntohl conversion
2009-11-06 Cole Robinsonqemu: Allow cpu pinning for all logical CPUs, not just...
2009-11-06 Cole Robinsonqemu: Use same create/define overwrite logic for migrat...
2009-11-06 Cole Robinsonqemu: Break out function to check if we can create...
2009-11-06 Matthew BoothCleanup whitespace in docs
2009-11-06 Matthew BoothUse virBuffer when building QEMU char dev command line
2009-11-06 Matthew BoothCleanup virBuffer usage in qemdBuildCommandLine
2009-11-06 Paolo BonziniAdd sentinel attribute for NULL terminated arg lists
2009-11-05 Cole Robinsontest: Update inactive guest config on shutdown
2009-11-05 Cole Robinsontest: Add testDomainShutdownState helper
2009-11-05 Paolo BonziniFix some cut-and-paste error in migration code
2009-11-05 Matthew BoothProperly convert port numbers to/from network byte...
2009-11-05 Eduardo OtuboPOWER add create() and destroy() support
2009-11-05 Matthew BoothEnsure guestfwd address is IPv4 and various cleanups
2009-11-05 Daniel VeillardForgot test case on previous commit
2009-11-05 Matthew BoothSupport for <channel> in domain and QEmu backend
2009-11-05 Matthew BoothDetect availability of QEMU -chardev CLI option
2009-11-05 Matthew BoothAllow character devices to have different target types
2009-11-05 Ryota OzakiLXC allow container to have ethN interfaces
2009-11-05 Ryota OzakiLXC cleanup deep indentation in lxcDomainSetAutostart
2009-11-05 Ryota OzakiLXC messages cleanup and fix lxcError
2009-11-05 Ryota OzakiLXC fix wrong or out-of-date function descriptions
2009-11-04 Cole Robinsondocs: <clock> property is 'offset', not 'sync'
2009-11-03 Gerhard Stenzeladd MAC address based port filtering to qemu
2009-11-03 Gerhard StenzelNew ebtables module wrapper
2009-11-03 Cole Robinsontest: Implement virDomainPinVcpu
2009-11-03 Cole Robinsontest: Implement virDomainGetVcpus
2009-11-03 Cole Robinsontest: Update vcpu runtime info in SetVcpus
2009-11-03 Cole Robinsontest: Use privateData to track running VM vcpu state
2009-11-03 Cole Robinsontest: Break out wrapper for setting up started domain...
2009-11-03 Cole Robinsontest: Fixes for SetVcpus
2009-11-03 Cole Robinsonqemu: Remove compiled out localhost migration support
2009-11-03 Cole Robinsonstorage: conf: Fix memory leak in encryption parsing
2009-11-03 Cole RobinsonVarious error reporting fixes
2009-11-03 Cole RobinsonImprove error reporting for virConnectGetHostname calls
2009-11-03 Laine StumpFix improper error return in virInterfaceDefParseProtoIPvX
next