devel
Thread
Date
Earlier messages
Messages by Thread
[PATCH 0/2] virnetdevvportprofile: Misc cleanups
Michal Privoznik via Devel
[PATCH 2/2] virnetdevvportprofile: Turn 'virtPortType' of virNetDevVPortProfile into proper enum type
Michal Privoznik via Devel
[PATCH 1/2] virnetdevvportprofile: Drop explicit enum virNetDevVPortProfile declaration
Michal Privoznik via Devel
Re: [PATCH 0/2] virnetdevvportprofile: Misc cleanups
Ján Tomko via Devel
[PATCH 0/5] secdriver: Misc cleanups
Michal Privoznik via Devel
[PATCH 3/5] security_dac: Drop needless checks for seclabel->model == "dac"
Michal Privoznik via Devel
[PATCH 1/5] security: Drop some G_GNUC_UNUSED attributes
Michal Privoznik via Devel
[PATCH 2/5] security_selinux: Drop needless checks for seclabel->model == "selinux"
Michal Privoznik via Devel
[PATCH 5/5] security_dac: Drop needles typecast in virSecurityDACGenLabel()
Michal Privoznik via Devel
[PATCH 4/5] security_apparmor: Drop needless checks for seclabel->model == "apparmor"
Michal Privoznik via Devel
Re: [PATCH 0/5] secdriver: Misc cleanups
Ján Tomko via Devel
[RFC PATCH 0/8] Add support for Grace ACPI Extended GPU Memory (EGM) devices
Ian May via Devel
[RFC PATCH 1/8] conf: Add schema definition for ACPI EGM memory device
Ian May via Devel
[RFC PATCH 3/8] qemu: Add capability detection for ACPI EGM memory device
Ian May via Devel
[RFC PATCH 2/8] conf: Add definitions and XML parsing for ACPI EGM memory device
Ian May via Devel
[RFC PATCH 4/8] qemu: Add validation for ACPI EGM memory device configuration
Ian May via Devel
[RFC PATCH 5/8] qemu: Add command line generation for ACPI EGM memory device
Ian May via Devel
[RFC PATCH 6/8] qemu: Add cgroup and namespace setup for ACPI EGM memory device
Ian May via Devel
[RFC PATCH 7/8] docs: Document ACPI EGM memory device
Ian May via Devel
[RFC PATCH 8/8] tests: Add qemuxmlconftest for ACPI EGM memory device
Ian May via Devel
Clarification Needed: virsh snapshot-delete Behavior with External Snapshots (--disk-only)
P, Rajasekar via Devel
[PATCH v1] virBitmapNextClearBit: Correct virBitmapNextClearBit function header comment
Aaron M. Brown
Re: [PATCH v1] virBitmapNextClearBit: Correct virBitmapNextClearBit function header comment
Michal Prívozník via Devel
Re: [PATCH v1] virBitmapNextClearBit: Correct virBitmapNextClearBit function header comment
Aaron Brown
[PATCH v6 0/3] Fix virtio console port assignment issue
Aaron M. Brown
[PATCH v6 3/3] domain_addr: update virtconsole port reservation comment and allowZero var
Aaron M. Brown
[PATCH v6 2/3] domain_addr: Fix virtio console port autoassign on virtio-serial bus
Aaron M. Brown
[PATCH v6 1/3] tests: Add console-virtio-vioserial tests
Aaron M. Brown
[PATCH v2 0/4] Some parsing functions refactor
Kirill Shchetiniuk via Devel
[PATCH v2 1/4] conf: virNetDevVPortProfileParse refactor
Kirill Shchetiniuk via Devel
Re: [PATCH v2 1/4] conf: virNetDevVPortProfileParse refactor
Michal Prívozník via Devel
[PATCH v2 2/4] util: virSecretLookupParseSecret refactor
Kirill Shchetiniuk via Devel
Re: [PATCH v2 2/4] util: virSecretLookupParseSecret refactor
Michal Prívozník via Devel
[PATCH v2 3/4] conf: virDomainChrDefParseTargetXML refactor
Kirill Shchetiniuk via Devel
[PATCH v2 4/4] qemu: qemuDomainObjPrivateXMLParseVcpu refactor
Kirill Shchetiniuk via Devel
Re: [PATCH v2 0/4] Some parsing functions refactor
Michal Prívozník via Devel
[PATCH] news: document fixed nwfilter driver base chain creation
Daniel P . Berrangé via Devel
[PATCH] news: document new crypto TLS priority string settings
Daniel P . Berrangé via Devel
Re: [PATCH] news: document new crypto TLS priority string settings
Ján Tomko via Devel
[PATCH] qemu: driver: Reformat function headers for block job APIs
Peter Krempa via Devel
Re: [PATCH] qemu: driver: Reformat function headers for block job APIs
Ján Tomko via Devel
[PATCH 00/19] security_selinux: Refactor temporary variable cleanup
Peter Krempa via Devel
[PATCH 01/19] security/security_driver.c/h: Fix function header formatting
Peter Krempa via Devel
[PATCH 03/19] virSecuritySELinuxMCSFind: Refactor variable clearing
Peter Krempa via Devel
[PATCH 04/19] virSecuritySELinuxRestoreFileLabel: Refactor cleanup
Peter Krempa via Devel
[PATCH 02/19] virSecuritySELinuxTransactionRun: Refactor cleanup
Peter Krempa via Devel
[PATCH 05/19] virSecuritySELinux(Set|Restore)TPMFileLabel: Automatically free 'cancel_path'
Peter Krempa via Devel
[PATCH 06/19] virSecuritySELinuxRestoreFileLabels: Refactor variable freeing
Peter Krempa via Devel
[PATCH 07/19] virSecuritySELinux(Set|Restore)HostdevCapsLabel: Refactor cleanup
Peter Krempa via Devel
[PATCH 08/19] virSecuritySELinux(Set|Restore)ChardevLabel: Refactor cleanup
Peter Krempa via Devel
[PATCH 09/19] virSecuritySELinuxSet(Daemon)SocketLabel: Refactor cleanup
Peter Krempa via Devel
[PATCH 10/19] virSecuritySELinuxSetTapFDLabel: Refactor cleanup
Peter Krempa via Devel
[PATCH 11/19] security_selinux: Declare internal autoptr cleanup helper for 'context_t'
Peter Krempa via Devel
[PATCH 12/19] virSecuritySELinuxContextAddRange: Refactor cleanup of 'context_t'
Peter Krempa via Devel
[PATCH 13/19] virSecuritySELinuxGenNewContext: Refactor cleanup
Peter Krempa via Devel
[PATCH 14/19] virSecuritySELinuxReserveLabel: Refactor cleanup
Peter Krempa via Devel
[PATCH 16/19] virSecuritySELinuxSetFilecon: Automatically free 'econ' temp variable
Peter Krempa via Devel
[PATCH 15/19] virSecuritySELinuxGetProcessLabel: Automatically free 'ctx' temp variable
Peter Krempa via Devel
[PATCH 17/19] virSecuritySELinuxRestoreInputLabel: Return values directly
Peter Krempa via Devel
[PATCH 18/19] virSecuritySELinuxGenImageLabel: Refactor cleanup
Peter Krempa via Devel
[PATCH 19/19] virSecuritySELinuxGetSecurityMountOptions: refactor printing
Peter Krempa via Devel
Re: [PATCH 00/19] security_selinux: Refactor temporary variable cleanup
Ján Tomko via Devel
[PATCH] bhyve: don't reset domain autostart flag on destroy
Roman Bogorodskiy
Re: [PATCH] bhyve: don't reset domain autostart flag on destroy
Michal Prívozník via Devel
[PATCH] bhyve: implement timeout for bhyveload
Roman Bogorodskiy
Re: [PATCH] bhyve: implement timeout for bhyveload
Michal Prívozník via Devel
libvirt-gitlab-executor - maintainer?
Kristina Hanicova via Devel
Re: libvirt-gitlab-executor - maintainer?
Daniel P . Berrangé via Devel
Re: libvirt-gitlab-executor - maintainer?
Kristina Hanicova via Devel
Re: libvirt-gitlab-executor - maintainer?
Michal Prívozník via Devel
Re: libvirt-gitlab-executor - maintainer?
Erik Skultety via Devel
[PATCH 0/2] meson: Report library versions in the summary
Michal Privoznik via Devel
[PATCH 1/2] meson: Convert attr_dep to dependency()
Michal Privoznik via Devel
[PATCH 2/2] meson: Report library versions in the summary
Michal Privoznik via Devel
Re: [PATCH 0/2] meson: Report library versions in the summary
Pavel Hrdina via Devel
[PATCH] qemu_tpm: Do not use persistent definition during pre-start checks
Martin Kletzander via Devel
Re: [PATCH] qemu_tpm: Do not use persistent definition during pre-start checks
Pavel Hrdina via Devel
Plans for 11.6.0 release (freeze on 2025-07-28)
Jiri Denemark via Devel
[PATCH 0/3] qemu: workaround for GNUTLS bug hitting live migration
Daniel P . Berrangé via Devel
[PATCH 1/3] qemu: fix order of VNC TLS config entries
Daniel P . Berrangé via Devel
Re: [PATCH 1/3] qemu: fix order of VNC TLS config entries
Peter Krempa via Devel
[PATCH 2/3] qemu: sanitize blank lines in config file
Daniel P . Berrangé via Devel
Re: [PATCH 2/3] qemu: sanitize blank lines in config file
Peter Krempa via Devel
[PATCH 3/3] qemu: add ability to set TLS priority string with QEMU
Daniel P . Berrangé via Devel
Re: [PATCH 3/3] qemu: add ability to set TLS priority string with QEMU
Peter Krempa via Devel
download.libvirt.org HTTPS certificate expired causing download failures
Song, Jiaying (CN)
Re: download.libvirt.org HTTPS certificate expired causing download failures
Daniel P . Berrangé via Devel
[PATCH v2 0/2] Introduce hardware UUID (hwuuid) element
Mark Cave-Ayland
[PATCH v2 1/2] conf: introduce hardware UUID (hwuuid) element
Mark Cave-Ayland
[PATCH v2 2/2] qemuxmlconftest: add tests for new hardware UUID (hwuuid) element
Mark Cave-Ayland
[PATCH] src: fix typo in fixup_name()
Elizaveta Tereshkina
Re: [PATCH] src: fix typo in fixup_name()
Ján Tomko via Devel
[PATCH 0/7] tls: Improve validation of certificates if multiple certs are concatenated in one file
Peter Krempa via Devel
[PATCH 1/7] rpc: virnettlscontext: Fix formatting of function definitions
Peter Krempa via Devel
Re: [PATCH 1/7] rpc: virnettlscontext: Fix formatting of function definitions
Daniel P . Berrangé via Devel
[PATCH 2/7] virNetTLSContextNewPath: Refactor temporary variable usage
Peter Krempa via Devel
Re: [PATCH 2/7] virNetTLSContextNewPath: Refactor temporary variable usage
Daniel P . Berrangé via Devel
[PATCH 5/7] virPKIValidateIdentity: Validate all concatenated certificates
Peter Krempa via Devel
[PATCH 4/7] rpc: virnettlscert: Rename virNetTLSCertLoadCAListFromFile to virNetTLSCertLoadListFromFile
Peter Krempa via Devel
Re: [PATCH 4/7] rpc: virnettlscert: Rename virNetTLSCertLoadCAListFromFile to virNetTLSCertLoadListFromFile
Daniel P . Berrangé via Devel
[PATCH 3/7] virNetTLSCertCheckPair: Fix function definition formatting
Peter Krempa via Devel
Re: [PATCH 3/7] virNetTLSCertCheckPair: Fix function definition formatting
Daniel P . Berrangé via Devel
[PATCH 6/7] virNetTLSCertSanityCheck: Validate all concatenated certs
Peter Krempa via Devel
Re: [PATCH 6/7] virNetTLSCertSanityCheck: Validate all concatenated certs
Daniel P . Berrangé via Devel
Re: [PATCH 6/7] virNetTLSCertSanityCheck: Validate all concatenated certs
Peter Krempa via Devel
Re: [PATCH 6/7] virNetTLSCertSanityCheck: Validate all concatenated certs
Daniel P . Berrangé via Devel
Re: [PATCH 6/7] virNetTLSCertSanityCheck: Validate all concatenated certs
Peter Krempa via Devel
Re: [PATCH 6/7] virNetTLSCertSanityCheck: Validate all concatenated certs
Daniel P . Berrangé via Devel
[PATCH 7/7] Remove unused 'virNetTLSCertLoadFromFile'
Peter Krempa via Devel
[PATCH] network: fix memory leak in networkAddFirewallRules()
Elizaveta Tereshkina
Re: [PATCH] network: fix memory leak in networkAddFirewallRules()
Daniel P . Berrangé via Devel
[PATCH] Allow specifying zero discard granularity for block devices
Martin Kletzander via Devel
Re: [PATCH] Allow specifying zero discard granularity for block devices
Martin Kletzander via Devel
Re: [PATCH] Allow specifying zero discard granularity for block devices
Ján Tomko via Devel
Re: [PATCH] Allow specifying zero discard granularity for block devices
Peter Krempa via Devel
[PATCH 0/2] qemu: Random fixes
Michal Privoznik via Devel
[PATCH 1/2] qemu: Report system error on failed open()
Michal Privoznik via Devel
[PATCH 2/2] qemu_tpm: Don't report uninitialized variable in error message
Michal Privoznik via Devel
Re: [PATCH 0/2] qemu: Random fixes
Ján Tomko via Devel
[PATCH 0/3] qemu_tpm: Do not pollute logs with unnecessary warning
Martin Kletzander via Devel
[PATCH 3/3] qemu_tpm: Only warn about missing locking feature on shared filesystems
Martin Kletzander via Devel
Re: [PATCH 3/3] qemu_tpm: Only warn about missing locking feature on shared filesystems
Ján Tomko via Devel
Re: [PATCH 3/3] qemu_tpm: Only warn about missing locking feature on shared filesystems
Pavel Hrdina via Devel
Re: [PATCH 3/3] qemu_tpm: Only warn about missing locking feature on shared filesystems
Martin Kletzander via Devel
[PATCH 2/3] qemu_tpm: Extract per-TPM functionality from qemuTPMDomainHasSharedStorage
Martin Kletzander via Devel
[PATCH 1/3] qemu_tpm: Rename qemuTPMHasSharedStorage -> qemuTPMDomainHasSharedStorage
Martin Kletzander via Devel
Re: [PATCH 0/3] qemu_tpm: Do not pollute logs with unnecessary warning
Peter Krempa via Devel
Re: [PATCH 0/3] qemu_tpm: Do not pollute logs with unnecessary warning
Ján Tomko via Devel
[PATCH v2 0/5] bhyve: TCP console support
Roman Bogorodskiy
[PATCH v2 1/5] bhyve: support serial type 'tcp'
Roman Bogorodskiy
[PATCH v2 2/5] bhyve: increase number of supported consoles to 4
Roman Bogorodskiy
[PATCH v2 3/5] docs: drvbhyve: document TCP console support
Roman Bogorodskiy
[PATCH v2 4/5] bhyve: validate serial devices validation
Roman Bogorodskiy
Re: [PATCH v2 4/5] bhyve: validate serial devices validation
Daniel P . Berrangé via Devel
[PATCH v2 5/5] bhyve: sync error messages
Roman Bogorodskiy
Re: [PATCH v2 5/5] bhyve: sync error messages
Daniel P . Berrangé via Devel
Re: [PATCH v2 5/5] bhyve: sync error messages
Roman Bogorodskiy
[PATCH] virshFindDisk: fix NULL-dereference of xmlCopyNode() result
Anastasia Belova
Re: [PATCH] virshFindDisk: fix NULL-dereference of xmlCopyNode() result
Peter Krempa via Devel
Re: [PATCH] virshFindDisk: fix NULL-dereference of xmlCopyNode() result
Daniel P . Berrangé via Devel
[PATCH 0/2] Introduce hardware UUID (hwuuid) element
Mark Cave-Ayland
[PATCH 1/2] conf: introduce hardware UUID (hwuuid) element
Mark Cave-Ayland
Re: [PATCH 1/2] conf: introduce hardware UUID (hwuuid) element
Daniel P . Berrangé via Devel
[PATCH 2/2] qemuxmlconftest: add tests for new hardware UUID (hwuuid) element
Mark Cave-Ayland
Re: [PATCH 2/2] qemuxmlconftest: add tests for new hardware UUID (hwuuid) element
Daniel P . Berrangé via Devel
[libvirt PATCH 0/2] tests: nssdata: add empty status file
Ján Tomko via Devel
[libvirt PATCH 1/2] DO NOT PUSH Revert "nss: Skip empty files and avoid use of uninitialized value"
Ján Tomko via Devel
[libvirt PATCH 2/2] tests: nssdata: add empty status file
Ján Tomko via Devel
Re: [libvirt PATCH 2/2] tests: nssdata: add empty status file
Martin Kletzander via Devel
[RFC PATCH 0/6] Fix building of sparc/sparc32plus test cases
Alex Bennée
[RFC PATCH 4/6] tests/docker: add sparc-leon-cross container image
Alex Bennée
[RFC PATCH 1/6] tests/tcg: special case sparc test cases
Alex Bennée
[RFC PATCH 2/6] tests/tcg: special case sparc32plus test cases
Alex Bennée
[RFC PATCH 3/6] configure: update sparc and sparc32plus target compiler detection
Alex Bennée
[RFC PATCH 5/6] configure: enable the container fallbacks for sparc/sparc32plus
Alex Bennée
[RFC PATCH 6/6] docs/about: deprecate add sparc/sparc32plus-*-user
Alex Bennée
Re: [RFC PATCH 6/6] docs/about: deprecate add sparc/sparc32plus-*-user
Thomas Huth via Devel
Re: [RFC PATCH 0/6] Fix building of sparc/sparc32plus test cases
Mark Cave-Ayland
Re: [RFC PATCH 0/6] Fix building of sparc/sparc32plus test cases
Alex Bennée
[PATCH v2 0/1] nwfilter: Check before removing and reinserting iptable base chains
Dion Bosschieter
[PATCH v2 1/1] nwfilter: Check before removing and reinserting iptable base chains
Dion Bosschieter
Re: [PATCH v2 1/1] nwfilter: Check before removing and reinserting iptable base chains
Daniel P . Berrangé via Devel
[libvirt PATCH] conf: schemas: add sysinfocommon.rng into list of installed schemas
Pavel Hrdina via Devel
Re: [libvirt PATCH] conf: schemas: add sysinfocommon.rng into list of installed schemas
Michal Prívozník via Devel
Re: [libvirt PATCH] conf: schemas: add sysinfocommon.rng into list of installed schemas
Pavel Hrdina via Devel
[PATCH 0/3] bhyve: TCP console support
Roman Bogorodskiy
[PATCH 1/3] bhyve: support serial type 'tcp'
Roman Bogorodskiy
Re: [PATCH 1/3] bhyve: support serial type 'tcp'
Daniel P . Berrangé via Devel
[PATCH 2/3] bhyve: increase number of supported consoles to 4
Roman Bogorodskiy
Re: [PATCH 2/3] bhyve: increase number of supported consoles to 4
Daniel P . Berrangé via Devel
[PATCH 3/3] docs: drvbhyve: document TCP console support
Roman Bogorodskiy
Re: [PATCH 3/3] docs: drvbhyve: document TCP console support
Daniel P . Berrangé via Devel
[PATCH v2 0/1] network: introduce Packet Filter firewall backend
Roman Bogorodskiy
[PATCH v2 1/1] network: introduce Packet Filter firewall backend
Roman Bogorodskiy
Re: [PATCH v2 1/1] network: introduce Packet Filter firewall backend
Daniel P . Berrangé via Devel
How to process after sending a patch assisted with AI
Enrique Llorente Pastora via Devel
[libvirt PATCH] docs: hacking: Define policy forbidding use of AI code generators
Pavel Hrdina via Devel
Re: [libvirt PATCH] docs: hacking: Define policy forbidding use of AI code generators
Peter Krempa via Devel
Re: [libvirt PATCH] docs: hacking: Define policy forbidding use of AI code generators
Pavel Hrdina via Devel
Re: [libvirt PATCH] docs: hacking: Define policy forbidding use of AI code generators
Jim Fehlig via Devel
[PATCH 0/2] Fix problems with local pkg-config files.
Daniel P . Berrangé via Devel
[PATCH 1/2] src: add missing libvirt-admin.pc.in for local usage
Daniel P . Berrangé via Devel
[PATCH 2/2] src: fix package name in local pkg-config files
Daniel P . Berrangé via Devel
Re: [PATCH 0/2] Fix problems with local pkg-config files.
Peter Krempa via Devel
[PATCH v4 00/23] LIBVIRT: X86: TDX support
Zhenzhong Duan
[PATCH v4 01/23] tools: Secure guest check for Intel in virt-host-validate
Zhenzhong Duan
[PATCH v4 02/23] qemu: Check if INTEL Trust Domain Extention support is enabled
Zhenzhong Duan
[PATCH v4 03/23] qemucapabilitiesdata: Document '+inteltdx' variant
Zhenzhong Duan
[PATCH v4 05/23] qemu: Add QEMU_CAPS_TDX_GUEST capability
Zhenzhong Duan
[PATCH v4 06/23] conf: Expose TDX feature in domain capabilities
Zhenzhong Duan
[PATCH v4 07/23] conf: Add tdx as launch security type
Zhenzhong Duan
[PATCH v4 08/23] conf: Validate TDX launchSecurity element mrConfigId/mrOwner/mrOwnerConfig
Zhenzhong Duan
[PATCH v4 09/23] qemu: Add command line and validation for TDX type
Zhenzhong Duan
[PATCH v4 10/23] conf: Expose TDX type in domain launch security capability
Zhenzhong Duan
[PATCH v4 11/23] qemu: Force special parameters enabled for TDX guest
Zhenzhong Duan
[PATCH v4 12/23] qemu: log the crash information for TDX
Zhenzhong Duan
Re: [PATCH v4 12/23] qemu: log the crash information for TDX
Daniel P . Berrangé via Devel
[PATCH v4 13/23] qemu_firmware: Pick the right firmware for TDX guests
Zhenzhong Duan
Re: [PATCH v4 13/23] qemu_firmware: Pick the right firmware for TDX guests
Daniel P . Berrangé via Devel
[PATCH v4 14/23] conf: Add Intel TDX Quote Generation Service(QGS) support
Zhenzhong Duan
Earlier messages