]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2012-08-15  Laine Stumpconf: output forward device connections count in networ...
2012-08-15  Laine Stumpconf: rename interface "usageCount" to "connections"
2012-08-15  Laine Stumpconf: use a unique data type for PF array in virDomainN...
2012-08-14  Eric Blakerandom: link with -lm when needed
2012-08-14  Laine Stumpnetwork: merge relevant virtualports rather than choosi...
2012-08-14  Laine Stumpconf: support partially-specified <virtualport> in...
2012-08-14  Laine Stumpconf: simplify Buffer Indentation in virDomainNetDefFormat
2012-08-14  Laine Stumpconf: make error returns from virDomainActualNetDefForm...
2012-08-14  Laine Stumpconf: move virtPortProfile out of unions in virDomainNetDef
2012-08-14  Laine Stumputil: utility functions for virNetDevVPortProfile
2012-08-14  Laine Stumputil: add openvswitch case to virNetDevVPortProfileEqual
2012-08-14  Laine Stumputil: eliminate union in virNetDevVPortProfile
2012-08-14  Laine Stumputil: make return value of virUUIDFormat and virMacAddr...
2012-08-14  Eric Blakebuild: fix link error with appArmor
2012-08-14  Eric Blakemaint: drop a leftover comment line
2012-08-14  Dmitry Guryanovopenvz: unlock virDomainObj objects in openvzOpen
2012-08-14  Daniel P. BerrangePull code which finds a free MCS label out into its...
2012-08-14  Daniel P. BerrangeHonour current user and role in SELinux label generation
2012-08-14  Daniel P. BerrangeFix error reporting in virSecuritySELinuxGenNewContext
2012-08-14  Daniel P. BerrangeUse VIR_ERR_CONFIG_UNSUPPORTED if requested security...
2012-08-14  Daniel P. BerrangeAdd missing domain_conf.h include in security_manager.h
2012-08-14  Daniel P. BerrangeAdd virRandom() API to generate numbers with non-power...
2012-08-14  Martin Kletzanderutil: typos in fallback code fo virDoubleToStr
2012-08-14  Daniel P. BerrangeFix timebomb in LIBVIRT_VERSION_INFO calculation
2012-08-14  Osier YangDestroy virdomainlist.[ch]
2012-08-14  Martin Kletzanderjson: fix interface locale dependency
2012-08-14  Ján Tomkovirsh: say save-image-edit failed only when it does
2012-08-13  Asad Saeedsanlock: don't unlink lockspace if registration fails
2012-08-13  Cole Robinsonvirsh: make 'help' command ignore spurious options
2012-08-13  Cole Robinsonvirsh: Convert '<cmd> --help' to 'help <cmd>'
2012-08-13  Cole Robinsonvirsh.c: Fix compiler warning
2012-08-13  Cole Robinsonbuild: Distribute check-symfile.pl
2012-08-13  Eric Blakemaint: add attribution for last patch
2012-08-13  Frido RooseRelease only specific sanlock resource
2012-08-11  Peter Krempavirterror: Add error message for unsupported operations.
2012-08-11  Laine Stumpbuild: fix binary location in stap files --with-driver...
2012-08-10  Martin Kletzanderdocs/virsh: various minor fixes
2012-08-10  Martin Kletzanderdocs: autogenerate search.php
2012-08-10  Martin Kletzanderdocs: fix 404 page when fetched from different location
2012-08-10  Laine Stumpnwfilter: fix crash during filter define when lxc drive...
2012-08-09  Eric Blakebuild: fix PROBE() usage of intptr_t
2012-08-09  Eric Blakebuild: fix author of previous commit
2012-08-09  Matthias Bolteesx: Implement network driver
2012-08-09  Matthias Bolteesx: Remove redundant checks for esxVI_LookupHostSystem...
2012-08-09  Matthias Bolteesx: Fix dynamic deep copy
2012-08-09  Matthias Bolteesx: Implement interface driver
2012-08-09  Stefan Bergernwfilter: remove target table before renaming it
2012-08-09  Daniel P. BerrangeAdd APIs for obtaining the unique ID of LVM & SCSI...
2012-08-09  Jiri Denemarkqemu: Fix debug message in p2p migration
2012-08-09  Jiri Denemarkexamples: Update strings for event details
2012-08-09  Jiri Denemarkqemu: Migrate at unlimited speed by default
2012-08-09  Peter Krempaqemu: Refactor parsing of block device IO tuning parame...
2012-08-09  Peter Kremparemote: Clean up coding style and refactor remote conne...
2012-08-08  Peter FeinerAllow rbd backing stores
2012-08-08  Peter FeinerFix errno check, prevent spurious errors under heavy...
2012-08-08  Guannan Renqemu:rename qemuCheckScsiControllerModel function
2012-08-08  Guannan Renrpc: fix a virObject typo error in struct _virNetServer
2012-08-08  Guannan Renqemu: add two qemu caps for lsi and virtio-scsi SCSI...
2012-08-08  Guannan Renqemu: add capabilities flags related to scsi controller
2012-08-07  Laine Stumputil: include stderr in log message when an external...
2012-08-07  Daniel P. BerrangeSet LIBVIRT_AUTOSTART=0 when running test suites
2012-08-07  Daniel P. BerrangeDon't check the 'connect' command in virsh-all test
2012-08-07  Daniel P. BerrangeTurn virNetClient* into virObject instances
2012-08-07  Daniel P. BerrangeTurn virNetServer* into virObject instances
2012-08-07  Daniel P. BerrangeTurn virSocket into a virObject
2012-08-07  Daniel P. BerrangeTurn virKeepAlive into a virObject
2012-08-07  Daniel P. BerrangeTurn virNetSASLContext and virNetSASLSession into virOb...
2012-08-07  Daniel P. BerrangeTurn virNetTLSContext and virNetTLSSession into virObje...
2012-08-07  Daniel P. BerrangeTurn qemuAgentPtr and qemuMonitorPtr into virObjectPtr...
2012-08-07  Daniel P. BerrangeTurn virDomainObjPtr into a virObjectPtr
2012-08-07  Daniel P. BerrangeConvert public datatypes to inherit from virObject
2012-08-07  Daniel P. BerrangeAdd a generic reference counted virObject type
2012-08-06  Richa Marwahaapparmor: QEMU bridge helper policy updates
2012-08-06  Richa MarwahaAdd -netdev bridge support
2012-08-06  Richa MarwahaAdd -netdev bridge capabilities
2012-08-06  Eric Blakevirrandom: make virRandomInitialize an automatic one...
2012-08-06  Eric Blakebuild: drop conditional use of mdns code
2012-08-06  Michal Privoznikqemu: Set reasonable RSS limit on domain startup
2012-08-06  Osier Yangvirsh: Use vshPrint instead of printf
2012-08-03  Jim Fehligxen-xm: Generate UUID if not specified
2012-08-03  Peter Krempaconf: Remove console stream callback only when freeing...
2012-08-03  Peter Krempaclient: Free message when freeing client
2012-08-03  Ata E Husain... ESX: Add "Byte" datatype
2012-08-03  Eric Blakeparallels: translate error message
2012-08-03  Laine Stumpbuild: fix "make rpm"
2012-08-03  Daniel P. BerrangeExport virUUIDIsValid to libvirt internal code
2012-08-03  Daniel P. BerrangeFix typo s/AM_CLFAGS/AM_CFLAGS/ in sanlock link
2012-08-03  Peter Krempavirsh: console: Avoid using stream after being freed.
2012-08-03  Peter Kremparemote: Fill snapshot argument in remoteDomainSnapshotL...
2012-08-03  Osier Yangqemu: Allow to attach/detach controller device persistently
2012-08-02  Hendrik SchwartkeAdded timestamps to storage volumes
2012-08-02  Ján TomkoUpdate xml schemas according to libvirt source
2012-08-02  Eric Blakebuild: add stubs so mdns code can be unconditionally...
2012-08-02  Michal Privoznikvirsh: Switch to close callback
2012-08-02  Michal Privoznikqemu: Fix typo in qemuDomainModifyDeviceFlags
2012-08-02  Jiri Denemarkdaemon: Portable auto-detection of driver module directory
2012-08-02  Jiri Denemarkbuild: Rename security manager library
2012-08-02  Jiri Denemarkbuild: Link security manager into libvirt.so
2012-08-02  Daniel P. BerrangeAvoid clash of base64 symbols
2012-08-02  Eric Blakebuild: commit to 0.10.0 release naming
next