Show patches with: Archived = No       |   75624 patches
« 1 2 ... 22 23 24756 757 »
Patch Series S/W/F Date Submitter Delegate State
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 Superseded
[PULL,2/2] hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus [PULL,1/2] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately --- 2024-04-15 Philippe Mathieu-Daudé Accepted
[PULL,1/2] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately [PULL,1/2] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately --- 2024-04-15 Philippe Mathieu-Daudé Accepted
[PULL,0/2] Misc HW patches for 2024-04-15 --- 2024-04-15 Philippe Mathieu-Daudé New
[6/6] disas/cris: Improve output of register names disas/cris: Use GString instead of sprintf --- 2024-04-13 Richard Henderson New
[5/6] disas/cris: Remove struct cris_disasm_data disas/cris: Use GString instead of sprintf --- 2024-04-13 Richard Henderson New
[4/6] disas/cris: Use GString in print_with_operands and subroutines disas/cris: Use GString instead of sprintf --- 2024-04-13 Richard Henderson New
[3/6] disas/cris: Drop with_reg_prefix disas/cris: Use GString instead of sprintf --- 2024-04-13 Richard Henderson New
[2/6] disas/cris: Remove TRACE_CASE and related code disas/cris: Use GString instead of sprintf --- 2024-04-13 Richard Henderson New
[1/6] disas/cris: Untabify disas/cris: Use GString instead of sprintf --- 2024-04-13 Richard Henderson New
[PULL,1/1] target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT [PULL,1/1] target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT --- 2024-04-12 Richard Henderson Accepted
[PULL,0/1] target/sparc late fix --- 2024-04-12 Richard Henderson New
[6/6] reset: Add RESET_TYPE_SNAPSHOT_LOAD reset: Add RESET_TYPE_SNAPSHOT_LOAD --- 2024-04-12 Peter Maydell Superseded
[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 Superseded
[4/6] hw, target: Add ResetType argument to hold and exit phase methods reset: Add RESET_TYPE_SNAPSHOT_LOAD --- 2024-04-12 Peter Maydell Superseded
[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 Superseded
[2/6] allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered reset reset: Add RESET_TYPE_SNAPSHOT_LOAD --- 2024-04-12 Peter Maydell Superseded
[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 Superseded
[v3,27/27] target/i386/kvm: Improve KVM_EXIT_NOTIFY warnings misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,26/27] target/arm: Replace sprintf() by snprintf() misc: Replace sprintf --- 2024-04-12 Richard Henderson New
[v3,25/27] hw/riscv/virt: Replace sprintf by g_strdup_printf misc: Replace sprintf --- 2024-04-12 Richard Henderson New
[v3,24/27] hw/net/rocker: Replace sprintf() by snprintf() misc: Replace sprintf --- 2024-04-12 Richard Henderson New
[v3,23/27] hw/misc/imx: Replace sprintf() by snprintf() misc: Replace sprintf --- 2024-04-12 Richard Henderson New
[v3,22/27] linux-user/flatload: Replace sprintf() by snprintf() misc: Replace sprintf --- 2024-04-12 Richard Henderson New
[v3,21/27] disas/riscv: Use GString in format_inst misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,20/27] disas/microblaze: Split get_field_special misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,19/27] disas/microblaze: Print registers directly with PRIrfsl misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,18/27] disas/microblaze: Print immediates directly with PRIimm misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,17/27] disas/microblaze: Print registers directly with PRIreg misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,16/27] disas/microblaze: Merge op->name output into each fprintf misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,15/27] target/microblaze: Re-indent print_insn_microblaze misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,14/27] disas/microblaze: Split out print_immval_addr misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,13/27] disas/microblaze: Replace sprintf() by snprintf() misc: Replace sprintf --- 2024-04-12 Richard Henderson New
[v3,12/27] disas/m68k: Replace sprintf() by snprintf() misc: Replace sprintf --- 2024-04-12 Richard Henderson New
[v3,11/27] backends/tpm: Use qemu_hexdump_line to avoid sprintf misc: Replace sprintf --- 2024-04-12 Richard Henderson New
[v3,10/27] hw/dma/pl330: Use qemu_hexdump_line to avoid sprintf misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,09/27] hw/ide/atapi: Use qemu_hexdump_line to avoid sprintf misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,08/27] hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintf misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,07/27] system/qtest: Replace sprintf by qemu_hexdump_line misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,06/27] hw/mips/malta: Add re-usable rng_seed_hex_new() method misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,05/27] util/hexdump: Inline g_string_append_printf "%02x" misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,04/27] util/hexdump: Add unit_len and block_len to qemu_hexdump_line misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,03/27] util/hexdump: Use a GString for qemu_hexdump_line misc: Replace sprintf --- 2024-04-12 Richard Henderson Superseded
[v3,02/27] util/hexdump: Remove ascii parameter from qemu_hexdump_line misc: Replace sprintf --- 2024-04-12 Richard Henderson New
[v3,01/27] util/hexdump: Remove b parameter from qemu_hexdump_line misc: Replace sprintf --- 2024-04-12 Richard Henderson New
target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXT --- 2024-04-12 Richard Henderson Superseded
[2/2] target/m68k: Remove sprintf() calls m68k: Remove sprintf() calls due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[1/2] disas/m68k: Replace sprintf() by snprintf() m68k: Remove sprintf() calls due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé 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 Superseded
hw/misc: Avoid sprintf() in the imx devices hw/misc: Avoid sprintf() in the imx devices --- 2024-04-11 Peter Maydell Superseded
[9/9] target/i386: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[8/9] target/arm: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé Superseded
[7/9] hw/riscv/virt: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[6/9] hw/net/rocker: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[5/9] hw/misc/imx: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé Superseded
[4/9] linux-user/flatload: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[3/9] disas/riscv: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[2/9] disas/microblaze: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé Superseded
[1/9] disas/m68k: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé Superseded
[v2,13/13] backends/tpm: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,12/13] hw/dma/pl330: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,11/13] hw/ide/atapi: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,10/13] hw/scsi/scsi-disk: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,09/13] util/hexdump: Replace sprintf() by g_string_append_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,08/13] util/hexdump: Have qemu_hexdump_line() return heap allocated buffer misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,07/13] util/hexdump: Rename @offset argument in qemu_hexdump_line() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,06/13] system/qtest: Replace sprintf() by g_string_append_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,05/13] hw/mips/malta: Replace sprintf() by snprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,04/13] hw/mips/malta: Add re-usable rng_seed_hex_new() method misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,03/13] hw/ppc/spapr: Replace sprintf() by snprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,02/13] hw/vfio/pci: Replace sprintf() by snprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,01/13] ui/console-vc: Replace sprintf() by snprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
hw/misc/applesmc: Simplify DeviceReset handler hw/misc/applesmc: Simplify DeviceReset handler --- 2024-04-10 Philippe Mathieu-Daudé Superseded
[12/12] backends/tpm: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé Superseded
[11/12] hw/dma/pl330: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé Superseded
[10/12] hw/ide/atapi: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé Superseded
[09/12] hw/scsi/scsi-disk: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé Superseded
[08/12] util/hexdump: Replace sprintf() by g_string_append_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé Superseded
[07/12] util/hexdump: Have qemu_hexdump_line() return heap allocated buffer misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé Superseded
[06/12] util/hexdump: Rename @offset argument in qemu_hexdump_line() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé Superseded
[05/12] system/qtest: Replace sprintf() by g_string_append_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé Superseded
[04/12] hw/mips/malta: Replace sprintf() by g_string_append_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé New
[03/12] hw/ppc/spapr: Replace sprintf() by g_strdup_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé New
[02/12] hw/vfio/pci: Replace sprintf() by g_strdup_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé New
[01/12] ui/console-vc: Replace sprintf() by g_strdup_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé New
[PULL,16/16] hw/audio/virtio-snd: Remove unused assignment [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,15/16] hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,14/16] hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,13/16] hw/net/lan9118: Fix overflow in MIL TX FIFO [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,12/16] hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,11/16] backends/cryptodev: Do not abort for invalid session ID [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,10/16] hw/misc/applesmc: Fix memory leak in reset() handler [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,09/16] hw/misc/applesmc: Do not call DeviceReset from DeviceRealize [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,08/16] hw/block/nand: Fix out-of-bound access in NAND block buffer [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,07/16] hw/block/nand: Have blk_load() take unsigned offset and return boolean [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,06/16] hw/block/nand: Factor nand_load_iolen() method out [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,05/16] qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,04/16] hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,03/16] hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
[PULL,02/16] hw/display/virtio-gpu: Protect from DMA re-entrancy bugs [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé Accepted
« 1 2 ... 22 23 24756 757 »