Toggle navigation
Patchwork
qemu-devel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Philippe Mathieu-Daudé
| State =
Action Required
| Archived =
No
| 3393 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
...
24
25
26
…
33
34
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[RFC,1/3] hw/qdev: Introduce QDEV_DECLARE_DEV_BUS_TYPES() macro
qdev: Introduce QDEV_DECLARE_DEV_BUS_TYPES() macro
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,7/7] hw/net/eepro100: Replace DO_UPCAST(EEPRO100State) by EEPRO100()
hw/net/eepro100: Finish QDev conversion
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,6/7] hw/net/eepro100: Remove instance's EEPRO100State::device
hw/net/eepro100: Finish QDev conversion
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,5/7] hw/net/eepro100: Remove instance EEPRO100State::has_extended_tcb_support
hw/net/eepro100: Finish QDev conversion
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,4/7] hw/net/eepro100: Pass E100PCIDeviceInfo as class init data
hw/net/eepro100: Finish QDev conversion
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,3/7] hw/net/eepro100: Convert reset handler to DeviceReset
hw/net/eepro100: Finish QDev conversion
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,2/7] hw/net/eepro100: Introduce TYPE_EEPRO100 QOM abstract parent
hw/net/eepro100: Finish QDev conversion
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,1/7] hw/net/eepro100: Abort if pci_add_capability() ever fail
hw/net/eepro100: Finish QDev conversion
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[RFC,v2,19/19] hw/usb: Inline usb_bus_from_device()
hw: Use QOM macros and remove DO_UPCAST() uses
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,16/19] hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()
hw: Use QOM macros and remove DO_UPCAST() uses
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,09/19] hw/net/eepro100: Replace DO_UPCAST(EEPRO100State) by EEPRO100()
hw: Use QOM macros and remove DO_UPCAST() uses
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,08/19] hw/net/eepro100: Introduce TYPE_EEPRO100 QOM abstract parent
hw: Use QOM macros and remove DO_UPCAST() uses
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,9/9] qdev-monitor: Use qdev_get_parent_bus() in bus_print_dev()
hw/qdev: Housekeeping around qdev_get_parent_bus()
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,8/9] hw: Use qdev_get_parent_bus() in qdev_get_own_fw_dev_path_from_handler()
hw/qdev: Housekeeping around qdev_get_parent_bus()
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,7/9] hw/usb: Replace dev->parent_bus by qdev_get_parent_bus(dev)
hw/qdev: Housekeeping around qdev_get_parent_bus()
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,6/9] hw/ppc: Replace dev->parent_bus by qdev_get_parent_bus(dev)
hw/qdev: Housekeeping around qdev_get_parent_bus()
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,5/9] hw/pci: Replace dev->parent_bus by qdev_get_parent_bus(dev)
hw/qdev: Housekeeping around qdev_get_parent_bus()
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,4/9] hw/net: Replace dev->parent_bus by qdev_get_parent_bus(dev)
hw/qdev: Housekeeping around qdev_get_parent_bus()
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,3/9] hw/block: Replace dev->parent_bus by qdev_get_parent_bus(dev)
hw/qdev: Housekeeping around qdev_get_parent_bus()
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[v2,2/9] hw/audio: Replace dev->parent_bus by qdev_get_parent_bus(dev)
hw/qdev: Housekeeping around qdev_get_parent_bus()
-
-
-
2023-02-13
Philippe Mathieu-Daudé
New
[18/19] hw/usb: Replace DO_UPCAST(USBBus) by USB_BUS()
hw: Use QOM macros and remove DO_UPCAST() uses
-
-
-
2023-02-12
Philippe Mathieu-Daudé
New
[2/4] hw: Replace dev->parent_bus by qdev_get_parent_bus(dev)
hw/qdev: Housekeeping around qdev_get_parent_bus()
-
-
-
2023-02-12
Philippe Mathieu-Daudé
New
[05/11] hw/mips/jazz: Rename ISA input IRQs as 'isa_irqs_in'
hw/isa: More housekeeping
-
-
-
2023-02-10
Philippe Mathieu-Daudé
New
target/i386: Remove pointless env_archcpu() in helper_rdmsr()
target/i386: Remove pointless env_archcpu() in helper_rdmsr()
-
-
-
2023-02-10
Philippe Mathieu-Daudé
New
[7/7] hw/ide/piix: Remove dead code in pci_piix_init_ports()
hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
-
-
-
2023-02-08
Philippe Mathieu-Daudé
New
[5/7] hw/ide/piix: Use generic ide_init_ioport()
hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
-
-
-
2023-02-08
Philippe Mathieu-Daudé
New
[4/7] hw/ide: Introduce generic ide_init_ioport()
hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
-
-
-
2023-02-08
Philippe Mathieu-Daudé
New
[3/7] hw/ide: Rename ISA specific ide_init_ioport() as ide_init_ioport_isa()
hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
-
-
-
2023-02-08
Philippe Mathieu-Daudé
New
[1/7] hw/isa: Un-inline isa_bus_from_device()
hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
-
-
-
2023-02-08
Philippe Mathieu-Daudé
New
[2/2] exec/ioport: Factor portio_list_register() out
exec/ioport: Factor portio_list_register[flush_coalesced]() out
-
-
-
2023-02-07
Philippe Mathieu-Daudé
New
[v2,09/11] target/arm: Restrict CPUARMState::nvic to sysemu
target/arm: Housekeeping around NVIC
-
-
-
2023-02-06
Philippe Mathieu-Daudé
New
[9/9] hw/arm/armv7m: Pass CPU/NVIC using object_property_add_const_link()
target/arm: Housekeeping around NVIC
-
-
-
2023-02-06
Philippe Mathieu-Daudé
New
[8/9] hw/intc/armv7m_nvic: Allow calling neg_prio_requested on unrealized NVIC
target/arm: Housekeeping around NVIC
-
-
-
2023-02-06
Philippe Mathieu-Daudé
New
[5/9] target/arm: Restrict CPUARMState::gicv3state to sysemu
target/arm: Housekeeping around NVIC
-
-
-
2023-02-06
Philippe Mathieu-Daudé
New
[4/9] target/arm: Restrict CPUARMState::arm_boot_info to sysemu
target/arm: Housekeeping around NVIC
-
-
-
2023-02-06
Philippe Mathieu-Daudé
New
[3/9] target/arm: Avoid resetting CPUARMState::eabi field
target/arm: Housekeeping around NVIC
-
-
-
2023-02-06
Philippe Mathieu-Daudé
New
[1/9] target/arm: Restrict v7-M MMU helpers to sysemu TCG
target/arm: Housekeeping around NVIC
-
-
-
2023-02-06
Philippe Mathieu-Daudé
New
[5/5] hw/ppc/pnv: Set QDev properties using QDev API
hw/ppc: Set QDev properties using QDev API (part 2/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[4/5] hw/ppc/spapr: Set QDev properties using QDev API
hw/ppc: Set QDev properties using QDev API (part 2/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[3/5] hw/ppc/ppc4xx: Set QDev properties using QDev API
hw/ppc: Set QDev properties using QDev API (part 2/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[2/5] hw/pci-host/raven: Set QDev properties using QDev API
hw/ppc: Set QDev properties using QDev API (part 2/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[1/5] hw/misc/macio: Set QDev properties using QDev API
hw/ppc: Set QDev properties using QDev API (part 2/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[19/19] hw/sparc: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[18/19] hw/rx: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[RFC,17/19] hw/riscv: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[16/19] hw/nios2: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[RFC,15/19] hw/mips: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[14/19] hw/microblaze: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[13/19] hw/m68k: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[RFC,12/19] hw/i386: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[11/19] hw/hppa: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[10/19] hw/avr: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[09/19] hw/virtio: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[08/19] hw/usb: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[RFC,07/19] hw/scsi: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[06/19] hw/core/gpio: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[RFC,05/19] hw/core/numa: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[04/19] hw/audio: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[03/19] hw/acpi: Set QDev properties using QDev API
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[02/19] hw/qdev: Introduce qdev_prop_set_link()
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[01/19] NOTFORMERGE scripts/coccinelle: Add qom-qdev-prop.cocci
hw: Set QDev properties using QDev API (part 1/3)
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[3/3] hw/acpi/cpu_hotplug: Convert 'Object *device' -> 'DeviceState *parent'
hw/acpi/cpu_hotplug: Convert 'Object *device' -> 'DeviceState *parent'
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[2/3] hw/acpi/cpu_hotplug: Rename 'parent' MemoryRegion as 'container'
hw/acpi/cpu_hotplug: Convert 'Object *device' -> 'DeviceState *parent'
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[1/3] hw/acpi/cpu_hotplug: Rename gpe_cpu -> gpe
hw/acpi/cpu_hotplug: Convert 'Object *device' -> 'DeviceState *parent'
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,13/15] hw/qdev: Remove DEFINE_PROP_DMAADDR() and 'hw/qdev-dma.h'
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,12/15] hw/display/sm501: Unify common QOM properties
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,08/15] hw/arm/fsl-imx: Alias 'phy-num' QOM property in SoC object
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,07/15] hw/arm/nrf51: Alias 'flash-size' QOM property in SoC object
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,05/15] hw/i386/sgx: Do not open-code qdev_realize_and_unref()
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,04/15] hw/pci/pcie_sriov: Do not open-code qdev_unrealize_and_unref()
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,03/15] linux-user/syscall: Do not open-code qdev_unrealize_and_unref()
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,02/15] hw/qdev: Introduce qdev_unrealize_and_unref()
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,01/15] hw/pci/pcie_sriov: Replace fprintf(error_pretty) -> warn_reportf_err()
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[6/9] hw/display/sm501: QOM-alias 'dma-offset' property in chipset object
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[1/9] hw/i386/sgx: Do not open-code qdev_realize_and_unref()
hw: Use QOM alias properties and few QOM/QDev cleanups
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[4/4] hw/qdev-properties: Constify DeviceClass::props_ field
hw/qdev-properties: Constify Property* in DeviceClass
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[3/4] hw/qdev-properties: Constify Property* in PropertyInfo::create() handler
hw/qdev-properties: Constify Property* in DeviceClass
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[2/4] hw/qdev-properties: Constify Property* in PropertyInfo::print() handler
hw/qdev-properties: Constify Property* in DeviceClass
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[1/4] hw/qdev-properties: Constify Property* in object_field_prop_ptr()
hw/qdev-properties: Constify Property* in DeviceClass
-
-
-
2023-02-03
Philippe Mathieu-Daudé
New
[v2,1/2] tests/avocado: Factor file_truncate() helper out
tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[1/2] tests/avocado: Factor file_truncate() helper out
tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v2] gitlab-ci: Check building KVM-only aarch64 target
[v2] gitlab-ci: Check building KVM-only aarch64 target
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,11/11] tests/qtest/migration-test: Only use available accelerators
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,04/11] tests/qtest/boot-serial-test: Only use available accelerators
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,03/11] tests/qtest/boot-serial-test: Build command line using GString API
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
[v3,02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-20
Philippe Mathieu-Daudé
New
gitlab-ci: Check building KVM-only aarch64 target
gitlab-ci: Check building KVM-only aarch64 target
-
-
-
2023-01-19
Philippe Mathieu-Daudé
New
[v2,11/11] tests/qtest/migration-test: Only use available accelerators
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-19
Philippe Mathieu-Daudé
New
[v2,09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-19
Philippe Mathieu-Daudé
New
[8/8] tests/qtest/migration-test: Allow running with HVF
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-19
Philippe Mathieu-Daudé
New
[7/8] tests/qtest/boot-serial-test: Allow running with HVF
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-19
Philippe Mathieu-Daudé
New
[RFC,6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-19
Philippe Mathieu-Daudé
New
[4/8] tests/qtest/migration-test: Build command line using GString API
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-19
Philippe Mathieu-Daudé
New
[2/8] tests/qtest/boot-serial-test: Build command line using GString API
tests/qtest: Allow running boot-serial / migration with TCG disabled
-
-
-
2023-01-19
Philippe Mathieu-Daudé
New
«
1
2
...
24
25
26
…
33
34
»