Show patches with: Archived = No       |   75836 patches
« 1 2 ... 155 156 157758 759 »
Patch Series S/W/F Date Submitter Delegate State
[v2,02/18] hw/isa: Factor isa_bus_get_irq() out of isa_get_irq() hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[v2,01/18] hw/isa: Rename isa_get_dma() -> isa_bus_get_dma() hw/ide: Untangle ISA/PCI abuses of ide_init_ioport() --- 2023-02-15 Philippe Mathieu-Daudé New
migration/block: Convert remaining DPRINTF() debug macro to trace events migration/block: Convert remaining DPRINTF() debug macro to trace events --- 2023-02-15 Philippe Mathieu-Daudé Superseded
accel/xen: Remove dead code accel/xen: Remove dead code --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[20/20] hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per bus hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[19/20] hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[18/20] hw/ide/piix: Remove unused includes hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[17/20] hw/ide/pci: Unexport bmdma_active_if() hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[16/20] hw/ide/ioport: Remove unnecessary includes hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[15/20] hw/ide: Rename idebus_active_if() -> ide_bus_active_if() hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[14/20] hw/ide: Rename ide_init2() -> ide_bus_init_output_irq() hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[13/20] hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd() hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[12/20] hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[11/20] hw/ide: Rename ide_create_drive() -> ide_bus_create_drive() hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[10/20] hw/ide: Rename ide_set_irq() -> ide_bus_set_irq() hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[09/20] hw/ide: Un-inline ide_set_irq() hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[08/20] hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h' hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[07/20] hw/ide: Remove unused 'qapi/qapi-types-run-state.h' hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[06/20] hw/ide/atapi: Restrict 'scsi/constants.h' inclusion hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[05/20] hw/ide/isa: Remove intermediate ISAIDEState::irq variable hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[04/20] hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h' hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[03/20] hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h' hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[02/20] hw/ide/mmio: Use CamelCase for MMIO_IDE state name hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[01/20] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes" hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[v2,2/2] hw/arm/smmu-common: Fix TTB1 handling hw/arm/smmu: Fixes for TTB1 --- 2023-02-14 Jean-Philippe Brucker Superseded
[v2,1/2] hw/arm/smmu-common: Support 64-bit addresses hw/arm/smmu: Fixes for TTB1 --- 2023-02-14 Jean-Philippe Brucker New
[14/14] target/arm: Support reading m-profile system registers from gdb target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson New
[13/14] target/arm: Export arm_v7m_get_sp_ptr target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[12/14] target/arm: Export arm_v7m_mrs_control target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[11/14] target/arm: Implement gdbstub pauth extension target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[10/14] target/arm: Create pauth_ptr_mask target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[09/14] target/arm: Simplify iteration over bit widths target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[08/14] target/arm: Add name argument to output_vector_union_type target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[07/14] target/arm: Fix svep width in arm_gen_dynamic_svereg_xml target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[06/14] target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xml target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[05/14] target/arm: Simplify register counting in arm_gen_dynamic_svereg_xml target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[04/14] target/arm: Split out output_vector_union_type target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[03/14] target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.c target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[02/14] target/arm: Unexport arm_gen_dynamic_sysreg_xml target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[01/14] target/arm: Normalize aarch64 gdbstub get/set function names target/arm: gdbstub cleanups and additions --- 2023-02-14 Richard Henderson Superseded
[RFC] tests: ensure we export job results for some cross builds [RFC] tests: ensure we export job results for some cross builds --- 2023-02-14 Alex Bennée Superseded
[PULL,22/22] hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT() Untitled series #201166 --- 2023-02-14 Thomas Huth Accepted
[PULL,05/22] tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2 Untitled series #201166 --- 2023-02-14 Thomas Huth Accepted
[PULL,04/22] build: deprecate --enable-gprof builds and remove from CI Untitled series #201166 --- 2023-02-14 Thomas Huth New
[RESEND,v5,28/28] gitlab-ci: Check building KVM-only aarch64 target Untitled series #201040 --- 2023-02-13 Fabiano Rosas Superseded
[v3,14/14] hw/usb: Replace DO_UPCAST(USBBus) by USB_BUS() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé New
[v3,13/14] 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é New
[v3,12/14] 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é New
[v3,11/14] 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é New
[v3,10/14] 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é New
[v3,09/14] hw/net/tulip: Finish QOM conversion hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-13 Philippe Mathieu-Daudé New
[v3,08/14] 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é New
[v3,07/14] 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é New
[v3,06/14] 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é New
[v3,05/14] 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é New
[v3,04/14] 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é New
[v3,03/14] 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é New
[v3,02/14] 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é New
[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
« 1 2 ... 155 156 157758 759 »