Current Team Memberships

Show patches with: State = Action Required       |    Archived = No       |   43 patches
Patch Series S/W/F Date Submitter Delegate State
[5/5] target/arm: Enable FEAT_Spec_FPACC for -cpu max target/arm: Update emulation.rst, add some easy features --- 2024-04-18 Peter Maydell New
[4/5] target/arm: Implement ID_AA64MMFR3_EL1 target/arm: Update emulation.rst, add some easy features --- 2024-04-18 Peter Maydell New
[3/5] target/arm: Enable FEAT_ETS2 for -cpu max target/arm: Update emulation.rst, add some easy features --- 2024-04-18 Peter Maydell New
[2/5] target/arm: Enable FEAT_CSV2_3 for -cpu max target/arm: Update emulation.rst, add some easy features --- 2024-04-18 Peter Maydell New
[1/5] docs/system/arm/emulation.rst: Add missing implemented features target/arm: Update emulation.rst, add some easy features --- 2024-04-18 Peter Maydell New
tests/avocado: update sunxi kernel from armbian to 6.6.16 tests/avocado: update sunxi kernel from armbian to 6.6.16 --- 2024-04-15 Peter Maydell New
[6/6] reset: Add RESET_TYPE_SNAPSHOT_LOAD reset: Add RESET_TYPE_SNAPSHOT_LOAD --- 2024-04-12 Peter Maydell New
[5/6] docs/devel/reset: Update to new API for hold and exit phase methods reset: Add RESET_TYPE_SNAPSHOT_LOAD --- 2024-04-12 Peter Maydell New
[4/6] hw, target: Add ResetType argument to hold and exit phase methods reset: Add RESET_TYPE_SNAPSHOT_LOAD --- 2024-04-12 Peter Maydell New
[3/6] scripts/coccinelle: New script to add ResetType to hold and exit phases reset: Add RESET_TYPE_SNAPSHOT_LOAD --- 2024-04-12 Peter Maydell New
[2/6] allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered reset reset: Add RESET_TYPE_SNAPSHOT_LOAD --- 2024-04-12 Peter Maydell New
[1/6] hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcr reset: Add RESET_TYPE_SNAPSHOT_LOAD --- 2024-04-12 Peter Maydell New
linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code --- 2024-04-11 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
[3/3] travis: Add config to do a Coverity Scan upload Automate coverity scan uploads via Travis --- 2017-06-13 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
[RFC] linux-user: Use SIGRTMAX-1 for guest SIGRTMIN+1 to avoid conflict with host libc --- 2016-03-01 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: