qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-15 08:14:29 to 2025-05-15 15:50:04 UTC [more...]

[PATCH 00/27] vfio-user client
 2025-05-15 15:46 UTC  (19+ messages)
` [PATCH 01/27] vfio: return mr from vfio_get_xlat_addr
` [PATCH 03/27] vfio: move more cleanup into vfio_pci_put_device()
` [PATCH 04/27] vfio: move config space read into vfio_pci_config_setup()
` [PATCH 05/27] vfio: refactor out IRQ signalling setup
` [PATCH 06/27] vfio: enable per-IRQ MSI-X masking
` [PATCH 07/27] vfio: add per-region fd support
` [PATCH 09/27] vfio-user: introduce vfio-user protocol specification
` [PATCH 11/27] vfio-user: connect vfio proxy to remote server
` [PATCH 13/27] vfio-user: implement message send infrastructure
` [PATCH 14/27] vfio-user: implement VFIO_USER_DEVICE_GET_INFO
` [PATCH 18/27] vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*
` [PATCH 19/27] vfio-user: forward MSI-X PBA BAR accesses to server
` [PATCH 21/27] vfio-user: implement VFIO_USER_DEVICE_RESET
` [PATCH 22/27] vfio-user: implement VFIO_USER_DMA_MAP/UNMAP
` [PATCH 23/27] vfio-user: implement VFIO_USER_DMA_READ/WRITE
` [PATCH 26/27] vfio-user: add coalesced posted writes
` [PATCH 27/27] docs: add vfio-user documentation

[PATCH 00/50] ppc/xive: updates for PowerVM
 2025-05-15 15:48 UTC  (53+ messages)
` [PATCH 01/50] ppc/xive: Fix xive trace event output
` [PATCH 02/50] ppc/xive: Report access size in XIVE TM operation error logs
` [PATCH 04/50] ppc/xive2: Remote VSDs need to match on forwarding address
` [PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority
` [PATCH 06/50] ppc/xive: Fix PHYS NSR ring matching
` [PATCH 07/50] ppc/xive2: Reset Generation Flipped bit on END Cache Watch
` [PATCH 08/50] ppc/xive2: Use fair irq target search algorithm
` [PATCH 11/50] ppc/xive2: Do not present group interrupt on OS-push if precluded by CPPR
` [PATCH 12/50] ppc/xive2: Set CPPR delivery should account for group priority
` [PATCH 13/50] ppc/xive: tctx_notify should clear the precluded interrupt
` [PATCH 14/50] ppc/xive: Explicitly zero NSR after accepting
` [PATCH 30/50] ppc/xive: Add xive_tctx_pipr_present() to present new interrupt
` [PATCH 31/50] ppc/xive: Fix high prio group interrupt being preempted by low prio VP
` [PATCH 34/50] ppc/xive: tctx_accept only lower irq line if an interrupt was presented
` [PATCH 35/50] ppc/xive: Add xive_tctx_pipr_set() helper function
` [PATCH 36/50] ppc/xive2: split tctx presentation processing from set CPPR
` [PATCH 37/50] ppc/xive2: Consolidate presentation processing in context push
` [PATCH 38/50] ppc/xive2: Avoid needless interrupt re-check on CPPR set
` [PATCH 39/50] ppc/xive: Assert group interrupts were redistributed
` [PATCH 40/50] ppc/xive2: implement NVP context save restore for POOL ring
` [PATCH 41/50] ppc/xive2: Prevent pulling of pool context losing phys interrupt
` [PATCH 42/50] ppc/xive: Redistribute phys after pulling of pool context
` [PATCH 43/50] ppc/xive: Check TIMA operations validity
` [PATCH 44/50] ppc/xive2: Implement pool context push TIMA op
` [PATCH 45/50] ppc/xive2: redistribute group interrupts on context push

[PATCH v7 00/14] arm: rework id register storage
 2025-05-15 15:39 UTC  (15+ messages)
