messages from 2025-08-26 11:46:19 to 2025-08-27 01:20:07 UTC [more...]
[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
2025-08-27 1:04 UTC (50+ messages)
` [PATCH 01/61] target/arm: Introduce KVMID_AA64_SYS_REG64
` [PATCH 02/61] target/arm: Move compare_u64 to helper.c
` [PATCH 03/61] target/arm/hvf: Split out sysreg.c.inc
` [PATCH 4/7] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
` [PATCH 04/61] target/arm/hvf: Reorder DEF_SYSREG arguments
` [PATCH 05/61] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
` [PATCH 5/7] target/arm/hvf: Remove hvf_sreg_match.key
` [PATCH 06/61] "
` [PATCH 6/7] target/arm/hvf: Replace hvf_sreg_match with hvf_sreg_list
` [PATCH 07/61] "
` [PATCH 08/61] target/arm/hvf: Sort the cpreg_indexes array
` [PATCH 09/61] target/arm/hvf: Use raw_read, raw_write to access
` [PATCH 10/61] target/arm: Use raw_write in cp_reg_reset
` [PATCH 11/61] target/arm: Rename all ARMCPRegInfo from opaque to ri
` [PATCH 12/61] target/arm: Drop define_one_arm_cp_reg_with_opaque
` [PATCH 13/61] target/arm: Restrict the scope of CPREG_FIELD32, CPREG_FIELD64
` [PATCH 14/61] target/arm: Replace cpreg_field_is_64bit with cpreg_field_type
` [PATCH 15/61] target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK}
` [PATCH 16/61] target/arm: Rename CP_REG_AA32_NS_{SHIFT,MASK}
` [PATCH 18/61] target/arm: Remove cp argument to ENCODE_AA64_CP_REG
` [PATCH 19/61] target/arm: Reorder ENCODE_AA64_CP_REG arguments
` [PATCH 20/61] target/arm: Split out add_cpreg_to_hashtable_aa{32,64}
` [PATCH 21/61] target/arm: Improve asserts in define_one_arm_cp_reg
` [PATCH 22/61] target/arm: Move cp processing to define_one_arm_cp_reg
` [PATCH 23/61] target/arm: Move cpreg elimination "
` [PATCH 24/61] target/arm: Add key parameter to add_cpreg_to_hashtable
` [PATCH 25/61] target/arm: Split out alloc_cpreg
` [PATCH 26/61] target/arm: Hoist the allocation of ARMCPRegInfo
` [PATCH 27/61] target/arm: Remove name argument to alloc_cpreg
` [PATCH 30/61] target/arm: Move endianness fixup for 32-bit registers
` [PATCH 31/61] target/arm: Rename TBFLAG_A64_NV2_MEM_E20 with *_E2H
` [PATCH 32/61] target/arm: Split out redirect_cpreg
` [PATCH 33/61] target/arm: Redirect VHE FOO_EL1 -> FOO_EL2 during translation
` [PATCH 34/61] target/arm: Redirect VHE FOO_EL12 to FOO_EL1 "
` [PATCH 35/61] target/arm: Rename some cpreg to their aarch64 names
` [PATCH 36/61] target/arm: Remove define_arm_vh_e2h_redirects_aliases
` [PATCH 38/61] target/arm: Define CP_REG_SIZE_U128
` [PATCH 39/61] target/arm: Update ARMCPRegInfo for 128-bit sysregs
` [PATCH 40/61] target/arm: Assert ARM_CP_128BIT only with ARM_CP_STATE_AA64
` [PATCH 41/61] target/arm: Split add_cpreg_to_hashtable_aa64
` [PATCH 42/61] target/arm: Add raw_read128, raw_write128
` [PATCH 44/61] target/arm: Put 128-bit sysregs into a separate list
` [PATCH 45/61] target/arm/kvm: Assert no 128-bit sysregs in kvm_arm_init_cpreg_list
` [PATCH 46/61] target/arm/hvf: Assert no 128-bit sysregs in hvf_arch_init_vcpu
` [PATCH 47/61] migration: Add vmstate_info_int128
` [PATCH 48/61] target/arm: Migrate cpreg128 registers
` [PATCH 50/61] target/arm: Introduce helper_{get,set}_cp_reg128
` [PATCH 52/61] include/qemu/compiler: Introduce HOST_ENDIAN_FIELDS
` [PATCH 61/61] target/arm: Extend TTBR system registers to 128-bit
[PATCH] tests/functional: Fix reverse_debugging asset precaching
2025-08-27 0:10 UTC
[ANNOUNCE] QEMU 10.1.0 is now available
2025-08-26 23:19 UTC
[PATCH v5 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-08-26 22:30 UTC (5+ messages)
` [PATCH v5 04/29] hw/s390x/ipl: Create certificate store
` [PATCH v5 07/29] s390x/diag: Implement DIAG 320 subcode 1
[PATCH] memory: Fix leaks due to owner-shared MRs circular references
2025-08-26 22:17 UTC
[PATCH v8 0/2] Fix check-qtest-ppc64 sanitizer errors
2025-08-26 21:57 UTC (9+ messages)
` [PATCH v8 2/2] memory: Do not create circular reference with subregion
[PATCH] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
2025-08-26 21:52 UTC (4+ messages)
[PATCH 0/2] hw/pci-bridge: Create PLX Virtual Switch Device
2025-08-26 20:55 UTC (3+ messages)
` [PATCH 1/2] hw/pci-bridge: Create Initial revision for PLX Virtual Switch
` [PATCH 2/2] MAINTAINERS: Add entry for PLX VSwitches
[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
2025-08-26 17:21 UTC (3+ messages)
` [PATCH v5 07/21] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
[RFC 00/18] rust: split qemu-api
2025-08-26 20:30 UTC (28+ messages)
` [RFC 01/18] rust: remove unused global qemu "allocator"
` [RFC 02/18] rust: add workspace authors
` [RFC 03/18] rust: split Rust-only "common" crate
` [RFC 04/18] rust: split "util" crate
` [RFC 05/18] rust: move vmstate_clock!() to qdev module
` [RFC 06/18] rust: move VMState handling to QOM module
` [RFC 07/18] rust: move Cell vmstate impl
` [RFC 08/18] rust: split "migration" crate
` [RFC 09/18] rust: split "bql" crate
` [RFC 10/18] rust: split "qom" crate
` [RFC 11/18] rust: split "chardev" crate
` [RFC 12/18] rust: split "system" crate
` [RFC 13/18] rust: split "hwcore" crate
` [RFC 14/18] rust: rename qemu_api_macros -> qemu_macros
` [RFC 15/18] rust/hpet: drop now unneeded qemu_api dep
` [RFC 16/18] rust/pl011: drop dependency on qemu_api
` [RFC 17/18] rust: repurpose qemu_api -> tests
` [RFC 18/18] docs: update rust.rst
[PATCH v2 0/4] Add IBM PPE42 CPU support
2025-08-26 20:17 UTC (5+ messages)
` [PATCH v2 1/4] target/ppc: Add IBM PPE42 family of processors
` [PATCH v2 2/4] target/ppc: Add IBM PPE42 special instructions
` [PATCH v2 3/4] hw/ppc: Add a test machine for the IBM PPE42 CPU
` [PATCH v2 4/4] tests/functional: Add test for IBM PPE42 instructions
[PATCH v4 00/47] AMD Versal Gen 2 support
2025-08-26 20:05 UTC (4+ messages)
` [PATCH v4 23/47] hw/intc/arm_gicv3: Introduce a 'first-cpu-index' property
[PATCH 0/2] hw: fix some leaks in xlnx devices
2025-08-26 19:50 UTC (9+ messages)
` [PATCH 1/2] hw/misc/xlnx-versal-cframe-reg: Free FIFO, g_tree on deinit
` [PATCH 2/2] hw/display/xlnx_dp: Don't leak dpcd and edid objects
PGP keysigning at KVM Forum 2025
2025-08-26 19:17 UTC (2+ messages)
[PATCH] migration: Fix state transition in postcopy_start() error handling
2025-08-26 19:00 UTC (3+ messages)
[PATCH v5 0/4] target/arm: Added support for SME register exposure to GDB
2025-08-26 18:52 UTC (11+ messages)
` [PATCH v5 3/4] target/arm: Added support for SME register exposure to
` [PATCH v5 4/4] target/arm: Added test case for SME register exposure
[PATCH v6 2/3] target/arm: Added support for SME register exposure to GDB
2025-08-26 18:50 UTC
[PATCH v6 0/3] target/arm: Added support for SME register exposure to GDB
2025-08-26 18:45 UTC (4+ messages)
` [PATCH v6 1/3] target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging
` [PATCH v6 2/3] target/arm: Added support for SME register exposure to GDB
` [PATCH v6 3/3] target/arm: Added test case "
[PATCH 0/2] KVM Support for imx8mp-evk Machine
2025-08-26 18:21 UTC (8+ messages)
` [PATCH 2/2] hw/arm/imx8mp-evk: Add KVM support
[RFC 0/6] virtio-net: initial iterative live migration support
2025-08-26 18:08 UTC (8+ messages)
` [RFC 1/6] migration: Add virtio-iterative capability
[PATCH 0/4] rust: little clean-ups and updates
2025-08-26 17:43 UTC (6+ messages)
` [PATCH 1/4] rust: run cargo update
` [PATCH 2/4] rust: remove unused global qemu "allocator"
` [PATCH 3/4] build-sys/rust: update syn to v2.0.106
` [PATCH 4/4] rust/qemu-api-macros: make derive(Object) friendly when missing parent
[PATCH v2 00/35] wasm: Add Wasm TCG backend based on wasm64
2025-08-26 16:10 UTC (36+ messages)
` [PATCH v2 01/35] meson: Add wasm64 support to the --cpu flag
` [PATCH v2 02/35] configure: Enable to propagate -sMEMORY64 flag to Emscripten
` [PATCH v2 03/35] dockerfiles: Add support for wasm64 to the wasm Dockerfile
` [PATCH v2 04/35] .gitlab-ci.d: Add build tests for wasm64
` [PATCH v2 05/35] tcg/wasm: Add tcg-target.h and tcg-target-reg-bits.h
` [PATCH v2 06/35] tcg/wasm: Add register-related definitions
` [PATCH v2 07/35] tcg/wasm: Add constraint definitions
` [PATCH v2 08/35] tcg/wasm: Add relocation callbacks
` [PATCH v2 09/35] tcg/wasm: Add and/or/xor instructions
` [PATCH v2 10/35] tcg/wasm: Add add/sub/mul instructions
` [PATCH v2 11/35] tcg/wasm: Add shl/shr/sar instructions
` [PATCH v2 12/35] tcg/wasm: Add setcond/negsetcond/movcond instructions
` [PATCH v2 13/35] tcg/wasm: Add sextract instruction
` [PATCH v2 14/35] tcg/wasm: Add load and store instructions
` [PATCH v2 15/35] tcg/wasm: Add mov/movi instructions
` [PATCH v2 16/35] tcg/wasm: Add ext instructions
` [PATCH v2 17/35] tcg/wasm: Add div/rem instructions
` [PATCH v2 18/35] tcg/wasm: Add neg/ctpop instructions
` [PATCH v2 19/35] tcg/wasm: Add rot/clz/ctz instructions
` [PATCH v2 20/35] tcg/wasm: Add br/brcond instructions
` [PATCH v2 21/35] tcg/wasm: Add exit_tb/goto_tb/goto_ptr instructions
` [PATCH v2 22/35] tcg/wasm: Add call instruction
` [PATCH v2 23/35] tcg/wasm: Add qemu_ld/qemu_st instructions
` [PATCH v2 24/35] tcg/wasm: Add mb instruction
` [PATCH v2 25/35] tcg/wasm: Mark unimplemented instructions
` [PATCH v2 26/35] tcg/wasm: Add initialization of fundamental registers
` [PATCH v2 27/35] tcg/wasm: Write wasm binary to TB
` [PATCH v2 28/35] tcg/wasm: Implement instantiation of Wasm binary
` [PATCH v2 29/35] tcg/wasm: Allow switching coroutine from a helper
` [PATCH v2 30/35] tcg/wasm: Enable instantiation of TBs executed many times
` [PATCH v2 31/35] tcg/wasm: Enable TLB lookup
` [PATCH v2 32/35] tcg/wasm: Add tcg_target_init function
` [PATCH v2 33/35] meson.build: enable to build Wasm backend
` [PATCH v2 34/35] meson.build: Propagate optimization flag for linking on Emscripten
` [PATCH v2 35/35] .gitlab-ci.d: build wasm backend in CI
[PATCH 00/11] target/arm: Implement FEAT_CSSC, FEAT_CMPBR
2025-08-26 16:11 UTC (3+ messages)
` [PATCH 05/11] target/arm: Implement CTZ, CNT, ABS
[PATCH] tests/functional/test_aarch64_virt_gpu: Skip test if EGL won't initialize
2025-08-26 16:11 UTC (4+ messages)
[PATCH] pcie_sriov: Fix broken MMIO accesses from SR-IOV VFs
2025-08-26 15:49 UTC (3+ messages)
[PATCH 0/4] tests/functional: Adapt reverse_debugging to run w/o Avocado
2025-08-26 15:31 UTC (13+ messages)
` [PATCH 2/4] tests/functional: Support tests that require a runner
[PATCH v2] kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.c
2025-08-26 15:09 UTC (6+ messages)
New capabilities for plugins
2025-08-26 14:37 UTC (9+ messages)
[RFC PATCH 00/14] tracetool: add Rust support
2025-08-26 13:52 UTC (13+ messages)
` [PATCH 03/14] trace/ftrace: move snprintf+write from tracepoints to ftrace.c
` [PATCH 05/14] tracetool/backend: remove redundant trace event checks
` [PATCH 06/14] tracetool: Add Rust format support
` [PATCH 10/14] tracetool/simple: add Rust support
` [PATCH 11/14] log: change qemu_loglevel to unsigned
[PATCH v2 0/4] Introduce a battery, AC adapter, and lid button
2025-08-26 12:47 UTC (3+ messages)
` [PATCH v2 1/4] hw/acpi: Increase the number of possible ACPI interrupts
[PATCH v2] 9pfs: Add FreeBSD support
2025-08-26 12:34 UTC (4+ messages)
[PATCH 0/4] Add IBM PPE42 CPU support
2025-08-26 12:12 UTC (12+ messages)
` [PATCH 1/4] target/ppc: Add IBM PPE42 family of processors
[PATCH v6 00/19] hw/i386: separate isapc out from pc_piix
2025-08-26 12:12 UTC (21+ messages)
` [PATCH v6 07/19] hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()
` [PATCH v6 08/19] hw/i386/pc_piix.c: remove nvdimm "
` [PATCH v6 10/19] hw/i386/pc_piix.c: hardcode hole64_size to 0 in pc_init_isa()
` [PATCH v6 12/19] hw/i386/pc_piix.c: always initialise ISA IDE drives "
` [PATCH v6 14/19] hw/i386/pc_piix.c: hardcode pcms->pci_bus to NULL "
` [PATCH v6 15/19] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
` [PATCH v6 16/19] hw/i386: move isapc machine to separate isapc.c file
` [PATCH v6 17/19] hw/i386/pc_piix.c: remove unused headers after isapc machine split
` [PATCH v6 18/19] hw/i386/pc_piix.c: replace rom_memory with pci_memory
` [PATCH v6 19/19] hw/i386/isapc.c: replace rom_memory with system_memory
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).