Show patches with: Submitter = Philippe Mathieu-Daudé       |    Archived = No       |   6515 patches
« 1 2 3 465 66 »
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
[12/16] target/sparc: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé Superseded
[11/16] hw/sparc: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé Superseded
[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
[09/16] hw/s390x: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé Superseded
[08/16] hw/ppc/e500: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé Superseded
[07/16] target/m68k: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé Superseded
[06/16] hw/m68k: Use explicit big-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé Superseded
[05/16] target/i386: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé Superseded
[04/16] hw/i386: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé Superseded
[03/16] linux-user/i386: Use explicit little-endian LD/ST API misc: Use explicit endian LD/ST API --- 2024-10-03 Philippe Mathieu-Daudé Superseded
[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
[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é Superseded
[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é Accepted
[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
[4/4] net/l2tpv3: Simplify LD/ST API uses hw/ppc & net: Simplify LD/ST API uses --- 2024-09-27 Philippe Mathieu-Daudé Superseded
[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/4] hw/ppc/spapr_vof: Simplify LD/ST API uses hw/ppc & net: Simplify LD/ST API uses --- 2024-09-27 Philippe Mathieu-Daudé Superseded
[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é Superseded
[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é Superseded
[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
tests/unit: Really build pbkdf test on macOS tests/unit: Really build pbkdf test on macOS --- 2024-09-17 Philippe Mathieu-Daudé Superseded
« 1 2 3 465 66 »