messages from 2025-03-19 11:58:47 to 2025-03-19 20:17:00 UTC [more...]
[PATCH 0/2] rust: Kconfig: factor out Rust vs C impl choice
2025-03-19 19:31 UTC (3+ messages)
` [PATCH 1/2] rust: Kconfig: Factor out whether PL011 is Rust or C
` [PATCH 2/2] rust: Kconfig: Factor out whether HPET "
[PATCH v6 00/18] make system memory API available for common code
2025-03-19 20:15 UTC (4+ messages)
` [PATCH v6 13/18] system/xen: remove inline stubs
[PATCH 0/3] Cleanups around returns
2025-03-19 20:07 UTC (12+ messages)
` [PATCH 1/3] cleanup: Re-run return_directly.cocci
` [PATCH 2/3] cleanup: Drop pointless return at end of function
` [PATCH 3/3] cleanup: Drop pointless label "
[PATCH 00/39] hexagon system emu, part 2/3
2025-03-19 19:50 UTC (24+ messages)
` [PATCH 05/39] target/hexagon: Implement modify SSR
` [PATCH 12/39] target/hexagon: Add implementation of cycle counters
` [PATCH 32/39] target/hexagon: Define system, guest reg names
` [PATCH 33/39] target/hexagon: initialize sys/guest reg TCGvs
` [PATCH 34/39] target/hexagon: Add TLB, k0 {un,}lock
` [PATCH 35/39] target/hexagon: Define gen_precise_exception()
` [PATCH 36/39] target/hexagon: Add TCG overrides for transfer insts
` [PATCH 38/39] target/hexagon: Add guest reg reading functionality
` [PATCH 39/39] target/hexagon: Add pcycle setting functionality
[PATCH 0/4] Several sstc extension fixes
2025-03-19 19:21 UTC (5+ messages)
` [PATCH 1/4] target/riscv: Add the checking into stimecmp write function
` [PATCH 2/4] hw/intc: riscv_aclint: Fix mtime write for sstc extension
` [PATCH 3/4] target/riscv: Fix VSTIP bit in "
` [PATCH 4/4] target/riscv: Enable/Disable S/VS-mode Timer when STCE bit is changed
[PATCH] 9pfs: fix 'total_open_fd' decrementation
2025-03-19 18:52 UTC (3+ messages)
[RFC PATCH v2 00/20] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
2025-03-19 18:34 UTC (36+ messages)
` [RFC PATCH v2 03/20] hw/arm/smmuv3-accel: Add initial infrastructure for smmuv3-accel device
` [RFC PATCH v2 05/20] hw/arm/smmuv3-accel: Associate a pxb-pcie bus
` [RFC PATCH v2 13/20] hw/arm/smmuv3-accel: Introduce helpers to batch and issue cache invalidations
[PATCH 00/10] gdbstub: conversion to runtime endianess helpers
2025-03-19 18:22 UTC (11+ messages)
` [PATCH 01/10] include/gdbstub: fix include guard in commands.h
` [PATCH 02/10] gdbstub: introduce target independent gdb register helper
` [PATCH 03/10] target/arm: convert 32 bit gdbstub to new helper
` [PATCH 04/10] target/arm: convert 64 "
` [PATCH 05/10] target/ppc: expand comment on FP/VMX/VSX access functions
` [PATCH 06/10] target/ppc: make ppc_maybe_bswap_register static
` [PATCH 07/10] target/ppc: convert gdbstub to new helper (!hacky)
` [PATCH 08/10] gdbstub: assert earlier in handle_read_all_regs
` [PATCH 09/10] include/exec: fix assert in size_memop
` [PATCH 10/10] target/microblaze: convert gdbstub to new helper
[PATCH v3 0/3] i.MX 8M Plus EVK Fixes
2025-03-19 18:06 UTC (4+ messages)
` [PATCH v3 1/3] hw/arm/imx8mp-evk: Fix reference count of SoC object
[PATCH 0/4] Integrate IOMMUs with PCI hosts that have ATUs
2025-03-19 17:42 UTC (3+ messages)
[PATCH for-10.1 00/32] vfio: Spring cleanup
2025-03-19 17:33 UTC (53+ messages)
` [PATCH for-10.1 01/32] vfio: Move vfio_mig_active() into migration.c
` [PATCH for-10.1 02/32] vfio: Rename vfio_reset_bytes_transferred()
` [PATCH for-10.1 03/32] vfio: Introduce a new header file for external migration services
` [PATCH for-10.1 04/32] vfio: Make vfio_un/block_multiple_devices_migration() static
` [PATCH for-10.1 05/32] vfio: Make vfio_viommu_preset() static
` [PATCH for-10.1 06/32] vfio: Introduce a new header file for internal migration services
` [PATCH for-10.1 10/32] vfio: Introduce new files for VFIORegion definitions and declarations
` [PATCH for-10.1 11/32] vfio: Introduce a new header file for VFIOcontainer declarations
` [PATCH for-10.1 13/32] vfio: Move VFIOAddressSpace helpers into container-base.c
` [PATCH for-10.1 16/32] vfio: Move vfio_get_info_dma_avail() into helpers.c
` [PATCH for-10.1 17/32] vfio: Move vfio_kvm_device_add/del_fd() to helpers.c
` [PATCH for-10.1 19/32] vfio: Introduce a new file for VFIODevice definitions
` [PATCH for-10.1 20/32] vfio: Introduce new files for CPR definitions and declarations
` [PATCH for-10.1 23/32] vfio: Move vfio_de/attach_device() into device.c
` [PATCH for-10.1 24/32] vfio: Introduce new files for dirty tracking definitions and declarations
` [PATCH for-10.1 25/32] vfio: Move vfio_set_migration_error() into migration.c
` [PATCH for-10.1 26/32] vfio: Rename vfio-common.h to vfio-device.h
` [PATCH for-10.1 28/32] vfio: Make vfio_devices_query_dirty_bitmap() static
` [PATCH for-10.1 30/32] vfio: Rename VFIO dirty tracking services
` [PATCH for-10.1 31/32] vfio: Introduce vfio_dirty_tracking_un/register() routines
` [PATCH for-10.1 32/32] vfio: Rename RAM discard related services
[PATCH v2 00/42] accel/tcg, codebase: Build once patches
2025-03-19 17:25 UTC (13+ messages)
` [PATCH v2 06/42] include/exec: Split out cpu-mmu-index.h
` [PATCH v2 11/42] accel/tcg: Perform aligned atomic reads in translator_ld
` [PATCH v2 39/42] include/system: Remove ifndef CONFIG_USER_ONLY in qtest.h
[PATCH] hw/misc/edu: Rename macros indicating the direction of DMA operations
2025-03-19 17:15 UTC (3+ messages)
[PATCH v2 0/3] scripts: render_block_graph: Fix with new python and improve argument parsing
2025-03-19 16:53 UTC (5+ messages)
` [PATCH v2 1/3] scripts: render_block_graph: Fix invalid escape sequence warning with python 3.12
` [PATCH v2 2/3] scripts: render_block_graph: Implement proper argument parser
` [PATCH v2 3/3] scripts: render_block_graph: Avoid backtrace on error from virsh
[PATCH 0/2] qga: Add 'guest-get-load' command
2025-03-19 16:52 UTC (5+ messages)
` [PATCH 1/2] qga-win: implement a "
[PATCH v2 0/2] i.MX 8M Plus EVK Fixes
2025-03-19 16:51 UTC (5+ messages)
` [PATCH v2 1/2] hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from TYPE_SYS_BUS_DEVICE
[PATCH-for-10.1 00/12] tcg: Make tcg_gen_insn_start() target-agnostic
2025-03-19 16:45 UTC (21+ messages)
` [PATCH-for-10.1 01/12] tcg: Declare TARGET_INSN_START_EXTRA_WORDS in 'cpu-param.h'
` [PATCH-for-10.1 02/12] tcg: Always define TARGET_INSN_START_EXTRA_WORDS
` [PATCH-for-10.1 03/12] tcg: Have tcg_gen_insn_start() take uint64_t arguments
` [PATCH-for-10.1 04/12] tcg: Declare local 'insn_start_words' variable in tcg_gen_insn_start()
` [PATCH-for-10.1 05/12] tcg: Use TCGContext::insn_start_words "
` [PATCH-for-10.1 06/12] tcg: Use TCGContext::insn_start_words in translate-all.c methods
` [PATCH-for-10.1 07/12] tcg: Check TARGET_INSN_START_EXTRA_WORDS range at runtime
` [PATCH-for-10.1 08/12] tcg: Declare arrays using TARGET_INSN_START_WORDS_MAX
` [PATCH-for-10.1 09/12] tcg: Restrict TARGET_INSN_START_WORDS definition to translate-all.c
` [PATCH-for-10.1 10/12] tcg: Unify tcg_gen_insn_start() to handle 1 or 2 arguments
` [PATCH-for-10.1 11/12] tcg: Unify tcg_gen_insn_start() to handle 0 "
` [PATCH-for-10.1 12/12] tcg: Uninline tcg_gen_insn_start()
[PATCH] Fix duplicate symbol error on MacOS build
2025-03-19 16:43 UTC (8+ messages)
[PATCH 0/3] Enhancing Device Identification in RISC-V IOMMU Using Memory Attributes
2025-03-19 16:40 UTC (5+ messages)
` [PATCH 1/3] include/hw/pci: Attach BDF to "
[PATCH v2 0/2] util/qemu-sockets: Introduce configurable TCP keep-alive idle period
2025-03-19 16:36 UTC (3+ messages)
` [PATCH v2 1/2] util/qemu-sockets: Add support for keep-alive flag to passive sockets
` [PATCH v2 2/2] utils/qemu-sockets: Introduce keep-alive-idle-period inet socket option
VDPA MAC address problem
2025-03-19 16:34 UTC
[PATCH 00/38] hexagon system emu, part 1/3
2025-03-19 16:08 UTC (8+ messages)
` [PATCH 28/38] target/hexagon: Initialize htid, modectl regs
Raspberry Pi 3B energy consumption
2025-03-19 15:57 UTC
[PULL 00/11] target/i386, HPET changes for QEMU 9.1 soft freeze
2025-03-19 15:56 UTC (7+ messages)
` [PULL 05/11] hpet: fix and cleanup persistence of interrupt status
qemu-system-ppc64: ../system/memory.c:2666: memory_region_add_subregion_common: Assertion `!subregion->container' failed
2025-03-19 15:47 UTC
[PATCH 0/3] vhost: fix the IO error after live migration
2025-03-19 15:20 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] virtio: add VM state change cb with return value
` [PATCH v2 2/3] vhost: return failure if stop virtqueue failed in vhost_dev_stop
` [PATCH v2 3/3] vhost-user: return failure if backend crash when live migration
[PATCH v3 0/6] [for-10.0] hw/uefi: some bugfixes
2025-03-19 15:04 UTC (11+ messages)
` [PATCH v3 1/6] hw/uefi: flush variable store to disk in post load
` [PATCH v3 2/6] hw/uefi: fix error handling in uefi_vars_json_save
` [PATCH v3 3/6] hw/uefi: fix error handling in uefi_vars_json_load
` [PATCH v3 4/6] hw/uefi-vars-sysbus: allow for riscv virt
` [PATCH v3 5/6] hw/uefi-vars-sysbus: allow for loongarch virt
` [PATCH v3 6/6] docs/firmware: add feature flag for host uefi variable store
[RFC PATCH 00/18] hw/microblaze: Quick single binary proof of concept
2025-03-19 14:25 UTC (4+ messages)
` [RFC PATCH 04/18] qemu: Introduce 'qemu/legacy_binary_info.h'
[PATCH 0/6] amd_iommu: Fixes to align with AMDVi specification
2025-03-19 14:10 UTC (4+ messages)
` [PATCH 6/6] amd_iommu: Do not assume passthrough translation for devices with DTE[TV]=0
[PULL 0/8] Functional and s390x patches for v10.0-rc1
2025-03-19 13:18 UTC (9+ messages)
` [PULL 1/8] hw/virtio: Also include md stubs in case CONFIG_VIRTIO_PCI is not set
` [PULL 2/8] tests/functional/test_arm_orangepi: rename test class to 'OrangePiMachine'
` [PULL 3/8] tests/functional: remove all class level fields
` [PULL 4/8] docs/system: Use the meson binary from the pyvenv
` [PULL 5/8] docs/system/arm: Use "functional tests" instead of "integration tests"
` [PULL 6/8] docs/devel/testing/functional: Add a section about logging
` [PULL 7/8] tests/functional/test_x86_64_kvm_xen: Remove avocado tags
` [PULL 8/8] tests/functional/test_migration: Use "ncat" instead of "nc" in the exec test
[PATCH v2 0/4] [for-10.0] hw/uefi: some bugfixes
2025-03-19 13:15 UTC (15+ messages)
` [PATCH v2 1/4] hw/uefi: flush variable store to disk in post load
` [PATCH v2 2/4] hw/uefi: fix error handling in uefi_vars_json_save
` [PATCH v2 3/4] hw/uefi: fix error handling in uefi_vars_json_load
` [PATCH v2 4/4] docs/firmware: add feature flag for qemu variable store
vof-nvram.bin: what it is and how it is used?
2025-03-19 13:14 UTC (2+ messages)
[PATCH 1/2] target/riscv: Restrict mideleg/medeleg/medelegh access to S-mode harts
2025-03-19 12:59 UTC (3+ messages)
` [PATCH 2/2] target/riscv: Restrict midelegh "
[PATCH PoC 0/7] Interact with QEMU GPIO models via gpiodev
2025-03-19 7:57 UTC (8+ messages)
` [PATCH PoC 1/7] QAPI: gpio JSON
` [PATCH PoC 2/7] Add gpiodev dummy
` [PATCH PoC 3/7] gpiodev: Add GPIO device frontend
` [PATCH PoC 4/7] gpiodev: Add GPIO backend over chardev
` [PATCH PoC 5/7] hw/gpio/aspeed: Add gpiodev support
` [PATCH PoC 6/7] hw/arm: ast2600: set id for gpio
` [PATCH PoC 7/7] gpiodev: Add gpiobackend over GUSE
[PATCH 0/2] RISC-V: ACPI: Add support for RIMT
2025-03-19 12:40 UTC (5+ messages)
` [PATCH 1/2] hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure
` [PATCH 2/2] hw/riscv/virt-acpi-build: Add support for RIMT
[PATCH 0/6] Add bios-tables-test for LoongArch64 system
2025-03-19 12:06 UTC (3+ messages)
` [PATCH 6/6] tests/qtest: Enable bios-tables-test for LoongArch
[PATCH] tests/functional/test_migration: Use "ncat" instead of "nc" in the exec test
2025-03-19 12:05 UTC (3+ messages)
[PULL 00/24] Firmware 20250304 patches
2025-03-19 12:02 UTC (4+ messages)
` [PULL 16/24] hw/uefi: add UEFI_VARS to Kconfig
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).