Lib Virt
[Prev Page][Next Page]
- [PULL 11/66] target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3, (continued)
- [PULL 11/66] target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3,
Philippe Mathieu-Daudé
- [PULL 12/66] target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5,
Philippe Mathieu-Daudé
- [PULL 13/66] target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6,
Philippe Mathieu-Daudé
- [PULL 14/66] target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1,
Philippe Mathieu-Daudé
- [PULL 15/66] target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2,
Philippe Mathieu-Daudé
- [PULL 16/66] target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3,
Philippe Mathieu-Daudé
- [PULL 17/66] target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5,
Philippe Mathieu-Daudé
- [PULL 18/66] target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6,
Philippe Mathieu-Daudé
- [PULL 20/66] target/mips: Extract FPU helpers to 'fpu_helper.h',
Philippe Mathieu-Daudé
- [PULL 19/66] target/mips: Inline cpu_state_reset() in mips_cpu_reset(),
Philippe Mathieu-Daudé
- [PULL 21/66] target/mips: Add !CONFIG_USER_ONLY comment after #endif,
Philippe Mathieu-Daudé
- [PULL 22/66] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs,
Philippe Mathieu-Daudé
- [PULL 24/66] target/mips: Rename helper.c as tlb_helper.c,
Philippe Mathieu-Daudé
- [PULL 23/66] target/mips: Move common helpers from helper.c to cpu.c,
Philippe Mathieu-Daudé
- [PULL 25/66] target/mips: Fix code style for checkpatch.pl,
Philippe Mathieu-Daudé
- [PULL 26/66] target/mips: Move mmu_init() functions to tlb_helper.c,
Philippe Mathieu-Daudé
- [PULL 27/66] target/mips: Rename translate_init.c as cpu-defs.c,
Philippe Mathieu-Daudé
- [PULL 28/66] target/mips/translate: Extract DisasContext structure,
Philippe Mathieu-Daudé
- [PULL 29/66] target/mips/translate: Add declarations for generic code,
Philippe Mathieu-Daudé
- [PULL 30/66] target/mips: Replace gen_exception_err(err=0) by gen_exception_end(),
Philippe Mathieu-Daudé
- [PULL 31/66] target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction,
Philippe Mathieu-Daudé
- [PULL 32/66] target/mips: Declare generic FPU functions in 'translate.h',
Philippe Mathieu-Daudé
- [PULL 33/66] target/mips: Extract FPU specific definitions to translate.h,
Philippe Mathieu-Daudé
- [PULL 34/66] target/mips: Only build TCG code when CONFIG_TCG is set,
Philippe Mathieu-Daudé
- [PULL 35/66] target/mips/translate: Extract decode_opc_legacy() from decode_opc(),
Philippe Mathieu-Daudé
- [PULL 36/66] target/mips/translate: Expose check_mips_64() to 32-bit mode,
Philippe Mathieu-Daudé
- [PULL 37/66] target/mips: Introduce ase_msa_available() helper,
Philippe Mathieu-Daudé
- [PULL 38/66] target/mips: Simplify msa_reset(),
Philippe Mathieu-Daudé
- [PULL 39/66] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA,
Philippe Mathieu-Daudé
- [PULL 40/66] target/mips: Simplify MSA TCG logic,
Philippe Mathieu-Daudé
- [PULL 42/66] target/mips: Alias MSA vector registers on FPU scalar registers,
Philippe Mathieu-Daudé
- [PULL 41/66] target/mips: Remove now unused ASE_MSA definition,
Philippe Mathieu-Daudé
- [PULL 43/66] target/mips: Extract msa_translate_init() from mips_tcg_init(),
Philippe Mathieu-Daudé
- [PULL 44/66] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods,
Philippe Mathieu-Daudé
- [PULL 45/66] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ(),
Philippe Mathieu-Daudé
- [PULL 46/66] target/mips: Move msa_reset() to msa_helper.c,
Philippe Mathieu-Daudé
- [PULL 47/66] target/mips: Extract MSA helpers from op_helper.c,
Philippe Mathieu-Daudé
- [PULL 48/66] target/mips: Extract MSA helper definitions,
Philippe Mathieu-Daudé
- [PULL 49/66] target/mips: Declare gen_msa/_branch() in 'translate.h',
Philippe Mathieu-Daudé
- [PULL 50/66] target/mips: Extract MSA translation routines,
Philippe Mathieu-Daudé
- [PULL 51/66] target/mips: Pass TCGCond argument to MSA gen_check_zero_element(),
Philippe Mathieu-Daudé
- [PULL 53/66] target/mips: Use decode_ase_msa() generated from decodetree,
Philippe Mathieu-Daudé
- [PULL 52/66] target/mips: Introduce decode tree bindings for MSA ASE,
Philippe Mathieu-Daudé
- [PULL 54/66] target/mips: Extract LSA/DLSA translation generators,
Philippe Mathieu-Daudé
- [PULL 55/66] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes,
Philippe Mathieu-Daudé
- [PULL 56/66] target/mips: Introduce decodetree helpers for Release6 LSA/DLSA opcodes,
Philippe Mathieu-Daudé
- [PULL 57/66] target/mips: Remove now unreachable LSA/DLSA opcodes code,
Philippe Mathieu-Daudé
- [PULL 58/66] target/mips: Convert Rel6 Special2 opcode to decodetree,
Philippe Mathieu-Daudé
- [PULL 59/66] target/mips: Convert Rel6 COP1X opcode to decodetree,
Philippe Mathieu-Daudé
- [PULL 60/66] target/mips: Convert Rel6 CACHE/PREF opcodes to decodetree,
Philippe Mathieu-Daudé
- [PULL 61/66] target/mips: Convert Rel6 LWL/LWR/SWL/SWR opcodes to decodetree,
Philippe Mathieu-Daudé
- [PULL 62/66] target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE opcodes to decodetree,
Philippe Mathieu-Daudé
- [PULL 63/66] target/mips: Convert Rel6 LDL/LDR/SDL/SDR opcodes to decodetree,
Philippe Mathieu-Daudé
- [PULL 64/66] target/mips: Convert Rel6 LLD/SCD opcodes to decodetree,
Philippe Mathieu-Daudé
- [PULL 65/66] target/mips: Convert Rel6 LL/SC opcodes to decodetree,
Philippe Mathieu-Daudé
- [PULL 66/66] docs/system: Remove deprecated 'fulong2e' machine alias,
Philippe Mathieu-Daudé
- Re: [PULL 00/66] MIPS patches for 2021-01-07,
Philippe Mathieu-Daudé
- Re: [PULL 00/66] MIPS patches for 2021-01-07,
no-reply
- Re: [PULL 00/66] MIPS patches for 2021-01-07,
Peter Maydell
- [libvirt PATCH 0/2] Fix the way libvirt cleans up the list of active mdevs for a shutoff domain,
Erik Skultety
- [PATCH] network: Introduce mutex for bridge name generation,
Michal Privoznik
- [PATCH 0/5] qemu: Introduce control of qcow2 metadata cache maximum size,
Peter Krempa
- [PATCH 0/2] Minor fixes to the RPM spec,
Neal Gompa
- [PATCH] qemuMonitorFdsetsFree: Don't leak @set->fds,
Michal Privoznik
- [PATCH] src: fix resource leak introduced in d4439a6b8,
Nikolay Shirokovskiy
- [PATCH 0/2] qemuDomainSetBlockIoTune: Fix for empty cdrom,
Peter Krempa
- [libvirt PATCH 0/2] Two small LXC veth creation bugs,
Laine Stump
- [libvirt PATCH] util: validate pcie_cap_pos != 0 in virDeviceHasPCIExpressLink(),
Laine Stump
- PATCH v2: Implement NFS Protocol,
Ryan Gahagan
- [PATCH] docs/system: Remove deprecated 'fulong2e' machine alias,
Philippe Mathieu-Daudé
- [PATCH 0/7] secret: Relax usage 'name' regex,
Peter Krempa
- [PATCH v2 1/1] NEWS.rst: update with pSeries initial memory fix,
Daniel Henrique Barboza
- [PATCH 1/1] NEWS.rst: update with pSeries initial memory fix,
Daniel Henrique Barboza
- [PATCH 00/12 RESEND] qemu: Preparation for 'object-add' qapification,
Peter Krempa
- [PATCH 01/12] qemuMonitorJSONSetMigrationParams: Take double pointer for @params,
Peter Krempa
- [PATCH 03/12] qemuMonitorJSONSetMigrationCapabilities: Refactor cleanup,
Peter Krempa
- [PATCH 04/12] testQemuMonitorJSONqemuMonitorJSONGetMigrationCapabilities: refactor cleanup,
Peter Krempa
- [PATCH 02/12] qemuMonitorSetMigrationCapabilities: Take double pointer for @caps,
Peter Krempa
- [PATCH 08/12] qemuMonitorAddObject: Refactor cleanup,
Peter Krempa
- [PATCH 09/12] util: json: Replace virJSONValueObjectSteal by virJSONValueObjectRemoveKey,
Peter Krempa
- [PATCH 07/12] qemuMonitorAddObject: Fix semantics of @alias,
Peter Krempa
- [PATCH 11/12] qemuBuildChrChardevStr: Rename 'flags' to 'cdevflags',
Peter Krempa
- [PATCH 12/12] testCompareXMLToArgvValidateSchema: Populate autoNodeset,
Peter Krempa
- [PATCH 06/12] qemuMonitorJSONMakeCommandInternal: Clear @arguments when stolen,
Peter Krempa
- [PATCH 10/12] tests: qemuxml2argv: Don't check whether -netdev was QAPIfied repeatedly,
Peter Krempa
- [PATCH 05/12] qemuMonitorJSONAddObject: Take double pointer for @props,
Peter Krempa
- Re: [PATCH 00/12 RESEND] qemu: Preparation for 'object-add' qapification,
Michal Privoznik
- [libvirt PATCH v2 0/9 PUSHED] cleanup storage source related code,
Pavel Hrdina
- [PATCH 0/3] schemas: Allow <filesystem/> to have interleaved children,
Michal Privoznik
- [libvirt PATCH v2] qemuDomainChangeNet: Check changed virtio network driver options,
Tim Wiederhake
- [PATCH] schema: Fix TPM version rules,
Michal Privoznik
- [libvirt PATCH 0/7] Define and enable Snowridge CPU model,
Tim Wiederhake
- [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
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]