messages from 2025-01-30 14:39:49 to 2025-01-31 17:04:32 UTC [more...]
[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
2025-01-31 17:03 UTC (13+ messages)
` [PATCH v2 1/9] util/error: Introduce warn_report_once_err()
` [PATCH v2 8/9] vfio: Check compatibility of CPU and IOMMU address space width
[PATCH 00/11] hw/sd: QOMify omap-mmc, remove legacy APIs
2025-01-31 17:01 UTC (24+ messages)
` [PATCH 01/11] hw/sd/omap_mmc: Do a minimal conversion to QDev
` [PATCH 02/11] hw/sd/omap_mmc: Convert remaining 'struct omap_mmc_s' uses to OMAPMMCState
` [PATCH 03/11] hw/sd/omap_mmc: Convert output qemu_irqs to gpio and sysbus IRQ APIs
` [PATCH 04/11] hw/sd/omap_mmc: Convert to SDBus API
` [PATCH 05/11] hw/sd/omap_mmc: Use similar API for "wire up omap_clk" to other OMAP devices
` [PATCH 06/11] hw/arm/omap1: Inline creation of MMC
` [PATCH 07/11] hw/sd/omap_mmc: Remove unused coverswitch qemu_irq
` [PATCH 08/11] hw/sd/omap_mmc: Untabify
` [PATCH 10/11] hw/sd: Remove unused legacy functions, stop killing mammoths
` [PATCH 11/11] hw/sd: Remove unused SDState::enable
[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
2025-01-31 16:54 UTC (21+ messages)
` [RFC PATCH 3/5] hw/arm/smmuv3: Associate a pci bus with a SMMUv3 Nested device
[PATCH 0/1] meson: Deprecate 32-bit host systems
2025-01-31 16:46 UTC (11+ messages)
[PATCH v2 00/34] target/arm: FEAT_AFP followups for FEAT_SME2
2025-01-31 16:46 UTC (3+ messages)
` [PATCH v2 28/34] target/arm: Split gvec_fmla_idx_* for fmls and ah_fmls
[PATCH v2 00/13] Change ghes to use HEST-based offsets and add support for error inject
2025-01-31 16:32 UTC (17+ messages)
` [PATCH v2 02/13] tests/acpi: virt: allow acpi table changes for a new table: HEST
` [PATCH v2 03/13] acpi/ghes: add a firmware file with HEST address
` [PATCH v2 08/13] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v2 12/13] tests/acpi: virt: add a HEST table to aarch64 virt and update DSDT
[PATCH] migration: Add keepalive messages from dst to src during postcopy
2025-01-31 15:46 UTC (5+ messages)
[PATCH v2 00/15] block: Managing inactive nodes (QSD migration)
2025-01-31 13:53 UTC (27+ messages)
` [PATCH v2 01/15] block: Add 'active' field to BlockDeviceInfo
` [PATCH v2 02/15] block: Inactivate external snapshot overlays when necessary
` [PATCH v2 03/15] migration/block-active: Remove global active flag
` [PATCH v2 04/15] block: Don't attach inactive child to active node
` [PATCH v2 05/15] block: Allow inactivating already inactive nodes
` [PATCH v2 06/15] block: Fix crash on block_resize on inactive node
` [PATCH v2 07/15] block: Add option to create inactive nodes
` [PATCH v2 08/15] block: Add blockdev-set-active QMP command
` [PATCH v2 09/15] block: Support inactive nodes in blk_insert_bs()
` [PATCH v2 10/15] block/export: Don't ignore image activation error in blk_exp_add()
` [PATCH v2 11/15] block/export: Add option to allow export of inactive nodes
` [PATCH v2 12/15] nbd/server: Support "
` [PATCH v2 13/15] iotests: Add filter_qtest()
` [PATCH v2 14/15] iotests: Add qsd-migrate case
` [PATCH v2 15/15] iotests: Add (NBD-based) tests for inactive nodes
[PATCH 0/6] tcg: fix qemu crash when add assert_cpu_is_self() is enabled and cleanups related to cpu->created check
2025-01-31 13:47 UTC (4+ messages)
` [PATCH 4/6] tcg:tlb: use tcg_debug_assert() in assert_cpu_is_self()
` [PATCH v2 "
[PATCH 00/76] target/arm: Implement FEAT_AFP and FEAT_RPRES
2025-01-31 13:37 UTC (9+ messages)
` [PATCH 24/76] fpu: allow flushing of output denormals to be after rounding
` [PATCH 45/76] target/arm: Implement FPCR.AH semantics for scalar FMIN/FMAX
KVM/QEMU community call 4/2/2025 agenda items
2025-01-31 13:24 UTC
[PATCH v3 0/4] qapi: generalize special features
2025-01-31 13:18 UTC (3+ messages)
` [PATCH v3 4/4] qapi: expose all schema features to code
How does "rsi" get set in x86 prologue?
2025-01-31 12:58 UTC (4+ messages)
[PATCH v2 0/2] tests/qtest: Make qtest_has_accel() generic
2025-01-31 12:37 UTC (3+ messages)
[PATCH 0/5] tests/functional: Update Aspeed OpenBMC images (resend)
2025-01-31 12:28 UTC (4+ messages)
` [PATCH 5/5] tests/functional: Introduce a bletchley machine test
[PATCH v9 0/2] Support RISC-V CSR read/write in Qtest environment
2025-01-31 12:19 UTC (3+ messages)
[PATCH 0/3] Introduce CXL type-2 device emulation
2025-01-31 11:52 UTC (9+ messages)
` [PATCH 3/3] hw/cxl: introduce "
[RFC PATCH QEMU 0/3] cxl/plugins: Hotness Monitoring Unit with 'real' data
2025-01-31 11:15 UTC (9+ messages)
x86 denormal flag handling
2025-01-31 10:28 UTC (2+ messages)
[PATCH v2 0/5] vfio/igd: remove incorrect IO BAR4 quirk
2025-01-31 10:15 UTC (9+ messages)
` [PATCH v2 3/5] vfio/igd: refactor vfio_probe_igd_bar4_quirk() into pci config quirk
` [PATCH v2 5/5] vfio/igd: handle x-igd-opregion in vfio_probe_igd_config_quirk()
[PATCH] hw/virtio/vhost: Disable IOTLB callbacks when IOMMU gets disabled
2025-01-31 9:55 UTC (14+ messages)
[PATCH v6] hw/i386/cpu: remove default_cpu_version and simplify
2025-01-31 9:54 UTC (2+ messages)
[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
2025-01-31 9:47 UTC (7+ messages)
` [PATCH v4 22/33] vfio/migration: Convert bytes_transferred counter to atomic
[PULL v2 0/9] Hppa system mfdiag for v10 patches
2025-01-31 9:22 UTC (10+ messages)
` [PULL v2 1/9] MAINTAINERS: Add myself as HPPA maintainer
` [PULL v2 2/9] hppa: Sync contents of hppa_hardware.h header file with SeaBIOS-hppa
` [PULL v2 3/9] disas/hppa: implement mfdiag/mtdiag disassembly
` [PULL v2 4/9] target/hppa: Add CPU diagnose registers
` [PULL v2 5/9] target/hppa: Drop diag_getshadowregs_pa2 and diag_putshadowregs_pa2
` [PULL v2 6/9] target/hppa: Add instruction decoding for mfdiag and mtdiag
` [PULL v2 7/9] target/hppa: 64-bit CPUs start with space register hashing enabled
` [PULL v2 8/9] target/hppa: Implement space register hashing for 64-bit HP-UX
` [PULL v2 9/9] target/hppa: Update SeaBIOS-hppa to version 18
[PULL 0/9] Hppa system mfdiag for v10 patches
2025-01-31 9:10 UTC (4+ messages)
` [PULL 8/9] target/hppa: Implement space register hashing for 64-bit HP-UX
[PATCH v2] spapr: nested: Add support for reporting Hostwide state counter
2025-01-31 8:43 UTC (2+ messages)
[PATCH 0/5] Introduce AST27x0 multi-SoC machine
2025-01-31 7:35 UTC (4+ messages)
[PATCH v1 00/18] Support AST2700 A1
2025-01-31 7:34 UTC (2+ messages)
[RFC v4 0/5] Add packed virtqueue to shadow virtqueue
2025-01-31 6:57 UTC (16+ messages)
QEMU TCG AMD64 error running Xen
2025-01-31 2:45 UTC
[PATCH v3] hw/riscv/virt: Add serial alias in DTB
2025-01-31 2:02 UTC (3+ messages)
[PATCH] goldfish_rtc: Fix tick_offset migration
2025-01-31 1:32 UTC (3+ messages)
[PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members
2025-01-31 0:30 UTC (6+ messages)
` [PATCH v3 2/2] hw/riscv/riscv-iommu-bits: Remove duplicate definitions
Subject: [PATCH] loader: Add register setting support via cli
2025-01-31 0:27 UTC (8+ messages)
[PATCH v4 0/6] target/riscv: RVA23 profile support
2025-01-31 0:25 UTC (14+ messages)
` [PATCH v4 1/6] target/riscv: add ssu64xl
` [PATCH v4 2/6] target/riscv: use RVB in RVA22U64
` [PATCH v4 3/6] target/riscv: add profile u_parent and s_parent
` [PATCH v4 4/6] target/riscv: change priv_ver check in validate_profile()
` [PATCH v4 5/6] target/riscv: add RVA23U64 profile
` [PATCH v4 6/6] target/riscv: add RVA23S64 profile
[PATCH 00/21] Add i.MX 8M Plus EVK machine
2025-01-30 23:05 UTC (3+ messages)
` [PATCH 20/21] hw/i2c: Import TCA6416 emulation from Xilinx
[PATCH v2 0/2] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model
2025-01-30 22:39 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH v3] hw/net: cadence_gem: feat: add logic for the DISABLE_MASK bit in type2_compare_x_word_1
2025-01-30 22:31 UTC (3+ messages)
[PATCH v3] hw/usb/hcd-ehci: Fix debug printf format string
2025-01-30 21:54 UTC (2+ messages)
[PATCH] hw/sh4/r2d: Convert legacy qemu_allocate_irqs() to qemu_init_irqs()
2025-01-30 21:49 UTC (2+ messages)
[PATCH] hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irq
2025-01-30 21:49 UTC (2+ messages)
[PATCH v3 0/3] hw/ipack: Minor dust removal
2025-01-30 21:47 UTC (2+ messages)
[PATCH 0/6] hw/loader: Pass ELFDATA endian order argument to load_elf()
2025-01-30 21:40 UTC (2+ messages)
[PATCH] tests/functional: Convert the hotplug_blk avocado test
2025-01-30 21:29 UTC (2+ messages)
[PATCH 0/2] migration: Reduce migration-test time for non-KVM archs
2025-01-30 21:16 UTC (4+ messages)
` [PATCH 1/2] tests/qtest/migration: Add --full option
` [PATCH 2/2] tests/qtest/migration: Pick smoke tests
[PATCH 0/9] block: Managing inactive nodes (QSD migration)
2025-01-30 20:43 UTC (14+ messages)
` [PATCH 1/9] block: Allow inactivating already inactive nodes
` [PATCH 2/9] block: Add option to create "
` [PATCH 3/9] block: Support inactive nodes in blk_insert_bs()
` [PATCH 4/9] block/export: Don't ignore image activation error in blk_exp_add()
` [PATCH 5/9] block/export: Add option to allow export of inactive nodes
` [PATCH 6/9] nbd/server: Support "
[PULL 0/1] Block patches
2025-01-30 20:33 UTC (2+ messages)
` [PULL 1/1] parallels: fix ext_off assertion failure due to overflow
[PATCH 0/8] hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore
2025-01-30 19:39 UTC (12+ messages)
` [PATCH 1/8] hw/arm/exynos4210: Replace magic 32 by proper 'GIC_INTERNAL' definition
` [PATCH 2/8] hw/arm/exynos4210: Explicit number of GIC external IRQs
` [PATCH 3/8] hw/arm/realview: "
` [PATCH 4/8] hw/arm/xilinx_zynq: Replace IRQ_OFFSET -> GIC_INTERNAL
` [PATCH 5/8] hw/arm/xilinx_zynq: Explicit number of GIC external IRQs
` [PATCH 6/8] hw/arm/vexpress: "
` [PATCH 7/8] hw/arm/highbank: "
` [PATCH 8/8] hw/cpu/arm_mpcore: Remove default values for "
[PATCH 00/14] target/arm: Clean up some corner cases of sysreg traps
2025-01-30 18:23 UTC (15+ messages)
` [PATCH 01/14] target/arm: Report correct syndrome for UNDEFINED CNTPS_*_EL1 from EL2 and NS EL1
` [PATCH 02/14] target/arm: Report correct syndrome for UNDEFINED AT ops with wrong NSE, NS
` [PATCH 03/14] target/arm: Report correct syndrome for UNDEFINED S1E2 AT ops at EL3
` [PATCH 04/14] target/arm: Report correct syndrome for UNDEFINED LOR sysregs when NS=0
` [PATCH 05/14] target/arm: Make CP_ACCESS_TRAPs to AArch32 EL3 be Monitor traps
` [PATCH 06/14] hw/intc/arm_gicv3_cpuif: Don't downgrade monitor traps for AArch32 EL3
` [PATCH 07/14] target/arm: Honour SDCR.TDCC and SCR.TERR in AArch32 EL3 non-Monitor modes
` [PATCH 08/14] hw/intc/arm_gicv3_cpuif(): Remove redundant tests of is_a64()
` [PATCH 09/14] target/arm: Support CP_ACCESS_TRAP_EL1 as a CPAccessResult
` [PATCH 10/14] target/arm: Use CP_ACCESS_TRAP_EL1 for traps that are always to EL1
` [PATCH 11/14] target/arm: Use TRAP_UNCATEGORIZED for XScale CPAR traps
` [PATCH 12/14] target/arm: Remove CP_ACCESS_TRAP handling
` [PATCH 13/14] target/arm: Rename CP_ACCESS_TRAP_UNCATEGORIZED to CP_ACCESS_UNDEFINED
` [PATCH 14/14] target/arm: Correct errors in WFI/WFE trapping
[PATCH] migration: ram block cpr blockers
2025-01-30 17:01 UTC (6+ messages)
[PATCH v6 0/6] Poisoned memory recovery on reboot
2025-01-30 17:02 UTC (3+ messages)
` [PATCH v6 3/6] accel/kvm: Report the loss of a large memory page
[PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
2025-01-30 16:51 UTC (12+ messages)
[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)
2025-01-30 16:19 UTC
[PATCH v5 00/17] Add AST2700 support
2025-01-30 15:13 UTC (3+ messages)
` [PATCH v5 13/17] aspeed/soc: "
[PATCH 0/2] hw/arm/aspeed_ast27x0: minor IRQ number cleanup
2025-01-30 15:02 UTC (3+ messages)
` [PATCH 2/2] hw/arm/aspeed_ast27x0: Avoid hardcoded '256' in IRQ calculation
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).