Lib Virt
[Prev Page][Next Page]
- [libvirt PATCH 7/7] cpu_map: Define and enable Snowridge model, (continued)
- [PATCH] manpage: virsh: Drop note that 'domrename' doesn't work with snapshots/checkpoints,
Peter Krempa
- [libvirt PATCH] qemuDomainChangeNet: Check changed virtio network driver options,
Tim Wiederhake
- [PATCH v3 0/3] introduce 'restrictive' mode in numatune,
Luyao Zhong
- [PATCHv2 0/4] netlink: Extract common code to simplify netlink functions,
Shi Lei
- [libvirt PATCH] qemu: The TSC tolerance interval should be closed,
Jiri Denemark
- [RFC] exposing 'nodedev assigned to domain' info to users,
Daniel Henrique Barboza
- [libvirt PATCH v2 00/16] docs: add manpages for all the modular daemons,
Daniel P. Berrangé
- [libvirt PATCH v2 01/16] docs: consistently mark libvirtd as preformatted text,
Daniel P. Berrangé
- [libvirt PATCH v2 05/16] docs: add manpage for virtbhyved,
Daniel P. Berrangé
- [libvirt PATCH v2 03/16] docs: tweak heading for daemon manual pages,
Daniel P. Berrangé
- [libvirt PATCH v2 04/16] docs: add manpage for virtproxyd,
Daniel P. Berrangé
- [libvirt PATCH v2 08/16] docs: add manpage for virtnetworkd,
Daniel P. Berrangé
- [libvirt PATCH v2 09/16] docs: add manpage for virtnodedevd,
Daniel P. Berrangé
- [libvirt PATCH v2 06/16] docs: add manpage for virtinterfaced,
Daniel P. Berrangé
- [libvirt PATCH v2 07/16] docs: add manpage for virtlxcd,
Daniel P. Berrangé
- [libvirt PATCH v2 10/16] docs: add manpage for virtnwfilterd,
Daniel P. Berrangé
- [libvirt PATCH v2 12/16] docs: add manpage for virtsecretd,
Daniel P. Berrangé
- [libvirt PATCH v2 11/16] docs: add manpage for virtqemud,
Daniel P. Berrangé
- [libvirt PATCH v2 15/16] docs: add manpage for virtvzd,
Daniel P. Berrangé
- [libvirt PATCH v2 02/16] docs: don't hardcode an ancient version in manpage examples,
Daniel P. Berrangé
- [libvirt PATCH v2 16/16] docs: add manpage for virtxend,
Daniel P. Berrangé
- [libvirt PATCH v2 13/16] docs: add manpage for virtstoraged,
Daniel P. Berrangé
- [libvirt PATCH v2 14/16] docs: add manpage for virtvboxd,
Daniel P. Berrangé
- [libvirt PATCH v3 0/8] vmx: Don't error out on missing filename for cdrom,
Martin Kletzander
- [PATCH] qemu: backup: Properly delete temporary bitmap after push-mode incremental backup,
Peter Krempa
- [PATCH] virsh-domain: Add quotes around '%s' formatting domain name,
Peter Krempa
- [PATCH] networkGetDHCPLeases: Don't assign @ipdef_tmp twice,
Michal Privoznik
- [PATCH v2] qemu: Don't prealloc mem for real NVDIMMs,
Michal Privoznik
- [PATCH] qemu: Properly handle setting of <iotune> for empty cdrom,
Peter Krempa
- [PATCH v1] docs: migration: remove xenmigr,
Olaf Hering
- [PATCH] update ci dockerfile from Leap 15.1 to 15.2,
Cho, Yu-Chen
- [PATCH] Enable VMware driver by default,
Michal Privoznik
- [PATCH 0/5] Fix qemuNodeGetSecurityModel() and some related cleanups,
Michal Privoznik
- [libvirt PATCH 0/2] rpm: minor swtpm fixes,
Daniel P. Berrangé
- [PATCH] Fix wrong use of path variable,
liyalei
- [PATCH] kbase: debuglogs: Fix typo in unprivileged libvirtd config path,
Tomáš Janoušek
- [PATCH 00/20] handle AWOL SR-IOV VF hostdevs during domain lifetime,
Daniel Henrique Barboza
- [PATCH 01/20] virpci, domain_audit: use virPCIDeviceAddressAsString(),
Daniel Henrique Barboza
- [PATCH 03/20] domain_driver.c: use PCI address with virDomainDriverNodeDeviceGetPCIInfo(),
Daniel Henrique Barboza
- [PATCH 02/20] qemu, lxc: move NodeDeviceGetPCIInfo() function to domain_driver.c,
Daniel Henrique Barboza
- [PATCH 04/20] virpci.c: simplify virPCIDeviceNew() signature,
Daniel Henrique Barboza
- [PATCH 05/20] virpci: introduce virPCIDeviceExists(),
Daniel Henrique Barboza
- [PATCH 06/20] virhostdev.c: virHostdevGetPCIHostDevice() now reports missing device,
Daniel Henrique Barboza
- [PATCH 07/20] security_selinux.c: modernize set/restore hostdev subsys label functions,
Daniel Henrique Barboza
- [PATCH 08/20] security_dac.c: modernize hostdev label set/restore functions,
Daniel Henrique Barboza
- [PATCH 13/20] virsh-domain.c: modernize cmdDetachDevice(),
Daniel Henrique Barboza
- [PATCH 09/20] dac, selinux: skip setting/restoring label for absent PCI devices,
Daniel Henrique Barboza
- [PATCH 15/20] qemu_cgroup.c: skip absent PCI devices in qemuTeardownHostdevCgroup(),
Daniel Henrique Barboza
- [PATCH 11/20] qemu_driver.c: modernize qemuNodeDeviceReAttach(),
Daniel Henrique Barboza
- [PATCH 12/20] libxl_driver.c: modernize libxlNodeDeviceReAttach(),
Daniel Henrique Barboza
- [PATCH 17/20] virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListFind(),
Daniel Henrique Barboza
- [PATCH 10/20] libvirt-nodedev.c: remove return value from virNodeDeviceFree(),
Daniel Henrique Barboza
- [PATCH 16/20] virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListFindIndex(),
Daniel Henrique Barboza
- [PATCH 14/20] virhostdev.c: add virHostdevIsPCIDevice() helper,
Daniel Henrique Barboza
- [PATCH 20/20] virhostdev.c: remove missing PCI devs from hostdev manager,
Daniel Henrique Barboza
- [PATCH 19/20] virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListDel(),
Daniel Henrique Barboza
- [PATCH 18/20] virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListSteal(),
Daniel Henrique Barboza
- Re: [PATCH 00/20] handle AWOL SR-IOV VF hostdevs during domain lifetime,
Daniel Henrique Barboza
- [libvirt PATCH 0/9] Merge scripts in tests/cputestdata,
Tim Wiederhake
- [libvirt PATCH 1/9] cpu-cpuid: Use argparse to parse arguments,
Tim Wiederhake
- [libvirt PATCH 3/9] cpu-cpuid: Remove xmltodict usage in parseCPU,
Tim Wiederhake
- [libvirt PATCH 2/9] cpu-cpuid: Remove xmltodict usage in parseMap,
Tim Wiederhake
- [libvirt PATCH 7/9] cpu-gather: Use actions instead of flags for action argument,
Tim Wiederhake
- [libvirt PATCH 5/9] cpu-cpuid: Merge checkFeature functions,
Tim Wiederhake
- [libvirt PATCH 8/9] cpu-gather: Factor out call to cpu-cpuid.py,
Tim Wiederhake
- [libvirt PATCH 9/9] cpu-gather: Merge cpu-cpuid.py,
Tim Wiederhake
- [libvirt PATCH 4/9] cpu-cpuid: Merge addFeature functions,
Tim Wiederhake
- [libvirt PATCH 6/9] cpu-cpuid: Deduplicate register list,
Tim Wiederhake
- Re: [libvirt PATCH 0/9] Merge scripts in tests/cputestdata,
Jiri Denemark
- [PATCH] qemu: Drop has_ccw_address from _qemuAgentDiskAddress,
Michal Privoznik
- [PATCH v2] conf: Add support for keeping TPM emulator state,
Eiichi Tsukata
- [PATCH v2 0/3] introduce 'restrictive' mode in numatune,
Luyao Zhong
- [PATCH 1/7] conf: Add NFS disk protocol,
Ryan Gahagan
- [PATCH] Deprecate pmem=on with non-DAX capable backend file,
Igor Mammedov
- [PATCH 1/3] virStorageBackendCopyToFD: remove unused return variable,
Yi Li
- Re: [RFC PATCH] conf: Add support for keeping TPM emulator state,
Stefan Berger
- [libvirt PATCH v3 00/21] Add support for persistent mediated devices,
Jonathon Jongsma
- [libvirt PATCH v3 01/21] tests: remove extra trailing semicolon,
Jonathon Jongsma
- [libvirt PATCH v3 03/21] nodedev: Add ability to filter by active state,
Jonathon Jongsma
- [libvirt PATCH v3 05/21] nodedev: add ability to list and parse defined mdevs,
Jonathon Jongsma
- [libvirt PATCH v3 06/21] nodedev: add STOPPED/STARTED lifecycle events,
Jonathon Jongsma
- [libvirt PATCH v3 02/21] nodedev: introduce concept of 'active' node devices,
Jonathon Jongsma
- [libvirt PATCH v3 13/21] virsh: Add --active, --inactive, --all to nodedev-list,
Jonathon Jongsma
- [libvirt PATCH v3 14/21] virsh: add nodedev-define command,
Jonathon Jongsma
- [libvirt PATCH v3 12/21] api: add virNodeDeviceDefineXML(),
Jonathon Jongsma
- [libvirt PATCH v3 10/21] nodedev: rename dataReady to udevReady,
Jonathon Jongsma
- [libvirt PATCH v3 19/21] api: add virNodeDeviceCreate(),
Jonathon Jongsma
- [libvirt PATCH v3 20/21] virsh: add "nodedev-start" command,
Jonathon Jongsma
- [libvirt PATCH v3 08/21] nodedev: add helper functions to remove node devices,
Jonathon Jongsma
- [libvirt PATCH v3 16/21] api: add virNodeDeviceUndefine(),
Jonathon Jongsma
- [libvirt PATCH v3 07/21] nodedev: add mdevctl devices to node device list,
Jonathon Jongsma
- [libvirt PATCH v3 21/21] libvirt-nodedev.h: remove space-padded alignment,
Jonathon Jongsma
- [libvirt PATCH v3 17/21] virsh: Factor out function to find node device,
Jonathon Jongsma
- [libvirt PATCH v3 09/21] nodedev: handle mdevs that disappear from mdevctl,
Jonathon Jongsma
- [libvirt PATCH v3 04/21] nodedev: expose internal helper for naming devices,
Jonathon Jongsma
- [libvirt PATCH v3 15/21] nodedev: refactor tests to support mdev undefine,
Jonathon Jongsma
- [libvirt PATCH v3 11/21] nodedev: Refresh mdev devices when changes are detected,
Jonathon Jongsma
- [libvirt PATCH v3 18/21] virsh: add nodedev-undefine command,
Jonathon Jongsma
- Re: [libvirt PATCH v3 00/21] Add support for persistent mediated devices,
Han Han
- Re: [libvirt PATCH v3 00/21] Add support for persistent mediated devices,
Erik Skultety
- [PATCH v2] docs: support qcow2 format in luks encryption volume,
Meina Li
- [PATCH] docs/formatstorageencryption.html.in: support qcow2 format in luks encryption volume,
Meina Li
- [RFC 3/5] pci: introduce apci-index property for PCI device,
Igor Mammedov
- Hotplugng disk not adding backing layers to apparmor profile,
Russell Cattelan
- [libvirt PATCH v2 0/5] vmx: Don't error out on missing filename for cdrom,
Martin Kletzander
- [libvirt PATCH] vmx: Don't error out on missing filename for cdrom,
Martin Kletzander
- [libvirt PATCH] docs: Fix dead link,
Tim Wiederhake
- [PATCH 0/4] netlink: Extract common code to simplify netlink functions,
Shi Lei
- libvirt-lxc: Permission issue of /proc/net,
John Hurnett
[PATCH 00/10] Fix NSS plugin and net-dhcp-get-leases wrt to infinite leases,
Michal Privoznik
- [PATCH 04/10] virlease: Use virTrimSpaces() instead of open coded alternative,
Michal Privoznik
- [PATCH 06/10] network: Drop @custom_lease_file_len variable from networkGetDHCPLeases(),
Michal Privoznik
- [PATCH 07/10] networkGetDHCPLeases: Use VIR_APPEND_ELEMENT() instead of VIR_INSERT_ELEMENT(),
Michal Privoznik
- [PATCH 05/10] virlease: Allow infinite lease expiry time,
Michal Privoznik
- [PATCH 01/10] docs: Document ability to configure lease time,
Michal Privoznik
- [PATCH 09/10] networkGetDHCPLeases: Handle leases with infinite expiry time,
Michal Privoznik
- [PATCH 02/10] leaseshelper: Report errors on failure,
Michal Privoznik
- [PATCH 10/10] nss: handle leases with infinite expiry time,
Michal Privoznik
- [PATCH 08/10] network: Rework networkGetDHCPLeases(),
Michal Privoznik
- [PATCH 03/10] virlease: Rework virLeaseReadCustomLeaseFile(),
Michal Privoznik
- Re: [PATCH 00/10] Fix NSS plugin and net-dhcp-get-leases wrt to infinite leases,
Daniel P. Berrangé
[PATCH v3 0/4] handle error in feature testing,
Nikolay Shirokovskiy
RFC PATCH: Issue 90 (Test Clarification),
Ryan Gahagan
[PATCH 0/4] lxc: Couple of improvements,
Michal Privoznik
live migration is not using secondary interface,
Olaf Hering
[PATCH 0/2] virnetdevopenvswitch: Fir virNetDevOpenvswitchGetVhostuserIfname(),
Michal Privoznik
[libvirt PATCH 0/3] Few fixes for migration over UNIX socket,
Martin Kletzander
[PATCH libvirt v1] tests: add capabilities for QEMU 5.2.0 on s390x,
Shalini Chellathurai Saroja
[PATCHv3 0/3] Use netlink to create veth device pair when netlink is supported,
Shi Lei
[PATCH 0/5] Followup to virNetDevGenerateName() patches,
Laine Stump
[libvirt PATCH 00/29] Refactor scripts in tests/cputestdata,
Tim Wiederhake
- [libvirt PATCH 06/29] cpu-gather: Allow overwriting cpuid binary location,
Tim Wiederhake
- [libvirt PATCH 01/29] cpu-cpuid: Shorten overly long line,
Tim Wiederhake
- [libvirt PATCH 15/29] cpu-gather: Separate data input and output,
Tim Wiederhake
- [libvirt PATCH 11/29] cpu-gather: Move simple model extraction to new script,
Tim Wiederhake
- [libvirt PATCH 02/29] cpu-gather: Create python wrapper for shell script,
Tim Wiederhake
- [libvirt PATCH 19/29] cpu-parse: Move file name generation to new script,
Tim Wiederhake
- [libvirt PATCH 12/29] cpu-gather: Move full model extraction to new script,
Tim Wiederhake
- [libvirt PATCH 13/29] cpu-gather: Merge model gathering logic,
Tim Wiederhake
- [libvirt PATCH 20/29] cpu-parse: Move xml output to new script,
Tim Wiederhake
- [libvirt PATCH 27/29] cpu-gather: Allow gathering and parsing data in one step.,
Tim Wiederhake
- [libvirt PATCH 21/29] cpu-parse: Move json output to new script,
Tim Wiederhake
- [libvirt PATCH 23/29] cpu-parse: Delete old script,
Tim Wiederhake
- [libvirt PATCH 26/29] cpu-gather: Parse cpuid leaves early,
Tim Wiederhake
- [libvirt PATCH 22/29] cpu-parse: Move call to cpu-cpuid.py to new script,
Tim Wiederhake
- [libvirt PATCH 05/29] cpu-gather: Move cpuid call to new script,
Tim Wiederhake
- [libvirt PATCH 08/29] cpu-gather: Move qemu detection to new script,
Tim Wiederhake
- [libvirt PATCH 25/29] cpu-gather: Ignore shutdown messages from qemu,
Tim Wiederhake
- [libvirt PATCH 03/29] cpu-gather: Move model_name to new script,
Tim Wiederhake
- [libvirt PATCH 04/29] cpu-gather: Allow overwriting model name,
Tim Wiederhake
- [libvirt PATCH 07/29] cpu-gather: Move msr decoding to new script,
Tim Wiederhake
- [libvirt PATCH 09/29] cpu-gather: Move static model expansion to new script,
Tim Wiederhake
- [libvirt PATCH 10/29] cpu-gather: Move static model extraction to new script,
Tim Wiederhake
- [libvirt PATCH 16/29] cpu-parse: Wrap with python script,
Tim Wiederhake
- [libvirt PATCH 14/29] cpu-gather: Delete old script,
Tim Wiederhake
- [libvirt PATCH 17/29] cpu-gather: Transport data as json,
Tim Wiederhake
- [libvirt PATCH 29/29] cpu-gather: Add IA32_CORE_CAPABILITY_MSR,
Tim Wiederhake
- [libvirt PATCH 28/29] cpu-gather: Prepare gather_msr for reading multiple msr,
Tim Wiederhake
- [libvirt PATCH 24/29] cpu-gather: Ignore empty responses from qemu,
Tim Wiederhake
- [libvirt PATCH 18/29] cpu-parse: Move model name detection to new script,
Tim Wiederhake
- Re: [libvirt PATCH 00/29] Refactor scripts in tests/cputestdata,
Michal Prívozník
[libvirt PATCH 0/2] Schema fixes for virsh [hypervisor-]cpu-compare,
Tim Wiederhake
Libvirt-lxc: iptables not working in containers,
John Hurnett
[PATCH] lxc: don't try to reserve macvtap name for LXC domains,
Laine Stump
[libvirt PATCH] ci: containers: Refresh the Dockerfiles,
Erik Skultety
[libvirt PATCH 00/17] split and cleanup virStorageSource code,
Pavel Hrdina
- [libvirt PATCH 06/17] virfile: refactor virFileNBDDeviceAssociate,
Pavel Hrdina
- [libvirt PATCH 03/17] util: move virQEMUBuildQemuImgKeySecretOpts into storage,
Pavel Hrdina
- [libvirt PATCH 01/17] util: remove unused virStorageGenerateQcowPassphrase,
Pavel Hrdina
- [libvirt PATCH 02/17] virstoragefile: remove unused virStorageFileChainCheckBroken,
Pavel Hrdina
- [libvirt PATCH 16/17] util: move virStorageEncryption code into conf,
Pavel Hrdina
- [libvirt PATCH 04/17] util: move virStorageFileGetLVMKey to locking,
Pavel Hrdina
- [libvirt PATCH 08/17] virstoragefile: move virStorageFileIsClusterFS into virfile,
Pavel Hrdina
- [libvirt PATCH 11/17] virstoragefile: change virStorageSource->drv to void pointer,
Pavel Hrdina
- [libvirt PATCH 14/17] util: move virStorageFileBackend code into storage_file,
Pavel Hrdina
- [libvirt PATCH 17/17] storage_file: use virStorageFile prefix for all functions,
Pavel Hrdina
- [libvirt PATCH 07/17] virstoragefile: move virStorageFileResize into virfile,
Pavel Hrdina
- [libvirt PATCH 05/17] util: move virStorageFileCheckCompat into conf,
Pavel Hrdina
- [libvirt PATCH 13/17] util: extract virStorageFile code into storage_file,
Pavel Hrdina
- [libvirt PATCH 09/17] virstoragefile: move virStorageIsFile into virfile,
Pavel Hrdina
- [libvirt PATCH 15/17] util: move virStorageSource code into conf,
Pavel Hrdina
- [libvirt PATCH 10/17] virstoragefile: move virStorageIsRelative into virfile,
Pavel Hrdina
- [libvirt PATCH 12/17] storage: move storage file sources to separate directory,
Pavel Hrdina
[PATCH] qemu: Relax validation for mem->access if guest has no NUMA,
Michal Privoznik
[PATCHv3 0/5] netdev: Extract GenerateName/ReserveName as common functions,
Shi Lei
To start multiple KVM guests from one qcow2 image with transient disk option,
Masayoshi Mizuma
[PATCH 00/12] move validations from domain_conf.c to,
Daniel Henrique Barboza
- [PATCH 02/12] domain_conf.c: rename virDomainDeviceInfoIterateInternal(),
Daniel Henrique Barboza
- [PATCH 04/12] domain_conf: move all virDomainDefValidateInternal() helpers to domain_validate.c,
Daniel Henrique Barboza
- [PATCH 01/12] domain_conf: move duplicate check functions to domain_validate.c,
Daniel Henrique Barboza
- [PATCH 05/12] domain_conf.c: move virDomainDeviceDefValidate() to domain_validate.c,
Daniel Henrique Barboza
- [PATCH 07/12] domain_conf: move net device validation to domain_validate.c,
Daniel Henrique Barboza
- [PATCH 06/12] domain_validate.c: make local functions static,
Daniel Henrique Barboza
- [PATCH 03/12] domain_conf: move address validation functions to domain_validate.c,
Daniel Henrique Barboza
- [PATCH 09/12] domain_conf.c: move virDomainDeviceDefValidate() to domain_validate.c,
Daniel Henrique Barboza
- [PATCH 12/12] domain_validate.c: use VIR_ERR_CONFIG_UNSUPPORTED in validate functions,
Daniel Henrique Barboza
- [PATCH 10/12] domain_validate.c: make virDomainDeviceDefValidateInternal() helpers static,
Daniel Henrique Barboza
- [PATCH 11/12] domain_validate.c: put IOMMU validation into a new function,
Daniel Henrique Barboza
- [PATCH 08/12] domain_conf: move all DeviceDefValidateInternal() helpers to domain_validate,
Daniel Henrique Barboza
- Re: [PATCH 00/12] move validations from domain_conf.c to,
Michal Privoznik
Re: [libvirt PATCH v2 0/7] fix PCI vs PCIe detection when running libvirtd as root, but unprivileged,
Michal Privoznik
RFC PATCH: Issue 90,
Ryan Gahagan
[RFC PATCH 2/6] util: Added nfs params to virStorageSource,
Ryan Gahagan
[RFC PATCH 6/6] util: Added a backing store NFS parser,
Ryan Gahagan
[RFC PATCH 1/6] compatibilities: added in flags for NFS support,
Ryan Gahagan
[RFC PATCH 4/6] conf: Added NFS XML format/parse methods,
Ryan Gahagan
[RFC PATCH 5/6] qemu: added NFS JSON props methods,
Ryan Gahagan
[PATCH] node_device: pacify grumpy coverity due to addr override,
Boris Fiuczynski
[PATCH v2] accel/tcg: Remove deprecated '-tb-size' option,
Philippe Mathieu-Daudé
[PATCH 0/4] Remove deprecated CLI parameters,
Thomas Huth
[libvirt PATCH 0/3] tests: Add capabilities for QEMU 5.2,
Andrea Bolognani
RFC: don't store backing filename in qcow2 image,
Vladimir Sementsov-Ogievskiy
[libvirt PATCH 0/3] coverity diaries,
Ján Tomko
[PATCH v3] spec: don't touch existing nwfilters on update,
Nikolay Shirokovskiy
[PATCHv2 0/5] netdev: Extract GenerateName/ReserveName as common functions,
Shi Lei
[PATCH] tests: qemucapabilities: Update capabilities for qemu-5.2 release (x86_64),
Peter Krempa
[PATCH] qemu_process: Release domain seclabel later in qemuProcessStop(),
Michal Privoznik
[PATCH] qemu: Fix logic bug in inactive snapshot deletion,
Peter Krempa
[PATCH 0/7] fix PCI vs PCIe detection when running libvirtd as root, but unprivileged,
Laine Stump
[PATCH v3 00/14] move checks from parse to validate callbacks,
Daniel Henrique Barboza
- [PATCH v3 02/14] domain_conf.c: move primary video check to validate callback,
Daniel Henrique Barboza
- [PATCH v3 01/14] domain_conf: move boot timeouts check to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 05/14] domain_conf: move virDomainDiskDefValidate() to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 03/14] domain_conf.c: move virDomainVideoDefValidate() to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 04/14] domain_conf.c: move QXL attributes check to virDomainVideoDefValidate(),
Daniel Henrique Barboza
- [PATCH v3 06/14] domain_conf: move vendor, product and tray checks to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 07/14] domain_validate.c: rename virSecurityDeviceLabelDefValidateXML(),
Daniel Henrique Barboza
- [PATCH v3 08/14] domain_conf: move all ChrSource checks to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 09/14] domain_conf.c: move smartcard address check to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 11/14] domain_conf.c: move virDomainControllerDefValidate() to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 13/14] domain_conf: move pci-root/pcie-root address check to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 14/14] domain_conf.c: move idmapEntry checks to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 12/14] domain_conf: move virDomainPCIControllerOpts checks to domain_validate.c,
Daniel Henrique Barboza
- [PATCH v3 10/14] domain_conf.c: move blkio path check to domain_validate.c,
Daniel Henrique Barboza
- Re: [PATCH v3 00/14] move checks from parse to validate callbacks,
Michal Privoznik
[PATCH 0/2] qemuDomainCheckpointLoad: Two fixes,
Peter Krempa
[PATCH 0/4] qemu: Don't use updated qemuCaps in validation code,
Peter Krempa
[PATCH 0/2] virsh: Fix set-user-sshkeys command,
Michal Privoznik
[libvirt PATCH] util: add missing FSF copyright statement,
Daniel P. Berrangé
[PATCH] qemuxml2argvtest: Add 'nvme' disks into the 'disk-slices' case,
Peter Krempa
[libvirt PATCH] qemu: Simplify size check for ppc64 NVDIMMs,
Andrea Bolognani
[PATCH] qemuBlockJobInfoTranslate: Take job type from qemuBlockJobDataPtr,
Peter Krempa
[PATCH 0/8] qemu: Improve nodename lookup and format index for backup disks,
Peter Krempa
[PATCH v2 0/9] move checks from parse to validate callbacks,
Daniel Henrique Barboza
- [PATCH v2 2/9] domain_conf.c: move primary video check to validate callback,
Daniel Henrique Barboza
- [PATCH v2 6/9] domain_conf.c: move blkio path check to validate callback,
Daniel Henrique Barboza
- [PATCH v2 1/9] domain_conf.c: move boot related timeouts check to validate callback,
Daniel Henrique Barboza
- [PATCH v2 7/9] domain_conf.c: move virDomainPCIControllerOpts checks to validate callback,
Daniel Henrique Barboza
- [PATCH v2 8/9] domain_conf.c: move pci-root/pcie-root address check to validateCB,
Daniel Henrique Barboza
- [PATCH v2 9/9] domain_conf.c: move idmapEntry checks to validate callback,
Daniel Henrique Barboza
- [PATCH v2 4/9] domain_conf.c: move vendor, product and tray checks to validate callback,
Daniel Henrique Barboza
- [PATCH v2 3/9] domain_conf.c: move QXL attributes check to virDomainVideoDefValidate(),
Daniel Henrique Barboza
- [PATCH v2 5/9] domain_conf.c: move smartcard address check to validate callback,
Daniel Henrique Barboza
- Re: [PATCH v2 0/9] move checks from parse to validate callbacks,
Michal Privoznik
[libvirt PATCH] libvirt-guests: Remove obsolete Windows comment,
Daniel P. Berrangé
[PATCH for-6.0] accel: Wire accel to /machine,
Roman Bolshakov
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]