Show patches with: Submitter = Philippe Mathieu-Daudé       |    State = Action Required       |    Archived = No       |   2523 patches
« 1 2 3 425 26 »
Patch Series S/W/F Date Submitter Delegate State
[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
[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é New
[1/9] disas/m68k: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation --- 2024-04-11 Philippe Mathieu-Daudé New
[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
[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,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper --- 2024-04-10 Philippe Mathieu-Daudé New
[PULL,00/16] Misc HW patches for 2024-04-10 --- 2024-04-10 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,11/11] hw/net/lan9118: Rename rx_fifo_size -> rx_fifo_wordcount hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-09 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,10/11] hw/net/lan9118: Use RX_DATA_FIFO_BYTES definition hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-09 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,09/11] hw/net/lan9118: Rename rx_status_fifo_size -> rx_status_fifo_wordcount hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-09 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,08/11] hw/net/lan9118: Use RX_STATUS_FIFO_BYTES definition hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-09 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,07/11] hw/net/lan9118: Rename tx_fifo_size -> tx_fifo_bytes hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-09 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,06/11] hw/net/lan9118: Use TX_DATA_FIFO_BYTES definition hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-09 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,05/11] hw/net/lan9118: Add definitions for FIFO allocated sizes hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-09 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,04/11] hw/net/lan9118: Replace magic '5' value by TX_FIF_SZ_RESET definition hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-09 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,03/11] hw/net/lan9118: Remove duplicated assignment hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-09 Philippe Mathieu-Daudé New
mailmap: Fix Yuxue Liu author email mailmap: Fix Yuxue Liu author email --- 2024-04-09 Philippe Mathieu-Daudé New
[PATCH-for-9.0?] backends/cryptodev: Do not abort for invalid session ID [PATCH-for-9.0?] backends/cryptodev: Do not abort for invalid session ID --- 2024-04-08 Philippe Mathieu-Daudé New
[PATCH-for-9.1,2/2] hw/sd/sdcard: Assert @data_offset is in range hw/sd/sdcard: Avoid OOB in sd_read_byte() --- 2024-04-08 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.0?,1/2] hw/sd/sdcard: Avoid OOB in sd_read_byte() during unexpected CMD switch hw/sd/sdcard: Avoid OOB in sd_read_byte() --- 2024-04-08 Philippe Mathieu-Daudé New
[PATCH-for-9.0?,2/2] hw/net/lan9118: Fix overflow in TX FIFO hw/net/lan9118: Fix overflow in TX FIFO --- 2024-04-08 Philippe Mathieu-Daudé New
[PATCH-for-9.0?] hw/net/smc91c111: Fix out of bounds access in packets buffer [PATCH-for-9.0?] hw/net/smc91c111: Fix out of bounds access in packets buffer --- 2024-04-08 Philippe Mathieu-Daudé New
[33/32] accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_code accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1] qapi: Do not generate commands/events/introspect code for user emulation [RFC,PATCH-for-9.1] qapi: Do not generate commands/events/introspect code for user emulation --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,7/7] hw: Include minimal source set in user emulation build buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,6/7] hw/core: Move reset.c to hwcore_ss[] source set buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,5/7] hw/core: Restrict reset handlers API to system emulation buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,3/7] monitor: Rework stubs to simplify user emulation linking buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,2/7] yank: Restrict to system emulation buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.1,1/7] ebpf: Restrict to system emulation buildsys: Start shrinking qemu-user build process --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.0,1/4] hw/virtio: Introduce virtio_bh_new_guarded() helper hw/virtio: Protect from more DMA re-entrancy bugs --- 2024-04-04 Philippe Mathieu-Daudé New
[PATCH-for-9.0] hw/sd/sdhci: Discard excess of data written to Buffer Data Port register [PATCH-for-9.0] hw/sd/sdhci: Discard excess of data written to Buffer Data Port register --- 2024-04-04 Philippe Mathieu-Daudé New
[PULL,08/15] MAINTAINERS: Fix error-report.c entry [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé New
[PULL,07/15] qtest/libqos: Reduce size_to_prdtl() declaration scope [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé New
[PULL,04/15] target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx() [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé New
[PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition [PULL,01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition --- 2024-04-02 Philippe Mathieu-Daudé New
[PULL,00/15] Misc HW patches for 2024-04-02 --- 2024-04-02 Philippe Mathieu-Daudé New
[v2,2/2] scripts/checkpatch: Do not use mailmap scripts/checkpatch: Do not use mailmap and check qemu-trivial@ author --- 2024-04-02 Philippe Mathieu-Daudé New
[v2,1/2] scripts/checkpatch: Avoid author email mangled by qemu-*@nongnu.org scripts/checkpatch: Do not use mailmap and check qemu-trivial@ author --- 2024-04-02 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,29/29] hw/i386/pc: Move ISA-only PC machine to pc_isa.c [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,28/29] hw/i386/pc: Rename pc_init1() -> pc_piix_init() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,27/29] hw/i386/pc: Call fw_cfg_build_smbios_legacy() in pc_machine_done() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,26/29] hw/i386/fw_cfg: Factor fw_cfg_build_smbios_legacy() out [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,25/29] hw/i386/fw_cfg: Replace smbios_defaults() by !smbios_legacy_mode() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,24/29] hw/i386/fw_cfg: Inline smbios_legacy_mode() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,23/29] hw/i386/fw_cfg: Inline smbios_defaults() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,22/29] hw/i386/fw_cfg: Define fw_cfg_build_smbios() stub [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,21/29] hw/i386/fw_cfg: Include missing 'qapi-types-machine.h' header [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,20/29] hw/i386/pc: Pass PcPciMachineState argument to pc_pci_hole64_start() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,19/29] hw/i386/pc: Pass PcPciMachineState argument to CXL helpers [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,18/29] hw/i386/pc: Inline has_reserved_memory() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,17/29] hw/i386/pc: Inline gigabyte_align() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,16/29] hw/i386/pc: Move south-bridge related fields to PcPciMachine [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,15/29] hw/i386/pc: Move FW/pflash related fields to PcPciMachineState [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,14/29] hw/i386/pc: Move pc_system_flash_create() to pc_pci_machine_initfn() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,10/29] hw/i386/pc: Remove PCMachineClass::has_acpi_build field [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,09/29] hw/i386/pc: Pass PCMachineState argument to acpi_setup() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,06/29] hw/i386/pc: Move pci_root_uid field to PcPciMachineClass [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,05/29] hw/i386/pc: Remove PCMachineClass::pci_enabled field [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,04/29] hw/i386/pc: Introduce PC_PCI_MACHINE QOM type [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,03/29] hw/i386/pc: Pass base machine type as argument to DEFINE_PC_MACHINE() [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro [RFC,PATCH-for-9.1,01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-03-28 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,2/3] migration: Remove RDMA protocol handling rdma: Remove RDMA subsystem and pvrdma device --- 2024-03-28 Philippe Mathieu-Daudé New
[PATCH-for-9.0,v2] hw/i386/pc: Deprecate 64-bit CPUs on ISA-only PC machine [PATCH-for-9.0,v2] hw/i386/pc: Deprecate 64-bit CPUs on ISA-only PC machine --- 2024-03-27 Philippe Mathieu-Daudé New
[PATCH-for-9.1] target/nios2: Remove machines and system emulation [PATCH-for-9.1] target/nios2: Remove machines and system emulation --- 2024-03-27 Philippe Mathieu-Daudé New
[PATCH-for-9.1] rdma: Remove RDMA subsystem and pvrdma device [PATCH-for-9.1] rdma: Remove RDMA subsystem and pvrdma device --- 2024-03-27 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,19/21] hw/i386/pc: Remove 2.3 and deprecate 2.4 to 2.7 pc-i440fx machines [PATCH-for-9.1,v2,01/21] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine --- 2024-03-27 Philippe Mathieu-Daudé New
[PATCH-for-9.0?,v2,4/4] meson: Enable -Wstatic-in-inline overall: Avoid using inlined functions with external linkage again --- 2024-03-26 Philippe Mathieu-Daudé New
[PULL,13/13] ui/cocoa: Use NSTrackingInVisibleRect [PULL,01/13] target/i386/tcg: Enable page walking from MMIO memory --- 2024-03-26 Philippe Mathieu-Daudé New
[PULL,12/13] ui/cocoa: Resize window after toggling zoom-to-fit [PULL,01/13] target/i386/tcg: Enable page walking from MMIO memory --- 2024-03-26 Philippe Mathieu-Daudé New
[PULL,11/13] ui/cocoa: Fix aspect ratio [PULL,01/13] target/i386/tcg: Enable page walking from MMIO memory --- 2024-03-26 Philippe Mathieu-Daudé New
[PULL,05/13] hw/clock: Let clock_set_mul_div() return a boolean value [PULL,01/13] target/i386/tcg: Enable page walking from MMIO memory --- 2024-03-26 Philippe Mathieu-Daudé New
[PULL,00/13] Misc HW patches for 2024-03-26 --- 2024-03-26 Philippe Mathieu-Daudé New
[PATCH-for-9.1] hw/i386: Add a config to only build the microvm machine [PATCH-for-9.1] hw/i386: Add a config to only build the microvm machine --- 2024-03-26 Philippe Mathieu-Daudé New
[PATCH-for-9.1,v2,8/8] hw/misc/zynq_slcr: Only propagate clock changes when necessary hw/clock: Propagate clock changes when STM32L4X5 MUX is updated --- 2024-03-25 Philippe Mathieu-Daudé New
[PATCH-for-9.0?,v2,7/8] hw/misc/stm32l4x5_rcc: Propagate period when enabling a clock hw/clock: Propagate clock changes when STM32L4X5 MUX is updated --- 2024-03-25 Philippe Mathieu-Daudé New
[PATCH-for-9.0?,v2,5/8] hw/clock: Pass optional &bool argument to clock_set_mul_div() hw/clock: Propagate clock changes when STM32L4X5 MUX is updated --- 2024-03-25 Philippe Mathieu-Daudé New
[PATCH-for-9.0?,v2,4/8] hw/clock: Pass optional &bool argument to clock_set_hz() hw/clock: Propagate clock changes when STM32L4X5 MUX is updated --- 2024-03-25 Philippe Mathieu-Daudé New
[PATCH-for-9.0?,v2,3/8] hw/clock: Pass optional &bool argument to clock_set_ns() hw/clock: Propagate clock changes when STM32L4X5 MUX is updated --- 2024-03-25 Philippe Mathieu-Daudé New
[PATCH-for-9.0?,v2,2/8] hw/clock: Pass optional &bool argument to clock_set() hw/clock: Propagate clock changes when STM32L4X5 MUX is updated --- 2024-03-25 Philippe Mathieu-Daudé New
[PATCH-for-9.0,v2,1/8] hw/clock: Have clock_set_mul_div() return early when nothing to change hw/clock: Propagate clock changes when STM32L4X5 MUX is updated --- 2024-03-25 Philippe Mathieu-Daudé New
[PATCH-for-9.1] target/ppc: Unify TYPE_POWERPC_CPU definition for 32/64-bit [PATCH-for-9.1] target/ppc: Unify TYPE_POWERPC_CPU definition for 32/64-bit --- 2024-03-22 Philippe Mathieu-Daudé New
« 1 2 3 425 26 »