Lib Virt
[Prev Page][Next Page]
- [PATCH 01/19] util: introduce virbpf helpers, (continued)
- [PATCH 01/19] util: introduce virbpf helpers,
Pavel Hrdina
- [PATCH 07/19] vircgroup: introduce virCgroupV2DeviceReallocMap,
Pavel Hrdina
- [PATCH 03/19] vircgroup: introduce virCgroupV2DeviceLoadProg,
Pavel Hrdina
- [PATCH 04/19] vircgroup: introduce virCgroupV2DeviceAttachProg,
Pavel Hrdina
- [PATCH 09/19] vircgroup: introduce virCgroupV2DeviceRemoveProg,
Pavel Hrdina
- [PATCH 14/19] vircgroup: introduce virCgroupV2AllowAllDevices,
Pavel Hrdina
- [PATCH 06/19] vircgroup: introduce virCgroupV2DeviceCreateProg,
Pavel Hrdina
- [PATCH 15/19] vircgroup: introduce virCgroupV2DenyAllDevices,
Pavel Hrdina
- [PATCH 08/19] vircgroup: introduce virCgroupV2DevicePrepareProg,
Pavel Hrdina
- [PATCH 16/19] vircgroup: workaround devices in hybrid mode,
Pavel Hrdina
- [PATCH 10/19] vircgroup: introduce virCgroupV2DeviceGetPerms,
Pavel Hrdina
- [PATCH 17/19] vircgroupv2: detech BPF program before removing cgroup,
Pavel Hrdina
- [PATCH 11/19] vircgroup: introduce virCgroupV2DeviceGetKey,
Pavel Hrdina
- [PATCH 19/19] vircgroupmock: mock virBPFQueryProg,
Pavel Hrdina
- [PATCH 12/19] vircgroup: introduce virCgroupV2AllowDevice,
Pavel Hrdina
- [PATCH 13/19] vircgroup: introduce virCgroupV2DenyDevice,
Pavel Hrdina
- [PATCH 18/19] vircgroupv2: use dummy process to workaround kernel bug with systemd,
Pavel Hrdina
- Re: [PATCH 00/19] implement cgroups v2 devices support,
Ján Tomko
- configuration support to allow devices into cgroup devices devices.list inside libvirt_lxc container,
Mohan R
- configuration support to allow devices into cgroup devices device.list inside libvirt_lxc container,
Mohan R
- [PATCH 0/3] Rebase LXC network definition to support version 3.0,
Julio Faracco
- [PATCH RFC] qemu: caps: invalidate kvm capable qemu binaries on every restart,
Nikolay Shirokovskiy
- [PATCH 00/10] snapshot: misc fixes,
Nikolay Shirokovskiy
- [PATCH 08/10] qemu: snapshot: fix for case of disk with empty source,
Nikolay Shirokovskiy
- [PATCH 03/10] conf: snapshot: check disk with path on parse,
Nikolay Shirokovskiy
- [PATCH 05/10] conf: snapshot: remove snapshot mode checking from disk align,
Nikolay Shirokovskiy
- [PATCH 07/10] qemu: disable internal snapshot of readonly disk,
Nikolay Shirokovskiy
- [PATCH 06/10] conf: virDomainSnapshotAlignDisks: use convinient variable,
Nikolay Shirokovskiy
- [PATCH 02/10] conf: snapshot: don't pass flags from different family,
Nikolay Shirokovskiy
- [PATCH 04/10] conf: snapshot: align exernal/internal snapshot the same way,
Nikolay Shirokovskiy
- [PATCH 01/10] conf: snapshot: fix comment in _virDomainSnapshotDef,
Nikolay Shirokovskiy
- [PATCH 10/10] conf: snapshot: make disk aligns same on redefinition,
Nikolay Shirokovskiy
- [PATCH 09/10] qemu: snapshot: align disks consistently,
Nikolay Shirokovskiy
- ANNOUNCE: Libvirt TCK release v1.1.0,
Daniel P. Berrangé
- [PATCH] lxc: allow empty path in URI for historical compatibility,
Daniel P. Berrangé
- [PATCH 00/27] network: refactor to decouple virt drivers from network driver,
Daniel P. Berrangé
- [PATCH 02/27] network: restrict usage of port management APIs,
Daniel P. Berrangé
- [PATCH 01/27] conf: make virPCIDeviceAddressFormat void,
Daniel P. Berrangé
- [PATCH 05/27] network: add missing bandwidth limits for bridge forward type,
Daniel P. Berrangé
- [PATCH 06/27] network: use 'bridge' as actual type instead of 'network',
Daniel P. Berrangé
- [PATCH 07/27] virt drivers: don't handle type=network after resolving actual network type,
Daniel P. Berrangé
- [PATCH 13/27] conf: add APIs to convert virDomainNetDef to virNetworkPortDef,
Daniel P. Berrangé
- [PATCH 03/27] network: pass a virNetworkPtr to port management APIs,
Daniel P. Berrangé
- [PATCH 08/27] network: unconditionally merge port profiles,
Daniel P. Berrangé
- [PATCH 15/27] network: convert networkNotifyActualDevice to virNetworkPortDef,
Daniel P. Berrangé
- [PATCH 04/27] conf: simplify link from hostdev back to network device,
Daniel P. Berrangé
- [PATCH 09/27] conf: introduce virNetworkPortDefPtr struct and XML support,
Daniel P. Berrangé
- [PATCH 17/27] network: convert hook script to take a network port XML,
Daniel P. Berrangé
- [PATCH 11/27] network: make networkLogAllocation independent of domain conf,
Daniel P. Berrangé
- [PATCH 10/27] network: stop passing virDomainNetDefPtr into bandwidth functions,
Daniel P. Berrangé
- [PATCH 14/27] network: convert networkAllocateActualDevice to virNetworkPortDef,
Daniel P. Berrangé
- [PATCH 12/27] util: add API for copying virtual port profile data,
Daniel P. Berrangé
- [PATCH 16/27] network: convert networkReleaseActualDevice to virNetworkPortDef,
Daniel P. Berrangé
- [PATCH 18/27] network: introduce networkAllocatePort,
Daniel P. Berrangé
- [PATCH 19/27] network: introduce networkNotifyPort,
Daniel P. Berrangé
- [PATCH 20/27] network: introduce networkReleasePort,
Daniel P. Berrangé
- [PATCH 21/27] network: add public APIs for network port object,
Daniel P. Berrangé
- [PATCH 22/27] access: add permissions for network port objects,
Daniel P. Berrangé
- [PATCH 23/27] remote: add support for new network port APIs,
Daniel P. Berrangé
- [PATCH 24/27] virsh: add support for network port APIs,
Daniel P. Berrangé
- [PATCH 25/27] conf: support recording ports against virNetworkObjPtr,
Daniel P. Berrangé
- [PATCH 26/27] network: add implementation of network port APIs,
Daniel P. Berrangé
- [PATCH 27/27] conf: switch over to use network port APIs for virt drivers,
Daniel P. Berrangé
- Re: [PATCH 00/27] network: refactor to decouple virt drivers from network driver,
no-reply
- Re: [PATCH 00/27] network: refactor to decouple virt drivers from network driver,
Michal Privoznik
- [PATCH v3 RESEND] qemu: Process RDMA GID state change event,
Yuval Shaia
- [PATCH v2 RESEND] qemu: Process RDMA GID state change event,
Yuval Shaia
- may be bug in some scripts that push libvirt docs to site,
Vasiliy Tolstov
- [jenkins-ci PATCH 0/2] Stop building Go projects on CentOS 7,
Andrea Bolognani
- [jenkins-ci PATCH 0/7] guests: Use Python 3 for Ansible,
Andrea Bolognani
- [PATCH 0/2] Fix a couple of security_selinux issues,
John Ferlan
- [PULL v3 30/44] hw/i386: Remove deprecated machines pc-0.10 and pc-0.11,
Michael S. Tsirkin
- [jenkins-ci PATCH] guests: Stop using squash_actions,
Andrea Bolognani
- [designer PATCH 0/6] Various fixes,
Pino Toscano
- [PATCH v5 00/11] update NVDIMM support,
Luyao Zhong
- [PATCH v5 01/11] nvdimm: introduce 'alignsize' element into xml for NVDIMM memory,
Luyao Zhong
- [PATCH v5 03/11] nvdimm: introduce 'readonly' element into xml for NVDIMM memory,
Luyao Zhong
- [PATCH v5 02/11] nvdimm: introduce 'pmem' element into xml for NVDIMM memory,
Luyao Zhong
- [PATCH v5 05/11] qemu_capabilities: introduce QEMU_CAPS_OBJECT_MEMORY_FILE_PMEM,
Luyao Zhong
- [PATCH v5 04/11] qemu_capabilities: introduce QEMU_CAPS_OBJECT_MEMORY_FILE_ALIGN,
Luyao Zhong
- [PATCH v5 08/11] nvdimm: qemu command-line generating for align property,
Luyao Zhong
- [PATCH v5 06/11] qemu_capabilities: introduce QEMU_CAPS_DEVICE_NVDIMM_UNARMED,
Luyao Zhong
- [PATCH v5 07/11] nvdimm: use DO_TEST_CAPS_LATEST to do nvdimm qemuxml2argvdata test,
Luyao Zhong
- [PATCH v5 09/11] nvdimm: qemu command-line generating for pmem property,
Luyao Zhong
- [PATCH v5 10/11] nvdimm: qemu command-line generating for unarmed property,
Luyao Zhong
- [PATCH v5 11/11] nvdimm: update news.xml,
Luyao Zhong
- Re: [PATCH v5 00/11] update NVDIMM support,
no-reply
- [PATCH] qemu: Update a domain's persistent definition file if it's defined,
Wang Yechao
- Re: [PATCH 2/4] q35: set split kernel irqchip as default,
Eduardo Habkost
- [jenkins-ci PATCH] guests: Fix package list sorting,
Andrea Bolognani
- [PATCH] news: Document original owner remembering,
Michal Privoznik
- [jenkins-ci PATCH] guests: Add json-glib dependency for osinfo-db-tools,
Fabiano Fidêncio
- [PATCH] virsh: Fix vcpupin command output wrong vcpu pinning info,
Luyao Huang
- [PATCH] storage: More uniquely identify NPIV LUNs,
John Ferlan
- [PATCH 0/3] Allow adding mountOpts to the storage pool mount command,
John Ferlan
- [jenkins-ci PATCH] guests: Add RNG device when installing,
Andrea Bolognani
- [PULL v2 30/30] hw/i386: Remove deprecated machines pc-0.10 and pc-0.11,
Michael S. Tsirkin
- [PATCH] util: Remove unnecessary ATTRIBUTE_NONNULL for virCommandAddArg[Pair],
John Ferlan
- [QEMU PATCH] hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device,
Thomas Huth
- [libvirt-perl][PATCH] Add VIR_DOMAIN_JOB_MEMORY_POSTCOPY_REQS constant,
Michal Privoznik
- [PULL 31/31] hw/i386: Remove deprecated machines pc-0.10 and pc-0.11,
Michael S. Tsirkin
- [QEMU PATCH] hw/i386: Remove deprecated machines pc-0.10 and pc-0.11,
Thomas Huth
- [jenkins-ci PATCH] guests: Fix duplicated key in vault,
Andrea Bolognani
- [PATCH] util: fix translation of error message strings,
Daniel P. Berrangé
- [PATCH] cpu: Add support for "stibp" x86_64 feature,
Jiri Denemark
- [PATCH 0/3] Fix a couple of coverity found issues,
John Ferlan
- [PATCH] tests: ignore XML files starting with a .,
Daniel P. Berrangé
- [jenkins-ci PATCH 0/6] Add FreeBSD 12, drop FreeBSD 12,
Andrea Bolognani
- [PATCH] src: Document autostart for session demon,
Michal Privoznik
- [PATCH v3] Drop UML driver,
Michal Privoznik
- [PATCH] util: require command args to be non-NULL,
Daniel P. Berrangé
- [PATCH v2] qemu: Assign device address before qemuDomainSupportsNicdev,
Wang Yechao
- [PATCH v4 00/11] update NVDIMM support,
Luyao Zhong
- [PATCH v4 01/11] nvdimm: introduce 'alignsize' element into xml for NVDIMM memory,
Luyao Zhong
- [PATCH v4 02/11] nvdimm: introduce 'pmem' element into xml for NVDIMM memory,
Luyao Zhong
- [PATCH v4 03/11] nvdimm: introduce 'unarmed' element into xml for NVDIMM memory,
Luyao Zhong
- [PATCH v4 04/11] qemu_capabilities: introduce QEMU_CAPS_OBJECT_MEMORY_FILE_ALIGN,
Luyao Zhong
- [PATCH v4 05/11] qemu_capabilities: introduce QEMU_CAPS_OBJECT_MEMORY_FILE_PMEM,
Luyao Zhong
- [PATCH v4 07/11] nvdimm: use DO_TEST_CAPS_LATEST to do nvdimm qemuxml2argvdata test,
Luyao Zhong
- [PATCH v4 09/11] nvdimm: qemu command-line generating for pmem property,
Luyao Zhong
- [PATCH v4 06/11] qemu_capabilities: introduce QEMU_CAPS_DEVICE_NVDIMM_UNARMED,
Luyao Zhong
- [PATCH v4 08/11] nvdimm: qemu command-line generating for align property,
Luyao Zhong
- [PATCH v4 11/11] nvdimm: update news.xml,
Luyao Zhong
- [PATCH v4 10/11] nvdimm: qemu command-line generating for unarmed property,
Luyao Zhong
- [PATCH] lxc: Set max uid/gid mappings for user namespace,
Radostin Stoyanov
- [PATCH] docs: Improve description of <hard_limit>,
Jim Fehlig
- [PATCH v2] Drop UML driver,
Michal Privoznik
- [PATCH] Drop UML driver,
Michal Privoznik
- [PATCH] cfg.mk: silence the group-qemu-caps command,
Daniel P. Berrangé
- [PATCH] Fix header ifdef check for config-post.h in VPATH build,
Daniel P. Berrangé
- [PATCH] qemu: use line breaks in command line args written to log,
Daniel P. Berrangé
- [PATCH] logging: ensure pending I/O is drained before reading position,
Daniel P. Berrangé
- [PATCH] remote: Fix the build by explicitly casting the obj pointer for xdr_free,
Erik Skultety
- [PATCH] qemu: Add default address type for vhost-user interface on aarch64,
Wang Yechao
- [PATCH 0/2] Sanitize header file conditionals and layout,
Daniel P. Berrangé
- [PATCH] storage: Fix build issue with MOUNT and VGCHANGE commands,
John Ferlan
- [PATCH v2 0/9] util: error: Reformat error messages and add tests,
Peter Krempa
- [PATCH] Remove all Author(s): lines from source file headers,
Daniel P. Berrangé
- [PATCH v2 0/2] qemu: fix misc noisy logs for optional storage sources,
Nikolay Shirokovskiy
- [PATCH 0/9] qemu: sav/restore inactive persistent config,
Nikolay Shirokovskiy
- [PATCH] qemu-options: Remove deprecated "-virtioconsole" option,
Thomas Huth
- [PATCH RFC 00/51] refactor block job handling and add support for new event/commands (blockdev-add saga),
Peter Krempa
- [PATCH RFC 01/51] qemu: blockjob: Extract emitting of libvirt events,
Peter Krempa
- [PATCH RFC 03/51] qemu: processBlockJobEvent: Use qemuBlockJobUpdate to process block job events,
Peter Krempa
- [PATCH RFC 04/51] qemu: blockjob: Unexport qemuBlockJobEventProcess,
Peter Krempa
- [PATCH RFC 05/51] qemu: blockjob: Rename public APIs,
Peter Krempa
- [PATCH RFC 02/51] qemu: blockjob: Emit VIR_DOMAIN_EVENT_ID_BLOCK_JOB only for local disks,
Peter Krempa
- [PATCH RFC 08/51] qemu: process: Consolidate error paths in qemuProcessHandleBlockJob,
Peter Krempa
- [PATCH RFC 06/51] qemu: blockjob: Remove header dependency on qemu_domain.h,
Peter Krempa
- [PATCH RFC 13/51] qemu: driver: Remove block job status reprobing from qemuDomainBlockPivot,
Peter Krempa
- [PATCH RFC 07/51] qemu: Consolidate disk blockjob variables into a structure,
Peter Krempa
- [PATCH RFC 12/51] qemu: process: refresh block jobs on reconnect,
Peter Krempa
- [PATCH RFC 16/51] qemu: blockjob: Clarify that job 'status' field contains new state,
Peter Krempa
- [PATCH RFC 14/51] qemu: migration: Simplify cancellation of migration blockjobs,
Peter Krempa
- [PATCH RFC 09/51] qemu: blockjob: Rename qemuBlockJobEventProcess to qemuBlockJobEventProcessLegacy,
Peter Krempa
- [PATCH RFC 20/51] qemu: blockjob: Add reference to disk into struct qemuBlockJobData,
Peter Krempa
- [PATCH RFC 18/51] qemu: blockjob: Add functions for block job state control,
Peter Krempa
- [PATCH RFC 10/51] qemu: blockjob: Split out handling of comlpleted jobs,
Peter Krempa
- [PATCH RFC 22/51] qemu: blockjob: Pass in job to qemuBlockJobEventProcessLegacy,
Peter Krempa
- [PATCH RFC 11/51] qemu: migration: Properly note that non-shared-storage migration uses a blockjob,
Peter Krempa
- [PATCH RFC 19/51] qemu: blockjob: Drop unnecessary calls to qemuBlockJobSyncEndDisk,
Peter Krempa
- [PATCH RFC 23/51] qemu: blockjob: Convert qemuBlockJobSyncBeginDisk to work with the job,
Peter Krempa
- [PATCH RFC 15/51] qemu: blockjob: Turn struct qemuBlockJobData into a virObject,
Peter Krempa
- [PATCH RFC 27/51] qemu: blockjob: Consume new block job state in the processing function,
Peter Krempa
- [PATCH RFC 25/51] qemu: migration: Extract reporting of disk migration error,
Peter Krempa
- [PATCH RFC 17/51] qemu: migration: Separate startup of disk mirror from migration logic,
Peter Krempa
- [PATCH RFC 31/51] qemu: blockjob: Convert qemuBlockJobSyncEndDisk to take job instead of disk,
Peter Krempa
- [PATCH RFC 26/51] qemu: blockjob: Remove error propagation from qemuBlockJobUpdateDisk,
Peter Krempa
- [PATCH RFC 21/51] qemu: blockjob: Record job type when starting the job,
Peter Krempa
- [PATCH RFC 33/51] qemu: domain: Add global table of blockjobs,
Peter Krempa
- [PATCH RFC 30/51] qemu: migration: Don't call qemuBlockJobSyncEndDisk when block job has terminated,
Peter Krempa
- [PATCH RFC 24/51] qemu: blockjob: Track current state of blockjob,
Peter Krempa
- [PATCH RFC 34/51] qemu: blockjob: Register new and running blockjobs in the global table,
Peter Krempa
- [PATCH RFC 32/51] qemu: blockjob: Add job name into the data,
Peter Krempa
- [PATCH RFC 28/51] qemu: blockjob: Pass job into qemuBlockJobUpdateDisk and rename it,
Peter Krempa
- [PATCH RFC 37/51] tests: qemustatusxml2xml: Add test case for block job tracking,
Peter Krempa
- [PATCH RFC 35/51] qemu: blockjob: Add string convertors for blockjob type and state enums,
Peter Krempa
- [PATCH RFC 29/51] qemu: Allocate diskPriv->blockjob only when there's a blockjob,
Peter Krempa
- [PATCH RFC 38/51] qemu: monitor: Add new fields for 'block-stream' command,
Peter Krempa
- [PATCH RFC 36/51] qemu: domain: Store blockjob data in the status XML,
Peter Krempa
- [PATCH RFC 42/51] qemu: monitor: Add support for 'job-cancel' command,
Peter Krempa
- [PATCH RFC 39/51] qemu: monitor: Add new fields for 'block-commit' command,
Peter Krempa
- [PATCH RFC 45/51] qemu: blockjob: Add 'concluded' state for a block job,
Peter Krempa
- [PATCH RFC 40/51] qemu: monitor: Add new fields for 'blockdev-mirror' command,
Peter Krempa
- [PATCH RFC 41/51] qemu: monitor: Add support for 'job-dismiss' command,
Peter Krempa
- [PATCH RFC 43/51] qemu: monitor: Add support for 'job-complete' command,
Peter Krempa
- [PATCH RFC 44/51] qemu: monitor: Add infrastructure for 'query-jobs',
Peter Krempa
- [PATCH RFC 46/51] qemu: monitor: Implement support for 'JOB_STATUS_CHANGE' event,
Peter Krempa
- [PATCH RFC 47/51] qemu: process: Don't trigger BLOCK_JOB* events with -blockdev,
Peter Krempa
- [PATCH RFC 48/51] qemu: blockjob: Add helper to convert monitor job status to internal state,
Peter Krempa
- [PATCH RFC 49/51] qemu: Add handler for job state change event,
Peter Krempa
- [PATCH RFC 50/51] qemu: blockjob: Add modern block job event handler,
Peter Krempa
- [PATCH RFC 51/51] qemu: process: Refresh -blockdev based blockjobs on reconnect to qemu,
Peter Krempa
- [PATCH v2 0/2] qemu: Don't use -mem-prealloc among with .prealloc=yes,
Michal Privoznik
- [RFC v3 3/4] nvdimm: update qemu command-line generating for NVDIMM memory,
Luyao Zhong
- [RFC v3 1/4] nvdimm: introduce more config elements into xml for NVDIMM memory,
Luyao Zhong
- [RFC v3 4/4] nvdimm: update news.xml,
Luyao Zhong
- [RFC v3 2/4] nvdimm: add nvdimm-related qemucapabilities check,
Luyao Zhong
- [RFC v3 0/4] update NVDIMM support,
Luyao Zhong
- [PATCH v3 00/18] Implement original label remembering,
Michal Privoznik
- [PATCH v3 02/18] security: Include security_util,
Michal Privoznik
- [PATCH v3 03/18] security_dac: Restore label on failed chown() attempt,
Michal Privoznik
- [PATCH v3 01/18] util: Introduce xattr getter/setter/remover,
Michal Privoznik
- [PATCH v3 05/18] virSecurityDACRestoreAllLabel: Reorder device relabeling,
Michal Privoznik
- [PATCH v3 04/18] virSecurityDACTransactionRun: Implement rollback,
Michal Privoznik
- [PATCH v3 09/18] virSecurityDACRestoreImageLabelInt: Restore even shared/RO disks,
Michal Privoznik
- [PATCH v3 06/18] virSecurityDACRestoreAllLabel: Restore more labels,
Michal Privoznik
- [PATCH v3 07/18] security_dac: Allow callers to enable/disable label remembering/recall,
Michal Privoznik
- [PATCH v3 10/18] security_selinux: Track if transaction is restore,
Michal Privoznik
- [PATCH v3 08/18] security_dac: Remember old labels,
Michal Privoznik
- [PATCH v3 12/18] security_selinux: Restore label on failed setfilecon() attempt,
Michal Privoznik
- [PATCH v3 15/18] virSecuritySELinuxRestoreAllLabel: Restore more labels,
Michal Privoznik
- [PATCH v3 11/18] security_selinux: Remember old labels,
Michal Privoznik
- [PATCH v3 13/18] virSecuritySELinuxTransactionRun: Implement rollback,
Michal Privoznik
- [PATCH v3 16/18] tests: Introduce qemusecuritytest,
Michal Privoznik
- [PATCH v3 17/18] tools: Provide a script to recover fubar'ed XATTRs setup,
Michal Privoznik
- [PATCH v3 14/18] virSecuritySELinuxRestoreAllLabel: Reorder device relabeling,
Michal Privoznik
- [PATCH v3 18/18] qemu.conf: Allow users to enable/disable label remembering,
Michal Privoznik
- Re: [PATCH v3 00/18] Implement original label remembering,
Ján Tomko
- [PATCH 0/2] random cgroup v2 fixes,
Pavel Hrdina
- [PATCH] docs: Only one secret is in vol instead of zero or more,
Han Han
- [PATCH] network: set mtu as a DHCP option when specified,
Casey Callendrello
- [PATCH] remote: check & report OOM in make_nonnull_XXX methods,
Daniel P. Berrangé
- [PATCH 0/2] AMD SEV: Relabel session data under /var/lib/libvirt,
Erik Skultety
- [PATCH v4 RESEND] openvswitch: Add new port VLAN mode "dot1q-tunnel"(802.1ad double-tagged),
luzhipeng
- [PATCH] tools: relax x509 Subject regexes to allow numbers and more,
Daniel P. Berrangé
- [PATCH] On Xen, domains may be destroyed without libvirt being involved,
Demi M. Obenour
- libvirt-csharp for .NET Standard/Core,
Brian Wengel
- Adding MTU DHCP option when specified,
Casey Callendrello
- 转发: [bug confirm] Requested operation is not valid: migration with shmem device is not supported,
吴 雨霖
- [bug report] Requested operation is not valid: migration with shmem device is not supported,
吴 雨霖
- Certificate pinning,
Anastasiya Ruzhanskaya
- [PATCH 1/2] libxl: add missing cleanup on error path in libxlDomainPMWakeup,
Marek Marczykowski-Górecki
- [PATCH 0/2] Add mem cold/hot plug supported check to virDomainDefCompatibleDevice,
John Ferlan
- [PATCH 0/2] Introduce chains per network,
Daniel P. Berrangé
- [PATCH v2 0/4] Restructure firewall rules for virtual networks into private chains,
Daniel P. Berrangé
- [PATCH v4] openvswitch: Add new port VLAN mode "dot1q-tunnel"(802.1ad double-tagged),
luzhipeng
- libxl driver does not notice domain killed with xl destroy,
Marek Marczykowski-Górecki
- [PATCH 0/4] Few more graphics-related fixes,
Erik Skultety
- More logs from libvirt+qemu+VNC+SASL,
Tomasz Barański
- [PATCH] domain: conf: graphics: Fix picking DRI renderer automatically for SPICE,
Erik Skultety
- [PATCH v2 0/2] Fix 2 small LXC network interface bugs,
Laine Stump
- [PATCH 0/2] Fix 2 small LXC network interface bugs,
Laine Stump
- [PATCH for-4.0 v4 0/2] virtio: Provide version-specific variants of virtio PCI devices,
Eduardo Habkost
- [PATCH 00/10] error: Refactor error message string convertor and add tests,
Peter Krempa
- [PATCH 03/10] util: error: Add error message versions with info for some error codes,
Peter Krempa
- [PATCH 02/10] util: error: Fix error message strings to play well with additional info,
Peter Krempa
- [PATCH 04/10] util: error: Export virErrorMsg for use in testsuite,
Peter Krempa
- [PATCH 01/10] include: error: Add enum sentinel for virErrorNumber enum,
Peter Krempa
- [PATCH 06/10] util: error: Improve docs for virErrorMsg,
Peter Krempa
- [PATCH 05/10] tests: Add test for virErrorMsg message constraints,
Peter Krempa
- [PATCH 07/10] DO NOT PUSH: Make sure that error messages are not moved around,
Peter Krempa
- [PATCH 10/10] tests: virerror: Make sure that error messages stay in correct order,
Peter Krempa
- [PATCH 08/10] util: error: Use a more declarative approach in virErrorMsg,
Peter Krempa
- [PATCH 09/10] Revert "DO NOT PUSH: Make sure that error messages are not moved around",
Peter Krempa
- Re: [Qemu-devel] [RFC 0/2] Attempt to implement the standby feature for assigned network devices,
Michael Roth
- [PATCH 0/5] Various cleanups and fixes (blockdev-add saga),
Peter Krempa
- [PATCH libvirt-python] virNodeInfo.memory is in KiB,
Philipp Hahn
- [PATCH] secret: Add check/validation for correct usage when LookupByUUID,
John Ferlan
- [PATCH] Fix minor typos in messages and docs,
Yuri Chornoivan
- [PATCH 0/8] Add tests for Storage Pool startup command line generation,
John Ferlan
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]