Show patches with: Submitter = Philippe Mathieu-Daudé       |   5952 patches
« 1 2 ... 27 28 2959 60 »
Patch Series S/W/F Date Submitter Delegate State
[4/7] hw/scsi/virtio-scsi: Use VIRTIO_SCSI_COMMON() macro hw: Few more QOM/QDev cleanups --- 2023-10-17 Philippe Mathieu-Daudé Superseded
[3/7] hw/display/virtio-gpu: Use VIRTIO_DEVICE() macro hw: Few more QOM/QDev cleanups --- 2023-10-17 Philippe Mathieu-Daudé Superseded
[2/7] hw/block/vhost-user-blk: Use DEVICE() / VIRTIO_DEVICE() macros hw: Few more QOM/QDev cleanups --- 2023-10-17 Philippe Mathieu-Daudé Superseded
[1/7] hw/virtio/virtio-pmem: Replace impossible check by assertion hw: Few more QOM/QDev cleanups --- 2023-10-17 Philippe Mathieu-Daudé Superseded
hw/audio/pcspk: Inline pcspk_init() hw/audio/pcspk: Inline pcspk_init() --- 2023-10-17 Philippe Mathieu-Daudé Superseded
ui/input: Constify QemuInputHandler structure ui/input: Constify QemuInputHandler structure --- 2023-10-17 Philippe Mathieu-Daudé New
[RFC,2/2] target/loongarch: Use i128 for 128-bit load/store in XVLD target/loongarch: Use i128 for 128-bit loads/stores --- 2023-10-17 Philippe Mathieu-Daudé New
[RFC,1/2] target/loongarch: Use i128 for 128-bit load/store in VST[X]/XVST target/loongarch: Use i128 for 128-bit loads/stores --- 2023-10-17 Philippe Mathieu-Daudé New
[RFC] target/m68k: Use i128 for 128-bit load/store in m68k_copy_line() [RFC] target/m68k: Use i128 for 128-bit load/store in m68k_copy_line() --- 2023-10-17 Philippe Mathieu-Daudé New
[v3,9/10] hw/char/pl011: Add transmit FIFO to PL011State hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v3,8/10] hw/char/pl011: Rename RX FIFO methods hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v3,7/10] hw/char/pl011: Check if receiver is enabled hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v3,6/10] hw/char/pl011: Warn when using disabled transmitter hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v3,5/10] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v3,4/10] hw/char/pl011: Extract pl011_write_txdata() from pl011_write() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v3,3/10] hw/char/pl011: Split RX/TX path of pl011_reset_fifo() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v3,2/10] util/fifo8: Introduce fifo8_peek_buf() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v3,1/10] util/fifo8: Allow fifo8_pop_buf() to not populate popped length hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,16/16] target/sparc: Declare CPU QOM types using DEFINE_TYPES() macro target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,15/16] target/ppc: Declare CPU QOM types using DEFINE_TYPES() macro target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,14/16] target/mips: Declare CPU QOM types using DEFINE_TYPES() macro target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,13/16] target/i386: Declare CPU QOM types using DEFINE_TYPES() macro target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,12/16] target: Move ArchCPUClass definition to 'cpu.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,11/16] target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,10/16] target/openrisc: Declare QOM definitions in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,09/16] target/nios2: Declare QOM definitions in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,08/16] target/loongarch: Declare QOM definitions in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,07/16] target/hexagon: Declare QOM definitions in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,06/16] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,05/16] target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,04/16] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,03/16] target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé New
[v2,02/16] target: Mention 'cpu-qom.h' is target agnostic target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[v2,01/16] target: Unify QOM style target: Make 'cpu-qom.h' really target agnostic --- 2023-10-13 Philippe Mathieu-Daudé Superseded
hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h' hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h' --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[7/7] target/ppc: Move powerpc_input_t definition to 'cpu.h' target/ppc: Move most of 'cpu-qom.h' definitions to 'cpu.h' --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[6/7] target/ppc: Move powerpc_mmu_t definition to 'cpu.h' target/ppc: Move most of 'cpu-qom.h' definitions to 'cpu.h' --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[5/7] target/ppc: Move powerpc_excp_t definition to 'cpu.h' target/ppc: Move most of 'cpu-qom.h' definitions to 'cpu.h' --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[4/7] target/ppc: Move PowerPCCPUClass definition to 'cpu.h' target/ppc: Move most of 'cpu-qom.h' definitions to 'cpu.h' --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[3/7] target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h' target/ppc: Move most of 'cpu-qom.h' definitions to 'cpu.h' --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[2/7] target/ppc: Define powerpc_pm_insn_t in 'internal.h' target/ppc: Move most of 'cpu-qom.h' definitions to 'cpu.h' --- 2023-10-13 Philippe Mathieu-Daudé Superseded
[1/7] hw/ppc/spapr: Restrict PPCTimebase structure declaration to sPAPR target/ppc: Move most of 'cpu-qom.h' definitions to 'cpu.h' --- 2023-10-13 Philippe Mathieu-Daudé New
[8/8] hw/pci-host/designware: Create ViewPorts during host bridge realization hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function) --- 2023-10-12 Philippe Mathieu-Daudé New
[7/8] hw/pci-host/designware: Move MSI registers from root func to host bridge hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function) --- 2023-10-12 Philippe Mathieu-Daudé New
[6/8] hw/pci-host/designware: Move viewports from root func to host bridge hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function) --- 2023-10-12 Philippe Mathieu-Daudé New
[5/8] hw/pci-host/designware: Keep host reference in DesignwarePCIEViewport hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function) --- 2023-10-12 Philippe Mathieu-Daudé New
[4/8] hw/pci-host/designware: Hoist host controller in root function #0 hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function) --- 2023-10-12 Philippe Mathieu-Daudé New
[3/8] hw/pci-host/designware: Add 'host_mem' variable for clarity hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function) --- 2023-10-12 Philippe Mathieu-Daudé New
[2/8] hw/pci-host/designware: Initialize root function in host bridge realize hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function) --- 2023-10-12 Philippe Mathieu-Daudé New
[1/8] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function) --- 2023-10-12 Philippe Mathieu-Daudé New
QOM crash via soundhw_init() QOM crash via soundhw_init() --- 2023-10-12 Philippe Mathieu-Daudé New
[3/3] hw/pci-host/sh_pcic: Replace magic value by proper definition hw/pci-host/sh_pcic: Style cleanup --- 2023-10-12 Philippe Mathieu-Daudé Superseded
[2/3] hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names hw/pci-host/sh_pcic: Style cleanup --- 2023-10-12 Philippe Mathieu-Daudé Superseded
[1/3] hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro hw/pci-host/sh_pcic: Style cleanup --- 2023-10-12 Philippe Mathieu-Daudé Superseded
[4/4] hw/sparc64/ebus: Access memory regions via pci_address_space_io() hw/pci: Have functions acess memory regions via pci_address_space() --- 2023-10-11 Philippe Mathieu-Daudé Superseded
[3/4] hw/pci-host/bonito: Access memory regions via pci_address_space[_io]() hw/pci: Have functions acess memory regions via pci_address_space() --- 2023-10-11 Philippe Mathieu-Daudé New
[2/4] hw/isa/lpc_ich9: Access memory regions via pci_address_space[_io]() hw/pci: Have functions acess memory regions via pci_address_space() --- 2023-10-11 Philippe Mathieu-Daudé New
[1/4] hw/isa/i82378: Access memory regions via pci_address_space() hw/pci: Have functions acess memory regions via pci_address_space() --- 2023-10-11 Philippe Mathieu-Daudé New
[v2,2/2] hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings() hw/ppc/ppc440_uc: Maintain and remove dead code --- 2023-10-11 Philippe Mathieu-Daudé Superseded
[v2,1/2] MAINTAINERS: Cover hw/ppc/ppc440_uc.c with Sam460ex board hw/ppc/ppc440_uc: Maintain and remove dead code --- 2023-10-11 Philippe Mathieu-Daudé New
[5/5] hw/ppc/ppc440_pcix: Move ppc440_pcix.c to hw/pci-host/ hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once --- 2023-10-11 Philippe Mathieu-Daudé Superseded
[4/5] hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/ hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once --- 2023-10-11 Philippe Mathieu-Daudé New
[3/5] hw/ppc/ppc4xx_pci: Declare PPC4XX_PCI in Kconfig hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once --- 2023-10-11 Philippe Mathieu-Daudé New
[2/5] hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once --- 2023-10-11 Philippe Mathieu-Daudé Superseded
[1/5] hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once --- 2023-10-11 Philippe Mathieu-Daudé Superseded
[2/2] hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings() hw/ppc/ppc440_uc: Maintain and remove dead code --- 2023-10-11 Philippe Mathieu-Daudé New
[1/2] MAINTAINERS: Cover hw/ppc/ppc440_uc.c with Sam460ex board hw/ppc/ppc440_uc: Maintain and remove dead code --- 2023-10-11 Philippe Mathieu-Daudé Superseded
[v2] migration: Use g_autofree to simplify ram_dirty_bitmap_reload() [v2] migration: Use g_autofree to simplify ram_dirty_bitmap_reload() --- 2023-10-11 Philippe Mathieu-Daudé New
[2/2] hw/loongarch/virt: Remove unused ISA Bus hw/loongarch/virt: Remove unused ISA bus --- 2023-10-10 Philippe Mathieu-Daudé New
[1/2] hw/loongarch/virt: Remove unused ISA UART hw/loongarch/virt: Remove unused ISA bus --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[v2,6/6] hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req() hw: Clean up global variables shadowing --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[v2,5/6] hw/pci: Clean up global variable shadowing of address_space_io variable hw: Clean up global variables shadowing --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[v2,4/6] hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init() hw: Clean up global variables shadowing --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[v2,3/6] hw/display/vga: Clean up global variable shadowing hw: Clean up global variables shadowing --- 2023-10-10 Philippe Mathieu-Daudé New
[v2,2/6] hw/loader: Clean up global variable shadowing in rom_add_file() hw: Clean up global variables shadowing --- 2023-10-10 Philippe Mathieu-Daudé New
[v2,1/6] hw/core/cpu: Clean up global variable shadowing hw: Clean up global variables shadowing --- 2023-10-10 Philippe Mathieu-Daudé New
[18/18] target/sparc: Make SPARC_CPU common to new SPARC32_CPU/SPARC64_CPU types target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[17/18] target/mips: Make MIPS_CPU common to new MIPS32_CPU / MIPS64_CPU types target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[16/18] target/i386: Make X86_CPU common to new I386_CPU / X86_64_CPU types target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[15/18] cpus: Open code OBJECT_DECLARE_TYPE() in OBJECT_DECLARE_CPU_TYPE() target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[14/18] target/sparc: Declare CPU QOM types using DEFINE_TYPES() macro target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[13/18] target/ppc: Declare CPU QOM types using DEFINE_TYPES() macro target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[12/18] target/mips: Declare CPU QOM types using DEFINE_TYPES() macro target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[11/18] target/i386: Declare CPU QOM types using DEFINE_TYPES() macro target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[10/18] target/riscv: Inline target specific TYPE_RISCV_CPU_BASE definition target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[09/18] target/i386: Inline target specific TARGET_DEFAULT_CPU_TYPE definition target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[08/18] target/openrisc: Declare QOM definitions in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[07/18] target/nios2: Declare QOM definitions in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[06/18] target/loongarch: Declare QOM definitions in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[05/18] target/hexagon: Declare QOM definitions in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[04/18] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[03/18] target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé New
[02/18] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[01/18] target: Mention 'cpu-qom.h' is target agnostic target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[4/4] tests/qtest: Use qtest_get_base_arch() tests/qtest: Introduce qtest_get_base_arch() and qtest_get_arch_bits() --- 2023-10-10 Philippe Mathieu-Daudé New
[3/4] tests/libqtest: Introduce qtest_get_base_arch() tests/qtest: Introduce qtest_get_base_arch() and qtest_get_arch_bits() --- 2023-10-10 Philippe Mathieu-Daudé New
[2/4] tests/qtest: Use qtest_get_arch_bits() tests/qtest: Introduce qtest_get_base_arch() and qtest_get_arch_bits() --- 2023-10-10 Philippe Mathieu-Daudé New
[1/4] tests/libqtest: Introduce qtest_get_arch_bits() tests/qtest: Introduce qtest_get_base_arch() and qtest_get_arch_bits() --- 2023-10-10 Philippe Mathieu-Daudé New
[3/3] hw/misc/mips_itu: Make MIPSITUState target agnostic hw/mips: Cleanup in preparation of heterogenous prototype --- 2023-10-09 Philippe Mathieu-Daudé Superseded
[2/3] hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h' hw/mips: Cleanup in preparation of heterogenous prototype --- 2023-10-09 Philippe Mathieu-Daudé Superseded
« 1 2 ... 27 28 2959 60 »