QEMU-Arm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-09 17:26:38 to 2026-06-10 19:54:33 UTC [more...]

[PATCH v2 00/10] migration/qom: Remove TYPE_DEVICE dependency on migration object
 2026-06-10 19:53 UTC  (31+ messages)
` [PATCH v2 01/10] migration: Use OBJECT_DECLARE_SIMPLE_TYPE
` [PATCH v2 02/10] qdev: Export global_props()
` [PATCH v2 03/10] qdev: Introduce DEFINE_PROP_*_NODEFAULT for bool/uint32
` [PATCH v2 04/10] hw/arm: Use nodefault version of qdev props when not needed
` [PATCH v2 05/10] qom: Create object-property-ptr.[ch]
` [PATCH v2 06/10] qom: Add object_property_add_bool_ptr()
` [PATCH v2 07/10] qom: Add object_property_add_size_ptr()
` [PATCH v2 08/10] qom: Add object_property_add_*_ptr_def()
` [PATCH v2 09/10] qom: Allow default values for instance properties
` [PATCH v2 10/10] migration: Switch to TYPE_OBJECT with object properties

[PATCH RFCv1] virtio: Inherit max bounce buffer size from bus parent if possible
 2026-06-10 19:10 UTC  (25+ messages)

[PATCH v2 00/16] testing/next: various updates (MacOS, docker, gitlab)
 2026-06-10 18:46 UTC  (20+ messages)
` [PATCH v2 03/16] tests/Makefile.include: add binary dependency to run-tcg-tests-% rules

[PATCH 00/27] tests/tcg: run tests with meson
 2026-06-10 18:42 UTC  (60+ messages)
` [PATCH 01/27] tests/tcg/multiarch/system/memory.c: remove unused variable
` [PATCH 02/27] tests/tcg/multiarch/plugin/check-plugin-output.sh: take test output as input
` [PATCH 03/27] tests/tcg/multiarch/plugin: rename check-plugin-output to regex-compare
` [PATCH 04/27] tests/tcg: introduce meson.build
` [PATCH 05/27] tests/tcg/meson.build: introduce exe_name
` [PATCH 06/27] tests/tcg/meson.build: introduce test_name
` [PATCH 07/27] tests/tcg/meson.build: introduce cflags
` [PATCH 08/27] tests/tcg/meson.build: introduce qemu_args
` [PATCH 09/27] tests/tcg/meson.build: introduce env_var
` [PATCH 10/27] tests/tcg/plugins: build list of test_plugins
` [PATCH 11/27] tests/tcg/meson.build: introduce plugin_test
` [PATCH 12/27] tests/tcg/meson.build: test gdb support and introduce gdb_arch
` [PATCH 13/27] tests/tcg/meson.build: introduce gdb_test
` [PATCH 14/27] tests/tcg/meson.build: add default flag for testing compiler support
` [PATCH 15/27] tests/tcg/meson.build: introduce wrapper
` [PATCH 16/27] tests/tcg/meson.build: introduce expected_output
` [PATCH 17/27] tests/tcg/meson.build: add wrapper run_and_check_forbidden_output
` [PATCH 18/27] tests/tcg/meson.build: add wrapper run_with_input
` [PATCH 19/27] tests/tcg/meson.build: add wrapper record_replay
` [PATCH 20/27] tests/tcg/meson.build: add wrapper check_plugin_output
` [PATCH 21/27] tests/tcg/aarch64: add user tests
` [PATCH 22/27] tests/tcg/aarch64: add system tests
` [PATCH 23/27] tests/tcg/multiarch: declare user tests
` [PATCH 24/27] tests/tcg/aarch64: add multiarch "
` [PATCH 25/27] tests/tcg/multiarch: declare system tests
` [PATCH 26/27] tests/tcg/aarch64: add multiarch "
` [PATCH 27/27] tests/tcg/meson.build: add generic plugin tests

[PATCH v2 0/6] target/arm: Add aarch64 GPC3 bypass windows
 2026-06-10 16:42 UTC  (7+ messages)
