Show patches with: Archived = No       |   81645 patches
« 1 2 3 4816 817 »
Patch Series S/W/F Date Submitter Delegate State
[2/2] qemu/timer: Sanity check timer_list in timer_init_full() qemu/timer: Clarify QEMUTimer new/free API --- 2025-01-25 Philippe Mathieu-Daudé New
[1/2] qemu/timer: Clarify timer_new*() must be freed with timer_free() qemu/timer: Clarify QEMUTimer new/free API --- 2025-01-25 Philippe Mathieu-Daudé New
[RFC,9/9] hw/xen: Have legacy Xen backend inherit from DYNAMIC_SYS_BUS_DEVICE hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE --- 2025-01-25 Philippe Mathieu-Daudé New
[8/9] hw/tpm: Have TPM TIS sysbus device inherit from DYNAMIC_SYS_BUS_DEVICE hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE --- 2025-01-25 Philippe Mathieu-Daudé New
[2/9] hw/sysbus: Declare QOM types using DEFINE_TYPES() macro hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,24/24] cpus: Remove CPUClass::has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,23/24] target/xtensa: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,22/24] target/tricore: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,21/24] target/sparc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,20/24] target/sh4: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,19/24] target/s390x: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,18/24] target/s390x: Restrict I/O handler installers to system emulation cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,17/24] target/rx: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,16/24] target/riscv: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,15/24] target/ppc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,14/24] target/openrisc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,13/24] target/mips: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,12/24] target/microblaze: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,11/24] target/m68k: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,10/24] target/loongarch: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,09/24] target/i386: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,08/24] target/hppa: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,07/24] target/hexagon: Remove CPUClass:has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,06/24] target/avr: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,05/24] target/arm: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,04/24] target/alpha: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,03/24] cpus: Introduce SysemuCPUOps::has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,02/24] cpus: Un-inline cpu_has_work() cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,01/24] cpus: Restrict cpu_has_work() to system emulation cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[2/2] qom: Introduce class_post_init() handler qom: Introduce class_post_init() handler --- 2025-01-25 Philippe Mathieu-Daudé New
[1/2] qom: Declare class_base_init() before class_init() qom: Introduce class_post_init() handler --- 2025-01-25 Philippe Mathieu-Daudé New
[v2,24/24] cpus: Remove CPUClass::has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v2,23/24] target/xtensa: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,22/24] target/tricore: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,21/24] target/sparc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,20/24] target/sh4: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,19/24] target/s390x: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,18/24] target/s390x: Restrict I/O handler installers to system emulation cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,17/24] target/rx: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,16/24] target/riscv: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,15/24] target/ppc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,14/24] target/openrisc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,13/24] target/mips: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,12/24] target/microblaze: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,11/24] target/m68k: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,10/24] target/loongarch: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,09/24] target/i386: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,08/24] target/hppa: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,07/24] target/hexagon: Remove CPUClass:has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,06/24] target/avr: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,05/24] target/arm: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,04/24] target/alpha: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,03/24] cpus: Introduce SysemuCPUOps::has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,02/24] cpus: Un-inline cpu_has_work() cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,01/24] cpus: Restrict cpu_has_work() to system emulation cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[2/2] hw/char/sh_serial: Convert to TypeInfo hw/char/sh_serial: QOM housekeeping --- 2025-01-24 Philippe Mathieu-Daudé New
[1/2] hw/char/sh_serial: Delete fifo_timeout_timer in DeviceUnrealize hw/char/sh_serial: QOM housekeeping --- 2025-01-24 Philippe Mathieu-Daudé New
[76/76] tests/tcg/x86_64/fma: add test for exact-denormal output target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[75/76] target/i386: Wire up MXCSR.DE and FPUS.DE correctly target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[74/76] target/i386: Use correct type for get_float_exception_flags() values target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[73/76] target/i386: Detect flush-to-zero after rounding target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[72/76] target/arm: Enable FEAT_RPRES for -cpu max target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[71/76] target/arm: Implement increased precision FRSQRTE target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[70/76] target/arm: Implement increased precision FRECPE target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[69/76] target/arm: Plumb FEAT_RPRES frecpe and frsqrte through to new helper target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[68/76] target/arm: Enable FEAT_AFP for '-cpu max' target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[67/76] target/arm: Handle FPCR.AH in SVE FTMAD target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[66/76] target/arm: Handle FPCR.AH in SVE FTSSEL target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[65/76] target/arm: Handle FPCR.AH in negation step in SVE FMLS (vector) target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[64/76] target/arm: Handle FPCR.AH in negation in FMLS (vector) target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[63/76] target/arm: Handle FPCR.AH in negation step in FMLS (indexed) target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[62/76] target/arm: Handle FPCR.AH in FRECPS and FRSQRTS vector insns target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[61/76] target/arm: Handle FPCR.AH in FRECPS and FRSQRTS scalar insns target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[60/76] target/arm: Handle FPCR.AH in FMLSL target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[59/76] target/arm: Handle FPCR.AH in negation steps in SVE FCADD target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[58/76] target/arm: Handle FPCR.AH in negation steps in FCADD target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[57/76] target/arm: Handle FPCR.AH in SVE FABD target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[56/76] target/arm: Handle FPCR.AH in SVE FABS target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[55/76] target/arm: Handle FPCR.AH in SVE FNEG target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[54/76] target/arm: Handle FPCR.AH in vector FABD target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[53/76] target/arm: Implement FPCR.AH handling for scalar FABS and FABD target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[52/76] target/arm: Implement FPCR.AH handling of negation of NaN target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[51/76] target/arm: Implement FPCR.AH semantics for SVE FMIN/FMAX vector target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[50/76] target/arm: Implement FPCR.AH semantics for SVE FMIN/FMAX immediate target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[49/76] target/arm: Implement FPCR.AH semantics for SVE FMAXV and FMINV target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[48/76] target/arm: Implement FPCR.AH semantics for FMINP and FMAXP target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[47/76] target/arm: Implement FPCR.AH semantics for FMAXV and FMINV target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[46/76] target/arm: Implement FPCR.AH semantics for vector FMIN/FMAX target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[45/76] target/arm: Implement FPCR.AH semantics for scalar FMIN/FMAX target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[44/76] target/arm: Handle FPCR.NEP for NEP for FMUL, FMULX scalar by element target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[43/76] target/arm: Handle FPCR.NEP for FCVTXN (scalar) target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[42/76] target/arm: Handle FPCR.NEP for scalar FABS and FNEG target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[41/76] target/arm: Handle FPCR.NEP in do_cvtf_scalar() target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[40/76] target/arm: Handle FPCR.NEP for 1-input scalar operations target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[39/76] target/arm: Handle FPCR.NEP for BFCVT scalar target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[38/76] target/arm: Handle FPCR.NEP for 3-input scalar operations target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[37/76] target/arm: Define and use new write_fp_*reg_merging() functions target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[36/76] target/arm: Add FPCR.NEP to TBFLAGS target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[35/76] target/arm: Use FPST_FPCR_AH for BFMLAL*, BFMLSL* insns target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
[34/76] target/arm: Use FPST_FPCR_AH for BFCVT* insns target/arm: Implement FEAT_AFP and FEAT_RPRES --- 2025-01-24 Peter Maydell New
« 1 2 3 4816 817 »