messages from 2025-03-06 16:00:00 to 2025-03-07 10:20:07 UTC [more...]
[PATCH 00/57] docs: Add new QAPI transmogrifier
2025-03-07 10:18 UTC (17+ 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 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 (25+ messages)
` [PATCH 01/10] target/arm: Move A32_BANKED_REG_{GET, SET} macros to cpregs.h
` [PATCH 02/10] target/arm: Un-inline access_secure_reg()
` [PATCH 03/10] linux-user/aarch64: Remove unused get/put_user macros
` [PATCH 04/10] linux-user/arm: Remove unused get_put_user macros
` [PATCH 05/10] target/arm: Move arm_cpu_data_is_big_endian() etc to internals.h
` [PATCH 06/10] target/arm: Move arm_current_el() and arm_el_is_aa64() "
` [PATCH 07/10] target/arm: SCR_EL3.RW should be treated as 1 if EL2 doesn't support AArch32
` [PATCH 08/10] target/arm: HCR_EL2.RW should be RAO/WI if EL1 "
` [PATCH 09/10] target/arm: Add cpu local variable to exception_return helper
` [PATCH 10/10] target/arm: Forbid return to AArch32 when CPU is AArch64-only
` [PATCH 00/10] target/arm: Forbid exception returns to unimplemented AArch32 ELs
[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 (11+ 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 (15+ messages)
` [PATCH v3 01/10] vfio/igd: Remove GTT write quirk in IO BAR 4
` [PATCH v3 02/10] vfio/igd: Do not include GTT stolen size in etc/igd-bdsm-size
` [PATCH v3 03/10] vfio/igd: Consolidate OpRegion initialization into a single function
` [PATCH v3 04/10] vfio/igd: Move LPC bridge initialization to a separate function
` [PATCH v3 05/10] vfio/pci: Add placeholder for device-specific config space quirks
` [PATCH v3 06/10] vfio/igd: Refactor vfio_probe_igd_bar4_quirk into pci config quirk
` [PATCH v3 07/10] vfio/igd: Decouple common quirks from legacy mode
` [PATCH v3 08/10] vfio/igd: Handle x-igd-opregion option in config quirk
` [PATCH v3 09/10] vfio/igd: Introduce x-igd-lpc option for LPC bridge ID quirk
` [PATCH v3 10/10] vfio/igd: Fix broken KVMGT OpRegion support
[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 (21+ messages)
` [PULL 12/54] accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h'
` [PULL 13/54] accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
` [PULL 17/54] accel/tcg: Avoid using lock_user() in cpu_memory_rw_debug()
` [PULL 20/54] cpus: Fix style in cpu-target.c
` [PULL 23/54] cpus: Have cpu_exec_initfn() per user / system emulation
` [PULL 25/54] hw/core/generic-loader: Do not open-code cpu_set_pc()
` [PULL 30/54] target/i386/hvf: Variable type fixup in decoder
` [PULL 33/54] target/rx: Ensure not being build on user emulation
` [PULL 38/54] target/arm: Set disassemble_info::endian value in disas_set_info()
` [PULL 41/54] target/ppc: "
` [PULL 43/54] target/sh4: "
` [PULL 45/54] disas: Remove target_words_bigendian() call in initialize_debug_target()
` [PULL 47/54] target/sparc: Constify SPARCCPUClass::cpu_def
` [PULL 48/54] target/xtensa: Finalize config in xtensa_register_core()
` [PULL 49/54] target/riscv: Declare RISCVCPUClass::misa_mxl_max as RISCVMXL
` [PULL 51/54] target/alpha: Do not mix exception flags and FPCR bits
` [PULL 52/54] target/i386: Mark WHPX APIC region as little-endian
` [PULL 53/54] system: Open-code qemu_init_arch_modules() using target_name()
` [PULL 54/54] include: Poison TARGET_PHYS_ADDR_SPACE_BITS definition
[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 (3+ 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 (5+ 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 (6+ messages)
[PATCH v5 00/29] Support AST2700 A1
2025-03-07 2:43 UTC (7+ messages)
` [PATCH v5 03/29] hw/intc/aspeed: Introduce dynamic allocation for regs array
` [PATCH v5 04/29] hw/intc/aspeed: Support setting different register size
[PULL 0/2] loongarch tcg queue
2025-03-07 2:19 UTC (3+ messages)
` [PULL 1/2] target/loongarch: fix 'make check-functional' failed
` [PULL 2/2] target/loongarch: check tlb_ps
[PATCH] util/loongarch64: Add clang compiler support
2025-03-07 1:13 UTC
[PATCH v5 0/2] target/loongarch: fix 'make check-functional' failed
2025-03-07 1:12 UTC (3+ messages)
` [PATCH v7 2/2] target/loongarch: check tlb_ps
[RFC PATCH 00/18] hw/microblaze: Quick single binary proof of concept
2025-03-07 0:46 UTC (12+ messages)
` [RFC PATCH 04/18] qemu: Introduce 'qemu/legacy_binary_info.h'
[PATCH 0/7] target/riscv: store max SATP mode as a single integer in RISCVCPUConfig
2025-03-07 0:44 UTC (5+ messages)
` [PATCH 2/7] target/riscv: env->misa_mxl is a constant
[PATCH] accel/tcg: Restrict CPU_TLB_DYN_*_BITS definitions to accel/tcg/
2025-03-06 23:48 UTC (2+ messages)
[PATCH 0/7] hw/hyperv: remove duplication compilation units
2025-03-06 22:59 UTC (15+ messages)
` [PATCH 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH 5/7] hw/hyperv/syndbg: "
[PULL 00/41] Misc HW patches for 2025-03-05
2025-03-06 22:36 UTC (3+ messages)
` [PULL 11/41] hw/acpi/ghes: Make ghes_record_cper_errors() static
[PATCH 00/38] hexagon system emu, part 1/3
2025-03-06 22:01 UTC (20+ messages)
` [PATCH 03/38] target/hexagon: Add System/Guest register definitions
` [PATCH 04/38] target/hexagon: Make gen_exception_end_tb non-static
` [PATCH 05/38] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PATCH 06/38] target/hexagon: Add privilege check, use tag_ignore()
` [PATCH 07/38] target/hexagon: Add a placeholder fp exception
` [PATCH 08/38] target/hexagon: Add guest, system reg number defs
` [PATCH 09/38] target/hexagon: Add guest, system reg number state
` [PATCH 10/38] target/hexagon: Add TCG values for sreg, greg
` [PATCH 11/38] target/hexagon: Add guest/sys reg writes to DisasContext
[PATCH rfcv2 00/20] intel_iommu: Enable stage-1 translation for passthrough device
2025-03-06 19:45 UTC (6+ messages)
` [PATCH rfcv2 06/20] host_iommu_device: Define two new capabilities HOST_IOMMU_DEVICE_CAP_[NESTING|FS1GP]
[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
2025-03-06 18:40 UTC (15+ messages)
[PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
2025-03-06 18:23 UTC (4+ messages)
[PATCH] docs: Rename default-configs to configs
2025-03-06 17:50 UTC (2+ messages)
[PATCH 0/2] i386: Adjust CPUID_EXT_PDCM based on enable_pmu at realization
2025-03-06 16:51 UTC (3+ messages)
[PATCH v3] meson.build: default to -gsplit-dwarf for debug info
2025-03-06 16:16 UTC
[BUG, RFC] cpr-transfer: qxl guest driver crashes after migration
2025-03-06 16:13 UTC (11+ messages)
[PATCH v4 00/47] x86: Improve operation under QEMU
2025-03-06 16:04 UTC (6+ messages)
` [PATCH v4 04/47] x86: qemu: Switch to bochs display
` [PATCH v4 05/47] x86: qemu: Enable dhrystone
` [PATCH v4 06/47] x86: qemu: Avoid accessing BSS too early
` [PATCH v4 28/47] x86: qemu: Support environment and cat command
` [PATCH v4 34/47] x86: qemu: Use the new e820 API
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).