Show patches with: Submitter = Philippe Mathieu-Daudé       |    State = Action Required       |   2959 patches
« 1 2 3 429 30 »
Patch Series S/W/F Date Submitter Delegate State
[3/3] target/ppc: Use tcg_constant_tl() instead of tcg_gen_movi_tl() target: Use tcg_constant_tl() instead of tcg_gen_movi_tl() --- 2024-10-04 Philippe Mathieu-Daudé New
[2/3] target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl() target: Use tcg_constant_tl() instead of tcg_gen_movi_tl() --- 2024-10-04 Philippe Mathieu-Daudé New
[1/3] target/mips: Use tcg_constant_tl() instead of tcg_gen_movi_tl() target: Use tcg_constant_tl() instead of tcg_gen_movi_tl() --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,25/25] hw/ppc/e500: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,24/25] target/openrisc: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,23/25] target/s390x: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,22/25] hw/s390x: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,21/25] target/hppa: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,20/25] target/sparc: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,19/25] hw/sparc: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,18/25] target/m68k: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,17/25] hw/m68k: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,16/25] target/riscv: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,15/25] target/rx: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,14/25] target/tricore: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,13/25] target/sh4: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,12/25] target/loongarch: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,11/25] linux-user/i386: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,10/25] target/avr: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,09/25] target/i386: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,08/25] hw/i386: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,07/25] target/hexagon: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,06/25] target/alpha: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,05/25] gdbstub/helpers: Introduce ldtul_$endian_p() helpers misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,04/25] target/s390x: Replace ldtul_p() -> ldq_p() misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,03/25] target/alpha: Replace ldtul_p() -> ldq_p() misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,02/25] target/hexagon: Replace ldtul_p() -> ldl_p() misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[v2,01/25] gdbstub/helpers: Have ldtul_p() definition use ldn_p() misc: Use explicit endian LD/ST API --- 2024-10-04 Philippe Mathieu-Daudé New
[8/8] hw/core/cpu: Expose cpu_is_big_endian() method hw/core/cpu: Expose cpu_is_big_endian() method --- 2024-10-04 Philippe Mathieu-Daudé New
[7/8] target/ppc: Register CPUClass::is_big_endian hw/core/cpu: Expose cpu_is_big_endian() method --- 2024-10-04 Philippe Mathieu-Daudé New
[6/8] target/mips: Implement CPUClass::is_big_endian hw/core/cpu: Expose cpu_is_big_endian() method --- 2024-10-04 Philippe Mathieu-Daudé New
[5/8] target/mips: Declare mips_env_is_bigendian() in 'internal.h' hw/core/cpu: Expose cpu_is_big_endian() method --- 2024-10-04 Philippe Mathieu-Daudé New
[4/8] target/microblaze: Implement CPUClass::is_big_endian hw/core/cpu: Expose cpu_is_big_endian() method --- 2024-10-04 Philippe Mathieu-Daudé New
[3/8] target/arm: Implement CPUClass::is_big_endian hw/core/cpu: Expose cpu_is_big_endian() method --- 2024-10-04 Philippe Mathieu-Daudé New
[2/8] hw/core/cpu: Introduce CPUClass::is_big_endian() handler hw/core/cpu: Expose cpu_is_big_endian() method --- 2024-10-04 Philippe Mathieu-Daudé New
[1/8] exec/tswap: Massage target_needs_bswap() definition hw/core/cpu: Expose cpu_is_big_endian() method --- 2024-10-04 Philippe Mathieu-Daudé New
[10/16] target/s390x: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé New
[02/16] exec/memop: Remove unused memop_big_endian() helper misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé New
[01/16] qemu/bswap: Undefine CPU_CONVERT() once done misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé New
[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
[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
[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
[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
« 1 2 3 429 30 »