` [PATCH v2 2/6] target/arm: Setup new registers for GPC3
` [PATCH v2 3/6] target/arm/ptw.c: Add Granule Bypass Windows
` [PATCH v2 4/6] target/arm/cpu-features.h: x-rme now means GPC3

[PATCH v10 00/45] target/arm: Implement FEAT_FP8
 2026-06-10 14:44 UTC  (47+ messages)
` [PATCH v10 01/45] target/arm: Use FloatParts64 in bfdotadd_ebf
` [PATCH v10 02/45] target/arm: Drop oddstatus from is_ebf and bfdotadd_ebf
` [PATCH v10 03/45] target/arm: Use FloatParts64 in f16_dotadd
` [PATCH v10 04/45] target/arm: Generalize TRANS_FEAT_STREAMING_SME2
` [PATCH v10 05/45] target/arm: Introduce arm_init_fp_status
` [PATCH v10 06/45] target/arm: Set e4m3_nan_is_snan
` [PATCH v10 07/45] target/arm: Implement BF1CVTL, BF1CVTL2, BF2CVTL, BF2CVTL2 for AdvSIMD
` [PATCH v10 08/45] target/arm: Implement BF1CVT, BF1CVTLT, BF2CVT, BF2CVTLT for SVE
` [PATCH v10 09/45] target/arm: Rename SME BFCVT patterns to BFCVT_hs
` [PATCH v10 10/45] target/arm: Implement BF1CVT, BF1CVTL, BF2CVT, BF2CVTL for SME
` [PATCH v10 11/45] target/arm: Implement F1CVTL, F1CVTL2, F2CVTL, F2CVTL2 for AdvSIMD
` [PATCH v10 12/45] target/arm: Implement F1CVT, F1CVTLT, F2CVT, F2CVTLT for SVE
` [PATCH v10 13/45] target/arm: Implement F1CVT, F1CVTL, F2CVT, F2CVTL for SME
` [PATCH v10 14/45] target/arm: Implement BFCVTN for SVE
` [PATCH v10 15/45] target/arm: Implement FCVTN (16- to 8-bit fp) for AdvSIMD
` [PATCH v10 16/45] target/arm: Implement FCVTN, FCVTN2 (32- "
` [PATCH v10 17/45] target/arm: Implement FCVTN (16- to 8-bit fp) for SVE
` [PATCH v10 18/45] target/arm: Implement FCVTNB, FCVTNT "
` [PATCH v10 19/45] target/arm: Implement FCVT (FP16 to FP8) for SME
` [PATCH v10 20/45] target/arm: Implement FCVT, FCVTN (FP32 "
` [PATCH v10 21/45] target/arm: Implement LUTI2, LUTI4 for AdvSIMD
` [PATCH v10 22/45] target/arm: Implement LUTI2, LUTI4 for SVE
` [PATCH v10 23/45] target/arm: Enable FEAT_LUT for -cpu max
` [PATCH v10 24/45] target/arm: Enable FEAT_FP8 "
` [PATCH v10 25/45] target/arm: Update ID_AA64SMFR0_EL1 fields to ARM M.b
` [PATCH v10 26/45] target/arm: Implement MOVT (vector to table)
` [PATCH v10 27/45] target/arm: Implement LUTI4 (four registers, 8-bit)
` [PATCH v10 28/45] target/arm: Enable FEAT_SME_LUTv2 for -cpu max
` [PATCH v10 29/45] target/arm: Implement FMLALB, FMLALT for AdvSIMD
` [PATCH v10 30/45] target/arm: Implement FMLALB, FMLALT (FP8 to FP16) for SVE
` [PATCH v10 31/45] target/arm: Implement FMLALL{BB, BT, TB, TT} for AdvSIMD
` [PATCH v10 32/45] target/arm: Implement FMLALL{BB,BT,TB,TT} for SVE
` [PATCH v10 33/45] target/arm: Enable FEAT_FP8FMA, FEAT_SSVE_FP8FMA for -cpu max
` [PATCH v10 34/45] target/arm: Implement FDOT (FP8 to FP32) for AdvSIMD
` [PATCH v10 35/45] target/arm: Implement FDOT (FP8 to FP32) for SVE
` [PATCH v10 36/45] target/arm: Enable FEAT_FP8DOT4, FEAT_SSVE_FP8DOT4 for -cpu max
` [PATCH v10 37/45] target/arm: Implement FDOT (FP8 to FP16) for AdvSIMD
` [PATCH v10 38/45] target/arm: Implement FDOT (FP8 to FP16) for SVE
` [PATCH v10 39/45] target/arm: Enable FEAT_FP8DOT2, FEAT_SSVE_FP8DOT2 for -cpu max
` [PATCH v10 40/45] target/arm: Implement FMMLA (FP8 to FP32) for AdvSIMD
` [PATCH v10 41/45] target/arm: Implement FMMLA (FP8 to FP32) for SVE
` [PATCH v10 42/45] target/arm: Enable FEAT_F8F32MM for -cpu max
` [PATCH v10 43/45] target/arm: Implement FMMLA (FP8 to FP16) for AdvSIMD
` [PATCH v10 44/45] target/arm: Implement FMMLA (FP8 to FP16) for SVE
` [PATCH v10 45/45] target/arm: Enable FEAT_F8F16MM for -cpu max

