[PATCH trivial v2] hw/timer/imx_epit: Replace DPRINTF with trace events
2026-06-17 12:06 UTC (2+ messages)
[PATCH trivial v3] hw/timer/imx_epit: Replace DPRINTF with trace events
2026-06-17 12:04 UTC
[PATCH trivial] Signed-off-by: jw_mac <163wangjack@gamil.com>
2026-06-17 11:54 UTC (2+ messages)
` [PATCH trivial] git format-patch -1 --subject-prefix="PATCH trivial"Signed-off-by: "
[PATCH trivial] Signed-off-by: jw_mac <163wangjack@gamil.com>
2026-06-17 11:49 UTC
[RFC PATCH v6 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-06-17 11:39 UTC (21+ messages)
` [RFC PATCH v6 01/17] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [RFC PATCH v6 02/17] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [RFC PATCH v6 03/17] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [RFC PATCH v6 04/17] arm/cpu: Add infra to handle generated ID register definitions
` [RFC PATCH v6 05/17] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [RFC PATCH v6 06/17] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [RFC PATCH v6 07/17] target/arm/cpu-idregs.h.inc: generate with script
` [RFC PATCH v6 08/17] target/arm/cpu-idregs.h.inc: Generate enum values
` [RFC PATCH v6 09/17] target/arm/cpu_idregs: generate tables for Arm64 ID registers and fields
` [RFC PATCH v6 10/17] target/arm/kvm: Retrieve writable ID reg map
` [RFC PATCH v6 11/17] arm/kvm: Initialize all writable ID registers from host
` [RFC PATCH v6 12/17] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [RFC PATCH v6 13/17] target/arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [RFC PATCH v6 14/17] arm-qmp-cmds: introspection for ID register props
` [RFC PATCH v6 15/17] target/arm/cpu-idregs.h.inc: Generate reserved fields
` [RFC PATCH v6 16/17] target/arm/kvm: Ignore and trace unexpected writable "
` [RFC PATCH v6 17/17] arm/cpu-features: document ID reg properties
[PATCH v2 00/22] ui: retire input-legacy.c
2026-06-17 10:35 UTC (7+ messages)
` [PATCH v2 03/22] hw/i386/vmmouse: convert to QemuInputHandler API
` [PATCH v2 04/22] hw/usb/dev-wacom: convert to modern "
[PATCH v2 0/4] hw/sensor: Add new device emulation for TI ADC128D818
2026-06-17 10:26 UTC (5+ messages)
` [PATCH v2 1/4] hw/sensor: adc128d818: add 12-bit 8-channel ADC device
` [PATCH v2 2/4] tests/qtest: adc128d818: add test suite
` [PATCH v2 3/4] hw/arm: anacapa: add ADC128D818 devices
` [PATCH v2 4/4] test/functional: anacapa: test ADC128D818
[PATCH v7 00/31] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
2026-06-17 8:41 UTC (5+ messages)
[PATCH v3 0/2] system/memory: Make ram device region directly accessible
2026-06-17 7:27 UTC (17+ messages)
` [PATCH v3 1/2] system/memory: Use qemu_ram_{copy, move}() in ram device region accessors
` [PATCH v3 2/2] system/memory: Make ram device region directly accessible
list of memory/memcpy access issues
2026-06-17 7:14 UTC
[PATCH v6 1/5] ast2600: yosemite4 initial support
2026-06-17 7:00 UTC (7+ messages)
` [PATCH v6 2/5] ast2600: yosemite4 functional test
` [PATCH v6 3/5] hw/sensor: MAX31790 support
[PATCH] tests/functional/aspeed: unify boot completion detection on 'login:' prompt
2026-06-17 6:41 UTC (2+ messages)
[RFC PATCH v2 00/29] target/arm: Named CPU models for Arm64 on KVM
2026-06-17 6:32 UTC (6+ messages)
` [RFC PATCH v2 02/29] target/arm: Add ID Register field descriptions in cpu-idregs.h.inc
[PATCH v2 00/10] migration/qom: Remove TYPE_DEVICE dependency on migration object
2026-06-16 21:02 UTC (8+ messages)
` [PATCH v2 05/10] qom: Create object-property-ptr.[ch]
[PATCH 00/25] target/arm: Implement FEAT_SVE2p2
2026-06-16 18:06 UTC (57+ messages)
` [PATCH 01/25] target/arm: Add feature predicates for SVE2.2 and SME2.2
` [PATCH 02/25] target/arm: Rename sve unary predicated patterns
` [PATCH 03/25] target/arm: Enable zeroing in DO_ZPZ macros in sve_helper.c
` [PATCH 04/25] target/arm: Expand DO_ZPZ in translate-sve.c
` [PATCH 05/25] target/arm: Implement SVE integer unary operations (predicated, zeroing)
` [PATCH 06/25] target/arm: Implement SVE bitwise "
` [PATCH 07/25] target/arm: Implement SVE reverse within elements (zeroing)
` [PATCH 08/25] target/arm: Implement SVE reverse doublewords (zeroing)
` [PATCH 09/25] target/arm: Implement SVE2 integer unary operations (predicated, zeroing)
` [PATCH 10/25] target/arm: Add data argument to do_frint_mode
` [PATCH 11/25] target/arm: Implement Floating-point round to integral value (predicated, zeroing)
` [PATCH 12/25] target/arm: Implement Floating-point convert "
` [PATCH 13/25] target/arm: Implement Floating-point square root "
` [PATCH 14/25] target/arm: Implement SCVTF, UCVTF "
` [PATCH 15/25] target/arm: Implement FRINT{32,64}{X,Z}
` [PATCH 16/25] target/arm: Enable zeroing in DO_FCVT{N, L}T macros in sve_helper.c
` [PATCH 17/25] target/arm: Implement SVE floating-point convert (top, predicated, zeroing)
` [PATCH 18/25] target/arm: Implement floating-point log and convert to integer (zeroing)
` [PATCH 19/25] target/arm: Implement EXPAND
` [PATCH 20/25] target/arm: Generalize sve_compact_[sd]
` [PATCH 21/25] target/arm: Implement COMPACT for byte/halfword
` [PATCH 22/25] target/arm: Implement FIRSTP, LASTP
` [PATCH 23/25] target/arm: Enable FEAT_SVE2p2 for -cpu max
` [PATCH 24/25] target/arm: Implement FEAT_SSVE_AES
` [PATCH 25/25] target/arm: Use expand_pred_N for helper_sve_not_zpz_N
[PATCH 2/5] target/arm/ptw: Restrict PMSAv8 code to TCG
2026-06-16 15:49 UTC (2+ messages)
[PATCH v2] hw/arm/bcm2838: Route I2C interrupts to GIC
2026-06-16 15:03 UTC (4+ messages)
[RFC] arm: property and value naming summary between named CPU models vs customizable host model
2026-06-16 14:27 UTC (6+ messages)
[PATCH v2] hw/pci/pci: Enforce pci_setup_iommu_per_bus() is called only once per bus
2026-06-16 9:51 UTC (3+ messages)
[PATCH] target/arm: honour CCR.BFHFNMIGN for probed data BusFaults
2026-06-16 9:10 UTC (6+ messages)
` [PATCH v2] "
[PATCH v6 0/9] hw/arm/smmuv3-accel: Resolve AUTO properties
2026-06-16 8:48 UTC (3+ messages)
[PATCH] target/arm: align down misaligned PMSAv7 MPU region base instead of dropping it
2026-06-16 8:45 UTC (4+ messages)
[PATCH v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-06-16 8:02 UTC (8+ messages)
` [PATCH v5 04/18] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v5 17/18] arm-qmp-cmds: introspection for ID register props
[PATCH v2 0/2] system/memory: Make ram device region directly accessible
2026-06-16 5:32 UTC (33+ messages)
` [PATCH v2 1/2] system/memory: Use qemu_ram_{copy, move}() in ram device region accessors
` [PATCH v2 2/2] system/memory: Make ram device region directly accessible
[PATCH RFCv1] virtio: Inherit max bounce buffer size from bus parent if possible
2026-06-15 19:59 UTC (12+ messages)
[PATCH 0/4] hw/sensor: Add new device emulation for TI ADC128D818
2026-06-15 16:10 UTC (7+ messages)
` [PATCH 1/4] hw/sensor: adc128d818: add 12-bit 8-channel ADC device
` [PATCH 3/4] hw/arm: anacapa: add ADC128D818 devices
[PATCH v7 0/8] target/arm: fully model WFxT instructions for A-profile
2026-06-15 12:24 UTC (10+ messages)
` [PATCH v7 7/8] target/arm: handle the WFE trap case
[PATCH v5 0/7] hw/arm/sabrelite: Add FlexCAN support
2026-06-15 12:22 UTC (10+ messages)
` [PATCH v5 1/7] hw/arm/sabrelite: Open code DEFINE_MACHINE_ARM
` [PATCH v5 2/7] hw/arm/sabrelite: Introduce class SabreliteMachineState
` [PATCH v5 3/7] hw/misc/imx6_ccm: Add PLL3 and CAN clock
` [PATCH v5 4/7] hw/net/can/flexcan: NXP FlexCAN core emulation
` [PATCH v5 5/7] hw/arm: Plug FlexCAN into FSL_IMX6 and Sabrelite
` [PATCH v5 6/7] tests: Add qtests for FlexCAN
` [PATCH v5 7/7] docs/arm/sabrelite: Mention FlexCAN support
[PATCH 0/5] arm: GICv5: minor fixes
2026-06-15 11:56 UTC (11+ messages)
` [PATCH 1/5] arm/gicv5: Add URL to GICv5 specification
` [PATCH 2/5] target/arm: GICv5 cpuif: Recalculate IRQ/FIQ on ICC_PCR_EL1 write
` [PATCH 3/5] target/arm: GICv5 cpuif: Tag ICC_PPI_PRIORITYR<n> regs as ARM_CP_NO_RAW
` [PATCH 4/5] target/arm: GICv5 cpuif: Remove ICC_HAPR_EL1
` [PATCH 5/5] hw/intc/gicv5: Define and use GICV5_PENDING_IRQ_NONE
[PATCH 0/2] system/memory: Make ram device region directly accessible
2026-06-15 10:08 UTC (22+ messages)
` [PATCH 1/2] system/memory: Use __builtin_mem{cpy, move} in accessors of ram device region
[PATCH] hw/i2c: pmbus: NUL-terminate strings received via block write
2026-06-14 22:21 UTC
[PULL 007/106] iommufd: Extend attach/detach_hwpt callbacks to support pasid
2026-06-14 19:05 UTC
[PATCH RFCv1] virtio: Inherit max bounce buffer size from bus parent if possible
2026-06-14 16:10 UTC (14+ messages)
[PATCH v4 0/7] hw/arm/sabrelite: Add FlexCAN support
2026-06-13 7:24 UTC (4+ messages)
` [PATCH v4 5/7] hw/arm: Plug FlexCAN into FSL_IMX6 and Sabrelite
page: next (older)
- 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