Show patches with: State = Action Required       |   427089 patches
« 1 2 ... 1087 1088 10894270 4271 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[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 - - 2 - --- 2024-04-10 Philippe Mathieu-Daudé New
[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 - - 2 - --- 2024-04-10 Philippe Mathieu-Daudé New
[PULL,09/16] hw/misc/applesmc: Do not call DeviceReset from DeviceRealize [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper - - 1 - --- 2024-04-10 Philippe Mathieu-Daudé New
[PULL,10/16] hw/misc/applesmc: Fix memory leak in reset() handler [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper - - 1 - --- 2024-04-10 Philippe Mathieu-Daudé New
[PULL,11/16] backends/cryptodev: Do not abort for invalid session ID [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper - - 1 - --- 2024-04-10 Philippe Mathieu-Daudé New
[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 - - 1 - --- 2024-04-10 Philippe Mathieu-Daudé New
[PULL,13/16] hw/net/lan9118: Fix overflow in MIL TX FIFO [PULL,01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper - - 1 - --- 2024-04-10 Philippe Mathieu-Daudé New
[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 - 2 - - --- 2024-04-10 Philippe Mathieu-Daudé New
[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 1 2 1 - --- 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 - 1 1 - --- 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 - - 1 - --- 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
[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
[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
[05/12] system/qtest: Replace sprintf() by g_string_append_printf() misc: Remove sprintf() due to macOS deprecation - - 1 - --- 2024-04-10 Philippe Mathieu-Daudé New
[06/12] util/hexdump: Rename @offset argument in qemu_hexdump_line() misc: Remove sprintf() due to macOS deprecation - - - - --- 2024-04-10 Philippe Mathieu-Daudé New
[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é New
[08/12] util/hexdump: Replace sprintf() by g_string_append_printf() misc: Remove sprintf() due to macOS deprecation - - - - --- 2024-04-10 Philippe Mathieu-Daudé New
[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é New
[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é New
[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é New
[12/12] backends/tpm: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation - - 1 - --- 2024-04-10 Philippe Mathieu-Daudé New
hw/misc/applesmc: Simplify DeviceReset handler hw/misc/applesmc: Simplify DeviceReset handler - - 1 - --- 2024-04-10 Philippe Mathieu-Daudé New
[v2,01/13] ui/console-vc: Replace sprintf() by snprintf() misc: Remove sprintf() due to macOS deprecation - - 2 - --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,02/13] hw/vfio/pci: Replace sprintf() by snprintf() Untitled series #402592 - - 1 - --- 2024-04-11 Philippe Mathieu-Daudé New
[v2,03/13] hw/ppc/spapr: Replace sprintf() by snprintf() misc: Remove sprintf() due to macOS deprecation - - 2 - --- 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,05/13] hw/mips/malta: Replace sprintf() by snprintf() 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 - - 2 - --- 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 - - 1 - --- 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,09/13] util/hexdump: Replace sprintf() by g_string_append_printf() misc: Remove sprintf() due to macOS deprecation - - 1 - --- 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,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,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,13/13] backends/tpm: Use qemu_hexdump_line() to avoid sprintf() misc: Remove sprintf() due to macOS deprecation - - 1 - --- 2024-04-11 Philippe Mathieu-Daudé New
[1/9] disas/m68k: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation - - 2 - --- 2024-04-11 Philippe Mathieu-Daudé New
[2/9] disas/microblaze: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation - - 1 - --- 2024-04-11 Philippe Mathieu-Daudé New
[3/9] disas/riscv: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation - - 1 - --- 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
[5/9] hw/misc/imx: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation - - 1 - --- 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
[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
[8/9] target/arm: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() due to macOS deprecation - - 2 - --- 2024-04-11 Philippe Mathieu-Daudé New
[9/9] target/i386: Replace sprintf() by snprintf() misc: Replace sprintf() by snprintf() 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
[2/2] target/m68k: Remove sprintf() calls m68k: Remove sprintf() calls due to macOS deprecation - - 1 - --- 2024-04-11 Philippe Mathieu-Daudé New
[PULL,0/2] Misc HW patches for 2024-04-15 - - - - --- 2024-04-15 Philippe Mathieu-Daudé New
[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 - 1 1 - --- 2024-04-15 Philippe Mathieu-Daudé New
[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 - - 1 - --- 2024-04-15 Philippe Mathieu-Daudé New
[v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,02/22] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,03/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,04/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,05/22] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,06/22] hw/acpi/ich9: Remove 'memory-hotplug-support' property [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,07/22] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug' [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,08/22] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,09/22] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h' [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,10/22] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,11/22] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults() [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,12/22] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid() [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,13/22] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,14/22] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug() [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 3 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,15/22] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug() [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 3 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,16/22] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,17/22] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,19/22] hw/i386/acpi: Remove AcpiBuildState::rsdp field [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v3,22/22] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE [v3,01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v2,1/4] hw/i2c: Fix checkpatch block comment warnings hw/i2c: Convert to spec v7 (inclusive) terminology - - - - --- 2024-04-16 Philippe Mathieu-Daudé New
[v2,2/4] hw/i2c: Fix checkpatch line over 80 chars warnings hw/i2c: Convert to spec v7 (inclusive) terminology - - - - --- 2024-04-16 Philippe Mathieu-Daudé New
[v2,3/4] hw/i2c: Convert to spec v7 terminology (automatically) hw/i2c: Convert to spec v7 (inclusive) terminology - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v2,4/4] hw/i2c: Convert to spec v7 terminology (manually) hw/i2c: Convert to spec v7 (inclusive) terminology - - - - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,01/22] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,02/22] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,03/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,04/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,05/22] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,06/22] hw/acpi/ich9: Remove 'memory-hotplug-support' property hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,07/22] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug' hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,08/22] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,09/22] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h' hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,10/22] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,11/22] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,12/22] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,13/22] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,14/22] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 3 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,15/22] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 3 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,16/22] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,17/22] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,19/22] hw/i386/acpi: Remove AcpiBuildState::rsdp field hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - - - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 1 - --- 2024-04-16 Philippe Mathieu-Daudé New
[v4,22/22] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines - - 2 - --- 2024-04-16 Philippe Mathieu-Daudé New
[01/21] gdbstub: Simplify #ifdef'ry in helpers.h exec/next for 9.1 - - 1 - --- 2024-04-17 Philippe Mathieu-Daudé New
[02/21] hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h exec/next for 9.1 - - 1 - --- 2024-04-17 Philippe Mathieu-Daudé New
« 1 2 ... 1087 1088 10894270 4271 »