` [PATCH v7 01/14] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [PATCH v7 02/14] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
` [PATCH v7 03/14] arm/cpu: Store aa64isar1/2 into the idregs array
` [PATCH v7 04/14] arm/cpu: Store aa64pfr0/1 "
` [PATCH v7 05/14] arm/cpu: Store aa64mmfr0-3 "
` [PATCH v7 06/14] arm/cpu: Store aa64dfr0/1 "
` [PATCH v7 07/14] arm/cpu: Store aa64smfr0 "
` [PATCH v7 08/14] arm/cpu: Store id_isar0-7 "
` [PATCH v7 09/14] arm/cpu: Store id_pfr0/1/2 "
` [PATCH v7 10/14] arm/cpu: Store id_dfr0/1 "
` [PATCH v7 11/14] arm/cpu: Store id_mmfr0-5 "
` [PATCH v7 12/14] arm/cpu: Add sysreg generation scripts
` [PATCH v7 13/14] arm/cpu: switch to a generated cpu-sysregs.h.inc
` [PATCH v7 14/14] arm/kvm: use fd instead of fdarray[2]

[PATCH 0/9] qom: Consolidate OBJECT_{DEFINE|DECLARE}_SIMPLE_TYPE*
 2025-05-15 15:41 UTC  (17+ messages)
` [PATCH 1/9] qom/object: Improve the doc of macros related with simple type
` [PATCH 2/9] docs/devel/qom: Fix the doc about OBJECT_DECLARE_SIMPLE_TYPE
` [PATCH 8/9] target/s390x/kvm/pv: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES

[PATCH v3 0/9] scripts/checkpatch: fix SPDX-License-Identifier detection
 2025-05-15 15:42 UTC  (11+ messages)
` [PATCH v3 1/9] Revert "scripts: mandate that new files have SPDX-License-Identifier"
` [PATCH v3 2/9] scripts/checkpatch.pl: fix various indentation mistakes
` [PATCH v3 3/9] scripts/checkpatch: introduce tracking of file start/end
` [PATCH v3 4/9] scripts/checkpatch: use new hook for ACPI test data check
` [PATCH v3 5/9] scripts/checkpatch: use new hook for file permissions check
` [PATCH v3 6/9] scripts/checkpatch: expand pattern for matching makefiles
` [PATCH v3 7/9] scripts/checkpatch: use new hook for MAINTAINERS update check
` [PATCH v3 8/9] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier
` [PATCH v3 9/9] scripts/checkpatch: reject license boilerplate on new files

[PATCH 00/13] single-binary: make QAPI generated files common
 2025-05-15 15:42 UTC  (4+ messages)
` [PATCH 01/13] qapi: introduce 'runtime_if' for QAPI json

[PATCH 00/19] target/arm: More header rework around arm_feature() & multiprocessing.h
 2025-05-15 15:22 UTC  (7+ messages)
` [PATCH 16/19] target/arm: Add arm_cpu_has_feature() helper

[PATCH] file-posix: Probe paths and retry SG_IO on potential path errors
 2025-05-15 15:02 UTC  (5+ messages)

[PATCH V3 00/42] Live update: vfio and iommufd
 2025-05-15 13:42 UTC  (13+ messages)
` [PATCH V3 07/42] vfio/container: preserve descriptors
` [PATCH V3 08/42] vfio/container: export vfio_legacy_dma_map
` [PATCH V3 09/42] vfio/container: discard old DMA vaddr
` [PATCH V3 10/42] vfio/container: restore "
` [PATCH V3 26/42] vfio: return mr from vfio_get_xlat_addr

[RFC 00/11] do not drain while holding the graph lock
 2025-05-15 13:41 UTC  (9+ messages)
` [PATCH 02/11] block: move drain outside of read-locked bdrv_reopen_queue_child()
` [PATCH 03/11] block/snapshot: move drain outside of read-locked bdrv_snapshot_delete()

[PATCH 0/4] hw/microblaze: Endianness clean-ups and deprecations
 2025-05-15 13:20 UTC  (5+ messages)
` [PATCH 1/4] hw/microblaze: Add endianness property to the petalogix_s3adsp1800 machine
` [PATCH 2/4] tests/functional: Test both microblaze s3adsp1800 endianness variants
` [PATCH 3/4] hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmu
` [PATCH 4/4] docs: Deprecate the qemu-system-microblazeel binary

[PATCH v2 00/20] Add Multi-Core Debug (MCD) API support
 2025-05-15 13:02 UTC  (10+ messages)
