Current Team Memberships

Show patches with: Archived = No       |   6461 patches
« 1 2 ... 47 48 4964 65 »
Patch Series S/W/F Date Submitter Delegate State
[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,07/19] hw/ide/qdev: Replace DO_UPCAST(IDEBus) by IDE_BUS() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,06/19] hw/ide/qdev: Replace DO_UPCAST(IDEDevice) by IDE_DEVICE() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,05/19] hw/char/serial-pci-multi: Replace DO_UPCAST() by PCI_MULTISERIAL() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,04/19] hw/char/serial-pci-multi: Factor multi_serial_class_initfn() out hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,03/19] hw/char/serial-pci-multi: Introduce PCI_MULTISERIAL QOM abstract parent hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,02/19] hw/char/serial-pci-multi: Batch register types using DEFINE_TYPES macro hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,01/19] hw/char/serial-pci: Replace DO_UPCAST(PCISerialState) by PCI_SERIAL() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[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
[v2,1/9] hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus() hw/qdev: Housekeeping around qdev_get_parent_bus() --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[RFC,19/19] hw/usb: Inline usb_bus_from_device() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[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
[17/19] hw/usb/dev-hub: Use QOM USB_HUB() macro instead of casting hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[16/19] hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[15/19] hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[14/19] hw/scsi/scsi-bus: Inline two uses of scsi_bus_from_device() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[13/19] hw/scsi/scsi-bus: Replace DO_UPCAST(SCSIBus) by SCSI_BUS() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[12/19] hw/pci/pci: Replace DO_UPCAST(PCIBus) by PCI_BUS() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[11/19] hw/net/tulip: Finish QOM conversion hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[10/19] hw/net/ne2000-pci: Replace DO_UPCAST(PCINE2000State) by PCI_NE2000() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[09/19] hw/net/eepro100: Replace DO_UPCAST(EEPRO100State) by EEPRO100() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[08/19] hw/net/eepro100: Introduce TYPE_EEPRO100 QOM abstract parent hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[07/19] hw/ide/qdev: Replace DO_UPCAST(IDEBus) by IDE_BUS() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[06/19] hw/ide/qdev: Replace DO_UPCAST(IDEDevice) by IDE_DEVICE() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[05/19] hw/char/serial-pci-multi: Replace DO_UPCAST() by PCI_MULTISERIAL() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[04/19] hw/char/serial-pci-multi: Factor multi_serial_class_initfn() out hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[03/19] hw/char/serial-pci-multi: Introduce PCI_MULTISERIAL QOM abstract parent hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[02/19] hw/char/serial-pci-multi: Batch register types using DEFINE_TYPES macro hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[01/19] hw/char/serial-pci: Replace DO_UPCAST(PCISerialState) by PCI_SERIAL() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[4/4] qdev-monitor: Use qdev_get_parent_bus() in bus_print_dev() hw/qdev: Housekeeping around qdev_get_parent_bus() --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[3/4] 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-12 Philippe Mathieu-Daudé Superseded
[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
[1/4] hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus() hw/qdev: Housekeeping around qdev_get_parent_bus() --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[2/2] hw/pci: Trace IRQ routing on PCI topology hw/pci: Trace IRQ routing on PCI topology and fix a typo --- 2023-02-11 Philippe Mathieu-Daudé Superseded
[1/2] hw/pci: Fix a typo hw/pci: Trace IRQ routing on PCI topology and fix a typo --- 2023-02-11 Philippe Mathieu-Daudé Superseded
[3/3] hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_data hw/rtc: Rename RTCState -> MC146818RtcState and adapt API --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[2/3] hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argument hw/rtc: Rename RTCState -> MC146818RtcState and adapt API --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[1/3] hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState hw/rtc: Rename RTCState -> MC146818RtcState and adapt API --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[4/4] hw/isa/piix: Unify PIIX-ISA QOM type names using qdev aliases hw/isa/piix: Housekeeping QOM names / macros --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[3/4] hw/isa/piix: Unify QOM type name of PIIX ISA function hw/isa/piix: Housekeeping QOM names / macros --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[2/4] hw/isa/piix: Batch register QOM types using DEFINE_TYPES() macro hw/isa/piix: Housekeeping QOM names / macros --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[1/4] hw/southbridge/piix: Use OBJECT_DECLARE_SIMPLE_TYPE() macro hw/isa/piix: Housekeeping QOM names / macros --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[11/11] hw/isa: Factor isa_bus_get_irq() out of isa_get_irq() hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[10/11] hw/isa: Use isa_address_space_io() to reduce access on global 'isabus' hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[09/11] hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs() hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[08/11] hw/isa: Un-inline isa_bus_from_device() hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[07/11] hw/isa: Reorder to separate ISABus* vs ISADevice* functions hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[06/11] hw/sparc64/sun4u: Keep reference to ISA input IRQs in EbusState hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[05/11] hw/mips/jazz: Rename ISA input IRQs as 'isa_irqs_in' hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé New
[04/11] hw/isa/vt82c686: Remove intermediate IRQ forwarder hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[03/11] hw/isa/i82378: Remove intermediate IRQ forwarder hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[02/11] hw/isa/i82378: Rename output IRQ as 'cpu_intr' hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[01/11] hw/intc/i8259: Document i8259_init() hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
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
[6/7] hw/isa: Assert isa_register_portio_list() gets non-NULL ISA device hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-02-08 Philippe Mathieu-Daudé Superseded
[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
[2/7] hw/isa: Use isa_address_space_io() to reduce access on global 'isabus' hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-02-08 Philippe Mathieu-Daudé Superseded
[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
[1/2] exec/ioport: Factor portio_list_register_flush_coalesced() out exec/ioport: Factor portio_list_register[flush_coalesced]() out --- 2023-02-07 Philippe Mathieu-Daudé Superseded
[v2,11/11] target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h' target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Accepted
[v2,10/11] target/arm: Store CPUARMState::nvic as NVICState* target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Accepted
[v2,09/11] target/arm: Restrict CPUARMState::nvic to sysemu target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé New
[v2,08/11] target/arm: Restrict CPUARMState::arm_boot_info to sysemu target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[v2,07/11] target/arm: Restrict CPUARMState::gicv3state to sysemu target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[v2,06/11] target/arm: Avoid resetting CPUARMState::eabi field target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[v2,05/11] target/arm: Convert CPUARMState::eabi to boolean target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Accepted
[v2,04/11] target/arm: Constify ID_PFR1 on user emulation target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[v2,03/11] target/arm: Reduce arm_v7m_mmu_idx_[all/for_secstate_and_priv]() scope target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[v2,02/11] target/arm: Simplify arm_v7m_mmu_idx_for_secstate() for user emulation target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[v2,01/11] hw/intc/armv7m_nvic: Use OBJECT_DECLARE_SIMPLE_TYPE() macro target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[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
[7/9] target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h' target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[6/9] target/arm: Restrict CPUARMState::nvic to sysemu and store as NVICState* target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[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
[2/9] target/arm: Constify ID_PFR1 on user emulation target/arm: Housekeeping around NVIC --- 2023-02-06 Philippe Mathieu-Daudé Superseded
[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
« 1 2 ... 47 48 4964 65 »

Bundling

Create bundle: