qemu-devel
Thread
Date
Earlier messages
Messages by Thread
Re: [PATCH v4 13/19] hw/block/fdc-isa: Remove 'fallback' property
Thomas Huth
[PATCH 0/6] rust: update build system for Meson 1.8.1
Paolo Bonzini
[PATCH 6/6] rust: use native Meson support for clippy and rustdoc
Paolo Bonzini
[PATCH 3/6] build, dockerfiles: add support for detecting rustdoc
Paolo Bonzini
[PATCH 5/6] rust: cell: remove support for running doctests with "cargo test --doc"
Paolo Bonzini
[PATCH 1/6] meson: update to version 1.8.1
Paolo Bonzini
[PATCH 2/6] rust: use "objects" for Rust executables as well
Paolo Bonzini
Re: [PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
Jon Kohler
Re: [PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
Paolo Bonzini
[PATCH 0/2] Add functional test for ACPI PCI hotplug
Gustavo Romero
[PATCH 2/2] tests/functional/test_aarch64_hotplug_pci: Add test for ACPI PCI hotplug
Gustavo Romero
[PATCH 1/2] tests/functional/test_aarch64_hotplug_pci: Update SHA
Gustavo Romero
Re: [PATCH 1/2] tests/functional/test_aarch64_hotplug_pci: Update SHA
Thomas Huth
[PATCH v2 0/2] reject qcow2 creation with protocol in data_store
Eric Blake
[PATCH v2 2/2] qcow2, vmdk: Restrict creation with secondary file using protocol
Eric Blake
[PATCH v2 1/2] block: Allow drivers to control protocol prefix at creation
Eric Blake
[PATCH] hw/scsi/esp: fix assertion error in fifo8_push
Zheng Huang
Add initial CVA6 implementaiton
Ben Dooks
[PATCH v2 3/3] hw/riscv: set cva6 to use TYPE_RISCV_CPU_CVA6
Ben Dooks
[PATCH v2 2/3] target/riscv: add cva6 core type
Ben Dooks
[PATCH v2 1/3] hw/riscv: add CVA6 machine
Ben Dooks
[PATCH v2 00/12] hw/loongarch/virt: Add kernel irqchip support
Bibo Mao
[PATCH v2 03/12] hw/intc/loongarch_ipi: Add kernel irqchip realize function
Bibo Mao
[PATCH v2 04/12] hw/intc/loongson_ipi: Add load and save interface with ipi_common class
Bibo Mao
[PATCH v2 02/12] hw/intc/loongarch_extioi: Add kernel irqchip save and restore function
Bibo Mao
[PATCH v2 01/12] hw/intc/loongarch_extioi: Add kernel irqchip realize function
Bibo Mao
[PATCH v2 06/12] hw/intc/loongarch_pch_msi: Inject MSI interrupt to kernel
Bibo Mao
[PATCH v2 09/12] hw/intc/loongarch_pch: Inject irq line interrupt to kernel
Bibo Mao
[PATCH v2 11/12] hw/loongarch/virt: Disable emulation with IOCSR misc register
Bibo Mao
[PATCH v2 08/12] ihw/intc/loongarch_pch: Add kernel irqchip save and restore function
Bibo Mao
[PATCH v2 10/12] target/loongarch: Report error with split kernel_irqchip option
Bibo Mao
[PATCH v2 05/12] hw/intc/loongarch_ipi: Add kernel irqchip save and restore function
Bibo Mao
[PATCH v2 07/12] hw/intc/loongarch_pch: Add kernel irqchip realize function
Bibo Mao
[PATCH v2 12/12] hw/loongarch/virt: Add kernel irqchip support
Bibo Mao
FWIW: current qemu-user can't be built statically on debian bookworm arm64 with capstone anymore
Michael Tokarev
Re: FWIW: current qemu-user can't be built statically on debian bookworm arm64 with capstone anymore
Peter Maydell
KVM/QEMU community call today @ 14:00 UTC
Alex Bennée
[PATCH v2 00/25] ACPI PCI Hotplug support on ARM
Eric Auger
[PATCH v2 01/25] hw/i386/acpi-build: Make aml_pci_device_dsm() static
Eric Auger
Re: [PATCH v2 01/25] hw/i386/acpi-build: Make aml_pci_device_dsm() static
Igor Mammedov
[PATCH v2 03/25] hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
Eric Auger
Re: [PATCH v2 03/25] hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
Igor Mammedov
[PATCH v2 04/25] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
Eric Auger
Re: [PATCH v2 04/25] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
Igor Mammedov
[PATCH v2 10/25] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _OSC change
Eric Auger
Re: [PATCH v2 10/25] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _OSC change
Igor Mammedov
[PATCH v2 05/25] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
Eric Auger
Re: [PATCH v2 05/25] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
Igor Mammedov
[PATCH v2 23/25] hw/arm/virt: Plug pcihp hotplug/hotunplug callbacks
Eric Auger
[PATCH v2 18/25] hw/acpi/ged: Prepare the device to react to PCI hotplug events
Eric Auger
[PATCH v2 21/25] hw/core/sysbus: Introduce sysbus_mmio_map_name() helper
Eric Auger
[PATCH v2 06/25] hw/pci-host/gpex-acpi: Propagate hotplug type info from virt machine downto gpex
Eric Auger
Re: [PATCH v2 06/25] hw/pci-host/gpex-acpi: Propagate hotplug type info from virt machine downto gpex
Igor Mammedov
[PATCH v2 22/25] hw/arm/virt: Let virt support pci hotplug/unplug GED event
Eric Auger
Re: [PATCH v2 22/25] hw/arm/virt: Let virt support pci hotplug/unplug GED event
Philippe Mathieu-Daudé
Re: [PATCH v2 22/25] hw/arm/virt: Let virt support pci hotplug/unplug GED event
Igor Mammedov
Re: [PATCH v2 22/25] hw/arm/virt: Let virt support pci hotplug/unplug GED event
Gustavo Romero
[PATCH v2 11/25] hw/i386/acpi-build: Introduce build_append_pcihp_resources() helper
Eric Auger
Re: [PATCH v2 11/25] hw/i386/acpi-build: Introduce build_append_pcihp_resources() helper
Igor Mammedov
[PATCH v2 14/25] hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots to pcihp
Eric Auger
Re: [PATCH v2 14/25] hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots to pcihp
Igor Mammedov
[PATCH v2 19/25] hw/acpi/ged: Call pcihp plug callbacks in hotplug handler implementation
Eric Auger
Re: [PATCH v2 19/25] hw/acpi/ged: Call pcihp plug callbacks in hotplug handler implementation
Igor Mammedov
[PATCH v2 09/25] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method
Eric Auger
[PATCH v2 24/25] tests/qtest/bios-tables-test: Keep ACPI PCI hotplug off
Eric Auger
[PATCH v2 16/25] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
Eric Auger
Re: [PATCH v2 16/25] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
Igor Mammedov
Re: [PATCH v2 16/25] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
Igor Mammedov
[PATCH v2 17/25] hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
Eric Auger
Re: [PATCH v2 17/25] hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
Igor Mammedov
[PATCH v2 12/25] hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplug
Eric Auger
Re: [PATCH v2 12/25] hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplug
Igor Mammedov
[PATCH v2 07/25] hw/i386/acpi-build: Turn build_q35_osc_method into a generic method
Eric Auger
Re: [PATCH v2 07/25] hw/i386/acpi-build: Turn build_q35_osc_method into a generic method
Igor Mammedov
[PATCH v2 08/25] tests/qtest/bios-tables-test: Prepare for changes in the DSDT table
Eric Auger
Re: [PATCH v2 08/25] tests/qtest/bios-tables-test: Prepare for changes in the DSDT table
Igor Mammedov
Re: [PATCH v2 08/25] tests/qtest/bios-tables-test: Prepare for changes in the DSDT table
Igor Mammedov
[PATCH v2 20/25] hw/acpi/ged: Support migration of AcpiPciHpState
Eric Auger
Re: [PATCH v2 20/25] hw/acpi/ged: Support migration of AcpiPciHpState
Igor Mammedov
[PATCH v2 13/25] hw/i386/acpi-build: Move build_append_notification_callback to pcihp
Eric Auger
Re: [PATCH v2 13/25] hw/i386/acpi-build: Move build_append_notification_callback to pcihp
Igor Mammedov
[PATCH v2 02/25] hw/arm/virt: Introduce machine state acpi pcihp flags and props
Eric Auger
Re: [PATCH v2 02/25] hw/arm/virt: Introduce machine state acpi pcihp flags and props
Igor Mammedov
Re: [PATCH v2 02/25] hw/arm/virt: Introduce machine state acpi pcihp flags and props
Eric Auger
[PATCH v2 25/25] hw/arm/virt: Use ACPI PCI hotplug by default
Eric Auger
[PATCH v2 15/25] hw/i386/acpi-build: Introduce and use acpi_get_pci_host
Eric Auger
Re: [PATCH v2 15/25] hw/i386/acpi-build: Introduce and use acpi_get_pci_host
Igor Mammedov
[PATCH 00/13] qapi: Doc fixes and improvements
Markus Armbruster
[PATCH 08/13] qapi: Use proper markup instead of CAPS for emphasis in doc comments
Markus Armbruster
[PATCH 01/13] qapi: Tidy up run-together sentences in doc comments
Markus Armbruster
[PATCH 13/13] qapi: Improve documentation around job state @concluded
Markus Armbruster
[PATCH 11/13] qapi: Mention both job-cancel and block-job-cancel in doc comments
Markus Armbruster
[PATCH 04/13] qapi: Avoid breaking lines within (since X.Y)
Markus Armbruster
[PATCH 05/13] qapi: Drop a problematic (Since: 2.11) from query-hotpluggable-cpus
Markus Armbruster
[PATCH 02/13] qapi: Tidy up whitespace in doc comments
Markus Armbruster
[PATCH 12/13] qapi: Tidy up references to job state CONCLUDED
Markus Armbruster
[PATCH 03/13] qapi: Move (since X.Y) to end of description
Markus Armbruster
[PATCH 10/13] qapi: Refer to job-FOO instead of deprecated block-job-FOO in docs
Markus Armbruster
[PATCH 07/13] qapi: Fix capitalization in doc comments
Markus Armbruster
[PATCH 06/13] qapi: Correct spelling of QEMU in doc comments
Markus Armbruster
[PATCH 09/13] qapi: Spell JSON null correctly in blockdev-reopen documentation
Markus Armbruster
Re: [PATCH 00/13] qapi: Doc fixes and improvements
Eric Blake
Re: [PATCH v4 0/3] hw/misc/aspeed_otp: Add ASPEED OTP memory model and SoC integration
Cédric Le Goater
Re: [PATCH v4 2/3] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC controller
Cédric Le Goater
RE: [PATCH v4 2/3] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC controller
Kane Chen
Re: [PATCH v4 2/3] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC controller
Cédric Le Goater
RE: [PATCH v4 2/3] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC controller
Kane Chen
Re: [PATCH v4 2/3] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC controller
Cédric Le Goater
Re: [PATCH v4 2/3] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC controller
Cédric Le Goater
RE: [PATCH v4 2/3] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC controller
Kane Chen
Re: [PATCH v4 1/3] hw/misc/aspeed_otp: Add ASPEED OTP memory device model
Cédric Le Goater
[PATCH v5 0/5] ARM Nested Virt Support
Eric Auger
[PATCH v5 5/5] hw/arm/virt: Allow virt extensions with KVM
Eric Auger
[PATCH v5 2/5] hw/arm: Allow setting KVM vGIC maintenance IRQ
Eric Auger
[PATCH v5 3/5] target/arm/kvm: Add helper to detect EL2 when using KVM
Eric Auger
[PATCH v5 1/5] linux-headers: Update against kvm/next
Eric Auger
[PATCH v5 4/5] target/arm: Enable feature ARM_FEATURE_EL2 if EL2 is supported
Eric Auger
Re: [PATCH v5 0/5] ARM Nested Virt Support
Marc Zyngier
Re: [PATCH v5 0/5] ARM Nested Virt Support
Eric Auger
Re: [PATCH v5 0/5] ARM Nested Virt Support
Miguel Luis
Re: [PATCH v5 0/5] ARM Nested Virt Support
Marc Zyngier
Re: [PATCH v5 0/5] ARM Nested Virt Support
Miguel Luis
Re: [PATCH v5 0/5] ARM Nested Virt Support
Marc Zyngier
Re: [PATCH v5 0/5] ARM Nested Virt Support
Miguel Luis
Re: [PATCH v5 0/5] ARM Nested Virt Support
Marc Zyngier
Re: [PATCH v5 0/5] ARM Nested Virt Support
Miguel Luis
Re: [PATCH v5 0/5] ARM Nested Virt Support
Marc Zyngier
Re: [PATCH v5 0/5] ARM Nested Virt Support
Miguel Luis
Re: [PATCH v5 0/5] ARM Nested Virt Support
Eric Auger
Re: [PATCH v5 0/5] ARM Nested Virt Support
Marc Zyngier
[PATCH] Fix comment for virtio-9p
dancer
Re: [PATCH] Fix comment for virtio-9p
Michael Tokarev
Re: [PATCH] Fix comment for virtio-9p
Junichi Uekawa
[PATCH] Fix comment for virtio-9p
dancer
[PATCH v2] hw/i386/pc_piix: Fix RTC ISA IRQ wiring of isapc machine
Bernhard Beschow
Re: [PATCH 04/12] target/arm: Fill in TCGCPUOps.pointer_wrap
Philippe Mathieu-Daudé
Re: [PATCH 04/12] target/arm: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
Re: [PATCH 06/12] target/loongarch: Fill in TCGCPUOps.pointer_wrap
Philippe Mathieu-Daudé
Re: [PATCH 06/12] target/loongarch: Fill in TCGCPUOps.pointer_wrap
Bibo Mao
Re: [PATCH 06/12] target/loongarch: Fill in TCGCPUOps.pointer_wrap
gaosong
Re: [PATCH 10/12] target/s390x: Fill in TCGCPUOps.pointer_wrap
Philippe Mathieu-Daudé
[RFC PATCH 0/2] hw/ide/ahci: Delay a bit before completing reset
Philippe Mathieu-Daudé
[RFC PATCH 2/2] hw/ide/ahci: Delay a bit before completing reset
Philippe Mathieu-Daudé
[RFC PATCH 1/2] hw/ide/ahci: Introduce ahci_reset_delayed() and ahci_reset_complete()
Philippe Mathieu-Daudé
Re: [RFC PATCH 0/2] hw/ide/ahci: Delay a bit before completing reset
Jiaxun Yang
Re: [RFC PATCH 0/2] hw/ide/ahci: Delay a bit before completing reset
Gerd Hoffmann
Re: [RFC PATCH 0/2] hw/ide/ahci: Delay a bit before completing reset
Philippe Mathieu-Daudé
[PATCH] tests/unit/test-util-sockets: fix mem-leak on error object
Matheus Tavares Bernardino
Re: [PATCH] tests/unit/test-util-sockets: fix mem-leak on error object
Juraj Marcin
Re: [PATCH v9 00/55] QEMU TDX support
Paolo Bonzini
Re: [PATCH v9 00/55] QEMU TDX support
Xiaoyao Li
Re: [PATCH v9 00/55] QEMU TDX support
Markus Armbruster
Re: [PATCH v9 00/55] QEMU TDX support
Xiaoyao Li
Re: [PATCH v2 18/25] s390x: Guest support for Secure-IPL Code Loading Attributes Facility (SCLAF)
Hendrik Brueckner
[PATCH RFC v2 1/1] TCG insn.c: Implement counting specific addresses
steffen_hirschmann
[PATCH 00/12] rust: bindings for Error
Paolo Bonzini
[PATCH 01/12] rust: make declaration of dependent crates more consistent
Paolo Bonzini
Re: [PATCH 01/12] rust: make declaration of dependent crates more consistent
Zhao Liu
[PATCH 02/12] subprojects: add the anyhow crate
Paolo Bonzini
Re: [PATCH 02/12] subprojects: add the anyhow crate
Zhao Liu
Re: [PATCH 02/12] subprojects: add the anyhow crate
Paolo Bonzini
[PATCH 09/12] rust/hpet: change timer of num_timers to usize
Paolo Bonzini
[PATCH 06/12] util/error: make func optional
Paolo Bonzini
[PATCH 12/12] rust/hpet: Drop BqlCell wrapper for num_timers
Paolo Bonzini
[PATCH 11/12] rust/hpet: return errors from realize if properties are incorrect
Paolo Bonzini
[PATCH 07/12] qemu-api: add bindings to Error
Paolo Bonzini
[PATCH 08/12] rust: qdev: support returning errors from realize
Paolo Bonzini
[PATCH 03/12] subprojects: add the foreign crate
Paolo Bonzini
[PATCH 10/12] hpet: return errors from realize if properties are incorrect
Paolo Bonzini
Re: [PATCH 10/12] hpet: return errors from realize if properties are incorrect
Markus Armbruster
[PATCH 04/12] util/error: expose Error definition to Rust code
Paolo Bonzini
Re: [PATCH 04/12] util/error: expose Error definition to Rust code
Markus Armbruster
[PATCH 05/12] util/error: allow non-NUL-terminated err->src
Paolo Bonzini
Re: [PATCH 05/12] util/error: allow non-NUL-terminated err->src
Markus Armbruster
Re: [PATCH 05/12] util/error: allow non-NUL-terminated err->src
Paolo Bonzini
[PATCH v3 00/24] block: do not drain while holding the graph lock
Fiona Ebner
[PATCH v3 18/24] blockdev: drain while unlocked in external_snapshot_action()
Fiona Ebner
[PATCH v3 16/24] block: move drain outside of quorum_del_child()
Fiona Ebner
Re: [PATCH v3 16/24] block: move drain outside of quorum_del_child()
Kevin Wolf
[PATCH v3 04/24] block: move drain outside of read-locked bdrv_inactivate_recurse()
Fiona Ebner
[PATCH v3 14/24] block: move drain outside of quorum_add_child()
Fiona Ebner
Re: [PATCH v3 14/24] block: move drain outside of quorum_add_child()
Kevin Wolf
[PATCH v3 11/24] block: move drain outside of bdrv_set_backing_hd_drained()
Fiona Ebner
Re: [PATCH v3 11/24] block: move drain outside of bdrv_set_backing_hd_drained()
Kevin Wolf
[PATCH v3 19/24] block: mark bdrv_drained_begin() and friends as GRAPH_UNLOCKED
Fiona Ebner
[PATCH v3 13/24] block: move drain outside of bdrv_attach_child()
Fiona Ebner
Re: [PATCH v3 13/24] block: move drain outside of bdrv_attach_child()
Kevin Wolf
[PATCH v3 07/24] block: mark bdrv_child_change_aio_context() GRAPH_RDLOCK
Fiona Ebner
[PATCH v3 01/24] block: remove outdated comments about AioContext locking
Fiona Ebner
[PATCH v3 08/24] block: move drain outside of bdrv_change_aio_context() and mark GRAPH_RDLOCK
Fiona Ebner
Re: [PATCH v3 08/24] block: move drain outside of bdrv_change_aio_context() and mark GRAPH_RDLOCK
Kevin Wolf
[PATCH v3 23/24] block: never use atomics to access bs->quiesce_counter
Fiona Ebner
[PATCH v3 10/24] block: move drain outside of bdrv_attach_child_common(_abort)()
Fiona Ebner
Re: [PATCH v3 10/24] block: move drain outside of bdrv_attach_child_common(_abort)()
Kevin Wolf
[PATCH v3 06/24] block: mark change_aio_ctx() callback and instances as GRAPH_RDLOCK(_PTR)
Fiona Ebner
[PATCH v3 21/24] iotests/graph-changes-while-io: add test case with removal of lower snapshot
Fiona Ebner
[PATCH v3 12/24] block: move drain outside of bdrv_root_attach_child()
Fiona Ebner
Re: [PATCH v3 12/24] block: move drain outside of bdrv_root_attach_child()
Kevin Wolf
[PATCH v3 09/24] block: move drain outside of bdrv_try_change_aio_context()
Fiona Ebner
Re: [PATCH v3 09/24] block: move drain outside of bdrv_try_change_aio_context()
Kevin Wolf
Earlier messages