` [PATCH v2 03/20] mcd: Introduce MCD server
` [PATCH v2 07/20] mcd: Implement target initialization API
` [PATCH v2 08/20] mcd: Implement server connection API

[PATCH] s390x: Fix leak in machine_set_loadparm
 2025-05-15 12:51 UTC  (2+ messages)

[PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
 2025-05-15  8:00 UTC  (7+ messages)

[PATCH V3 0/4] acpi: Add machine option to disable SPCR table
 2025-05-15 12:44 UTC  (5+ messages)
` [PATCH V3 1/4] "
` [PATCH V3 2/4] tests/qtest/bios-tables-test: Add test for disabling SPCR on AArch64
` [PATCH V3 3/4] tests/qtest/bios-tables-test: Add test for disabling SPCR on RISC-V
` [PATCH V3 4/4] acpi/virt: suppress UART device & SPCR when guest has no serial hardware

[PULL 00/46] aspeed queue
 2025-05-15 12:39 UTC  (3+ messages)
` [PULL 45/46] tests/functional/aspeed: Add test case for AST2700 A1

[PULL 0/1] nvme queue
 2025-05-15 12:01 UTC  (2+ messages)
` [PULL 1/1] hw/nvme: fix nvme hotplugging

[PATCH 0/3] docs: Bump sphinx to 6.2.1
 2025-05-15 11:53 UTC  (2+ messages)

[PATCH] alsaaudio: Set try-poll to false by default
 2025-05-15 11:51 UTC  (6+ messages)

[PATCH 0/2] block/rbd: support selected key-value-pairs via QAPI
 2025-05-15 11:29 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block/rbd: support keyring option "

[PATCH 1/2] target/riscv: Add the implied rule for G extension
 2025-05-15 11:12 UTC  (4+ messages)
` [PATCH 2/2] target/riscv: Add standard B extension implied rule

[PATCH v2 0/7] scripts/checkpatch: refactor & fix SPDX-License-Identifier detection
 2025-05-15 11:10 UTC  (3+ messages)
` [PATCH v2 7/7] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier

[PULL 00/58] target-arm queue
 2025-05-15 10:25 UTC  (59+ messages)
` [PULL 01/58] target/microblaze: Use 'obj' in DEVICE() casts in mb_cpu_initfn()
` [PULL 02/58] target/microblaze: Delay gdb_register_coprocessor() to realize
` [PULL 03/58] hw/core/cpu-common: Don't init gdbstub until cpu_exec_realizefn()
` [PULL 04/58] target/arm: Present AArch64 gdbstub based on ARM_FEATURE_AARCH64
` [PULL 05/58] target/arm: Move aarch64 CPU property code to TYPE_ARM_CPU
` [PULL 06/58] target/arm/kvm: don't check TYPE_AARCH64_CPU
` [PULL 07/58] target/arm: Remove TYPE_AARCH64_CPU
` [PULL 08/58] rust: pl011: Cut down amount of text quoted from PL011 TRM
` [PULL 09/58] hw/arm: Replace TABs for spaces in OMAP board and device code
` [PULL 10/58] MAINTAINERS: Add an entry for the Bananapi machine
` [PULL 11/58] target/arm: Replace target_ulong -> vaddr for HWBreakpoint
` [PULL 12/58] include/system/hvf: missing vaddr include
` [PULL 13/58] meson: add common libs for target and target_system
` [PULL 14/58] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PULL 15/58] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PULL 16/58] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PULL 17/58] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PULL 18/58] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PULL 19/58] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PULL 20/58] target/arm/cpu: compile file twice (user, system) only
` [PULL 21/58] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PULL 22/58] tcg: add vaddr type for helpers
` [PULL 23/58] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PULL 24/58] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PULL 25/58] target/arm/helper: extract common helpers
` [PULL 26/58] target/arm/debug_helper: only include "
` [PULL 27/58] target/arm/debug_helper: remove target_ulong
` [PULL 28/58] target/arm/debug_helper: compile file twice (user, system)
` [PULL 29/58] target/arm/helper: restrict include to common helpers
` [PULL 30/58] target/arm/helper: replace target_ulong by vaddr
` [PULL 31/58] target/arm/helper: expose aarch64 cpu registration
` [PULL 32/58] target/arm/helper: remove remaining TARGET_AARCH64
` [PULL 33/58] target/arm/helper: compile file twice (user, system)
` [PULL 34/58] target/arm/vfp_fpscr: "
` [PULL 35/58] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PULL 36/58] target/arm/arch_dump: compile file once (system)
` [PULL 37/58] target/arm/arm-powerctl: "
` [PULL 38/58] target/arm/cortex-regs: "
` [PULL 39/58] target/arm/ptw: replace target_ulong with int64_t
` [PULL 40/58] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw
` [PULL 41/58] target/arm/ptw: compile file once (system)
` [PULL 42/58] target/arm/meson: accelerator files are not needed in user mode
` [PULL 43/58] target/arm/kvm-stub: compile file once (system)
` [PULL 44/58] target/arm/machine: reduce migration include to avoid target specific definitions
` [PULL 45/58] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PULL 46/58] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function
` [PULL 47/58] target/arm/kvm-stub: add missing stubs
` [PULL 48/58] target/arm/machine: compile file once (system)
` [PULL 49/58] target/arm/tcg/vec_internal: use forward declaration for CPUARMState
` [PULL 50/58] target/arm/tcg/crypto_helper: compile file once
` [PULL 51/58] target/arm/tcg/hflags: compile file twice (system, user)
` [PULL 52/58] target/arm/tcg/iwmmxt_helper: "
` [PULL 53/58] target/arm/tcg/neon_helper: "
` [PULL 54/58] target/arm/tcg/tlb_helper: "
` [PULL 55/58] target/arm/helper: restrict define_tlb_insn_regs to system target
` [PULL 56/58] target/arm/tcg/tlb-insns: compile file once (system)
` [PULL 57/58] target/arm/tcg/arith_helper: compile file once
` [PULL 58/58] target/arm/tcg/vfp_helper: compile file twice (system, user)

[PATCH] docs/interop: convert text files to restructuredText
 2025-05-15 10:24 UTC 

[PATCH] hw/i386/pc_piix: Fix RTC ISA IRQ wiring of isapc machine
 2025-05-15  9:38 UTC  (3+ messages)

[PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware
 2025-05-15  9:36 UTC  (5+ messages)

[PATCH v13 0/5] arm/virt: CXL support via pxb_cxl
 2025-05-15  9:04 UTC  (3+ messages)
` [PATCH v13 5/5] qtest/cxl: Add aarch64 virt test for CXL

[PATCH 00/12] qapi: remove all TARGET_* conditionals from the schema
 2025-05-15  8:56 UTC  (11+ messages)
` [PATCH 01/12] qapi: expose rtc-reset-reinjection command unconditionally
` [PATCH 09/12] qapi: make most CPU commands unconditionally available
` [PATCH 11/12] qapi: remove qapi_specific_outputs from meson.build
` [PATCH 12/12] qapi: make all generated files common

[PATCH v4 0/6] python: add QAPI and qapidoc et al to python tests
 2025-05-15  8:38 UTC  (2+ messages)

[PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
 2025-05-15  8:30 UTC  (4+ messages)

[PATCH v3 00/28] Fix incorrect hash results on AST2700
 2025-05-15  8:09 UTC  (12+ messages)
` [PATCH v3 12/28] hw/misc/aspeed_hace: Move register size to instance class and dynamically allocate regs
` [PATCH v3 13/28] hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addresses
` [PATCH v3 17/28] tests/qtest: Reorder aspeed test list
` [PATCH v3 19/28] test/qtest/hace: Specify explicit array sizes for test vectors and hash results
` [PATCH v3 20/28] test/qtest/hace: Adjust test address range for AST1030 due to SRAM limitations
` [PATCH v3 21/28] test/qtest/hace: Add SHA-384 test cases for ASPEED HACE model
` [PATCH v3 22/28] test/qtest/hace: Add SHA-384 tests for AST2600
` [PATCH v3 23/28] test/qtest/hace: Add tests for AST1030
` [PATCH v3 25/28] test/qtest/hace: Support 64-bit source and digest addresses for AST2700
` [PATCH v3 26/28] test/qtest/hace: Support to test upper 32 bits of digest and source addresses
` [PATCH v3 27/28] test/qtest/hace: Support to validate 64-bit hmac key buffer addresses

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-05-15  8:17 UTC  (3+ messages)
` [PATCH v4 06/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem_wide() -> fw_cfg_init_mem_dma()


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).