Show patches with: Submitter = Philippe Mathieu-Daudé       |    State = Action Required       |    Archived = No       |   2923 patches
« 1 2 3 429 30 »
Patch Series S/W/F Date Submitter Delegate State
[2/2] hw/core/machine: Extract compat properties to machine-compat.c hw/core/machine: Extract compat properties to machine-compat.c --- 2024-09-30 Philippe Mathieu-Daudé New
[1/2] hw/core/machine: Add missing 'units.h' and 'error-report.h' headers hw/core/machine: Extract compat properties to machine-compat.c --- 2024-09-30 Philippe Mathieu-Daudé New
[3/3] hw/arm: Replace tswap32() calls by target agnostic stl_endian_p() hw/arm: Replace tswap32() by stl_endian_p() --- 2024-09-30 Philippe Mathieu-Daudé New
[2/3] hw/arm: Have arm_write_bootloader() take a ARMCPU argument hw/arm: Replace tswap32() by stl_endian_p() --- 2024-09-30 Philippe Mathieu-Daudé New
[1/3] target/arm: Expose arm_cpu_code_is_big_endian() prototype in 'cpu.h' hw/arm: Replace tswap32() by stl_endian_p() --- 2024-09-30 Philippe Mathieu-Daudé New
hw/sh4/r2d: Replace tswap32() by stl_endian_p() hw/sh4/r2d: Replace tswap32() by stl_endian_p() --- 2024-09-30 Philippe Mathieu-Daudé New
[3/3] hw/ppc/virtex_ml507: Replace tswap32() by stl_endian_p() hw/ppc: Replace tswap32() by stl_endian_p() --- 2024-09-30 Philippe Mathieu-Daudé New
[2/3] hw/ppc/sam460ex: Replace tswap32() by stl_endian_p() hw/ppc: Replace tswap32() by stl_endian_p() --- 2024-09-30 Philippe Mathieu-Daudé New
[1/3] target/ppc: Expose ppc_cpu_is_big_endian() prototype in 'cpu.h' hw/ppc: Replace tswap32() by stl_endian_p() --- 2024-09-30 Philippe Mathieu-Daudé New
hw/riscv/spike: Replace tswap64() by ldq_endian_p() hw/riscv/spike: Replace tswap64() by ldq_endian_p() --- 2024-09-30 Philippe Mathieu-Daudé New
[12/12] hw/mips/malta: Remove TARGET_BIG_ENDIAN #ifdef'ry target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[11/12] target/mips: Remove target-specific code in mips_cpu_reset_hold() target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[10/12] hw/mips: Have mips_cpu_create_with_clock() take an endianness argument target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[09/12] hw/mips/cps: Set the vCPU 'cpu-big-endian' property target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[08/12] target/mips: Expose MIPSCPU::is_big_endian property target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[07/12] target/mips: Replace MO_TE by mo_endian() target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[06/12] target/mips: Explode MO_TExx -> MO_TE | MO_xx target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[05/12] target/mips: Introduce mo_endian() helper target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[04/12] target/mips: Convert mips16e decr_and_load/store() macros to functions target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[03/12] target/mips: Replace MO_TE by mo_endian_env() in get_pte() target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[02/12] target/mips: Introduce mo_endian_env() helper target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[01/12] target/mips: Declare cpu_is_bigendian_env() in 'internal.h' target/mips: Remove target-specific endianness knowledge --- 2024-09-30 Philippe Mathieu-Daudé New
[13/13] hw/net/tulip: Use ld/st_endian_pci_dma() API hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[12/13] hw/pci/pci_device: Introduce ld/st_endian_pci_dma() API hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[11/13] hw/pci/pci_device: Add PCI_DMA_DEFINE_LDST_END() macro hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[10/13] hw/virtio/virtio-access: Use ld/st_endian_phys() API hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[09/13] exec/memory_ldst_phys: Introduce ld/st_endian_phys() API hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[08/13] hw/xtensa/xtfpga: Replace memcpy()+tswap32() by stl_endian_p() hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[07/13] hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[06/13] tests/tcg/plugins: Use the ld/st_endian_p() API hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[05/13] hw/mips: Add cpu_is_bigendian field to BlCpuCfg structure hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[04/13] hw/mips: Pass BlCpuCfg argument to bootloader API hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[03/13] target/arm/ptw: Use the ld/st_endian_p() API hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[02/13] hw/virtio/virtio-access: Use the ld/st_endian_p() API hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
[01/13] qemu/bswap: Introduce ld/st_endian_p() API hw: Add ld/st_endian() APIs --- 2024-09-30 Philippe Mathieu-Daudé New
hw/mips: Build fw_cfg.c once hw/mips: Build fw_cfg.c once --- 2024-09-30 Philippe Mathieu-Daudé New
[v2,4/4] net/l2tpv3: Simplify LD/ST API uses hw/ppc & net: Simplify LD/ST API uses --- 2024-09-27 Philippe Mathieu-Daudé New
[v2,3/4] hw/ppc/vof: Simplify LD/ST API uses hw/ppc & net: Simplify LD/ST API uses --- 2024-09-27 Philippe Mathieu-Daudé New
[v2,2/4] hw/ppc/spapr_vof: Simplify LD/ST API uses hw/ppc & net: Simplify LD/ST API uses --- 2024-09-27 Philippe Mathieu-Daudé New
[v2,1/4] hw/ppc/spapr_nvdimm: Simplify LD/ST API uses hw/ppc & net: Simplify LD/ST API uses --- 2024-09-27 Philippe Mathieu-Daudé New
[3/4] hw/ppc/vof: Simplify LD/ST API uses hw/ppc & net: Simplify LD/ST API uses --- 2024-09-27 Philippe Mathieu-Daudé New
[2/2] hw/loongarch/fw_cfg: Build in common_ss[] hw/loongarch: Build fw_cfg.c as common object --- 2024-09-27 Philippe Mathieu-Daudé New
[1/2] hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion hw/loongarch: Build fw_cfg.c as common object --- 2024-09-27 Philippe Mathieu-Daudé New
hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header --- 2024-09-26 Philippe Mathieu-Daudé New
[RFC] hw/arm/armv7m: Expose and access System Control Space as little endian [RFC] hw/arm/armv7m: Expose and access System Control Space as little endian --- 2024-09-24 Philippe Mathieu-Daudé New
[3/3] .gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia) ci: Replace macOS coverage from release 13 to 15 --- 2024-09-17 Philippe Mathieu-Daudé New
[2/3] .gitlab-ci.d/cirrus: Drop support for macOS 13 (Ventura) ci: Replace macOS coverage from release 13 to 15 --- 2024-09-17 Philippe Mathieu-Daudé New
[1/3] tests/unit: Really build pbkdf test on macOS ci: Replace macOS coverage from release 13 to 15 --- 2024-09-17 Philippe Mathieu-Daudé New
[PULL,v3,00/60] Misc HW & UI patches for 2024-09-13 --- 2024-09-13 Philippe Mathieu-Daudé New
[PULL,v2,53/61] hw/watchdog: replace assert(0) with g_assert_not_reached() Untitled series #250720 --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,52/61] hw/core: replace assert(0) with g_assert_not_reached() Untitled series #250720 --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,48/61] hw/sensor/tmp105: Lower 4 bit of limit registers are always 0 Untitled series #250720 --- 2024-09-12 Philippe Mathieu-Daudé New
[PULL,v2,00/61] Misc HW & UI patches for 2024-09-12 --- 2024-09-12 Philippe Mathieu-Daudé New
[v3,4/5] license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later license: Fix typos and update SPDX tags --- 2024-09-11 Philippe Mathieu-Daudé New
[v3,3/5] license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later license: Fix typos and update SPDX tags --- 2024-09-11 Philippe Mathieu-Daudé New
[v3,2/5] license: Simplify GPL-2.0-or-later license descriptions license: Fix typos and update SPDX tags --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,44/56] hw/char/escc: convert Sun mouse to use QemuInputHandler [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,43/56] tests/unit: Comment FIFO8 tests [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,40/56] tests/unit: add test-fifo unit test [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,31/56] MAINTAINERS: Add myself as a reviewer of VT-d [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,28/56] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read() [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,24/56] hw/char/pl011: Move pl011_put_fifo() earlier [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,23/56] hw/char/pl011: Remove unused 'readbuff' field [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,22/56] hw/audio/virtio-sound: fix heap buffer overflow [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,19/56] target/cris: Remove the deprecated CRIS target [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,18/56] system: Remove support for CRIS target [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,16/56] hw/dma: Remove ETRAX_FS DMA device [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,15/56] hw/net: Remove TYPE_ETRAX_FS_ETH device [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,14/56] hw/char: Remove TYPE_ETRAX_FS_SERIAL device [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,12/56] hw/cris: Remove image loader helper [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,10/56] linux-user: Remove support for CRIS target [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,09/56] buildsys: Remove CRIS cross container [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,08/56] tests/tcg: Remove CRIS bare test files [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,07/56] tests/tcg: Remove CRIS libc test files [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,06/56] hw/sh4: Remove sh7750_register_io_device() helper [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,05/56] hw/block: Remove TC58128 NAND EEPROM [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,04/56] hw/sh4: Remove the deprecated SHIX machine [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,03/56] hw/intc/loongson_ipi: Remove unused headers [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro [PULL,01/56] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro --- 2024-09-11 Philippe Mathieu-Daudé New
[PULL,00/56] Misc HW & UI patches --- 2024-09-11 Philippe Mathieu-Daudé New
[v2,1/5] NSIS: Simplify license description license: Fix typos and update SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé New
[5/5] license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only license: Fix typos and update deprecated SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé New
[4/5] license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later license: Fix typos and update deprecated SPDX tags --- 2024-09-10 Philippe Mathieu-Daudé New
[1/2] target/hexagon: Rename macros.inc -> macros.h.inc misc: Rename included template headers using '.inc' suffix --- 2024-09-10 Philippe Mathieu-Daudé New
[v2,06/10,4/4] target/s390x: Use deposit to set cc_op in save_link_info Untitled series #250453 --- 2024-09-09 Philippe Mathieu-Daudé New
[v2,06/10,3/4] target/s390x: Use deposit to set ilen in save_link_info Untitled series #250451 --- 2024-09-09 Philippe Mathieu-Daudé New
[v2,06/10,2/4] target/s390x: Use deposit to set psw_mask in save_link_info Untitled series #250454 --- 2024-09-09 Philippe Mathieu-Daudé New
[v2,06/10,1/4] target/s390x: Rename local variable in save_link_info Untitled series #250452 --- 2024-09-09 Philippe Mathieu-Daudé New
[2/3] tests/unit: Expand test_fifo8_peek_buf_wrap() coverage tests/unit: Slightly expand FIFO8 tests --- 2024-09-06 Philippe Mathieu-Daudé New
[1/3] tests/unit: Strengthen FIFO8 tests tests/unit: Slightly expand FIFO8 tests --- 2024-09-06 Philippe Mathieu-Daudé New
[v2,14/15] disas: Remove CRIS disassembler target/cris: Remove the deprecated CRIS target --- 2024-09-04 Philippe Mathieu-Daudé New
hw/arm/omap1: Remove unused omap_uwire_attach() method hw/arm/omap1: Remove unused omap_uwire_attach() method --- 2024-09-03 Philippe Mathieu-Daudé New
[2/2] hw/sd: Remove legacy sd_enable() hw/sd: Remove a pair of legacy methods --- 2024-09-03 Philippe Mathieu-Daudé New
[1/2] hw/sd: Remove legacy sd_set_cb() hw/sd: Remove a pair of legacy methods --- 2024-09-03 Philippe Mathieu-Daudé New
tests/functional/test_vnc: Reduce raciness in find_free_ports() tests/functional/test_vnc: Reduce raciness in find_free_ports() --- 2024-09-03 Philippe Mathieu-Daudé New
[v4,7/7] tests/functional: Convert mips32eb 4Kc Malta avocado tests tests/functional: Convert few MIPS avocado tests --- 2024-08-27 Philippe Mathieu-Daudé New
[v4,6/7] tests/functional: Convert nanomips Malta avocado tests tests/functional: Convert few MIPS avocado tests --- 2024-08-27 Philippe Mathieu-Daudé New
[v4,5/7] tests/functional: Convert mips32el Malta YAMON avocado test tests/functional: Convert few MIPS avocado tests --- 2024-08-27 Philippe Mathieu-Daudé New
[v4,2/7] tests/functional: Convert mips64el Fuloong2e avocado test (2/2) tests/functional: Convert few MIPS avocado tests --- 2024-08-27 Philippe Mathieu-Daudé New
[4/4] tests/functional: Convert Aarch64 Raspi4 avocado tests tests/functional: Convert Raspberry Pi avocado tests --- 2024-08-26 Philippe Mathieu-Daudé New
« 1 2 3 429 30 »