devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[RFC PATCH 0/3] qemu: Support vCMDQ
Nathan Chen via Devel
[RFC PATCH 1/3] qemu: Support NVIDIA Tegra241 CMDQV for SMMUv3
Nathan Chen via Devel
RE: [RFC PATCH 1/3] qemu: Support NVIDIA Tegra241 CMDQV for SMMUv3
Shameer Kolothum Thodi via Devel
Re: [RFC PATCH 1/3] qemu: Support NVIDIA Tegra241 CMDQV for SMMUv3
Nathan Chen via Devel
[RFC PATCH 2/3] qemu: Support enumeration-independent SMMUv3 identifier
Nathan Chen via Devel
[RFC PATCH 3/3] tests: qemuxmlconfdata: provide cmdqv sample XML and CLI args
Nathan Chen via Devel
RE: [RFC PATCH 0/3] qemu: Support vCMDQ
Shameer Kolothum Thodi via Devel
Re: [RFC PATCH 0/3] qemu: Support vCMDQ
Nathan Chen via Devel
[PATCH] hyperv: add support for secure boot configuration
Jonathon Jongsma via Devel
Re: [PATCH] hyperv: add support for secure boot configuration
Michal Prívozník via Devel
[PATCH] hyperv: Clean up unnecessary header includes
Jonathon Jongsma via Devel
Re: [PATCH] hyperv: Clean up unnecessary header includes
Michal Prívozník via Devel
[PATCH 0/6] qemu: Avoid use of regular file FDs with qemu's 'fd:' migration backend
Peter Krempa via Devel
[PATCH 1/6] qemuSaveImageOpen: Remove wrong ATTRIBUTE_NONNULL
Peter Krempa via Devel
[PATCH 2/6] qemuMonitorMigrateToFdSet: Drop 'flags' argument
Peter Krempa via Devel
[PATCH 3/6] virfile: Introduce 'virFileFDIsRegular'
Peter Krempa via Devel
[PATCH 5/6] qemu: driver: Merge 'qemuDomainRestoreInternal' and 'qemuDomainObjRestore'
Peter Krempa via Devel
[PATCH 6/6] qemu: saveimage: Use 'virFileWrapperFd' when loading non-sparse saveimage
Peter Krempa via Devel
[PATCH 4/6] qemuSaveImageCreateFd: Handle case when 'virQEMUFileOpenAs' doesn't return a file fd for 'sparse' format
Peter Krempa via Devel
Re: [PATCH 0/6] qemu: Avoid use of regular file FDs with qemu's 'fd:' migration backend
Michal Prívozník via Devel
[libvirt PATCH] tests: fix mocking on macOS
Pavel Hrdina via Devel
Re: [libvirt PATCH] tests: fix mocking on macOS
Michal Prívozník via Devel
[libvirt PATCH] iommufd: fix FD leak in case of error
Pavel Hrdina via Devel
Re: [libvirt PATCH] iommufd: fix FD leak in case of error
Ján Tomko via Devel
[libvirt PATCH] tests: properly mock VFIO and IOMMU checks
Pavel Hrdina via Devel
[PATCH] virsh: report "unknown" for autostart when API query fails
Lucas Amaral
Re: [PATCH] virsh: report "unknown" for autostart when API query fails
Michal Prívozník via Devel
[PATCH] virsh: return failure exit code when UUID fetch fails
Lucas Amaral
Re: [PATCH] virsh: return failure exit code when UUID fetch fails
Michal Prívozník via Devel
[libvirt PATCH 00/24] IOMMUFD fixes and hotplug support
Pavel Hrdina via Devel
[libvirt PATCH 01/24] qemu: Introduce QEMU_CAPS_OBJECT_IOMMUFD
Pavel Hrdina via Devel
[libvirt PATCH 02/24] qemu: Move IOMMUFD validation to qemu_validate
Pavel Hrdina via Devel
[libvirt PATCH 03/24] util: Move openning IOMMU device to viriommufd
Pavel Hrdina via Devel
[libvirt PATCH 04/24] qemu_process: Refactor qemuProcessOpenIommuFd
Pavel Hrdina via Devel
[libvirt PATCH 05/24] util: Move openning VFIO device to virpci
Pavel Hrdina via Devel
[libvirt PATCH 06/24] qemu_process: Refactor qemuProcessOpenVfioDeviceFd
Pavel Hrdina via Devel
[libvirt PATCH 07/24] util: Use virPCIDevice as argument in virPCIDeviceGetVfioPath
Pavel Hrdina via Devel
[libvirt PATCH 08/24] conf: Introduce virHostdevIsPCIDeviceWithIOMMUFD
Pavel Hrdina via Devel
[libvirt PATCH 09/24] conf: Introduce virDomainDefHasPCIHostdevWithIOMMUFD
Pavel Hrdina via Devel
[libvirt PATCH 10/24] qemu_domain: Add missing IOMMUFD cleanup
Pavel Hrdina via Devel
[libvirt PATCH 11/24] qemu_process: Fix FD leak with multiple host devices using IOMMUFD
Pavel Hrdina via Devel
[libvirt PATCH 12/24] qemu_process: Refactor qemuProcessOpenVfioFds
Pavel Hrdina via Devel
[libvirt PATCH 13/24] qemuxmlconftest: Refactor host device preparation
Pavel Hrdina via Devel
[libvirt PATCH 14/24] qemuxmlconftest: Rename and refactor testSetupHostdevPrivateData
Pavel Hrdina via Devel
[libvirt PATCH 15/24] qemuxmlconftest: Set fake FD for IOMMUFD
Pavel Hrdina via Devel
[libvirt PATCH 17/24] qemu: Convert vfioDeviceFd to qemuFDPassDirect
Pavel Hrdina via Devel
[libvirt PATCH 18/24] qemu_command: Don't use host property if IOMMUFD is used
Pavel Hrdina via Devel
[libvirt PATCH 19/24] qemu: Save IOMMUFD state into status XML
Pavel Hrdina via Devel
[libvirt PATCH 20/24] qemu_hotplug: Remove iommufd object if no longer needed
Pavel Hrdina via Devel
[libvirt PATCH 22/24] qemu_hotplug: Add support to hotplug host device with IOMMUFD
Pavel Hrdina via Devel
[libvirt PATCH 21/24] qemu_command: Extract building IOMMUFD props to function
Pavel Hrdina via Devel
[libvirt PATCH 23/24] conf: Introduce iommufd enum for domaincaps
Pavel Hrdina via Devel
[libvirt PATCH 16/24] qemu: Convert IOMMUFD to qemuFDPassDirect
Pavel Hrdina via Devel
[libvirt PATCH 24/24] qemu: Fill iommufd domain capability
Pavel Hrdina via Devel
Re: [libvirt PATCH 00/24] IOMMUFD fixes and hotplug support
Michal Prívozník via Devel
[PATCH v5 0/3] nwfilter: add nwfilter nftables driver
Dion Bosschieter
[PATCH v5 2/3] nwfilter: allow use of nftables nwfilter driver via nwfilter.conf
Dion Bosschieter
[PATCH v5 1/3] nwfilter: add nwfilter nftables driver
Dion Bosschieter
Re: [PATCH v5 1/3] nwfilter: add nwfilter nftables driver
Daniel P . Berrangé via Devel
Re: [PATCH v5 1/3] nwfilter: add nwfilter nftables driver
Dion Bosschieter
Re: [PATCH v5 1/3] nwfilter: add nwfilter nftables driver
Daniel P . Berrangé via Devel
Re: [PATCH v5 0/3] nwfilter: add nwfilter nftables driver
Daniel P . Berrangé via Devel
Re: [PATCH v5 0/3] nwfilter: add nwfilter nftables driver
Dion Bosschieter
Re: [PATCH v5 0/3] nwfilter: add nwfilter nftables driver
Dion Bosschieter
Re: [PATCH v5 0/3] nwfilter: add nwfilter nftables driver
Dion Bosschieter
[PATCH] virstorageobj: Make virStoragePoolObjAddVol() report an error on failure
Michal Privoznik via Devel
Re: [PATCH] virstorageobj: Make virStoragePoolObjAddVol() report an error on failure
Jiri Denemark via Devel
[PATCH] scripts: avoid matching 'char **' as string for systemtap
Daniel P . Berrangé via Devel
Re: [PATCH] scripts: avoid matching 'char **' as string for systemtap
Michal Prívozník via Devel
[PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Erik Huelsmann
Re: [PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Daniel P . Berrangé via Devel
Re: [PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Roman Bogorodskiy
Re: [PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Erik Huelsmann
Re: [PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Roman Bogorodskiy
Re: [PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Michal Prívozník via Devel
Re: [PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Roman Bogorodskiy
Re: [PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Daniel P . Berrangé via Devel
Re: [PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Erik Huelsmann
Re: [PATCH resend] In virFDStreamRead(), fill buffer from this and next messages
Daniel P . Berrangé via Devel
[PATCH v3 0/4] Add multitouch input device support
Julio Faracco
[PATCH v3 2/4] conf: Add multitouch to domain schema
Julio Faracco
[PATCH v3 3/4] docs: Add multitouch input type information
Julio Faracco
[PATCH v3 1/4] Add support for virtio-multitouch input devices
Julio Faracco
[PATCH v3 4/4] tests: Add multitouch support to virtio-input tests
Julio Faracco
[PATCH v2 0/4] hyperv: Implement virDomainInterfaceAddresses()
Michal Privoznik via Devel
[PATCH v2 1/4] datatypes: Declare autofree func for virDomainInterface type
Michal Privoznik via Devel
[PATCH v2 2/4] virsocketaddr: Introduce virSocketAddrSubnetToPrefix()
Michal Privoznik via Devel
[PATCH v2 3/4] hyperv: Move MAC parsing into a separate function
Michal Privoznik via Devel
[PATCH v2 4/4] hyperv: Implement virDomainInterfaceAddresses()
Michal Privoznik via Devel
Re: [PATCH v2 0/4] hyperv: Implement virDomainInterfaceAddresses()
Peter Krempa via Devel
[PATCH v2 00/21] qom: introduce property flags to track external user input
Zhao Liu
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Daniel P . Berrangé via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Michael S. Tsirkin via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Daniel P . Berrangé via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
BALATON Zoltan
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Daniel P . Berrangé via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Daniel P . Berrangé via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
BALATON Zoltan
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
BALATON Zoltan
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Zhao Liu
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
BALATON Zoltan
[PATCH v2 01/21] qom/object: use BIT macro for ObjectPropertyFlags
Zhao Liu
Re: [PATCH v2 01/21] qom/object: use BIT macro for ObjectPropertyFlags
Thomas Huth via Devel
[PATCH v2 02/21] qom/object: cache ObjectPropertyFlags in ObjectProperty
Zhao Liu
Re: [PATCH v2 02/21] qom/object: cache ObjectPropertyFlags in ObjectProperty
Thomas Huth via Devel
[PATCH v2 03/21] qom/object: factor out object_class_property_try_add()
Zhao Liu
Re: [PATCH v2 03/21] qom/object: factor out object_class_property_try_add()
BALATON Zoltan
[PATCH v2 04/21] qom/object: add flags argument in object_{class_}property_try_add()
Zhao Liu
[PATCH v2 05/21] qom/object: rename object_{class_}property_try_add() to object_{class_}property_add_full()
Zhao Liu
[PATCH v2 06/21] qom/object: add helpers to set/get/clear property flags
Zhao Liu
[PATCH v2 07/21] qom/object: introduce user interaction flags for properties
Zhao Liu
Re: [PATCH v2 07/21] qom/object: introduce user interaction flags for properties
Daniel P . Berrangé via Devel
Re: [PATCH v2 07/21] qom/object: introduce user interaction flags for properties
Daniel P . Berrangé via Devel
Re: [PATCH v2 07/21] qom/object: introduce user interaction flags for properties
BALATON Zoltan
[PATCH v2 08/21] qom/object: add from_user argument in object_property_parse()
Zhao Liu
[PATCH v2 09/21] qom/object: mark global property set from CLI as USER_SET
Zhao Liu
[PATCH v2 10/21] qom/qom-hmp-cmd: mark properties set from HMP (non-JSON) "qom-set" as USER_SET
Zhao Liu
[PATCH v2 11/21] qom/qom-qmp-cmd: mark properties set from QMP/HMP (JSON) "qom-set" as USER_SET
Zhao Liu
[PATCH v2 12/21] qom/object_interfaces: mark properties set from qdict & keyval as USER_SET
Zhao Liu
[PATCH v2 13/21] system/vl: mark property set in object_parse_property_opt() as USER_SET
Zhao Liu
[PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Zhao Liu
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Peter Krempa via Devel
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Daniel P . Berrangé via Devel
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Daniel P . Berrangé via Devel
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Zhao Liu
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Daniel P . Berrangé via Devel
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Zhao Liu
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Igor Mammedov via Devel
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Markus Armbruster via Devel
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Daniel P . Berrangé via Devel
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Markus Armbruster via Devel
Re: [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags
Zhao Liu
[PATCH v2 15/21] target/i386: deprecate fill-mtrr-mask property
Zhao Liu
[PATCH v2 16/21] target/i386: deprecate cpuid-0xb property
Zhao Liu
[PATCH v2 17/21] hw/intc/ioapic: deprecate version property
Zhao Liu
[PATCH v2 18/21] target/i386: mark x-consistent-cache property as internal-only
Zhao Liu
[PATCH v2 19/21] target/i386: remove redundant validation for lbr-fmt property
Zhao Liu
Re: [PATCH v2 19/21] target/i386: remove redundant validation for lbr-fmt property
Chen, Zide
[PATCH v2 20/21] target/i386: detect user provided lbr-fmt via property flag
Zhao Liu
Re: [PATCH v2 20/21] target/i386: detect user provided lbr-fmt via property flag
Chen, Zide
[PATCH v2 21/21] hw/core/qdev-properties: support valid default value for DEFINE_PROP_UINT64_CHECKMASK
Zhao Liu
Re: [PATCH v2 21/21] hw/core/qdev-properties: support valid default value for DEFINE_PROP_UINT64_CHECKMASK
Chen, Zide
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Markus Armbruster via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Daniel P . Berrangé via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Peter Krempa via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Markus Armbruster via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
BALATON Zoltan
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Markus Armbruster via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Daniel P . Berrangé via Devel
Re: [PATCH v2 00/21] qom: introduce property flags to track external user input
Kevin Wolf via Devel
[PATCH] util: remove duplicate logging of firewall command
Daniel P . Berrangé via Devel
Re: [PATCH] util: remove duplicate logging of firewall command
Peter Krempa via Devel
Re: [PATCH] util: remove duplicate logging of firewall command
Daniel P . Berrangé via Devel
Re: [PATCH] util: remove duplicate logging of firewall command
Peter Krempa via Devel
Re: [PATCH] util: remove duplicate logging of firewall command
Daniel P . Berrangé via Devel
Re: [PATCH] util: remove duplicate logging of firewall command
Peter Krempa via Devel
Re: [PATCH] util: remove duplicate logging of firewall command
Michal Prívozník via Devel
[PATCH] network: add comment to table that it belongs to libvirt
Daniel P . Berrangé via Devel
Re: [PATCH] network: add comment to table that it belongs to libvirt
Peter Krempa via Devel
Re: [PATCH] network: add comment to table that it belongs to libvirt
Michal Prívozník via Devel
[PATCH v6 00/27] util: sync error_report & qemu_log output more closely
Daniel P . Berrangé via Devel
[PATCH v6 02/27] qemu-options: remove extraneous [] around arg values
Daniel P . Berrangé via Devel
[PATCH v6 23/27] util: convert error-report & log to message API for timestamp
Daniel P . Berrangé via Devel
[PATCH v6 14/27] ui: add proper error reporting for password changes
Daniel P . Berrangé via Devel
Re: [PATCH v6 14/27] ui: add proper error reporting for password changes
Markus Armbruster via Devel
Re: [PATCH v6 14/27] ui: add proper error reporting for password changes
Daniel P . Berrangé via Devel
[PATCH v6 08/27] audio: make jackaudio use qemu_thread_set_name
Daniel P . Berrangé via Devel
[PATCH v6 19/27] util: fix interleaving of error & trace output
Daniel P . Berrangé via Devel
Re: [PATCH v6 19/27] util: fix interleaving of error & trace output
Markus Armbruster via Devel
Re: [PATCH v6 19/27] util: fix interleaving of error & trace output
Markus Armbruster via Devel
[PATCH v6 15/27] ui: remove redundant use of error_printf_unless_qmp()
Daniel P . Berrangé via Devel
Re: [PATCH v6 15/27] ui: remove redundant use of error_printf_unless_qmp()
Markus Armbruster via Devel
[PATCH v6 22/27] util: introduce common helper for error-report & log code
Daniel P . Berrangé via Devel
Re: [PATCH v6 22/27] util: introduce common helper for error-report & log code
Markus Armbruster via Devel
Re: [PATCH v6 22/27] util: introduce common helper for error-report & log code
Daniel P . Berrangé via Devel
Re: [PATCH v6 22/27] util: introduce common helper for error-report & log code
Markus Armbruster via Devel
[PATCH v6 10/27] util: add API to fetch the current thread name
Daniel P . Berrangé via Devel
[PATCH v6 27/27] util: add brackets around guest name in message context
Daniel P . Berrangé via Devel
Re: [PATCH v6 27/27] util: add brackets around guest name in message context
Markus Armbruster via Devel
[PATCH v6 03/27] include: define constant for early constructor priority
Daniel P . Berrangé via Devel
Re: [PATCH v6 03/27] include: define constant for early constructor priority
Markus Armbruster via Devel
Re: [PATCH v6 03/27] include: define constant for early constructor priority
Daniel P . Berrangé via Devel
Re: [PATCH v6 03/27] include: define constant for early constructor priority
Markus Armbruster via Devel
[PATCH v6 13/27] util/log: add missing error reporting in qemu_log_trylock_with_err
Daniel P . Berrangé via Devel
Re: [PATCH v6 13/27] util/log: add missing error reporting in qemu_log_trylock_with_err
Markus Armbruster via Devel
[PATCH v6 11/27] util: introduce some API docs for logging APIs
Daniel P . Berrangé via Devel
Re: [PATCH v6 11/27] util: introduce some API docs for logging APIs
Markus Armbruster via Devel
[PATCH v6 07/27] util: expose qemu_thread_set_name
Daniel P . Berrangé via Devel
[PATCH v6 26/27] util: add support for formatting thread info in messages
Daniel P . Berrangé via Devel
Re: [PATCH v6 26/27] util: add support for formatting thread info in messages
Peter Maydell
Re: [PATCH v6 26/27] util: add support for formatting thread info in messages
Daniel P . Berrangé via Devel
Re: [PATCH v6 26/27] util: add support for formatting thread info in messages
Peter Maydell
Re: [PATCH v6 26/27] util: add support for formatting thread info in messages
Markus Armbruster via Devel
Re: [PATCH v6 26/27] util: add support for formatting thread info in messages
Daniel P . Berrangé via Devel
[PATCH v6 12/27] util: avoid repeated prefix on incremental qemu_log calls
Daniel P . Berrangé via Devel
Re: [PATCH v6 12/27] util: avoid repeated prefix on incremental qemu_log calls
Markus Armbruster via Devel
Re: [PATCH v6 12/27] util: avoid repeated prefix on incremental qemu_log calls
Daniel P . Berrangé via Devel
[PATCH v6 16/27] monitor: remove redundant error_[v]printf_unless_qmp
Daniel P . Berrangé via Devel
[PATCH v6 09/27] util: set the name for the 'main' thread on Windows
Daniel P . Berrangé via Devel
[PATCH v6 04/27] monitor: initialize global data from a constructor
Daniel P . Berrangé via Devel
Earlier messages
Later messages