qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-07 02:54:50 to 2025-03-07 15:20:15 UTC [more...]

[PATCH v4] meson.build: default to -gsplit-dwarf for debug info
 2025-03-07 15:17 UTC 

[PATCH 0/7] hw/virtio: Build virtio-mem.c once
 2025-03-07 15:15 UTC  (8+ messages)
` [PATCH 1/7] system: Replace arch_type global by qemu_arch_available() helper
` [PATCH 2/7] hw/acpi: Introduce acpi_builtin() helper
` [PATCH 3/7] hw/i386/fw_cfg: Check ACPI availability with acpi_builtin()
` [PATCH 4/7] hw/virtio/virtio-mem: Remove CONFIG_DEVICES include
` [PATCH 5/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
` [PATCH 6/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_HAS_LEGACY_GUESTS "
` [PATCH 7/7] hw/virtio: Compile virtio-mem.c once

[PULL 00/21] target-arm queue
 2025-03-07 15:07 UTC  (22+ messages)
` [PULL 01/21] hw/arm/smmu-common: Remove the repeated ttb field
` [PULL 02/21] hw/gpio: npcm7xx: fixup out-of-bounds access
` [PULL 03/21] tests/functional/test_arm_sx1: Check whether the serial console is working
` [PULL 04/21] target/arm: Apply correct timer offset when calculating deadlines
` [PULL 05/21] target/arm: Don't apply CNTVOFF_EL2 for EL2_VIRT timer
` [PULL 06/21] target/arm: Make CNTPS_* UNDEF from Secure EL1 when Secure EL2 is enabled
` [PULL 07/21] target/arm: Always apply CNTVOFF_EL2 for CNTV_TVAL_EL02 accesses
` [PULL 08/21] target/arm: Refactor handling of timer offset for direct register accesses
` [PULL 09/21] target/arm: Implement SEL2 physical and virtual timers
` [PULL 10/21] target/arm: Document the architectural names of our GTIMERs
` [PULL 11/21] hw/arm: enable secure EL2 timers for virt machine
` [PULL 12/21] hw/arm: enable secure EL2 timers for sbsa machine
` [PULL 13/21] target/arm: Correct LDRD atomicity and fault behaviour
` [PULL 14/21] target/arm: Correct STRD atomicity
` [PULL 15/21] target/arm: Drop unused address_offset from op_addr_{rr, ri}_post()
` [PULL 16/21] target/arm: Make dummy debug registers RAZ, not NOP
` [PULL 17/21] util/qemu-timer.c: Don't warp timer from timerlist_rearm()
` [PULL 18/21] include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGN
` [PULL 19/21] hw/arm/smmu: Introduce smmu_configs_inv_sid_range() helper
` [PULL 20/21] target/rx: Set exception vector base to 0xffffff80
` [PULL 21/21] target/rx: Remove TCG_CALL_NO_WG from helpers which write env

[PATCH v3] meson.build: default to -gsplit-dwarf for debug info
 2025-03-07 14:52 UTC  (3+ messages)

[PATCH 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 14:50 UTC  (12+ messages)
` [PATCH 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH 5/7] hw/hyperv/syndbg: "

[PATCH v2 0/5] ppc/amigaone patches
 2025-03-07 14:46 UTC  (7+ messages)
` [PATCH v2 3/5] ppc/amigaone: Add default environment
` [PATCH v2 5/5] ppc/amigaone: Add #defines for memory map constants

New git repository for Go bindings
 2025-03-07 13:51 UTC  (3+ messages)

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-07 13:45 UTC  (14+ messages)
` [PATCH v6 30/36] vfio/migration: Multifd device state transfer support - send side
` [PATCH 1/2] vfio/migration: Add also max in-flight VFIO device state buffers size limit
` [PATCH 2/2] vfio/migration: Use BE byte order for device state wire packets

[PATCH v4 00/47] x86: Improve operation under QEMU
 2025-03-07 14:22 UTC  (2+ messages)

[PATCH V5] migration: ram block cpr blockers
 2025-03-07 14:16 UTC  (2+ messages)

[PATCH v5 0/6] migration/rdma: fixes, refactor and cleanup
 2025-03-07 14:15 UTC  (2+ messages)

[PATCH 0/5] Renesas RX target fixes
 2025-03-07 13:51 UTC  (11+ messages)
` [PATCH 0/4] Renesas RX target fixes (v2)
  ` [PATCH 1/4] target/rx: Set exception vector base to 0xffffff80
  ` [PATCH 2/4] target/rx: Remove TCG_CALL_NO_WG from helpers which write env
  ` [PATCH 3/4] hw/rx: Reset the CPU at qemu reset time
  ` [PATCH 4/4] rx: Support loading of ELF files too

[PATCH 0/2] migration: multifd documentation
 2025-03-07 13:42 UTC  (3+ messages)
` [PATCH 1/2] migration: Add some documentation for multifd
` [PATCH 2/2] migration: Move compression docs under multifd

[PATCH v3 0/3] user: Extract common MMAP API to 'user/mmap.h'
 2025-03-07 13:09 UTC  (4+ messages)
` [PATCH v3 1/3] bsd-user: Always use mmap_find_vma_aligned() in target_mmap()
` [PATCH v3 2/3] bsd-user: Propagate alignment argument to mmap_find_vma()
` [PATCH v3 3/3] user: Extract common MMAP API to 'user/mmap.h'

[PATCH] target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()
 2025-03-07 12:46 UTC 

[PULL 00/15] Functional and s390x patches before 10.0 soft-freeze
 2025-03-07 12:45 UTC  (20+ messages)
` [PULL 01/15] tests/functional: remove unused 'bin_prefix' variable
` [PULL 02/15] tests/functional: set 'qemu_bin' as an object level field
` [PULL 03/15] tests/functional: reduce tuxrun maxmem to work on 32-bit hosts
` [PULL 04/15] tests/functional: skip memaddr tests on 32-bit builds
` [PULL 05/15] tests/functional: drop unused 'get_tag' method
` [PULL 06/15] tests/functional: stop output from zstd command when uncompressing
` [PULL 07/15] tests/functional: Move the code for testing HTTP downloads to a common function
` [PULL 08/15] tests/functional/test_mips_malta: Add a network test via the pcnet NIC
` [PULL 09/15] tests/functional: Increase the timeout of the mips64el_replay test
` [PULL 10/15] tests/functional: fix race in virtio balloon test
` [PULL 11/15] tests/functional/test_virtio_balloon: Only use KVM for running this test
` [PULL 12/15] doc: add missing 'Asset' type in function test doc
` [PULL 13/15] MAINTAINERS: Add docs/devel/testing/functional.rst to the functional section
` [PULL 14/15] s390x/pci: add support for guests that request direct mapping
` [PULL 15/15] s390x/pci: indicate QEMU supports relaxed translation for passthrough

[PULL 00/41] Misc HW patches for 2025-03-05
 2025-03-07 12:41 UTC  (4+ messages)
` [PULL 11/41] hw/acpi/ghes: Make ghes_record_cper_errors() static

[PATCH 0/3] Enhancing Device Identification in RISC-V IOMMU Using Memory Attributes
 2025-03-07 12:39 UTC  (7+ messages)
` [PATCH 1/3] include/hw/pci: Attach BDF to "
` [PATCH 2/3] hw/riscv/riscv-iommu: Obtain Device IDs from "
` [PATCH 3/3] hw/riscv/riscv_iommu: Remove the "bus" property

[PATCH 00/57] docs: Add new QAPI transmogrifier
 2025-03-07 12:37 UTC  (45+ messages)
` [PATCH 04/57] docs/sphinx: add compat.py module and nested_parse helper
` [PATCH 09/57] docs/qapi-domain: add QAPI xref roles
` [PATCH 11/57] docs/qapi-domain: add qapi:command directive
` [PATCH 12/57] docs/qapi-domain: add :since: directive option
` [PATCH 13/57] docs/qapi-domain: add "Arguments:" field lists
` [PATCH 15/57] docs/qapi-domain: add "Errors:" "
` [PATCH 16/57] docs/qapi-domain: add "Returns:" "
` [PATCH 18/57] docs/qapi-domain: add qapi:alternate directive
` [PATCH 19/57] docs/qapi-domain: add qapi:event directive
` [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option
` [PATCH 23/57] docs/qapi-domain: add :ifcond: "
` [PATCH 35/57] docs/qapidoc: Fix static typing on qapidoc.py
` [PATCH 40/57] docs/qapidoc: add visit_freeform() method
` [PATCH 41/57] docs/qapidoc: add preamble() method
` [PATCH 43/57] docs/qapidoc: add visit_errors() method
` [PATCH 46/57] docs/qapidoc: add visit_feature() method
` [PATCH 48/57] docs/qapidoc: add visit_returns() method
` [PATCH 49/57] docs/qapidoc: add visit_member() method
` [PATCH 50/57] docs/qapidoc: add visit_sections() method
` [PATCH 51/57] docs/qapidoc: add visit_entity()
` [PATCH 56/57] docs/qapidoc: add intermediate output debugger
` [PATCH 57/57] docs/qapidoc: Add "the members of" pointers

[PATCH v2] hw/riscv/riscv-iommu: Fix process directory table walk
 2025-03-07 12:28 UTC  (2+ messages)

[PATCH v3 0/2] Enhanced VSTART and VL checks for vector instructions
 2025-03-07 12:13 UTC  (5+ messages)
` [PATCH v3 1/2] target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter
` [PATCH v3 2/2] target/riscv: fix handling of nop for vstart >= vl in some vector instruction

[RFC PATCH v2 0/5] Report vfio-ap configuration changes
 2025-03-07 11:46 UTC  (5+ messages)
` [RFC PATCH v2 2/5] hw/vfio/ap: notification handler for AP config changed event
` [RFC PATCH v2 3/5] hw/vfio/ap: store object indicating AP config changed in a queue

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-03-07 11:45 UTC  (10+ messages)
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command

[PATCH v4 00/11]
 2025-03-07 11:33 UTC  (5+ messages)

[PATCH v3] hw/arm/smmu: Introduce smmu_configs_inv_sid_range() helper
 2025-03-07 10:59 UTC  (3+ messages)

[PATCH 0/3] hw/net/smc91c111: Fix potential array overflows
 2025-03-07 10:40 UTC  (3+ messages)

[PATCH] include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGN
 2025-03-07 10:40 UTC  (3+ messages)

[PATCH 1/2] i386/xen: Move KVM_XEN_HVM_CONFIG ioctl to kvm_xen_init_vcpu()
 2025-03-07 10:38 UTC  (3+ messages)
` [PATCH 2/2] hw/xen: Add "mode" parameter to xen-block devices

[PATCH 0/4] target/i386: Emulate ftz and denormal flag bits correctly
 2025-03-07 10:38 UTC  (3+ messages)

[PATCH] util/qemu-timer.c: Don't warp timer from timerlist_rearm()
 2025-03-07 10:36 UTC  (3+ messages)

[PATCH v7] hw/i386/cpu: remove default_cpu_version and simplify
 2025-03-07 10:23 UTC 

[PATCH v2 0/2] 9pfs: v9fs_reclaim_fd() fixes
 2025-03-07  9:47 UTC  (4+ messages)
` [PATCH v2 1/2] 9pfs: fix concurrent v9fs_reclaim_fd() calls
` [PATCH v2 2/2] 9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()

From ce9a42483c23c32cee233f648101a160b6604b45 Mon Sep 17 00:00:00 2001
 2025-03-07  9:39 UTC  (7+ messages)
` [PATCH 05/10] target/arm: Move arm_cpu_data_is_big_endian() etc to internals.h
` [PATCH 07/10] target/arm: SCR_EL3.RW should be treated as 1 if EL2 doesn't support AArch32

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-07  9:19 UTC  (18+ messages)
` [PATCH v2 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v2 02/10] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v2 03/10] [DO NOT MERGE] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v2 06/10] target/i386/kvm: rename architectural PMU variables
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset

[PATCH qemu v2 1/3] hw/s390x: add CPI identifiers to QOM
 2025-03-07  8:04 UTC  (6+ messages)
` [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

[PATCH v6 00/29] Support AST2700 A1
 2025-03-07  8:08 UTC  (38+ messages)
` [PATCH v6 01/29] hw/intc/aspeed: Support setting different memory size
` [PATCH v6 02/29] hw/intc/aspeed: Rename status_addr and addr to status_reg and reg for clarity
` [PATCH v6 03/29] hw/intc/aspeed: Introduce dynamic allocation for regs array
` [PATCH v6 04/29] hw/intc/aspeed: Support setting different register size
` [PATCH v6 05/29] hw/intc/aspeed: Reduce regs array size by adding a register sub-region
` [PATCH v6 06/29] hw/intc/aspeed: Introduce helper functions for enable and status registers
` [PATCH v6 07/29] hw/intc/aspeed: Add object type name to trace events for better debugging
` [PATCH v6 08/29] hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0
` [PATCH v6 09/29] hw/arm/aspeed_ast27x0: Sort the IRQ table by IRQ number
` [PATCH v6 10/29] hw/intc/aspeed: Support different memory region ops
` [PATCH v6 11/29] hw/intc/aspeed: Rename num_ints to num_inpins for clarity
` [PATCH v6 12/29] hw/intc/aspeed: Add support for multiple output pins in INTC
` [PATCH v6 13/29] hw/intc/aspeed: Refactor INTC to support separate input and output pin indices
` [PATCH v6 14/29] hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and register address
` [PATCH v6 15/29] hw/intc/aspeed: Introduce IRQ handler function to reduce code duplication
` [PATCH v6 16/29] hw/intc/aspeed: Add Support for Multi-Output IRQ Handling
` [PATCH v6 17/29] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller
` [PATCH v6 18/29] hw/misc/aspeed_scu: Add Support for AST2700/AST2750 A1 Silicon Revisions
` [PATCH v6 19/29] hw/arm/aspeed_ast27x0.c Support AST2700 A1 GIC Interrupt Mapping
` [PATCH v6 20/29] hw/arm/aspeed_ast27x0: Define an Array of AspeedINTCState with Two Instances
` [PATCH v6 21/29] hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for AST2700 A1
` [PATCH v6 22/29] hw/arm/aspeed_ast27x0: Add SoC Support "
` [PATCH v6 23/29] hw/arm/aspeed: Add Machine "
` [PATCH v6 24/29] hw/arm/aspeed_ast27x0: Sort the memmap table by mapping address
` [PATCH v6 25/29] tests/functional/aspeed: Introduce start_ast2700_test API
` [PATCH v6 26/29] tests/functional/aspeed: Update temperature hwmon path
` [PATCH v6 27/29] tests/functional/aspeed: Update test ASPEED SDK v09.05
` [PATCH v6 28/29] tests/functional/aspeed: Add test case for AST2700 A1
` [PATCH v6 29/29] docs/specs: Add aspeed-intc

[PATCH v3 00/10] vfio/igd: Decoupling quirks with legacy mode
 2025-03-07  8:04 UTC  (4+ messages)

[PATCH] tests/functional: fix race in virtio balloon test
 2025-03-07  8:04 UTC  (6+ messages)

[PATCH] tests/functional/test_virtio_balloon: Only use KVM for running this test
 2025-03-07  8:01 UTC  (2+ messages)

[v5,1/6] hw/misc/aspeed_scu: Skipping dram_init in u-boot
 2025-03-07  7:40 UTC  (4+ messages)

[qemu-web PATCH] Announce Google Summer of Code 2025
 2025-03-07  7:38 UTC  (2+ messages)

[PULL 00/54] Accelerators & CPU patches
 2025-03-07  7:18 UTC  (2+ messages)

[PULL 00/10] QAPI patches patches for 2025-03-06
 2025-03-07  7:18 UTC  (2+ messages)

[PULL 0/4] NBD patches through 2025-03-05
 2025-03-07  7:18 UTC  (2+ messages)

[PULL 00/42] vfio queue
 2025-03-07  7:18 UTC  (2+ messages)

[PULL 0/1] Block patches
 2025-03-07  7:18 UTC  (2+ messages)

[PATCH 0/5] hw/intc: Add reset support for LoongArch irqchips
 2025-03-07  7:13 UTC  (6+ messages)
` [PATCH 1/5] hw/intc/loongarch_ipi: Add reset support
` [PATCH 2/5] hw/intc/loongarch_extioi: "
` [PATCH 3/5] hw/intc/loongarch_extioi: Replace legacy reset callback with new api
` [PATCH 4/5] hw/intc/loongarch_pch: Add reset support
` [PATCH 5/5] hw/intc/loongarch_pch: Replace legacy reset callback with new api

[PATCH] include/exec: Move TARGET_PAGE_{SIZE, MASK, BITS} to target_page.h
 2025-03-07  4:18 UTC  (2+ messages)
` [PATCH] include/exec: Move TARGET_PAGE_{SIZE,MASK,BITS} "

[PATCH v2 1/2] target/riscv: fix access permission checks for CSR_SSP
 2025-03-07  3:23 UTC  (4+ messages)
` [PATCH v2 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode

[PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
 2025-03-07  2:53 UTC  (3+ messages)


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