Show patches with: Submitter = Philippe Mathieu-Daudé       |    State = Action Required       |    Archived = No       |   2959 patches
« 1 2 ... 18 19 2029 30 »
Patch Series S/W/F Date Submitter Delegate State
[01/11] softmmu: Introduce qemu_target_page_mask/qemu_target_page_align helpers hw/virtio: Build various target-agnostic objects just once --- 2023-05-23 Philippe Mathieu-Daudé New
[2/3] hw/ppc/e500plat: Fix modifying QOM class internal state from instance hw: Fix abuse of QOM class internals modified by their instances --- 2023-05-23 Philippe Mathieu-Daudé New
[1/3] hw/mips/jazz: Fix modifying QOM class internal state from instance hw: Fix abuse of QOM class internals modified by their instances --- 2023-05-23 Philippe Mathieu-Daudé New
[12/12] hw/char/pl011: Implement TX FIFO hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-05-22 Philippe Mathieu-Daudé New
[09/12] hw/char/pl011: Check if transmitter is enabled hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-05-22 Philippe Mathieu-Daudé New
[5/5] hw/riscv/opentitan: Correct OpenTitanState parent type/size hw/riscv/opentitan: Correct QOM type/size of OpenTitanState --- 2023-05-20 Philippe Mathieu-Daudé New
[4/5] hw/riscv/opentitan: Explicit machine type definition hw/riscv/opentitan: Correct QOM type/size of OpenTitanState --- 2023-05-20 Philippe Mathieu-Daudé New
[3/5] hw/riscv/opentitan: Add TYPE_OPENTITAN_MACHINE definition hw/riscv/opentitan: Correct QOM type/size of OpenTitanState --- 2023-05-20 Philippe Mathieu-Daudé New
[2/5] hw/riscv/opentitan: Declare QOM types using DEFINE_TYPES() macro hw/riscv/opentitan: Correct QOM type/size of OpenTitanState --- 2023-05-20 Philippe Mathieu-Daudé New
[RFC,2/2] accel/kvm: Declare kvm_arch_irqchip_create() in 'sysemu/kvm_int.h' accel/kvm: Extract 'sysemu/kvm_irq.h' from 'sysemu/kvm.h' --- 2023-04-05 Philippe Mathieu-Daudé New
[RFC,1/2] accel/kvm: Extract 'sysemu/kvm_irq.h' from 'sysemu/kvm.h' accel/kvm: Extract 'sysemu/kvm_irq.h' from 'sysemu/kvm.h' --- 2023-04-05 Philippe Mathieu-Daudé New
[2/2] accel/stubs: Build HAX/KVM/XEN stubs once accel/stubs: Build HAX/KVM/XEN stubs once --- 2023-04-05 Philippe Mathieu-Daudé New
[1/2] accel/stubs: Remove kvm_flush_coalesced_mmio_buffer() stub accel/stubs: Build HAX/KVM/XEN stubs once --- 2023-04-05 Philippe Mathieu-Daudé New
[10/10] hw/s390x: Rename pv.c -> pv-kvm.c accel/kvm: Spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé New
[RFC,09/10] target/riscv: Restrict KVM-specific fields from ArchCPU accel/kvm: Spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé New
[08/10] target/ppc: Restrict KVM-specific field from ArchCPU accel/kvm: Spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé New
[06/10] target/arm: Reduce QMP header pressure by not including 'kvm_arm.h' accel/kvm: Spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé New
[05/10] hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' header accel/kvm: Spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé New
[01/10] sysemu/kvm: Remove unused headers accel/kvm: Spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé New
[14/14] accel: Rename HVF struct hvf_vcpu_state -> struct AccelvCPUState accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) --- 2023-04-05 Philippe Mathieu-Daudé New
[09/14] accel: Allocate NVMM vCPU using g_try_FOO() accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) --- 2023-04-05 Philippe Mathieu-Daudé New
[06/14] accel: Use a typedef for struct hax_vcpu_state accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) --- 2023-04-05 Philippe Mathieu-Daudé New
[1/2] target/arm: Remove KVM AArch32 CPU definitions target/arm: KVM Aarch32 spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé New
[PULL,4/6] tests/avocado: Enable TuxRun/mips64 (big-endian) test [PULL,1/6] linux-user/sparc: Don't use 16-bit UIDs on SPARC V9 --- 2023-03-30 Philippe Mathieu-Daudé New
[PULL,0/6] Misc fixes for 2023-03-30 --- 2023-03-30 Philippe Mathieu-Daudé New
[PATCH-for-8.0,v3] target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask() [PATCH-for-8.0,v3] target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask() --- 2023-03-28 Philippe Mathieu-Daudé New
[PATCH-for-8.0,v2,3/3] softmmu: Restore use of CPU watchpoint for all accelerators softmmu: Restore use of CPU watchpoint for non-TCG accelerators --- 2023-03-28 Philippe Mathieu-Daudé New
[PATCH-for-8.0,2/3] softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel softmmu: Restore use of CPU watchpoint for non-TCG accelerators --- 2023-03-28 Philippe Mathieu-Daudé New
[PATCH-for-8.0,v2,2/2] target/arm/pauth: Inline pauth_param_mask() and pauth_ptr_mask() target/arm/gdbstub: Fix builds when TCG is disabled --- 2023-03-28 Philippe Mathieu-Daudé New
[PATCH-for-8.0,1/2] target/arm/gdbstub: Restrict aarch64_gdb_get_pauth_reg() to CONFIG_TCG target/arm/gdbstub: Fix builds when TCG is disabled --- 2023-03-22 Philippe Mathieu-Daudé New
[v2,2/2] cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci ci: Remove cirrus-ci & cover SPICE in MSYS2 at gitlab-ci --- 2023-03-22 Philippe Mathieu-Daudé New
cirrus.yml: Cover SPICE in the MSYS2 job cirrus.yml: Cover SPICE in the MSYS2 job --- 2023-03-22 Philippe Mathieu-Daudé New
[PATCH-for-8.1] block/dmg: Declare a type definition for DMG uncompress function [PATCH-for-8.1] block/dmg: Declare a type definition for DMG uncompress function --- 2023-03-20 Philippe Mathieu-Daudé New
[PATCH-for-8.1,2/5] block/dmg: Remove duplicated prototype declarations bulk: Do not declare function prototypes using 'extern' keyword --- 2023-03-20 Philippe Mathieu-Daudé New
[PATCH-for-8.1,1/5] qemu/osdep.h: Do not declare function prototypes using extern keyword bulk: Do not declare function prototypes using 'extern' keyword --- 2023-03-20 Philippe Mathieu-Daudé New
[v3,3/3] qapi: Generate enum count as definition qapi: Simplify enum generation --- 2023-03-15 Philippe Mathieu-Daudé New
[v3,2/3] qapi: Do not generate empty enum qapi: Simplify enum generation --- 2023-03-15 Philippe Mathieu-Daudé New
[v3,1/3] scripts/git.orderfile: Display QAPI script changes before schema ones qapi: Simplify enum generation --- 2023-03-15 Philippe Mathieu-Daudé New
[v2,2/3] qapi: Do not generate empty enum qapi: Simplify enum generation --- 2023-03-15 Philippe Mathieu-Daudé New
[4/4] hw/pci: Ensure pci_add_capability() is called before device is realized hw/pci: Ensure capabilities are added before calling pci_qdev_realize() --- 2023-03-14 Philippe Mathieu-Daudé New
[3/4] hw/pci: Add sanity check in pci_find_space() hw/pci: Ensure capabilities are added before calling pci_qdev_realize() --- 2023-03-14 Philippe Mathieu-Daudé New
[2/4] hw/pci/msi: Ensure msi_init() is called before device is realized hw/pci: Ensure capabilities are added before calling pci_qdev_realize() --- 2023-03-14 Philippe Mathieu-Daudé New
[1/4] hw/pci/msi: Fix debug format string hw/pci: Ensure capabilities are added before calling pci_qdev_realize() --- 2023-03-14 Philippe Mathieu-Daudé New
[1/6] MAINTAINERS: Mark AMD-Vi emulation as orphan hw/i386/amd_iommu: Orphanize & QDev cleanups --- 2023-03-13 Philippe Mathieu-Daudé New
[v3,4/4] hw/mips: Add MIPS virt board MIPS Virt machine --- 2023-03-08 Philippe Mathieu-Daudé New
[v3,3/4] hw/misc: Add MIPS Trickbox device MIPS Virt machine --- 2023-03-08 Philippe Mathieu-Daudé New
[v3,2/4] configs/targets: Have all MIPS targets select FDT MIPS Virt machine --- 2023-03-08 Philippe Mathieu-Daudé New
[v3,1/4] gitlab-ci: Remove mips64-softmmu from build-without-defaults job MIPS Virt machine --- 2023-03-08 Philippe Mathieu-Daudé New
[PULL,00/20] MIPS patches for 2023-03-07 --- 2023-03-07 Philippe Mathieu-Daudé New
[v3,18/18] hw/isa/piix: Unify PIIX-ISA QOM type names using qdev aliases hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,17/18] hw/isa/piix: Unify QOM type name of PIIX ISA function hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,16/18] hw/isa/piix: Batch register QOM types using DEFINE_TYPES() macro hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,15/18] hw/southbridge/piix: Use OBJECT_DECLARE_SIMPLE_TYPE() macro hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,14/18] exec/ioport: Factor portio_list_register() out hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,13/18] exec/ioport: Factor portio_list_register_flush_coalesced() out hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,12/18] hw/isa: Reduce 'isabus' singleton scope to isa_bus_new() hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,11/18] hw/isa: Simplify isa_address_space[_io]() hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,10/18] hw/isa: Ensure isa_register_portio_list() do not get NULL ISA device hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,09/18] hw/ide/piix: Use generic ide_bus_init_ioport() hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,08/18] hw/ide: Introduce generic ide_init_ioport() hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,07/18] hw/isa: Deprecate isa_get_irq() in favor of isa_bus_get_irq() hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,06/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,05/18] hw/ide: Rename ISA specific ide_init_ioport -> ide_bus_init_ioport_isa hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,04/18] hw/isa/piix4: Wire PIIX4 IDE ouput IRQs to ISA bus IRQs 14/15 hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,03/18] hw/i386/pc_piix: Wire PIIX3 IDE ouput IRQs to ISA bus IRQs 14/15 hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,02/18] hw/ide/piix: Allow using PIIX3-IDE as standalone PCI function hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[v3,01/18] hw/ide/piix: Expose output IRQ as properties for late object population hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-03-02 Philippe Mathieu-Daudé New
[PULL,v2,000/125] Buildsys / QOM / QDev / UI patches for 2023-02-27 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,126/126] ui/cocoa: user friendly characters for release mouse Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,123/126] dump: Clean included headers Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,116/126] hw/ide/piix: Remove unused includes Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,114/126] hw/ide/ioport: Remove unnecessary includes Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,106/126] hw/ide: Un-inline ide_set_irq() Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,105/126] hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h' Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,104/126] hw/ide: Remove unused 'qapi/qapi-types-run-state.h' Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,103/126] hw/ide/atapi: Restrict 'scsi/constants.h' inclusion Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,100/126] hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h' Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,097/126] hw/i386/xen: Remove unused 'hw/ide.h' include from header Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,096/126] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes" Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,077/126] hw/usb/ohci: Include missing 'sysbus.h' header Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,051/126] hw: Move ich9.h to southbridge/ Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,050/126] hw/i386/ich9: Clean up includes Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,049/126] hw: Move ioapic*.h to intc/ Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,047/126] hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,031/126] replay: Extract core API to 'exec/replay-core.h' Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,028/126] accel/xen: Remove dead code Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,026/126] tcg/tcg-op-gvec: Remove unused "qemu/main-loop.h" header Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,024/126] exec: Remove unused 'qemu/timer.h' timer Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,023/126] trace: Do not try to include QMP commands in user emulation binaries Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,022/126] qom/object_interfaces: Fix QAPI headers included Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,021/126] target/tricore: Remove unused fields from CPUTriCoreState Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,020/126] target/xtensa/cpu: Include missing "memory.h" header Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,016/126] target/ppc/kvm: Remove unused "sysbus.h" header Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,014/126] target/loongarch/cpu: Restrict "memory.h" header to sysemu Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,013/126] target/loongarch/cpu: Remove unused "sysbus.h" header Untitled series #202245 --- 2023-02-27 Philippe Mathieu-Daudé New
[RESEND,PULL,000/126] Buildsys / QOM / QDev / UI patches for 2023-02-27 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,008/123] target/i386/cpu: Remove dead helper_lock() declaration [PULL,001/123] cpu: Remove capstone meson dependency --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,001/123] cpu: Remove capstone meson dependency [PULL,001/123] cpu: Remove capstone meson dependency --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,000/123] Buildsys / QOM / QDev / UI patches for 2023-02-27 --- 2023-02-27 Philippe Mathieu-Daudé New
[2/2] hw/vfio: Build various target-independent objects once hw/vfio: Build various target-independent objects once --- 2023-02-27 Philippe Mathieu-Daudé New
« 1 2 ... 18 19 2029 30 »