messages from 2025-06-18 16:56:42 to 2025-06-19 21:29:12 UTC [more...]
[PATCH 00/20] arm: Fixes and preparatory cleanups for split-accel
2025-06-19 21:28 UTC (36+ messages)
` [PATCH 01/20] target/arm: Remove arm_handle_psci_call() stub
` [PATCH 02/20] target/arm: Reduce arm_cpu_post_init() declaration scope
` [PATCH 03/20] target/arm: Unify gen_exception_internal()
` [PATCH 04/20] target/arm/hvf: Simplify GIC hvf_arch_init_vcpu()
` [PATCH 05/20] target/arm/hvf: Directly re-lock BQL after hv_vcpu_run()
` [PATCH 06/20] target/arm/hvf: Trace hv_vcpu_run() failures
` [PATCH 07/20] accel/hvf: Trace VM memory mapping
` [PATCH 08/20] target/arm/hvf: Log $pc in hvf_unknown_hvc() trace event
` [PATCH 09/20] target/arm/hvf: Correct dtb_compatible value
` [PATCH 10/20] target/arm: Restrict system register properties to system binary
` [PATCH 11/20] target/arm: Create GTimers *after* features finalized / accel realized
` [PATCH 12/20] accel: Keep reference to AccelOpsClass in AccelClass
` [PATCH 13/20] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH 14/20] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH 15/20] target/arm/hvf: Really set Generic Timer counter frequency
` [PATCH 16/20] hw/arm/virt: Only require TCG || QTest to use TrustZone
` [PATCH 17/20] hw/arm/virt: Only require TCG || QTest to use virtualization extension
` [PATCH 18/20] hw/arm/virt: Rename cpu_post_init() -> post_cpus_gic_realized()
` [PATCH 19/20] hw/arm/sbsa-ref: Tidy up use of RAMLIMIT_GB definition
` [PATCH 20/20] tests/functional/sbsa-ref: Move where machine type is set
[PATCH 0/2] block/rbd: support selected key-value-pairs via QAPI
2025-06-19 21:20 UTC (12+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block/rbd: support keyring option "
[PATCH v2 00/12] hw/i386: separate isapc out from pc_piix
2025-06-19 20:47 UTC (21+ messages)
` [PATCH v2 01/12] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
` [PATCH v2 02/12] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa()
` [PATCH v2 03/12] hw/i386/pc_piix.c: remove SMI and piix4_pm "
` [PATCH v2 05/12] hw/i386/pc_piix.c: remove nvdimm "
` [PATCH v2 06/12] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
` [PATCH v2 07/12] hw/i386/pc_piix.c: hardcode hole64_size to 0 "
` [PATCH v2 09/12] hw/i386/pc_piix.c: always initialise ISA IDE drives "
` [PATCH v2 10/12] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always false "
` [PATCH v2 11/12] hw/i386/pc_piix.c: hardcode pcms->pci_bus to NULL "
` [PATCH v2 12/12] hw/i386: move isapc machine to separate isapc.c file
[PULL 00/14] loongarch-to-apply queue
2025-06-19 20:39 UTC (16+ messages)
` [PULL 01/14] hw/intc/loongarch_extioi: Add kernel irqchip realize function
` [PULL 02/14] hw/intc/loongarch_extioi: Add kernel irqchip save and restore function
` [PULL 03/14] hw/intc/loongarch_ipi: Add kernel irqchip realize function
` [PULL 04/14] hw/intc/loongson_ipi: Add load and save interface with ipi_common class
` [PULL 05/14] hw/intc/loongarch_ipi: Add kernel irqchip save and restore function
` [PULL 06/14] hw/intc/loongarch_pch_msi: Inject MSI interrupt to kernel
` [PULL 07/14] hw/intc/loongarch_pch: Add kernel irqchip realize function
` [PULL 08/14] hw/intc/loongarch_pch: Add kernel irqchip save and restore function
` [PULL 09/14] hw/intc/loongarch_pch: Inject irq line interrupt to kernel
` [PULL 10/14] hw/loongarch/virt: Add reset support for kernel irqchip
` [PULL 11/14] target/loongarch: Report error with split kernel_irqchip option
` [PULL 12/14] hw/loongarch/virt: Disable emulation with IOCSR misc register
` [PULL 13/14] hw/loongarch/virt: Add kernel irqchip support
` [PULL 14/14] target/loongarch: fix vldi/xvldi raise wrong error
[RFC PATCH 0/3] TDX attestation support
2025-06-19 20:33 UTC (4+ messages)
` [PATCH 1/3] update Linux headers to v6.16-rc3
` [PATCH 2/3] i386/tdx: handle TDG.VP.VMCALL<GetTdVmCallInfo>
` [PATCH 3/3] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
[PATCH] i386/kvm: Disable hypercall patching quirk by default
2025-06-19 19:42 UTC
[PATCH-for-10.1 v4 0/8] hw/arm: GIC 'its=off' ACPI table fixes
2025-06-19 17:07 UTC (4+ messages)
` [PATCH v4 4/8] hw/arm/virt-acpi-build: Fix comment in build_iort
[PATCH v12 0/7] Add additional plugin API functions to read and write memory and registers
2025-06-19 16:20 UTC (2+ messages)
[PATCH v13 0/7] Add additional plugin API functions to read and write memory and registers
2025-06-19 16:15 UTC (8+ messages)
` [PATCH v13 1/7] gdbstub: Expose gdb_write_register function to consumers of gdbstub
` [PATCH v13 2/7] plugins: Add register write API
` [PATCH v13 3/7] plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
` [PATCH v13 4/7] plugins: Add memory virtual address write API
` [PATCH v13 5/7] plugins: Add memory hardware address read/write API
` [PATCH v13 6/7] plugins: Add patcher plugin and test
` [PATCH v13 7/7] plugins: Update plugin version and add notes
[PATCH v5 0/5] ARM Nested Virt Support
2025-06-19 16:04 UTC (12+ messages)
` [PATCH v5 5/5] hw/arm/virt: Allow virt extensions with KVM
[PATCH v8 00/16] Introduce support for IGVM files
2025-06-19 15:38 UTC (5+ messages)
` [PATCH v8 14/16] backends/igvm: Handle policy for SEV guests
` [PATCH v8 16/16] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2
[PATCH v2] hw/arm/aspeed: add Catalina machine type
2025-06-19 15:31 UTC (2+ messages)
[PATCH] hw/riscv/virt: Add acpi ged and powerdown support
2025-06-19 15:27 UTC (2+ messages)
[PATCH v2 0/7] hw/cxl: Update CXL events to rev3.2 and add maintenance support for memory repair features
2025-06-19 15:16 UTC (8+ messages)
` [PATCH v2 1/7] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH v2 2/7] hw/cxl/events: Updates for rev3.2 general media event record
` [PATCH v2 3/7] hw/cxl/events: Updates for rev3.2 DRAM "
` [PATCH v2 4/7] hw/cxl/events: Updates for rev3.2 memory module "
` [PATCH v2 5/7] hw/cxl/cxl-mailbox-utils: Move declaration of scrub and ECS feature attributes in cmd_features_set_feature()
` [PATCH v2 6/7] hw/cxl: Add Maintenance support
` [PATCH v2 7/7] hw/cxl: Add emulation for memory sparing control feature
aspeed: Split the machine definition into individual source files
2025-06-19 14:54 UTC (2+ messages)
[PATCH v6 0/5] ARM Nested Virt Support
2025-06-19 14:50 UTC (6+ messages)
` [PATCH v6 1/5] linux-headers: Update against v6.16-rc2
` [PATCH v6 2/5] hw/arm: Allow setting KVM vGIC maintenance IRQ
` [PATCH v6 3/5] target/arm/kvm: Add helper to detect EL2 when using KVM
` [PATCH v6 4/5] target/arm: Enable feature ARM_FEATURE_EL2 if EL2 is supported
` [PATCH v6 5/5] hw/arm/virt: Allow virt extensions with KVM
[PATCH v7 0/5] Enable shared device assignment
2025-06-19 14:29 UTC (7+ messages)
` [PATCH v7 3/5] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
[PATCH v3] Add RISCV ZALASR extension
2025-06-19 13:55 UTC
[PATCH v4 00/19] vfio-user client
2025-06-19 13:31 UTC (20+ messages)
` [PATCH v4 01/19] vfio-user: add vfio-user class and container
` [PATCH v4 02/19] vfio-user: connect vfio proxy to remote server
` [PATCH v4 03/19] vfio-user: implement message receive infrastructure
` [PATCH v4 04/19] vfio-user: implement message send infrastructure
` [PATCH v4 05/19] vfio-user: implement VFIO_USER_DEVICE_GET_INFO
` [PATCH v4 06/19] vfio-user: implement VFIO_USER_DEVICE_GET_REGION_INFO
` [PATCH v4 07/19] vfio-user: implement VFIO_USER_REGION_READ/WRITE
` [PATCH v4 08/19] vfio-user: set up PCI in vfio_user_pci_realize()
` [PATCH v4 09/19] vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*
` [PATCH v4 10/19] vfio-user: forward MSI-X PBA BAR accesses to server
` [PATCH v4 11/19] vfio-user: set up container access to the proxy
` [PATCH v4 12/19] vfio-user: implement VFIO_USER_DEVICE_RESET
` [PATCH v4 13/19] vfio-user: implement VFIO_USER_DMA_MAP/UNMAP
` [PATCH v4 14/19] vfio-user: implement VFIO_USER_DMA_READ/WRITE
` [PATCH v4 15/19] vfio-user: add 'x-msg-timeout' option
` [PATCH v4 16/19] vfio-user: support posted writes
` [PATCH v4 17/19] vfio-user: add coalesced "
` [PATCH v4 18/19] docs: add vfio-user documentation
` [PATCH v4 19/19] vfio-user: introduce vfio-user protocol specification
[PATCH] hw/arm/aspeed: add Catalina machine type
2025-06-19 12:31 UTC (3+ messages)
[PATCH V5 00/38] Live update: vfio and iommufd
2025-06-19 12:03 UTC (7+ messages)
[PATCH v4] hw/misc/aspeed_scu: Handle AST2600 protection key registers correctly
2025-06-19 11:58 UTC (2+ messages)
[PATCH 0/5] target/ppc: Move floating-point instructions to decodetree
2025-06-19 11:57 UTC (7+ messages)
` [PATCH 1/5] target/ppc: Move floating-point rounding and conversion "
` [PATCH 2/5] target/ppc: Move floating-point compare "
` [PATCH 3/5] target/ppc: Move floating-point move "
` [PATCH 4/5] target/ppc: Move remaining "
` [PATCH 5/5] MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs
[PATCH v3 00/23] vfio-user client
2025-06-19 11:56 UTC (4+ messages)
[PATCH REPOST v4 0/4] acpi: Add machine option to disable SPCR table
2025-06-19 11:47 UTC (2+ messages)
[RFC PATCH] pc-bios/meson: split blobs by available targets
2025-06-19 11:16 UTC
[RFC PATCH v2 QEMU 0/4] cxl/plugins: Hotness Monitoring Unit with 'real' data
2025-06-19 10:55 UTC (3+ messages)
` [RFC PATCH v2 QEMU 2/4] hw/cxl: Add emulation of a CXL Hotness Monitoring Unit (CHMU)
[PATCH v4 0/7] hw/arm/virt: Add support for user creatable SMMUv3 device
2025-06-19 9:38 UTC (12+ messages)
` [PATCH v4 1/7] hw/arm/smmu-common: Check SMMU has PCIe Root Complex association
[PATCH v5 2/2] hw/riscv: Initial support for BOSC's Xiangshan Kunminghu FPGA prototype
2025-06-19 7:54 UTC (2+ messages)
[PATCH v5 1/2] target/riscv: Add BOSC's Xiangshan Kunminghu CPU
2025-06-19 7:51 UTC (2+ messages)
[PATCH] hw/arm/aspeed: bletchley: update hw strap values
2025-06-19 6:51 UTC (2+ messages)
[RFC v5 0/4] Add QEMU model for ASPEED OTP memory and integrate with SoCs
2025-06-19 6:41 UTC (5+ messages)
` [RFC v5 1/4] hw/misc/aspeed_otp: Add ASPEED OTP memory device model
` [RFC v5 2/4] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC
` [RFC v5 3/4] hw/arm: Integrate ASPEED OTP memory support into AST10x0 and AST2600 SoCs
` [RFC v5 4/4] tests/functional: Add integration tests for ASPEED OTP memory model
[PATCH v2 00/11] MAX78000FTHR Implementation
2025-06-19 2:49 UTC
[PATCH v2 00/11] MAX78000FTHR Implementation
2025-06-18 23:05 UTC (12+ messages)
` [PATCH v2 01/11] MAX78000: Add MAX78000FTHR Machine
` [PATCH v2 02/11] MAX78000: ICC Implementation
` [PATCH v2 03/11] MAX78000: Add ICC to SOC
` [PATCH v2 04/11] MAX78000: UART Implementation
` [PATCH v2 05/11] MAX78000: Add UART to SOC
` [PATCH v2 06/11] MAX78000: GCR Implementation
` [PATCH v2 07/11] MAX78000: Add GCR to SOC
` [PATCH v2 08/11] MAX78000: TRNG Implementation
` [PATCH v2 09/11] MAX78000: Add TRNG to SOC
` [PATCH v2 10/11] MAX78000: AES implementation
` [PATCH v2 11/11] MAX78000: Add AES to SOC
[PATCH v2 0/9] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
2025-06-19 2:39 UTC (10+ messages)
` [PATCH v2 1/9] hw/loongarch: move some machine define to virt.h
` [PATCH v2 2/9] loongarch: add virt feature avecintc support
` [PATCH v2 3/9] loongarch: add a advance interrupt controller device
` [PATCH v2 4/9] target/loongarch: add msg interrupt CSR registers
` [PATCH v2 5/9] hw/loongarch: AVEC controller add a MemoryRegion
` [PATCH v2 6/9] hw/loongarch: Implement avec controller imput and output pins
` [PATCH v2 7/9] hw/loongarch: Implement avec set irq
` [PATCH v2 8/9] target/loongarch: CSR_ESTAT enable msg interrupts
` [PATCH v2 9/9] target/loongarch: CSR_ECFG enable msg interrupt
[PATCH v6] target/loongarch: fix vldi/xvldi raise wrong error
2025-06-19 1:44 UTC (3+ messages)
The current implementation status of ARM Secure SMMU in QEMU
2025-06-19 0:19 UTC (2+ messages)
[PATCH] target/riscv: Add a property to set vill bit on reserved usage of vsetvli instruction
2025-06-18 21:36 UTC (3+ messages)
[PATCH v2] target/riscv: Add a property to set vill bit on reserved usage of vsetvli instruction
2025-06-18 21:35 UTC
[PATCH v2] tcg: Remove NULL arithmetic in tcg_malloc()
2025-06-18 18:37 UTC
[PATCH v3 0/10] riscv: Add support for MIPS P8700 CPU
2025-06-18 18:16 UTC (11+ messages)
` [PATCH v3 01/10] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH v3 04/10] target/riscv: Add MIPS P8700 CSRs
` [PATCH v3 05/10] target/riscv: Add mips.ccmov instruction
` [PATCH v3 08/10] configs/devices: Add MIPS Boston-aia board model to RISC-V
` [PATCH v3 09/10] hw/pci: Allow explicit function numbers in pci
[PATCH preview 0/3] reviving minimal QAPI generation from 2021
2025-06-18 17:36 UTC (6+ messages)
[PATCH v3 0/5] docs: remove legacy qapidoc
2025-06-18 16:53 UTC (2+ messages)
` [PATCH v3 2/5] docs/sphinx: parse @references in freeform text
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).