]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2014-06-03 Jiri Denemarkqemu: Remove character device backend only after fronte...
2014-06-03 Jiri Denemarkqemu: Remove disk backend only after frontend is gone
2014-06-03 Jiri Denemarkqemu: Remove interface backend only after frontend...
2014-06-03 Peter Krempatests: storagetest: Unify and reformat storage chain...
2014-06-03 Peter Krempaqemu: json: Add format strings for optional command...
2014-06-03 Peter Krempautil: string: Return element count from virStringSplit
2014-06-03 Peter Krempastorage: Traverse backing chains of network disks
2014-06-03 Peter Krempastorage: Change to new backing store parser
2014-06-03 Peter Krempastorage: Add infrastructure to parse remote network...
2014-06-03 Peter Krempastorage: Switch metadata crawler to use storage driver...
2014-06-03 Peter Krempastorage: Switch metadata crawler to use storage driver...
2014-06-03 Peter Krempastorage: Switch metadata crawler to use storage driver...
2014-06-03 Peter Krempastorage: backend: Add possibility to suppress errors...
2014-06-03 Peter Krempatest: storage: Initialize storage source to correct...
2014-06-03 Peter Krempastorage: Determine the local storage type right away
2014-06-03 Peter Krempastorage: Move virStorageFileGetMetadata to the storage...
2014-06-03 Peter Krempastorage: Add API to check accessibility of storage...
2014-06-03 Peter Krempastorage: backend: Add unique id retrieval API
2014-06-03 Michal Privoznikxenapi_utils: Adapt to enum cleanups
2014-06-03 Michal Privoznikvirnuma.c: Fix some comments
2014-06-02 Julio Faraccoconf: more enum cleanups in "src/conf/domain_conf.h"
2014-06-02 Julio Faraccoconf: enum cleanups in "src/conf/domain_conf.h"
2014-06-02 Julio Faraccocpu: use typedefs for enums in "src/cpu/cpu_map.h"
2014-06-02 Michal Privoznikvirsh-nodedev: Avoid spurious errors
2014-06-02 Ján TomkoDon't use AI_ADDRCONFIG when binding to wildcard addresses
2014-06-02 Jiri Denemarkqemu: Unref cfg when detaching hostdev interface
2014-06-02 Jiri Denemarkqemu: Process DEVICE_DELETED event in a separate thread
2014-06-02 Jiri Denemarkqemu: Finish device removal in the original thread
2014-06-02 Pavel HrdinaFix build on freebsd
2014-06-02 Nehal J WaniAdd helper program to create custom leases
2014-06-02 Peter Krempavirsh: Check whether found volume is member of the...
2014-06-02 Daniel VeillardBump version to 1.2.6 for new dev cycle
2014-06-02 Daniel VeillardForgot spec changelog in 1.2.5 commit
2014-06-02 Daniel VeillardRelease of libvirt-1.2.5
2014-06-01 Roman Bogorodskiydocs: bhyve driver documentation improvements
2014-06-01 Laine Stumputil: fix DST end date in virtimetest timezones
2014-05-30 Eric Blakebuild: avoid compiler warning on 32-bit platform
2014-05-29 Peter Krempaqemu: snapshot: Improve detection of mixed snapshots
2014-05-29 Peter Krempaqemu: snapshot: Reject internal active snapshot without...
2014-05-29 Peter Krempautil: storage: Fix crash of libvirtd on network backed...
2014-05-29 Laine Stumputil: fix virTimeLocalOffsetFromUTC DST processing
2014-05-29 Eric Blakevirsh: fix typos in virsh man page
2014-05-29 Eric Blakemaint: fix typo in previous patch
2014-05-28 Jim Fehligmaint: cleanup detection of const'ness of selinux ctx
2014-05-28 Cédric Bosdonnatbuild: fix build with libselinux 2.3
2014-05-28 Peter Krempaqemu: managedsave: Don't spam logs with warnings about...
2014-05-28 Peter Krempautils: storage: Canonicalize paths only for local files...
2014-05-28 Peter Krempastorage: fs: Drop-in replace use of virStorageFileGetMe...
2014-05-28 Peter Krempastorage: Return backing format from virStorageFileGetMe...
2014-05-28 Eric Blakeqemu: reject rather than hang on blockcommit of active...
2014-05-28 Dan Kenigsbergdoc: fix documentation of virDomainSet(Get)Metadata
2014-05-27 Olivia Yinqemu: Fix specifying char devs for PPC
2014-05-27 Olivia Yinchange machine name ppce500v2 to ppce500
2014-05-26 Daniel VeillardFix an extra ' in a translated string
2014-05-26 Ján TomkoClean up chardev sockets on QEMU shutdown
2014-05-26 Laine Stumpqemu: fix <clock offset='variable' basis='localtime'/>
2014-05-26 Laine Stumpqemu: fix RTC_CHANGE event for <clock offset='variable...
2014-05-26 Laine StumpRevert "qemu: Report the offset from host UTC for RTC_C...
2014-05-26 Laine Stumputil: new function virTimeLocalOffsetFromUTC
2014-05-23 Peter Krempastorage: Add storage file API to read file headers
2014-05-23 Peter Krempastorage: Add support for access to files using provided...
2014-05-23 Peter Krempastorage: Add NONE protocol type for network disks
2014-05-23 Peter Krempaconf: Fix domain disk path iterator to work with networ...
2014-05-23 Peter Krempastorage: Rework debugging of storage file access throug...
2014-05-23 Peter Krempastorage: Store gluster volume name separately
2014-05-23 Peter Krempaqemu: Make qemuDomainPrepareDiskChainElement aware...
2014-05-23 Peter Krempaqemu: process: Refresh backing chain info when reconnec...
2014-05-23 Jiri Denemarkqemu: Properly abort migration to a file
2014-05-23 Jiri Denemarkqemu: Send migrate_cancel when aborting migration
2014-05-23 Jiri DenemarkFix error message when TUNNELLED flag is used in non...
2014-05-22 Eric Blakeconf: fix backing store parse off-by-one
2014-05-22 Ján TomkoDon't log an internal error when the guest hasn't updat...
2014-05-22 Michal PrivoznikqemuSetupCgroupForVcpu: s/virProcessInfoSetAffinity...
2014-05-21 Roman Bogorodskiybhyve: fix virObjectUnlock() usage
2014-05-21 Cole Robinsonvirdbus: Show method name in error message
2014-05-21 Cole Robinsonvirdbus: Remove redundant error macro
2014-05-20 Eric Blaketests: avoid dlsym mocking on mingw
2014-05-20 Peter Krempaqemu: snapshot: Fix return value of external checkpoint...
2014-05-20 Peter Krempaqemu: snapshot: Forbid empty snapshots
2014-05-20 Peter Krempaqemu: snapshot: Forbid partial internal snapshots
2014-05-20 Peter Krempaqemu: snapshot: Use typecasted switch in qemuDomainSnap...
2014-05-20 Roman Bogorodskiybhyve: domain events support
2014-05-20 Chen Fanmigration: add support for migrateURI configuration
2014-05-20 Laine Stumputil: refactor virNetlinkCommand to fix several bugs...
2014-05-19 Eric Blakebuild: nuke more uses of 'sync'
2014-05-19 Pavel Hrdinaavoid 'sync' as variable name
2014-05-19 Pavel HrdinaReturn error when updating cdrom device
2014-05-19 Eric BlakeRevert "maint: prefer enum over int for virstoragefile...
2014-05-19 Ján TomkoFix crash in DAC driver with no seclabels
2014-05-19 Dmitry Guryanovparallels: create VMs in the default place
2014-05-19 Dmitry Guryanovparallels: add disks correctly
2014-05-19 Dmitry Guryanovparallels: set file format in virDomainDef
2014-05-19 Dmitry Guryanovparallels: add VIR_STORAGE_FILE_PLOOP format
2014-05-19 Michal PrivoznikvirSecurityDACRestoreSecurityHostdevLabel: Unmark ...
2014-05-19 Ján Tomkodocs: add a serial device with a seclabel example
2014-05-19 Ján Tomkoconf: fix seclabels for chardevs
2014-05-19 Ján TomkoRename virDomainDiskSourceDefFormatSeclabel
2014-05-16 Jim Fehligsecurity_dac: honor relabel='no' in chardev config
2014-05-16 Jim Fehligsecurity_dac: avoid relabeling hostdevs when relabel...
2014-05-16 Jim Fehligsecurity_dac: honor relabel='no' in disk config
next