Current Team Memberships

Show patches with: State = Action Required       |   3010 patches
« 1 2 3 430 31 »
Patch Series S/W/F Date Submitter Delegate State
[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
[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
[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
[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
[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
[08/12] target/mips: Expose MIPSCPU::is_big_endian property 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
[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
[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
[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
[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
[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
[3/4] tests/functional: Convert Aarch64 Raspi3 avocado tests tests/functional: Convert Raspberry Pi avocado tests --- 2024-08-26 Philippe Mathieu-Daudé New
[2/4] tests/functional: Convert ARM Raspi2 avocado tests tests/functional: Convert Raspberry Pi avocado tests --- 2024-08-26 Philippe Mathieu-Daudé New
[1/4] tests/functional: Add a class containing Linux kernel helpers tests/functional: Convert Raspberry Pi avocado tests --- 2024-08-26 Philippe Mathieu-Daudé New
[v3] tests/functional: Convert Aarch64 SBSA-Ref avocado tests [v3] tests/functional: Convert Aarch64 SBSA-Ref avocado tests --- 2024-08-23 Philippe Mathieu-Daudé New
[3/3] tests/avocado: Remove unused QemuUserTest class [1/3] tests/functional: Add QemuUserTest class --- 2024-08-22 Philippe Mathieu-Daudé New
[2/3] tests/functional: Convert ARM bFLT linux-user avocado test [1/3] tests/functional: Add QemuUserTest class --- 2024-08-22 Philippe Mathieu-Daudé New
« 1 2 3 430 31 »

Bundling

Create bundle: