qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-04 11:25:00 to 2025-08-05 10:10:20 UTC [more...]

[PATCH for-10.1 0/2] migration: actually make gnutls workaround functional
 2025-08-05 10:09 UTC  (6+ messages)
` [PATCH 2/2] migration: fix workaround for gnutls thread safety

[PATCH v4 0/7] contrib/plugins: uftrace
 2025-08-05 10:04 UTC  (4+ messages)
` [PATCH v4 1/7] contrib/plugins/uftrace: new uftrace plugin

[PATCH for-10.2] hw: add compat machines for 10.2
 2025-08-05  9:56 UTC 

[RFC PATCH] readthedocs: don't build extra formats
 2025-08-05  9:54 UTC  (4+ messages)

[PATCH RFC] util/error.c: Print backtrace on error
 2025-08-05  9:19 UTC 

[RFC v5 0/7] Add packed format to shadow virtqueue
 2025-08-05  9:07 UTC  (12+ messages)

[PATCH v3] target/arm: add support for 64-bit PMCCNTR in AArch32 mode
 2025-08-05  8:35 UTC  (4+ messages)

[RFC v2] memory.c: improve refcounting for RAM vs MMIO regions
 2025-08-05  8:11 UTC 

[PATCH v2 0/5] MAINTAINERS updates for ppc/spapr/pnv/xive
 2025-08-05  7:53 UTC  (4+ messages)

[PATCH] vfio: Document 'use-legacy-x86-rom' property
 2025-08-05  6:55 UTC 

[PATCH 0/5] qtest/qom-test: Leak plug, faster, better coverage
 2025-08-05  6:54 UTC  (11+ messages)
` [PATCH 1/5] qtest/qom-test: Plug memory leak with -p
` [PATCH 2/5] qtest/qom-test: Shallow testing of qom-list / qom-get
` [PATCH 3/5] qtest/qom-test: Traverse entire QOM tree
` [PATCH 4/5] qtest/qom-test: Don't bother to execute QMP command quit

[PATCH v4 00/20] intel_iommu: Enable stage-1 translation for passthrough device
 2025-08-05  6:04 UTC  (6+ messages)
` [PATCH v4 02/20] hw/pci: Introduce pci_device_get_viommu_cap()

[PATCH 00/50] ppc/xive: updates for PowerVM
 2025-08-05  5:09 UTC  (6+ messages)

[QEMU/FUSE] Discussion on Proper Termination and Async Cancellation in fuse-over-io_uring
 2025-08-05  4:11 UTC  (5+ messages)

[PATCH V2 0/2] preserve pending interrupts during cpr
 2025-08-05  3:41 UTC  (9+ messages)
` [PATCH V2 2/2] vfio/pci: preserve pending interrupts

[PATCH v4 00/17] WHPX support for Arm
 2025-08-05  0:27 UTC  (60+ messages)
` [PATCH v4 01/17] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v4 02/17] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v4 03/17] whpx: Move around files before introducing AArch64 support
` [PATCH v4 04/17] whpx: reshuffle common code
` [PATCH v4 05/17] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v4 06/17] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v4 07/17] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v4 08/17] whpx: interrupt controller support
` [PATCH v4 09/17] whpx: add arm64 support
` [PATCH v4 10/17] whpx: copy over memory management logic from hvf
` [PATCH v4 11/17] target/arm: cpu: mark WHPX as supporting PSCI 1.1
` [PATCH v4 12/17] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v4 13/17] whpx: arm64: clamp down IPA size
` [PATCH v4 14/17] hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF
` [PATCH v4 15/17] whpx: arm64: implement -cpu host
` [PATCH v4 16/17] target/arm: whpx: instantiate GIC early
` [PATCH v4 17/17] MAINTAINERS: Add myself as a maintainer for WHPX

[PATCH-for-10.1 v2 00/11] hw/sd: Fix SD cards in SPI mode
 2025-08-04 23:09 UTC  (16+ messages)
` [PATCH-for-10.1 v2 01/11] hw/sd/sdcard: Do not ignore errors in sd_cmd_to_sendingdata()
` [PATCH-for-10.1 v2 02/11] hw/sd/sdcard: Factor sd_response_size() out
` [PATCH-for-10.1 v2 03/11] hw/sd/sdbus: Provide buffer size to sdbus_do_command()
` [PATCH-for-10.1 v2 04/11] hw/sd/sdcard: Fill SPI response bits in card code
` [PATCH-for-10.1 v2 05/11] hw/sd/sdcard: Implement SPI R2 return value
` [PATCH-for-10.1 v2 06/11] hw/sd/sdcard: Use complete SEND_OP_COND implementation in SPI mode
` [PATCH-for-10.1 v2 07/11] hw/sd/sdcard: Allow using SWITCH_FUNCTION in more SPI states
` [PATCH-for-10.1 v2 08/11] hw/sd/sdcard: Factor spi_cmd_SEND_CxD() out
` [PATCH-for-10.1 v2 09/11] hw/sd/sdcard: Disable checking STBY mode in SPI SEND_CSD/CID
` [PATCH-for-10.1 v2 10/11] hw/sd/sdcard: Remove SDState::mode field
` [PATCH-for-10.1 v2 11/11] tests/functional: Test SD cards in SPI mode (using sifive_u machine)

[PATCH v3 00/12] single-binary: compile once semihosting
 2025-08-04 22:43 UTC  (17+ messages)
` [PATCH v3 01/12] semihosting/syscalls: compile once in system and per target for user mode
` [PATCH v3 02/12] semihosting/syscalls: replace uint64_t with vaddr where appropriate
` [PATCH v3 03/12] semihosting/guestfd: compile once for system/user
` [PATCH v3 04/12] semihosting/arm-compat-semi: change common_semi_sys_exit_extended
` [PATCH v3 05/12] target/riscv/common-semi-target: remove sizeof(target_ulong)
` [PATCH v3 06/12] target/{arm, riscv}/common-semi-target: eradicate target_ulong
` [PATCH v3 07/12] include/semihosting/common-semi: extract common_semi API
` [PATCH v3 08/12] semihosting/arm-compat-semi: eradicate sizeof(target_ulong)
` [PATCH v3 09/12] semihosting/arm-compat-semi: replace target_ulong with uint64_t
` [PATCH v3 10/12] semihosting/arm-compat-semi: eradicate target_long
` [PATCH v3 11/12] semihosting/arm-compat-semi: remove dependency on cpu.h
` [PATCH v3 12/12] semihosting/arm-compat-semi: compile once in system and per target for user mode

[PATCH for-10.2 v2 0/3] linux-user/aarch64: Syndrome fixes and enhancements
 2025-08-04 22:11 UTC  (4+ messages)
` [PATCH v2 2/3] linux-user/aarch64: Check syndrome for EXCP_UDEF

[PATCH 00/48] AMD Versal Gen 2 support
 2025-08-04 18:44 UTC  (8+ messages)
` [PATCH 13/48] hw/arm/xlnx-versal: VersalMap: add support for OR'ed IRQs
` [PATCH 24/48] hw/intc/arm_gicv3: Introduce a 'first-cpu-index' property
` [PATCH 40/48] target/arm/tcg/cpu64: add the cortex-a78ae CPU

[PATCH V2 1/1] hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
 2025-08-04 18:52 UTC  (6+ messages)

[PATCH v4 0/2] target/arm: Added support for SME register exposure to GDB
 2025-08-04 18:38 UTC  (8+ messages)
` [PATCH v4 1/2] target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging
` [PATCH v4 2/2] target/arm: Added support for SME register exposure to GDB

[PATCH v8 00/27] migration: propagate vTPM errors using Error objects
 2025-08-04 18:08 UTC  (7+ messages)
` [PATCH v8 23/27] migration: Propagate last encountered error in vmstate_save_state_v() function

[PATCH v2 00/11] single-binary: compile once semihosting
 2025-08-04 18:00 UTC  (4+ messages)
` [PATCH v2 04/11] semihosting/arm-compat-semi: remove common_semi_sys_exit_extended

[PATCH v2 00/85] target/arm: Implement FEAT_GCS
 2025-08-04 17:45 UTC  (3+ messages)
` [PATCH v2 33/85] target/arm: Convert arm_mmu_idx_to_el from switch to table

[PATCH] hw/riscv/riscv-iommu: Fixup PDT Nested Walk
 2025-08-04 17:20 UTC  (2+ messages)

[PATCH] hw/nvme: cap MDTS value for internal limitation
 2025-08-04 17:39 UTC  (3+ messages)

[PATCH for 10.1] microvm: Explicitly select ACPI_PCI
 2025-08-04 17:36 UTC  (2+ messages)

[PATCH V2] hw/riscv/riscv-iommu: Fixup PDT Nested Walk
 2025-08-04 17:12 UTC 

New capabilities for plugins
 2025-08-04 17:01 UTC  (3+ messages)

[PATCH 0/4] wasm: Enable 64bit guests on TCI using wasm64
 2025-08-04 16:40 UTC  (10+ messages)
` [PATCH 1/4] meson: Add wasm64 support to the --cpu flag
` [PATCH 2/4] configure: Enable to propagate -sMEMORY64 flag to Emscripten
` [PATCH 3/4] dockerfiles: Add support for wasm64 to the wasm Dockerfile
` [PATCH 4/4] .gitlab-ci.d: Add build tests for wasm64

[PULL for 10.1-rc1 00/14] documentation an testing updates
 2025-08-04 16:24 UTC  (6+ messages)
` [PULL 11/14] tests/tcg: reduce the number of plugin tests combinations

[PATCH v2 0/2] control guest time using a dilation factor
 2025-08-04 16:19 UTC  (2+ messages)

[PATCH v2 0/3] Add STM32F4 support and USART device model
 2025-08-04 15:31 UTC  (4+ messages)
`  "
    ` Re:Re: [PATCH "

[PATCH v7 00/36] ACPI PCI Hotplug support on ARM
 2025-08-04 15:27 UTC  (9+ messages)
` [PATCH v7 09/36] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method

[PULL for 10.1-rc2 0/3] doc and testing fixes
 2025-08-04 15:15 UTC  (4+ messages)
` [PULL 1/3] docs/devel/submitting-a-patch.rst: add b4 section
` [PULL 2/3] scripts/make-release: Go back to cloning all the EDK2 submodules
` [PULL 3/3] tests/docker: fix debian-all-test-cross

kvm_log_clear_one_slot: Assertion `mem->dirty_bmap' failed
 2025-08-04 14:57 UTC 

[PATCH v2] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
 2025-08-04 14:58 UTC  (2+ messages)

[PATCH] scripts/make-release: Go back to cloning all the EDK2 submodules
 2025-08-04 14:59 UTC  (2+ messages)

[PATCH v3] Add a feature for mapping a host unix socket to a guest tcp socket
 2025-08-04 14:53 UTC  (2+ messages)

[RFC 0/2] Add SVSM virtio-mmio device slots (q35)
 2025-08-04 13:47 UTC  (4+ messages)
` [RFC 2/2] q35: add virtio-mmio slots

[PATCH RFC 0/5] rust: implement tracing
 2025-08-04 13:47 UTC  (6+ messages)
` [PATCH RFC 1/5] rust/bindings: add trace headers
` [PATCH RFC 2/5] rust/qemu-api/log: add Log::Trace variant
` [PATCH RFC 3/5] rust/qemu-api-macros: Add #[trace_events] macro
` [PATCH RFC 4/5] rust/pl011: impl Copy, Clone for RegisterOffset
` [PATCH RFC 5/5] rust/pl011: add trace events

[PATCH for 10.1-rc2] tests/docker: fix docker-all-test-cross
 2025-08-04 13:50 UTC  (3+ messages)

[PATCH] qapi/command: Avoid generating unused qmp_marshal_output_T()
 2025-08-04 13:24 UTC  (2+ messages)

[PATCH v2] target/loongarch: Fix [X]VLDI raising exception incorrectly
 2025-08-04 13:22 UTC 

[PATCH 0/2] Few fixes I found when building QEMU with Rust
 2025-08-04 13:06 UTC  (11+ messages)
` [PATCH 1/2] rust: Add antoher variant for impl_vmstate_struct! macro
` [PATCH 2/2] tests/qemu-iotests: Indent expected error messages

[PATCH] qga: Fix error handling in system suspend mode causing libvirt to hold lock indefinitely
 2025-08-04  9:54 UTC  (3+ messages)

[PATCH 00/24] tests/functional: Move tests into architecture specific folders
 2025-08-04 12:28 UTC  (3+ messages)
` [PATCH 07/24] tests/functional: Move arm tests into architecture specific folder

Add support for retrieving fake LAN config from `ipmi-bmc-sim` device
 2025-08-04 12:08 UTC  (4+ messages)

[PATCH v3 0/6] hw/i386/amd_iommu: Cleanups and fixes
 2025-08-04 11:06 UTC  (3+ messages)

[PATCH 0/2] tracetool: remove no_check_foo() and if(true){..} blocks
 2025-08-04 11:20 UTC  (2+ messages)
` [PATCH 1/2] tracetool: add CHECK_TRACE_EVENT_GET_STATE


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).