devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PULL 06/23] configure: fix rust meson configuration
marcandre.lureau--- via Devel
[PULL 05/23] scripts/archive-source: use a bash array
marcandre.lureau--- via Devel
[PULL 07/23] configure: set the bindgen cross target
marcandre.lureau--- via Devel
[PULL 12/23] lcitool: update, switch to f41
marcandre.lureau--- via Devel
[PULL 13/23] lcitool/qemu: include libclang-rt for TSAN
marcandre.lureau--- via Devel
[PULL 22/23] build-sys: deprecate mips host
marcandre.lureau--- via Devel
[PULL 21/23] meson: rust-bindgen limit allowlist-file to srcdir/include
marcandre.lureau--- via Devel
[PULL 18/23] tests/lcitool: enable rust & refresh
marcandre.lureau--- via Devel
[PULL 08/23] tests/docker/common: print errors to stderr
marcandre.lureau--- via Devel
[PULL 09/23] tests/docker: use fully qualified image name for emsdk
marcandre.lureau--- via Devel
[PULL 15/23] tests/lcitool: add missing rust-std dep
marcandre.lureau--- via Devel
[PULL 01/23] build-sys: require -lrt when no shm_open() in std libs
marcandre.lureau--- via Devel
[PULL 14/23] lcitool/alpine: workaround bindgen issue
marcandre.lureau--- via Devel
[PULL 03/23] scripts/archive-source: speed up downloading subprojects
marcandre.lureau--- via Devel
[PULL 02/23] gitlab-ci: fix 'needs' property type must be array
marcandre.lureau--- via Devel
[PULL 23/23] build-sys: pass -fvisibility=default for wasm bindgen
marcandre.lureau--- via Devel
[PULL 10/23] tests/docker/common: print meson log on configure failure
marcandre.lureau--- via Devel
[PATCH] NEWS: Fix format of XML elements/attributes in v11.8.0 section
Michal Privoznik via Devel
Re: [PATCH] NEWS: Fix format of XML elements/attributes in v11.8.0 section
Ján Tomko via Devel
[PATCH] conf.c: use hwuuid for guest ABI stability check if present
Mark Cave-Ayland
Re: [PATCH] conf.c: use hwuuid for guest ABI stability check if present
Jiri Denemark via Devel
[PATCH] bhyve: hooks: improve process start error handling
Roman Bogorodskiy
Re: [PATCH] bhyve: hooks: improve process start error handling
Martin Kletzander via Devel
[PATCH v2 00/38] qemu: Improve handling of architecture-specific defaults (USB and PCI)
Andrea Bolognani via Devel
[PATCH v2 01/38] tests: Fix typo in usb-controller-nec-xhci-autoassign
Andrea Bolognani via Devel
[PATCH v2 03/38] tests: Don't use memballoon=none for minimal tests
Andrea Bolognani via Devel
[PATCH v2 02/38] tests: Drop coverage for versatilepb on aarch64
Andrea Bolognani via Devel
[PATCH v2 04/38] tests: Don't set PCI address in usb-controller-default tests
Andrea Bolognani via Devel
[PATCH v2 06/38] tests: Rename usb-controller-implicit-*
Andrea Bolognani via Devel
[PATCH v2 05/38] tests: Minimize usb-controller tests
Andrea Bolognani via Devel
[PATCH v2 07/38] tests: Expand coverage for automatic/default USB controllers
Andrea Bolognani via Devel
[PATCH v2 09/38] qemu: Check for pci-ohci availability
Andrea Bolognani via Devel
[PATCH v2 11/38] qemu: Fix PCI/USB handling for Arm realview boards
Andrea Bolognani via Devel
[PATCH v2 10/38] tests: Use realview-eb instead of realview-pbx-a9
Andrea Bolognani via Devel
[PATCH v2 13/38] qemu: Don't add memballoon to isapc
Andrea Bolognani via Devel
[PATCH v2 14/38] qemu: Don't add PCI, USB or memballoon to microvm
Andrea Bolognani via Devel
Re: [PATCH v2 14/38] qemu: Don't add PCI, USB or memballoon to microvm
Ján Tomko via Devel
Re: [PATCH v2 14/38] qemu: Don't add PCI, USB or memballoon to microvm
Peter Krempa via Devel
[PATCH v2 15/38] qemu: Introduce qemuDomainNetIsPCI()
Andrea Bolognani via Devel
[PATCH v2 16/38] qemu: Prevent use of PCI devices when PCI is not supported
Andrea Bolognani via Devel
Re: [PATCH v2 16/38] qemu: Prevent use of PCI devices when PCI is not supported
Peter Krempa via Devel
[PATCH v2 17/38] qemu: Validate presence of PCI support
Andrea Bolognani via Devel
[PATCH v2 18/38] qemu: Update qemuDomainSupportsPCI()
Andrea Bolognani via Devel
[PATCH v2 20/38] qemu: Always default to no USB controller on s390x
Andrea Bolognani via Devel
[PATCH v2 22/38] qemu: Drop skip for USB controllers on s390x
Andrea Bolognani via Devel
[PATCH v2 24/38] qemu: Rename function argument
Andrea Bolognani via Devel
Re: [PATCH v2 24/38] qemu: Rename function argument
Peter Krempa via Devel
[PATCH v2 25/38] qemu: Validate PCI support for USB controllers
Andrea Bolognani via Devel
Re: [PATCH v2 25/38] qemu: Validate PCI support for USB controllers
Peter Krempa via Devel
[PATCH v2 21/38] qemu: Don't generate alias for model=none USB controllers
Andrea Bolognani via Devel
Re: [PATCH v2 21/38] qemu: Don't generate alias for model=none USB controllers
Boris Fiuczynski
Re: [PATCH v2 21/38] qemu: Don't generate alias for model=none USB controllers
Peter Krempa via Devel
[PATCH v2 27/38] qemu: Validate USB controllers earlier
Andrea Bolognani via Devel
Re: [PATCH v2 27/38] qemu: Validate USB controllers earlier
Peter Krempa via Devel
Re: [PATCH v2 27/38] qemu: Validate USB controllers earlier
Andrea Bolognani via Devel
[PATCH v2 23/38] qemu: Fold check into qemuBuildSkipController()
Andrea Bolognani via Devel
[PATCH v2 28/38] qemu: Add qemuDomainDefaultUSBControllerModel()
Andrea Bolognani via Devel
[PATCH v2 19/38] qemu: Add sanity checks for auto-added PCI and USB controllers
Andrea Bolognani via Devel
Re: [PATCH v2 19/38] qemu: Add sanity checks for auto-added PCI and USB controllers
Peter Krempa via Devel
Re: [PATCH v2 19/38] qemu: Add sanity checks for auto-added PCI and USB controllers
Peter Krempa via Devel
[PATCH v2 26/38] qemu: Skip USB controller validation when model=none
Andrea Bolognani via Devel
Re: [PATCH v2 26/38] qemu: Skip USB controller validation when model=none
Peter Krempa via Devel
[PATCH v2 29/38] qemu: Add qemuDomainDefaultUSBControllerModelAutoAdded()
Andrea Bolognani via Devel
[PATCH v2 30/38] qemu: Clean up qemuDomainDefaultUSBControllerModel()
Andrea Bolognani via Devel
Re: [PATCH v2 30/38] qemu: Clean up qemuDomainDefaultUSBControllerModel()
Peter Krempa via Devel
[PATCH v2 31/38] qemu: Clean up qemuDomainDefaultUSBControllerModelAutoAdded()
Andrea Bolognani via Devel
Re: [PATCH v2 31/38] qemu: Clean up qemuDomainDefaultUSBControllerModelAutoAdded()
Peter Krempa via Devel
[PATCH v2 32/38] qemu: Use qemu-xhci with no fallback on loongarch64
Andrea Bolognani via Devel
Re: [PATCH v2 32/38] qemu: Use qemu-xhci with no fallback on loongarch64
Peter Krempa via Devel
[PATCH v2 33/38] qemu: Use qemu-xhci with no fallback on RISC-V
Andrea Bolognani via Devel
Re: [PATCH v2 33/38] qemu: Use qemu-xhci with no fallback on RISC-V
Peter Krempa via Devel
[PATCH v2 35/38] qemu: Don't special-case realview/versatilebp for USB
Andrea Bolognani via Devel
Re: [PATCH v2 35/38] qemu: Don't special-case realview/versatilebp for USB
Peter Krempa via Devel
[PATCH v2 36/38] qemu: Remove fallback to piix3-uhci for Arm virt guests
Andrea Bolognani via Devel
Re: [PATCH v2 36/38] qemu: Remove fallback to piix3-uhci for Arm virt guests
Peter Krempa via Devel
[PATCH v2 34/38] qemu: Unify USB controllers across Arm architectures
Andrea Bolognani via Devel
Re: [PATCH v2 34/38] qemu: Unify USB controllers across Arm architectures
Peter Krempa via Devel
[PATCH v2 37/38] qemu: Remove use of piix3-uhci for non-x86
Andrea Bolognani via Devel
Re: [PATCH v2 37/38] qemu: Remove use of piix3-uhci for non-x86
Peter Krempa via Devel
[PATCH v2 38/38] news: Update for USB controller model selection improvements
Andrea Bolognani via Devel
Re: [PATCH v2 38/38] news: Update for USB controller model selection improvements
Peter Krempa via Devel
[PATCH v2 08/38] tests: Fix some usb-controller-*-unavailable cases
Andrea Bolognani via Devel
[PATCH v2 12/38] tests: Add coverage for PCI use with isapc and microvm
Andrea Bolognani via Devel
Re: [PATCH v2 00/38] qemu: Improve handling of architecture-specific defaults (USB and PCI)
Ján Tomko via Devel
Re: [PATCH v2 00/38] qemu: Improve handling of architecture-specific defaults (USB and PCI)
Michal Prívozník via Devel
[PATCH 0/2] remove deprecated 'reconnect' options
Vladimir Sementsov-Ogievskiy
[PATCH 2/2] net/stream: remove deprecated 'reconnect' option
Vladimir Sementsov-Ogievskiy
Re: [PATCH 2/2] net/stream: remove deprecated 'reconnect' option
Daniil Tatianin
[PATCH 1/2] chardev: remove deprecated 'reconnect' option
Vladimir Sementsov-Ogievskiy
Re: [PATCH 1/2] chardev: remove deprecated 'reconnect' option
Daniil Tatianin
[PATCH 0/2] remove deprecated 'reconnect' options
Vladimir Sementsov-Ogievskiy
[PATCH v2 1/2] chardev: remove deprecated 'reconnect' option
Vladimir Sementsov-Ogievskiy
Re: [PATCH v2 1/2] chardev: remove deprecated 'reconnect' option
Daniil Tatianin
Re: [PATCH 0/2] remove deprecated 'reconnect' options
Marc-André Lureau via Devel
Re: [PATCH 0/2] remove deprecated 'reconnect' options
Vladimir Sementsov-Ogievskiy
[PATCH v2 2/2] net/stream: remove deprecated 'reconnect' option
Vladimir Sementsov-Ogievskiy
Re: [PATCH v2 2/2] net/stream: remove deprecated 'reconnect' option
Daniil Tatianin
Re: [PATCH 0/2] remove deprecated 'reconnect' options
Markus Armbruster via Devel
Re: [PATCH 0/2] remove deprecated 'reconnect' options
Michael Tokarev
Re: [PATCH 0/2] remove deprecated 'reconnect' options
Vladimir Sementsov-Ogievskiy
Re: [PATCH 0/2] remove deprecated 'reconnect' options
Markus Armbruster via Devel
Re: [PATCH 0/2] remove deprecated 'reconnect' options
Vladimir Sementsov-Ogievskiy
Re: [PATCH 0/2] remove deprecated 'reconnect' options
Michael Tokarev
Re: [PATCH 0/2] remove deprecated 'reconnect' options
Ján Tomko via Devel
[PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
marcandre.lureau--- via Devel
[PATCH v2 04/27] scripts/archive-source: silence subprojects downloads
marcandre.lureau--- via Devel
Re: [PATCH v2 04/27] scripts/archive-source: silence subprojects downloads
Alex Bennée
[PATCH v2 05/27] scripts/archive-source: use a bash array
marcandre.lureau--- via Devel
Re: [PATCH v2 05/27] scripts/archive-source: use a bash array
Alex Bennée
[PATCH v2 06/27] configure: fix rust meson configuration
marcandre.lureau--- via Devel
[PATCH v2 07/27] configure: set the bindgen cross target
marcandre.lureau--- via Devel
Re: [PATCH v2 07/27] configure: set the bindgen cross target
Paolo Bonzini via Devel
Re: [PATCH v2 07/27] configure: set the bindgen cross target
Paolo Bonzini via Devel
[PATCH v2 09/27] tests/docker: use fully qualified image name for emsdk
marcandre.lureau--- via Devel
[PATCH v2 12/27] lcitool: update, switch to f41
marcandre.lureau--- via Devel
Re: [PATCH v2 12/27] lcitool: update, switch to f41
Daniel P . Berrangé via Devel
[PATCH v2 16/27] tests/lcitool: update to debian13
marcandre.lureau--- via Devel
Re: [PATCH v2 16/27] tests/lcitool: update to debian13
Philippe Mathieu-Daudé
Re: [PATCH v2 16/27] tests/lcitool: update to debian13
Alex Bennée
[PATCH v2 18/27] tests/lcitool: enable rust & refresh
marcandre.lureau--- via Devel
Re: [PATCH v2 18/27] tests/lcitool: enable rust & refresh
Thomas Huth via Devel
[PATCH v2 19/27] configure: set the meson executable suffix/ext
marcandre.lureau--- via Devel
Re: [PATCH v2 19/27] configure: set the meson executable suffix/ext
Daniel P . Berrangé via Devel
[PATCH v2 20/27] tests/freebsd: enable Rust
marcandre.lureau--- via Devel
[PATCH v2 21/27] meson: rust-bindgen limit allowlist-file to srcdir/include
marcandre.lureau--- via Devel
[PATCH v2 11/27] build-sys: cfi_debug and safe_stack are not compatible
marcandre.lureau--- via Devel
Re: [PATCH v2 11/27] build-sys: cfi_debug and safe_stack are not compatible
Daniel P . Berrangé via Devel
[PATCH v2 22/27] RFC: tests/docker: add rust to debian-legacy-test-cross
marcandre.lureau--- via Devel
Re: [PATCH v2 22/27] RFC: tests/docker: add rust to debian-legacy-test-cross
Alex Bennée
[PATCH v2 23/27] WIP: gitlab-ci: enable rust for msys2-64bit
marcandre.lureau--- via Devel
[PATCH v2 25/27] RFC: build-sys: deprecate mips host
marcandre.lureau--- via Devel
Re: [PATCH v2 25/27] RFC: build-sys: deprecate mips host
Philippe Mathieu-Daudé
Re: [PATCH v2 25/27] RFC: build-sys: deprecate mips host
Philippe Mathieu-Daudé
[PATCH v2 27/27] WIP: enable rust for wasm/emscripten
marcandre.lureau--- via Devel
Re: [PATCH v2 27/27] WIP: enable rust for wasm/emscripten
Kohei Tokunaga
Re: [PATCH v2 27/27] WIP: enable rust for wasm/emscripten
Paolo Bonzini via Devel
Re: [PATCH v2 27/27] WIP: enable rust for wasm/emscripten
Kohei Tokunaga
Re: [PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
Alex Bennée
Re: [PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
Marc-André Lureau via Devel
Re: [PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
Alex Bennée
Re: [PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
Paolo Bonzini via Devel
Re: [PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
Marc-André Lureau
[PATCH v2 15/27] tests/lcitool: add missing rust-std dep
marcandre.lureau--- via Devel
[PATCH v2 26/27] build-sys: pass -fvisibility=default for wasm bindgen
marcandre.lureau--- via Devel
Re: [PATCH v2 26/27] build-sys: pass -fvisibility=default for wasm bindgen
Kohei Tokunaga
[PATCH v2 17/27] tests/docker: add ENABLE_RUST environment
marcandre.lureau--- via Devel
[PATCH v2 14/27] lcitool/alpine: workaround bindgen issue
marcandre.lureau--- via Devel
[PATCH v2 10/27] tests/docker/common: print meson log on configure failure
marcandre.lureau--- via Devel
[PATCH v2 02/27] gitlab-ci: fix 'needs' property type must be array
marcandre.lureau--- via Devel
[PATCH v2 03/27] scripts/archive-source: speed up downloading subprojects
marcandre.lureau--- via Devel
Re: [PATCH v2 03/27] scripts/archive-source: speed up downloading subprojects
Alex Bennée
[PATCH v2 13/27] lcitool/qemu: include libclang-rt for TSAN
marcandre.lureau--- via Devel
[PATCH v2 24/27] WIP: cirrus/macos: enable Rust
marcandre.lureau--- via Devel
[PATCH v2 08/27] tests/docker/common: print errors to stderr
marcandre.lureau--- via Devel
[PATCH v2 01/27] build-sys: require -lrt when no shm_open() in std libs
marcandre.lureau--- via Devel
Re: [PATCH v2 01/27] build-sys: require -lrt when no shm_open() in std libs
Alex Bennée
[libvirt-python PATCH] build: Adapt to PEP 625 distribution file naming
Jiri Denemark via Devel
Re: [libvirt-python PATCH] build: Adapt to PEP 625 distribution file naming
Michal Prívozník via Devel
Re: [libvirt-python PATCH] build: Adapt to PEP 625 distribution file naming
Pavel Hrdina via Devel
Re: [libvirt-python PATCH] build: Adapt to PEP 625 distribution file naming
Daniel P . Berrangé via Devel
Re: [libvirt-python PATCH] build: Adapt to PEP 625 distribution file naming
Jiří Denemark via Devel
[PATCH] conf: clear the acpiNodeset field after freeing
Daniel P . Berrangé via Devel
Re: [PATCH] conf: clear the acpiNodeset field after freeing
Peter Krempa via Devel
Re: [PATCH] conf: clear the acpiNodeset field after freeing
Daniel P . Berrangé via Devel
[PATCH v3 0/9] qemu: Fixes to firmware selection
Andrea Bolognani via Devel
[PATCH v3 1/9] tests: Tweak descriptor for combined firmware
Andrea Bolognani via Devel
[PATCH v3 2/9] tests: Minimize SEV tests
Andrea Bolognani via Devel
[PATCH v3 3/9] tests: Improve AMD SEV-related tests
Andrea Bolognani via Devel
[PATCH v3 4/9] tests: Add tests for SEV firmware selection
Andrea Bolognani via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Jim Fehlig via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Andrea Bolognani via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Jim Fehlig via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Andrea Bolognani via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Jim Fehlig via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Andrea Bolognani via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Jim Fehlig via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Andrea Bolognani via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Jim Fehlig via Devel
Re: [PATCH v3 4/9] tests: Add tests for SEV firmware selection
Andrea Bolognani via Devel
[PATCH v3 5/9] qemu: Fix matching for stateless/combined firmware
Andrea Bolognani via Devel
Re: [PATCH v3 5/9] qemu: Fix matching for stateless/combined firmware
Jim Fehlig via Devel
[PATCH v3 7/9] news: Update for firmware selection fixes
Andrea Bolognani via Devel
Re: [PATCH v3 7/9] news: Update for firmware selection fixes
Jim Fehlig via Devel
[PATCH v3 8/9] DONOTMERGE update firmware data
Andrea Bolognani via Devel
[PATCH v3 9/9] DONOTMERGE don't explicitly request stateless firmware for SEV
Andrea Bolognani via Devel
[PATCH v3 6/9] qemu: Fix matching for read/write firmware
Andrea Bolognani via Devel
[RFC PATCH v7 0/3] Fix virtio console port assignment issue
Aaron M. Brown
[RFC PATCH v7 3/3] domain_addr.c: update virtconsole port reservation comment and allowZero var
Aaron M. Brown
[RFC PATCH v7 1/3] tests: Add console-virtio-serial-autoassign-address tests
Aaron M. Brown
[RFC PATCH v7 2/3] domain_addr.c: Fix virtio console port autoassign on virtio-serial bus
Aaron M. Brown
Re: [RFC PATCH v7 0/3] Fix virtio console port assignment issue
Boris Fiuczynski
Re: [RFC PATCH v7 0/3] Fix virtio console port assignment issue
Peter Krempa via Devel
Re: [RFC PATCH v7 0/3] Fix virtio console port assignment issue
Boris Fiuczynski
Re: [RFC PATCH v7 0/3] Fix virtio console port assignment issue
Aaron Brown
Re: [RFC PATCH v7 0/3] Fix virtio console port assignment issue
Peter Krempa via Devel
Re: [RFC PATCH v7 0/3] Fix virtio console port assignment issue
Boris Fiuczynski
Re: [RFC PATCH v7 0/3] Fix virtio console port assignment issue
Peter Krempa via Devel
Plans for 11.8.0 release (freeze on 2025-09-25)
Jiri Denemark via Devel
[PATCH 0/1] Refine the domain status saving logic
yong . huang
[PATCH 1/1] domain_conf: Do not omit private data when formatting the status XML
yong . huang
Earlier messages
Later messages