Current Team Memberships

Show patches with: State = Action Required       |    Archived = No       |   47 patches
Patch Series S/W/F Date Submitter Delegate State
[v2,3/3] rust: pl011: Check size of state struct at compile time rust: Fix PL011State size mismatch assert --- 2025-03-21 Peter Maydell New
[v2,1/3] rust: assertions: add static_assert rust: Fix PL011State size mismatch assert --- 2025-03-21 Peter Maydell New
[3/3] rust: pl011: Check size of state struct at compile time rust: Fix PL011State size mismatch assert --- 2025-03-20 Peter Maydell New
[for-10.1] target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET [for-10.1] target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET --- 2025-03-18 Peter Maydell New
rust: pl011: Cut down amount of text quoted from PL011 TRM rust: pl011: Cut down amount of text quoted from PL011 TRM --- 2025-03-17 Peter Maydell New
[for-10.1,9/9] target/arm: Remove TYPE_AARCH64_CPU target/arm: Remove TYPE_AARCH64_CPU class --- 2025-03-17 Peter Maydell New
[for-10.1,8/9] target/arm/kvm: don't check TYPE_AARCH64_CPU target/arm: Remove TYPE_AARCH64_CPU class --- 2025-03-17 Peter Maydell New
[for-10.1,7/9] target/arm: Move aarch64 CPU property code to TYPE_ARM_CPU target/arm: Remove TYPE_AARCH64_CPU class --- 2025-03-17 Peter Maydell New
[for-10.1,6/9] target/arm: Present AArch64 gdbstub based on ARM_FEATURE_AARCH64 target/arm: Remove TYPE_AARCH64_CPU class --- 2025-03-17 Peter Maydell New
[for-10.1,5/9] target/arm: Handle AArch64 gdb read/write regs in TYPE_ARM_CPU target/arm: Remove TYPE_AARCH64_CPU class --- 2025-03-17 Peter Maydell New
[for-10.1,4/9] target/arm: Handle gdb_core_xml_file in TYPE_ARM_CPU target/arm: Remove TYPE_AARCH64_CPU class --- 2025-03-17 Peter Maydell New
[for-10.1,3/9] target/arm: Handle AArch64 in TYPE_ARM_CPU gdb_arch_name target/arm: Remove TYPE_AARCH64_CPU class --- 2025-03-17 Peter Maydell New
[for-10.1,2/9] gdbstub: Allow gdb_core_xml_file to be set at runtime target/arm: Remove TYPE_AARCH64_CPU class --- 2025-03-17 Peter Maydell New
[for-10.1,1/9] core/cpu.h: gdb_arch_name string should not be freed target/arm: Remove TYPE_AARCH64_CPU class --- 2025-03-17 Peter Maydell New
[4/4] tests/tcg/x86_64/fma: add test for exact-denormal output target/i386: Emulate ftz and denormal flag bits correctly --- 2025-02-13 Peter Maydell New
[3/4] target/i386: Wire up MXCSR.DE and FPUS.DE correctly target/i386: Emulate ftz and denormal flag bits correctly --- 2025-02-13 Peter Maydell New
[2/4] target/i386: Use correct type for get_float_exception_flags() values target/i386: Emulate ftz and denormal flag bits correctly --- 2025-02-13 Peter Maydell New
[1/4] target/i386: Detect flush-to-zero after rounding target/i386: Emulate ftz and denormal flag bits correctly --- 2025-02-13 Peter Maydell New
[RFC] scripts/lsan-suppressions: Add a LeakSanitizer suppressions file [RFC] scripts/lsan-suppressions: Add a LeakSanitizer suppressions file --- 2024-08-19 Peter Maydell New
[v3,10/10] hmp: Deprecate 'singlestep' member of StatusInfo Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[v3,09/10] qapi/run-state.json: Fix missing newline at end of file Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[v3,08/10] hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep' Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[v3,07/10] accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status' Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[v3,06/10] Document that -singlestep command line option is deprecated Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[v3,05/10] bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep' Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[v3,04/10] linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep' Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[v3,03/10] accel/tcg: Use one_insn_per_tb global instead of old singlestep global Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[v3,02/10] softmmu: Don't use 'singlestep' global in QMP and HMP commands Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[v3,01/10] make one-insn-per-tb an accel option Deprecate/rename singlestep command line option, monitor interfaces --- 2023-04-17 Peter Maydell New
[RFC,2/2] hw/ppc/ppc440_uc: Handle mapping failure in DMA engine Fix Coverity and other errors in ppc440_uc DMA --- 2022-07-26 Peter Maydell New
tests/unit/test-char.c: Fix error handling issues tests/unit/test-char.c: Fix error handling issues --- 2021-06-08 Peter Maydell New
softfloat: Use correct type in float64_to_uint64_round_to_zero() --- 2017-02-03 Peter Maydell New
syscalls/mprotect04: Use __builtin___clear_cache() to sync caches --- 2016-07-26 Peter Maydell New
kernel/include/aarch64.in: Fix incorrect numbers for kcmp and getrandom --- 2016-07-21 Peter Maydell New
syscalls/read02: Don't pass invalid buffer to read when testing for bad fds --- 2016-07-15 Peter Maydell New
syscalls/mmap16: close open files in cleanup path --- 2016-07-01 Peter Maydell New
syscalls/mount03: close files in MS_NOATIME test error paths --- 2016-07-01 Peter Maydell New
syscalls/mount03: Don't read() with an invalid buffer argument --- 2016-06-30 Peter Maydell New
linux-user: arm: Remove ARM_cpsr and similar #defines --- 2016-03-03 Peter Maydell New
[v2] Documentation: dt: Add bindings for Secure-only devices --- 2015-11-12 Peter Maydell New
[v2,4/4] arm11scu: Use qom_private to mark private fields --- 2014-05-09 Peter Maydell New
[v2,3/4] a9scu: Use qom_private to mark private fields --- 2014-05-09 Peter Maydell New
[v2,2/4] arm_gic: Use new qom_private macro to mark private fields --- 2014-05-09 Peter Maydell New
[v2,1/4] Provide infrastructure for marking private QOM struct fields --- 2014-05-09 Peter Maydell New
[RFC] translate-all.c: add hack for coverage testing --- 2014-02-11 Peter Maydell New
[RFC,2/2] hw/pci-host/versatile: Implement IMAP registers --- 2013-08-22 Peter Maydell New
[RFC,1/2] hw/pci: Add PCI capability to allow BARs at 0 --- 2013-08-22 Peter Maydell New

Bundling

Create bundle: