Lib Virt
[Prev Page][Next Page]
- [PATCH 08/21] qemu_hotplug: don't call DetachThisHostDevice for hostdev network devices, (continued)
- [PATCH v2 0/4] tests: qemuxml2argv: support optional arguments,
Cole Robinson
- [PATCH 0/2] tests: qemuxml2argv updates and tweaks,
Andrea Bolognani
- [PATCH] nwfilter: fix adding std MAC and IP values to filter binding,
Nikolay Shirokovskiy
- [PATCH] xml: nodedev: make pci capability class element optional,
Nikolay Shirokovskiy
- Re: [Qemu-devel] [PULL v3 00/54] Kconfig conversion, excluding ARM and MIPS,
Laszlo Ersek
- [jenkins-ci] defaults.yaml: Only spam libvirt-ci@xxxxxxxxxx,
Yash Mankad
- [PATCH] virnwfilterbindingobj: Introduce and use virNWFilterBindingObjStealDef,
Michal Privoznik
- [PATCH 00/16] snapshot refactoring (incremental backup saga),
Eric Blake
- [PATCH 02/16] snapshot: Use accessors for virDomainSnapshot members,
Eric Blake
- [PATCH 04/16] vbox: Clean up some snapshot usage,
Eric Blake
- [PATCH 08/16] snapshot: Access snapshot def directly when needed,
Eric Blake
- [PATCH 01/16] test: Avoid use-after-free on virDomainSnapshotDelete,
Eric Blake
- [PATCH 06/16] snapshot: Track current snapshot in virDomainSnapshotObjList,
Eric Blake
- [PATCH 13/16] snapshot: Rename file for virDomainMomentObj,
Eric Blake
- [PATCH 03/16] snapshot: Create virDomainMoment base class,
Eric Blake
- [PATCH 11/16] snapshot: Switch type of virDomainSnapshotObj.def,
Eric Blake
- [PATCH 15/16] snapshot: Tweaks to support new bulk dumpxml/import API,
Eric Blake
- [PATCH 05/16] snapshot: Drop virDomainSnapshotDef.current,
Eric Blake
- [PATCH 14/16] snapshot: Move snapshot list code into generic file,
Eric Blake
- [PATCH 07/16] snapshot: Add accessors for updating snapshot list relations,
Eric Blake
- [PATCH 16/16] backup: Introduce virDomainCheckpointPtr,
Eric Blake
- [PATCH 09/16] snapshot: Refactor list filtering,
Eric Blake
- [PATCH 10/16] snapshot: Factor out virDomainMomentDef class,
Eric Blake
- [PATCH 12/16] snapshot: Rename virDomainSnapshotObjPtr,
Eric Blake
- [PATCH 17/16] snapshot: Store qemu snapshot state in bulk,
Eric Blake
- [PATCH 14.5/16] snapshot: Make virDomainMomentObjListGetNames more generic,
Eric Blake
- Re: [PATCH 00/16] snapshot refactoring (incremental backup saga),
Eric Blake
- Re: [PATCH 00/16] snapshot refactoring (incremental backup saga),
Andrea Bolognani
- [PATCH] virStoragePoolDefParseSource: Don't leak @port,
Michal Privoznik
- [PATCH] virStoragePoolDefFree: Free @def->refresh,
Michal Privoznik
- [PATCH] conf: Drop unused variable,
Andrea Bolognani
- [PATCH] rpm: fix upgrades when RBD is disabled in a new version,
Daniel P. Berrangé
- [jenkins-ci PATCH] guests: Update test dependencies for osinfo-db,
Fabiano Fidêncio
- [PATCH 0/3] vir*ObjListAddLocked(): Produce better error message than 'Duplicate key',
Michal Privoznik
- [PATCH v3 0/3] rbd: improvements to actual disk-usage calculation,
jdillama
- [PATCH v3 00/36] network: refactor to decouple virt drivers from network driver,
Daniel P. Berrangé
- [PATCH v3 01/36] network: restrict usage of port management APIs,
Daniel P. Berrangé
- [PATCH v3 02/36] network: pass a virNetworkPtr to port management APIs,
Daniel P. Berrangé
- [PATCH v3 03/36] conf: simplify link from hostdev back to network device,
Daniel P. Berrangé
- [PATCH v3 05/36] network: use 'bridge' as actual type instead of 'network',
Daniel P. Berrangé
- [PATCH v3 04/36] network: add missing bandwidth limits for bridge forward type,
Daniel P. Berrangé
- [PATCH v3 06/36] util: add helper method for re-attaching a tap device to a bridge,
Daniel P. Berrangé
- [PATCH v3 07/36] network: use virNetDevTapReattachBridge API,
Daniel P. Berrangé
- [PATCH v3 08/36] virt drivers: don't handle type=network after resolving actual network type,
Daniel P. Berrangé
- [PATCH v3 09/36] network: move re-attach of bridge device out of network driver,
Daniel P. Berrangé
- [PATCH v3 10/36] network: move fixup for domain actual net def out of network driver,
Daniel P. Berrangé
- [PATCH v3 11/36] network: unconditionally merge port profiles,
Daniel P. Berrangé
- [PATCH v3 12/36] conf: don't pass interface type into virNetDevBandwidthParse,
Daniel P. Berrangé
- [PATCH v3 13/36] conf: introduce virNetworkPortDefPtr struct and XML support,
Daniel P. Berrangé
- [PATCH v3 14/36] network: stop passing virDomainNetDefPtr into bandwidth functions,
Daniel P. Berrangé
- [PATCH v3 15/36] network: make networkLogAllocation independent of domain conf,
Daniel P. Berrangé
- [PATCH v3 16/36] util: add API for copying virtual port profile data,
Daniel P. Berrangé
- [PATCH v3 18/36] network: convert networkAllocateActualDevice to virNetworkPortDef,
Daniel P. Berrangé
- [PATCH v3 17/36] conf: add APIs to convert virDomainNetDef to virNetworkPortDef,
Daniel P. Berrangé
- [PATCH v3 19/36] network: convert networkNotifyActualDevice to virNetworkPortDef,
Daniel P. Berrangé
- [PATCH v3 21/36] network: convert hook script to take a network port XML,
Daniel P. Berrangé
- [PATCH v3 20/36] network: convert networkReleaseActualDevice to virNetworkPortDef,
Daniel P. Berrangé
- [PATCH v3 23/36] network: introduce networkAllocatePort,
Daniel P. Berrangé
- [PATCH v3 22/36] network: remove the virDomainNetBandwidthChangeAllowed callback,
Daniel P. Berrangé
- [PATCH v3 24/36] network: introduce networkNotifyPort,
Daniel P. Berrangé
- [PATCH v3 25/36] network: introduce networkReleasePort,
Daniel P. Berrangé
- [PATCH v3 27/36] network: add public APIs for network port object,
Daniel P. Berrangé
- [PATCH v3 26/36] network: introduce networkUpdatePortBandwidth,
Daniel P. Berrangé
- [PATCH v3 28/36] access: add permissions for network port objects,
Daniel P. Berrangé
- [PATCH v3 29/36] remote: add support for new network port APIs,
Daniel P. Berrangé
- [PATCH v3 30/36] virsh: add support for network port APIs,
Daniel P. Berrangé
- [PATCH v3 31/36] conf: support recording ports against virNetworkObjPtr,
Daniel P. Berrangé
- [PATCH v3 33/36] lxc, libxl: notify network driver of NICs during reconnect,
Daniel P. Berrangé
- [PATCH v3 32/36] network: add implementation of network port APIs,
Daniel P. Berrangé
- [PATCH v3 34/36] lxc, libxl: save domain status after reconnect,
Daniel P. Berrangé
- [PATCH v3 35/36] conf: record a portid against the domain conf,
Daniel P. Berrangé
- [PATCH v3 36/36] conf: switch over to use network port APIs for virt drivers,
Daniel P. Berrangé
- [PATCH] spec: Remove libvirt < 0.9.4 upgrade compat,
Cole Robinson
- [PATCH] spec: Only call ldconfig on RHEL7,
Cole Robinson
- [PATCH 0/2] network: improve firewall rule creation error handling,
Daniel P. Berrangé
- [PATCH] tests: domaincapstest: Fix build on mingw,
Cole Robinson
- [PATCH] nwfilter: Don't crash when trying to add an nwfilter that's already being removed,
Michal Privoznik
- [PATCH 00/34] conf: refactor virStorageSource parsing and formatting (blockdev-add saga),
Peter Krempa
- [PATCH 03/34] conf: Introduce virDomainStorageSourceFormatFull,
Peter Krempa
- [PATCH 02/34] conf: Move formatting of 'index' and 'startupPolicy' for virStorageSource,
Peter Krempa
- [PATCH 01/34] conf: Invert 'skipSeclabels' argument of virDomainDiskSourceFormatInternal,
Peter Krempa
- [PATCH 07/34] conf: Simplify control flow in virDomainDiskSourceFormat,
Peter Krempa
- [PATCH 09/34] conf: Use virXMLFormatElement in virDomainDiskBackingStoreFormat,
Peter Krempa
- [PATCH 06/34] conf: domain: Merge virDomainDiskSourceFormatInternal into the wrapper,
Peter Krempa
- [PATCH 04/34] qemu: domain: Replace qemuDomainObjPrivateXMLFormatNBDMigrationSource,
Peter Krempa
- [PATCH 08/34] conf: Avoid temporary variable in virDomainDiskBackingStoreFormat,
Peter Krempa
- [PATCH 11/34] conf: Move backingStore formating into virDomainDiskSourceFormat,
Peter Krempa
- [PATCH 05/34] conf: Unexport virDomainStorageSourceFormat,
Peter Krempa
- [PATCH 10/34] conf: Move virDomainDiskBackingStoreFormat up to avoid forward declarations,
Peter Krempa
- [PATCH 12/34] conf: Add possibility to format full chain with virDomainStorageSourceFormatFull,
Peter Krempa
- [PATCH 14/34] cleanup error path in virDomainStorageSourceParse,
Peter Krempa
- [PATCH 13/34] conf: Simplify error paths in storage source component parsers,
Peter Krempa
- [PATCH 15/34] util: xml: Introduce VIR_AUTOPTR functions for xmlDoc and xmlXPathContext,
Peter Krempa
- [PATCH 16/34] tests: Use full force of our VIR_AUTO* machinery in testBackingXMLjsonXML,
Peter Krempa
- [PATCH 18/34] conf: Refactor control flow in virDomainDiskBackingStoreParse,
Peter Krempa
- [PATCH 20/34] conf: Introduce modular parser for virStorageSource,
Peter Krempa
- [PATCH 17/34] tests: Refactor control flow in testBackingXMLjsonXML,
Peter Krempa
- [PATCH 22/34] conf: Unexport virDomainStorageSourceParse,
Peter Krempa
- [PATCH 23/34] tests: qemublock: Use new source formatter and parser in testBackingXMLjsonXML,
Peter Krempa
- [PATCH 19/34] conf: Fold private data parsing into virDomainStorageSourceParse,
Peter Krempa
- [PATCH 24/34] conf: snapshot: Use virDomainStorageSourceParseFull for snapshots,
Peter Krempa
- [PATCH 32/34] conf: Format seclabels for <backingStore>,
Peter Krempa
- [PATCH 21/34] qemu: Use virDomainStorageSourceParseFull when parsing NBD migration data,
Peter Krempa
- [PATCH 25/34] conf: Replace virDomainDiskSourceParse by virDomainStorageSourceParse,
Peter Krempa
- [PATCH 26/34] conf: Use virDomainStorageSourceParseFull in virDomainDiskBackingStoreParse,
Peter Krempa
- [PATCH 27/34] conf: Use virDomainStorageSourceParseFull to parse disk source in virDomainDiskDefParseXML,
Peter Krempa
- [PATCH 28/34] conf: Use virDomainStorageSourceParseFull in virDomainDiskDefMirrorParse,
Peter Krempa
- [PATCH 30/34] conf: Parse and format 'backingStore' for disk <mirror>,
Peter Krempa
- [PATCH 29/34] conf: Parse <backingStore> in virDomainStorageSourceParseFull,
Peter Krempa
- [PATCH 31/34] conf: Add 'index' attribute for <disk><mirror><source>,
Peter Krempa
- [PATCH 34/34] conf: Remove @seclabels from virDomainStorageSourceFormat,
Peter Krempa
- [PATCH 33/34] conf: Remove @seclabels from virDomainDiskSourceFormat,
Peter Krempa
- [PATCH 1/2] snapshots: allow create --redefine to force a new configuration,
Christian Ehrhardt
- [PATCH] node_device_hal.c: Follow _class -> klass rename,
Michal Privoznik
- [PATCH 0/2] storage: fix rbd deprecations in ceph 14,
Daniel P. Berrangé
- Can jobs suck like qemu-pr-helper does be transfered to libvirtd?,
Zhangbo (Oscar)
- [PATCH] qemu: Compare group_names by STRNEQ not CHECK_EQ,
Han Han
- [PATCH] virQEMUDriverPtr clean up,
Humaid
- [dockerfiles PATCH] Add Dockerfile for i686 cross-compilation,
Andrea Bolognani
- [PATCH v3 0/5] tools: console: fixes and improvments,
Nikolay Shirokovskiy
- [PATCH] vz: build fix for virdomainsnapshotobjlist.h,
Nikolay Shirokovskiy
- [PATCH 0/2] virsh: man: Document quirks of detaching devices,
Peter Krempa
- [PATCH] Drop needless virtType validation,
Cole Robinson
- [PATCH] test: Avoid use-after-free on virDomainSnapshotDelete,
Eric Blake
- ANNOUNCE: Oz 0.17.0 release,
Chris Lalancette
- [PATCH v3 0/2] Couple of storage driver improvements,
Michal Privoznik
- [PATCH v3 0/1] domain_conf: check device address before attach,
Daniel Henrique Barboza
- [PATCH v2 0/6] Drop support for certain init scripts,
Andrea Bolognani
- [PATCH v2 0/3] rbd: improvements to actual disk-usage calculation,
jdillama
- [PATCH] object: Add sanity check on correct parent class,
Eric Blake
- [PATCH 0/4] qemu: hotplug: Clean up and fix disk device unplug (blockdev-add saga),
Peter Krempa
- [dockerfiles PATCH 0/3] refresh: Minor Python style tweaks,
Andrea Bolognani
- [PATCH v3 0/5] qemu_hotplug: Fix a rare race condition when detaching a device twice,
Michal Privoznik
- [PATCH v6 0/8] Incremental backups: virDomainSnapshot class,
Eric Blake
- [PATCH v6 1/8] snapshot: Split domain forward typedefs into new file,
Eric Blake
- [PATCH v6 5/8] snapshot: Break out virDomainSnapshotObjList into its own file,
Eric Blake
- [PATCH v6 6/8] snapshot: Use accessors for virDomainSnapshot members,
Eric Blake
- [PATCH v6 2/8] snapshot: Sort virconftypes.h,
Eric Blake
- [PATCH v6 3/8] snapshot: Break out virDomainSnapshotObj into its own file,
Eric Blake
- [PATCH v6 7/8] snapshot: Create virDomainMoment base class,
Eric Blake
- [PATCH v6 8/8] backup: Introduce virDomainCheckpointPtr,
Eric Blake
- [PATCH v6 4/8] snapshot: Export two functions prior to file split,
Eric Blake
- Re: [PATCH v6 0/8] Incremental backups: virDomainSnapshot class,
no-reply
- [PATCH v6 1.5/8] conf: Split capabilities forward typedefs into virconftypes.h,
Eric Blake
- Re: [PATCH v6 0/8] Incremental backups: virDomainSnapshot class,
Eric Blake
- [PATCH] virobject: Improve documentation,
Eric Blake
- [jenkins-ci PATCH] lcitool: add special case for Debian i386/i686 mixup,
Daniel P. Berrangé
- [jenkins-ci PATCH] jenkins: only send one email on build failure,
Daniel P. Berrangé
- [PATCH] qemu: Set job statsType for external memory snapshot,
Jiri Denemark
- [PATCH 00/21] tests: qemuxml2argv: support optional arguments,
Cole Robinson
- [PATCH 02/21] tests: qemuxml2argv: add testInfoSetArgs,
Cole Robinson
- [PATCH 05/21] tests: qemuxml2argv: break apart testInitQEMUCaps,
Cole Robinson
- [PATCH 01/21] qemu: add virQEMUCapsSetVList,
Cole Robinson
- [PATCH 03/21] tests: qemuxml2argv: add va_arg enum handling,
Cole Robinson
- [PATCH 07/21] tests: qemuxml2argv: handle migrate* with varargs,
Cole Robinson
- [PATCH 11/21] tests: qemuxml2argv: remove unused DO_TEST_CAPS* macros,
Cole Robinson
- [PATCH 04/21] tests: qemuxml2argv: push ARG_QEMU_CAPS to callers,
Cole Robinson
- [PATCH 06/21] tests: qemuxml2argv: handle gic with vaargs,
Cole Robinson
- [PATCH 13/21] tests: qemuxml2argv: remove unused CAPS migrateFrom,
Cole Robinson
- [PATCH 08/21] tests: qemuxml2argv: handle flags with varargs,
Cole Robinson
- [PATCH 15/21] tests: qemuxml2argv: remove full testInfo initialization,
Cole Robinson
- [PATCH 09/21] tests: qemuxml2argv: handle parseFlags with varargs,
Cole Robinson
- [PATCH 16/21] tests: qemuxml2argv: centralize CAPS suffix building,
Cole Robinson
- [PATCH 17/21] tests: qemuxml2argv: build capsfile in DO_TEST_CAPS_INTERNAL,
Cole Robinson
- [PATCH 10/21] tests: qemuxml2argv: remove DO_TEST_PARSE_FLAGS_ERROR,
Cole Robinson
- [PATCH 12/21] tests: qemuxml2argv: add a comment separating DO_TEST* macros,
Cole Robinson
- [PATCH 14/21] tests: qemuxml2argv: use varargs for CAPS flags,
Cole Robinson
- [PATCH 18/21] tests: qemuxml2argv: add testInfoClear,
Cole Robinson
- [PATCH 19/21] tests: qemuxml2argv: move DO_TEST qemuCaps init,
Cole Robinson
- [PATCH 20/21] tests: qemuxml2argv: move DO_CAPS_TEST* qemuCaps init,
Cole Robinson
- [PATCH 21/21] tests: qemuxml2argv: add TEST_INTERNAL,
Cole Robinson
- Re: [PATCH 00/21] tests: qemuxml2argv: support optional arguments,
Eric Blake
- [PATCH v2 0/5] qemu_hotplug: Fix a rare race condition when detaching a device twice,
Michal Privoznik
- Seccomp profile for swtpm as default,
Stefan Berger
- [PATCH 0/3] Drop Upstart support,
Andrea Bolognani
- [PATCH] run: Don't export unnecessary paths,
Andrea Bolognani
- [PATCH] docs: rng: make newly introduced features in domcaps optional,
Nikolay Shirokovskiy
- [PATCH] conf: Introduce virDomainDefCputuneValidate helper,
Suyang Chen
- [PATCH] snapshots: More clarification about REDEFINE,
Eric Blake
- [PATCH] docs: Consistent spacing in *GetXMLDesc functions,
Eric Blake
- [PATCH] news: Document recent snapshot topological flag,
Eric Blake
- [PATCH] news: Add entry describing support for Xen's max grant frames,
Jim Fehlig
- [PATCH 0/2] Remove --enable-test-coverage, promote 'make coverage',
Cole Robinson
- [PATCH 0/8] Remove some unnecessary compatibility stuff,
Andrea Bolognani
- [PATCH 2/8] tests: Drop LIBVIRT_DRIVER_DIR from TESTS_ENVIRONMENT,
Andrea Bolognani
- [PATCH 5/8] tests: Stop looking for abs_top_srcdir in the environment,
Andrea Bolognani
- [PATCH 7/8] tests: Don't redefine variables for TESTS_ENVIRONMENT,
Andrea Bolognani
- [PATCH 6/8] Fix names for abs_top_{src, build}dir variables,
Andrea Bolognani
- [PATCH 1/8] tests: Drop CONFIG_HEADER from TESTS_ENVIRONMENT,
Andrea Bolognani
- [PATCH 3/8] tests: Don't use TEST_DRIVER_DIR in virTestCaptureProgramExecChild(),
Andrea Bolognani
- [PATCH 4/8] tests: Don't define TEST_DRIVER_DIR,
Andrea Bolognani
- [PATCH 8/8] Don't define abs_* variables ourselves,
Andrea Bolognani
- Re: [PATCH 0/8] Remove some unnecessary compatibility stuff,
Martin Kletzander
- [PATCH] network: avoid trying to create global firewall rules if unprivileged,
Daniel P. Berrangé
- [PATCH v2 00/11] conf: partial net model enum conversion,
Cole Robinson
- [PATCH v2 01/11] tests: Add several net model passthrough tests,
Cole Robinson
- [PATCH v2 02/11] conf: net: Add wrapper functions for <model> value,
Cole Robinson
- [PATCH v2 04/11] conf: net: Add model enum, and netfront value,
Cole Robinson
- [PATCH v2 03/11] conf: net: Rename 'model' to 'modelstr',
Cole Robinson
- [PATCH v2 07/11] qemu: Partially convert to net model enum,
Cole Robinson
- [PATCH v2 05/11] vz: convert to net model enum,
Cole Robinson
- [PATCH v2 08/11] conf: Make net model enum compare case insensitive,
Cole Robinson
- [PATCH v2 06/11] bhyve: convert to net model enum,
Cole Robinson
- [PATCH v2 10/11] vbox: Convert to net enum model,
Cole Robinson
- [PATCH v2 09/11] vmx: convert to net model enum,
Cole Robinson
- [PATCH v2 11/11] conf: Add VIR_DOMAIN_DEF_FEATURE_NET_MODEL_STRING,
Cole Robinson
- Re: [PATCH v2 00/11] conf: partial net model enum conversion,
Cole Robinson
- Re: [PATCH v2 00/11] conf: partial net model enum conversion,
Michal Privoznik
- [PATCH 0/2] Require YAJL for QEMU build,
Michal Privoznik
- fix method delete() in src/main/java/org/libvirt/DomainSnapshot.java,
傅姜晨
- [PATCH] tests: Document how to add new replies files,
Andrea Bolognani
- [PATCH 0/3] virFileWrapper: Couple of small improvements,
Michal Privoznik
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]