Show patches with: Archived = No       |   77601 patches
« 1 2 ... 12 13 14776 777 »
Patch Series S/W/F Date Submitter Delegate State
[PULL,05/16] plugins: fix mem callback array size [PULL,01/16] testing: bump to latest libvirt-ci --- 2024-07-22 Alex Bennée Accepted
[PULL,04/16] plugins/stoptrigger: TCG plugin to stop execution under conditions [PULL,01/16] testing: bump to latest libvirt-ci --- 2024-07-22 Alex Bennée New
[PULL,03/16] gdbstub: Re-factor gdb command extensions [PULL,01/16] testing: bump to latest libvirt-ci --- 2024-07-22 Alex Bennée New
[PULL,02/16] tests/avocado: Remove non-working sparc leon3 test [PULL,01/16] testing: bump to latest libvirt-ci --- 2024-07-22 Alex Bennée Accepted
[PULL,01/16] testing: bump to latest libvirt-ci [PULL,01/16] testing: bump to latest libvirt-ci --- 2024-07-22 Alex Bennée Accepted
[PULL,00/16] Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-22 Alex Bennée New
[RFC,v5,16/16] hw/char/pl011: Implement TX FIFO hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé New
[v5,15/16] hw/char/pl011: Drain TX FIFO when no backend connected hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé New
[v5,14/16] hw/char/pl011: Consider TX FIFO overrun error hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé New
[v5,13/16] hw/char/pl011: Introduce pl011_xmit() as GSource hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé New
[v5,12/16] hw/char/pl011: Add transmit FIFO to PL011State hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé New
[v5,11/16] hw/char/pl011: Rename RX FIFO methods hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[v5,10/16] hw/char/pl011: Check if receiver is enabled hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé New
[v5,09/16] tests/qtest: Update tests using PL011 UART hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé New
[v5,08/16] hw/char/pl011: Warn when using disabled transmitter hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[v5,07/16] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[v5,06/16] hw/char/pl011: Extract pl011_write_txdata() from pl011_write() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[v5,05/16] hw/char/pl011: Split RX/TX path of pl011_reset_fifo() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[v5,04/16] hw/char/pl011: Move pl011_loopback_enabled|tx() around hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[v5,03/16] hw/char/pl011: Move pl011_put_fifo() earlier hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[v5,02/16] hw/char/pl011: Remove unused 'readbuff' field hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[v5,01/16] tests/avocado: Add 'device:pl011' tag to tests exercising PL011 UART hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2024-07-19 Philippe Mathieu-Daudé New
tests/avocado: Allow overwritting AVOCADO_SHOW env variable tests/avocado: Allow overwritting AVOCADO_SHOW env variable --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[3/3] util/fifo8: Introduce fifo8_change_capacity() util/fifo8: Introduce fifo8_change_capacity() --- 2024-07-19 Philippe Mathieu-Daudé New
[2/3] util/fifo8: Use fifo8_reset() in fifo8_create() util/fifo8: Introduce fifo8_change_capacity() --- 2024-07-19 Philippe Mathieu-Daudé Superseded
[1/3] chardev/char-fe: Document returned value on error util/fifo8: Introduce fifo8_change_capacity() --- 2024-07-19 Philippe Mathieu-Daudé Superseded
tests/avocado: Move common Avocado tags to class tests/avocado: Move common Avocado tags to class --- 2024-07-19 Philippe Mathieu-Daudé New
[v3,12/12] target/riscv: Simplify probing in vext_ldff Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,11/12] target/s390x: Use set/clear_helper_retaddr in mem_helper.c Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,10/12] target/s390x: Use user_or_likely in access_memmove Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,09/12] target/s390x: Use user_or_likely in do_access_memset Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,08/12] target/ppc: Improve helper_dcbz for user-only Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,07/12] target/ppc: Merge helper_{dcbz,dcbzep} Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,06/12] target/ppc: Split out helper_dbczl for 970 Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,05/12] target/ppc: Hoist dcbz_size out of dcbz_common Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,04/12] target/ppc/mem_helper.c: Remove a conditional from dcbz_common() Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,03/12] target/arm: Use set/clear_helper_retaddr in SVE and SME helpers Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,02/12] target/arm: Use set/clear_helper_retaddr in helper-a64.c Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
[v3,01/12] accel/tcg: Move {set, clear}_helper_retaddr to cpu_ldst.h Fixes for user-only munmap races --- 2024-07-19 Richard Henderson Superseded
tests/tcg/aarch64: Fix test-mte.py tests/tcg/aarch64: Fix test-mte.py --- 2024-07-19 Richard Henderson Superseded
[RFC,v3] contrib/plugins: control flow plugin [RFC,v3] contrib/plugins: control flow plugin --- 2024-07-18 Alex Bennée Superseded
[v5,19/19] docs: Correct Loongarch -> LoongArch Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,18/19] hw/intc/loongson_ipi: Remove unused headers Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,17/19] hw/intc/loongson_ipi: Restrict to MIPS Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,16/19] hw/loongarch/virt: Replace Loongson IPI with LoongArch IPI Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,15/19] hw/intc/loongarch_ipi: Add loongarch IPI support Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,14/19] hw/intc/loongson_ipi: Move common code to loongson_ipi_common.c Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,13/19] hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpers Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,12/19] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handler Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,11/19] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handler Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,10/19] hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data() Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,09/19] hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.h Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,08/19] hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIState Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,07/19] hw/intc/loongson_ipi: Move common definitions to loongson_ipi_common.h Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,06/19] hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stub Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,05/19] hw/intc/loongson_ipi: Extract loongson_ipi_common_realize() Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé New
[v5,04/19] hw/intc/loongson_ipi: Extract loongson_ipi_common_finalize() Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé New
[v5,03/19] hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIState Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé New
[v5,02/19] hw/intc/loongson_ipi: Access memory in little endian Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé Superseded
[v5,01/19] hw/intc/loongson_ipi: Declare QOM types using DEFINE_TYPES() macro Reconstruct loongson ipi driver --- 2024-07-18 Philippe Mathieu-Daudé New
[PULL,26/26] hvf: arm: Do not advance PC when raising an exception [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,25/26] tests/arm-cpu-features: Do not assume PMU availability [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,24/26] tests/tcg/aarch64: Add test cases for SME FMOPA (widening) [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,23/26] target/arm: Use FPST_F16 for SME FMOPA (widening) [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,22/26] target/arm: Use float_status copy in sme_fmopa_s [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,21/26] hw/arm/smmu: Refactor SMMU OAS [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,20/26] hw/arm/smmuv3: Support and advertise nesting [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,19/26] hw/arm/smmuv3: Handle translation faults according to SMMUPTWEventInfo [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,18/26] hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova() [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,17/26] hw/arm/smmu: Support nesting in the rest of commands [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,16/26] hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmid [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,15/26] hw/arm/smmu: Support nesting in smmuv3_range_inval() [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,14/26] hw/arm/smmu-common: Support nested translation [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,13/26] hw/arm/smmu-common: Add support for nested TLB [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,12/26] hw/arm/smmu-common: Rework TLB lookup for nesting [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,11/26] hw/arm/smmuv3: Translate CD and TT using stage-2 table [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,10/26] hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDR [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,09/26] hw/arm/smmu: Consolidate ASID and VMID types [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,08/26] hw/arm/smmu: Split smmuv3_translate() [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,07/26] hw/arm/smmu: Use enum for SMMU stage [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Not Applicable
[PULL,06/26] hw/arm/smmuv3: Fix encoding of CLASS in events [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,05/26] hw/arm/smmu: Fix IPA for stage-2 events [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,04/26] hw/arm/smmu-common: Add missing size check for stage-1 [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,03/26] hw/display/bcm2835_fb: fix fb_use_offsets condition [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,02/26] target/arm: LDAPR should honour SCTLR_ELx.nAA [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset [PULL,01/26] target/arm: Fix handling of LDAPR/STLR with negative offset --- 2024-07-18 Peter Maydell Accepted
[PULL,00/26] target-arm queue --- 2024-07-18 Peter Maydell Not Applicable
[15/15] semihosting: Restrict to TCG Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[14/15] target/xtensa: Restrict semihosting to TCG Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[13/15] target/riscv: Restrict semihosting to TCG Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[12/15] target/mips: Restrict semihosting to TCG Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[11/15] target/m68k: Restrict semihosting to TCG Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[10/15] target/mips: Add semihosting stub Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[09/15] target/m68k: Add semihosting stub Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[08/15] semihosting: Include missing 'gdbstub/syscalls.h' header Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[07/15] plugins/execlog.c: correct dump of registers values Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[06/15] tests/plugins: use qemu_plugin_outs for inline stats Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[05/15] plugins: fix mem callback array size Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[04/15] plugins/stoptrigger: TCG plugin to stop execution under conditions Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
[03/15] gdbstub: Re-factor gdb command extensions Final bits for 9.1-rc0 (docker, plugins, gdbstub, semihosting) --- 2024-07-18 Alex Bennée Superseded
« 1 2 ... 12 13 14776 777 »