[PATCH v2 00/22] ui: retire input-legacy.c
 2026-06-10 11:48 UTC  (31+ messages)
` [PATCH v2 01/22] hmp-commands.hx: fix button_state doc
` [PATCH v2 02/22] ui/hmp: move index_from_key() where it is used
` [PATCH v2 03/22] hw/i386/vmmouse: convert to QemuInputHandler API
` [PATCH v2 04/22] hw/usb/dev-wacom: convert to modern "
` [PATCH v2 05/22] ui: move LED and key utilities to input.c, delete input-legacy.c
` [PATCH v2 06/22] hw/input: replace fprint with LOG_GUEST_ERROR
` [PATCH v2 07/22] ui/input: remove double-notification on qemu_mouse_set()
` [PATCH v2 08/22] ui/input: remove dead declaration
` [PATCH v2 09/22] ui/input: add LED state tracking to QemuInputHandlerState
` [PATCH v2 10/22] hw/input/ps2: keep QemuInputHandlerState in PS2State
` [PATCH v2 11/22] hw/arm: keep QemuInputHandlerState in musicpal
` [PATCH v2 12/22] hw/input: keep QemuInputHandlerState in adb-kbd
` [PATCH v2 13/22] hw/input: keep QemuInputHandlerState in stellaris
` [PATCH v2 14/22] hw/m68k: keep QemuInputHandlerState in next-kbd
` [PATCH v2 15/22] ui/input: qemu_input_handler_register to warn for unused result
` [PATCH v2 16/22] hw/input/ps2: use qemu_input_handler_set_led() for LED state
` [PATCH v2 17/22] hw/input/hid: "
` [PATCH v2 18/22] hw/input/virtio-input-hid: "
` [PATCH v2 19/22] ui/vnc: switch LED handling to Notifier-based input API
` [PATCH v2 20/22] ui/spice: "
` [PATCH v2 21/22] ui/dbus: "
` [PATCH v2 22/22] ui/input: remove old LED handler broadcast queue

[RFC] arm: property and value naming summary between named CPU models vs customizable host model
 2026-06-10 12:31 UTC 

[PATCH v6 1/5] ast2600: yosemite4 initial support
 2026-06-10 12:21 UTC  (5+ messages)
` [PATCH v6 2/5] ast2600: yosemite4 functional test
` [PATCH v6 3/5] hw/sensor: MAX31790 support
` [PATCH v6 4/5] hw/sensor: support MAX11615
` [PATCH v6 5/5] hw/sensor: support Texas Instruments ADC128D818

[PATCH v5 3/5] hw/sensor: MAX31790 support
 2026-06-10 12:19 UTC  (3+ messages)

[PULL 16/42] MAINTAINERS: Fix F: in "Allwinner-a10"
 2026-06-10  8:04 UTC  (4+ messages)
` [PULL 17/42] MAINTAINERS: Fix F: in "Raspberry Pi"
` [PULL 18/42] MAINTAINERS: Drop bad F: from "Xilinx Zynq"
` [PULL 22/42] MAINTAINERS: Fix F: typo in "ACPI/HEST/GHES/ARM processor CPER"


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox