Show patches with: Archived = No       |   75778 patches
« 1 2 ... 155 156 157757 758 »
Patch Series S/W/F Date Submitter Delegate State
[v3,01/14] 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é New
[v3,6/6] hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW() hw/vfio/ccw: hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v3,5/6] hw/vfio/ccw: Remove pointless S390CCWDevice variable hw/vfio/ccw: hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v3,4/6] hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE() hw/vfio/ccw: hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v3,3/6] hw/vfio/ccw: Use intermediate S390CCWDevice variable hw/vfio/ccw: hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v3,2/6] hw/vfio/ccw: Simplify using DEVICE() macro hw/vfio/ccw: hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v3,1/6] hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT() hw/vfio/ccw: hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[4/4] target/ppc: fix warning with clang-15 Adds support for running QEMU natively on windows-arm64 --- 2023-02-13 Pierrick Bouvier New
[3/4] qga/vss-win32: fix warning for clang++-15 Adds support for running QEMU natively on windows-arm64 --- 2023-02-13 Pierrick Bouvier Superseded
[2/4] sysemu/os-win32: fix setjmp/longjmp on windows-arm64 Adds support for running QEMU natively on windows-arm64 --- 2023-02-13 Pierrick Bouvier New
[1/4] util/cacheflush: fix illegal instruction on windows-arm64 Adds support for running QEMU natively on windows-arm64 --- 2023-02-13 Pierrick Bouvier New
[RFC,3/3] hw/usb: Use USB_DEVICE_GET_BUS() macro qdev: Introduce QDEV_DECLARE_DEV_BUS_TYPES() macro --- 2023-02-13 Philippe Mathieu-Daudé New
[RFC,2/3] hw/usb: Declare QOM macros using QDEV_DECLARE_DEV_BUS_TYPES() qdev: Introduce QDEV_DECLARE_DEV_BUS_TYPES() macro --- 2023-02-13 Philippe Mathieu-Daudé New
[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,18/19] hw/usb: Replace DO_UPCAST(USBBus) by USB_BUS() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,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-13 Philippe Mathieu-Daudé Superseded
[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,15/19] hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,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-13 Philippe Mathieu-Daudé Superseded
[v2,13/19] hw/scsi/scsi-bus: Replace DO_UPCAST(SCSIBus) by SCSI_BUS() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,12/19] hw/pci/pci: Replace DO_UPCAST(PCIBus) by PCI_BUS() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,11/19] hw/net/tulip: Finish QOM conversion hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[v2,10/19] hw/net/ne2000-pci: Replace DO_UPCAST(PCINE2000State) by PCI_NE2000() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé Superseded
[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
[2/2] hw/arm/smmu-common: Fix TTB1 handling [1/2] hw/arm/smmu-common: Support 64-bit addresses --- 2023-02-10 Jean-Philippe Brucker Superseded
[1/2] hw/arm/smmu-common: Support 64-bit addresses [1/2] hw/arm/smmu-common: Support 64-bit addresses --- 2023-02-10 Jean-Philippe Brucker New
[0/2] hw/arm/smmu: Fixes for TTB1 --- 2023-02-10 Jean-Philippe Brucker 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
tests/avocado: Add set of boot tests on SBSA-ref tests/avocado: Add set of boot tests on SBSA-ref --- 2023-02-09 Marcin Juszkiewicz Superseded
tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2 tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2 --- 2023-02-09 Peter Maydell Superseded
[PULL,10/11] target/i386: Fix C flag for BLSI, BLSMSK, BLSR Untitled series #200626 --- 2023-02-08 Paolo Bonzini New
[PULL,09/11] target/i386: Fix BEXTR instruction Untitled series #200626 --- 2023-02-08 Paolo Bonzini New
« 1 2 ... 155 156 157757 758 »