Show patches with: Archived = No       |   430877 patches
« 1 2 ... 455 456 4574308 4309 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,117/126] hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,116/126] hw/ide/piix: Remove unused includes Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,115/126] hw/ide/pci: Unexport bmdma_active_if() Untitled series #343847 - - - - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,114/126] hw/ide/ioport: Remove unnecessary includes Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,113/126] hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h' Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,112/126] hw/ide: Rename idebus_active_if() -> ide_bus_active_if() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,111/126] hw/ide: Rename ide_init2() -> ide_bus_init_output_irq() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,110/126] hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,109/126] hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,108/126] hw/ide: Rename ide_create_drive() -> ide_bus_create_drive() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,107/126] hw/ide: Rename ide_set_irq() -> ide_bus_set_irq() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,106/126] hw/ide: Un-inline ide_set_irq() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,105/126] hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h' Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,104/126] hw/ide: Remove unused 'qapi/qapi-types-run-state.h' Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,103/126] hw/ide/atapi: Restrict 'scsi/constants.h' inclusion Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,102/126] hw/ide/isa: Remove intermediate ISAIDEState::irq variable Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,101/126] hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h' Untitled series #343847 - - 2 - --- 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 #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,099/126] hw/ide/mmio: Use CamelCase for MMIO_IDE state name Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,098/126] hw/ide/ahci: Trace ncq write command as write instead of read Untitled series #343847 - 1 4 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,097/126] hw/i386/xen: Remove unused 'hw/ide.h' include from header Untitled series #343847 1 - - - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,096/126] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes" Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,095/126] scripts/checkpatch.pl: Do not allow assert(0) Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,094/126] block/vvfat: Remove pointless check of NDEBUG Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,093/126] hw/ppc/sam460ex: Correctly set MAL properties Untitled series #343847 - 1 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,092/126] hw/display/sm501: Add fallbacks to pixman routines Untitled series #343847 - - - 1 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,091/126] hw/display/sm501: Implement more 2D raster operations Untitled series #343847 - - 1 1 --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,090/126] hw/display/sm501: Alias 'dma-offset' QOM property in chipset object Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,089/126] hw/display/sm501: Embed OHCI QOM child in chipset Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,088/126] hw/usb/xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macro Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,087/126] hw/usb/xhci-nec: Declare QOM macros for NEC_XHCI Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,086/126] hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macro Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,085/126] hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,084/126] hw/usb/ohci: Fix typo Untitled series #343847 - - - - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,083/126] hw/usb/ohci: Add trace points for register access Untitled series #343847 - - - - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,082/126] hw/usb/ohci: Move a function next to where it is used Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,081/126] hw/usb/ohci: Code style fix missing braces and extra parenthesis Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,080/126] hw/usb/ohci: Code style fix white space errors Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,079/126] hw/usb/ohci: Code style fix comments Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,078/126] hw/usb/ohci: Use OHCIState type definition Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,077/126] hw/usb/ohci: Include missing 'sysbus.h' header Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,076/126] hw/usb/u2f: Declare QOM macros using OBJECT_DECLARE_TYPE() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,075/126] hw/usb/dev-smartcard-reader: Avoid forward-declaring CCIDBus Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,074/126] hw/audio/ac97: Split off some definitions to a header Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,073/126] hw/audio/ac97: Replace container_of() by AC97() QOM cast macro Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,072/126] hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,071/126] hw/audio/es1370: Avoid forward-declaring ES1370State Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,070/126] hw/audio/hda-codec: Avoid forward-declaring HDAAudioState Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,069/126] hw/timer/hpet: Include missing 'hw/qdev-properties.h' header Untitled series #343847 1 - - - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,068/126] hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_data Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,067/126] hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argument Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,066/126] hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,065/126] hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,064/126] hw/isa: Factor isa_bus_get_irq() out of isa_get_irq() Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,063/126] hw/isa: Rename isa_get_dma() -> isa_bus_get_dma() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,062/126] hw/isa: Use isa_address_space_io() to reduce access on global 'isabus' Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,061/126] hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,060/126] hw/isa: Un-inline isa_bus_from_device() Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,059/126] hw/isa: Reorder to separate ISABus* vs ISADevice* functions Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,058/126] hw/isa: Remove empty ISADeviceClass structure Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,057/126] hw/sparc64/sun4u: Keep reference to ISA input IRQs in EbusState Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,056/126] hw/isa/vt82c686: Remove intermediate IRQ forwarder Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,055/126] hw/isa/i82378: Remove intermediate IRQ forwarder Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,25/25] hw: Replace qemu_or_irq typedef by OrIRQState [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 2 - --- 2023-02-27 Peter Maydell New
[PULL,054/126] hw/isa/i82378: Rename output IRQ as 'cpu_intr' Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,24/25] hw/or-irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE() [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 2 - --- 2023-02-27 Peter Maydell New
[PULL,053/126] hw/intc/i8259: Document i8259_init() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,23/25] hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE() [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 2 - --- 2023-02-27 Peter Maydell New
[PULL,052/126] hw/pci: Fix a typo Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,22/25] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 2 - --- 2023-02-27 Peter Maydell New
[PULL,051/126] hw: Move ich9.h to southbridge/ Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,21/25] hw/arm/musicpal: Remove unused dummy MemoryRegion [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 - --- 2023-02-27 Peter Maydell New
[PULL,050/126] hw/i386/ich9: Clean up includes Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,20/25] hw/intc/armv7m_nvic: Use QOM cast CPU() macro [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 - --- 2023-02-27 Peter Maydell New
[PULL,049/126] hw: Move ioapic*.h to intc/ Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,19/25] hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' header [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 - --- 2023-02-27 Peter Maydell New
[PULL,048/126] hw/i386/ich9: Remove redundant GSI_NUM_PINS Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,18/25] hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create() [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 - --- 2023-02-27 Peter Maydell New
[PULL,047/126] hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,17/25] hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create() [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 2 - --- 2023-02-27 Peter Maydell New
[PULL,046/126] hw/isa/lpc_ich9: Connect PM stuff to LPC internally Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,16/25] hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 2 - --- 2023-02-27 Peter Maydell New
[PULL,045/126] hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_DEVICE Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,15/25] hw/char/pl011: Open-code pl011_luminary_create() [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 2 - --- 2023-02-27 Peter Maydell New
[PULL,044/126] hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it Untitled series #343847 1 - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,14/25] hw/char/pl011: Un-inline pl011_create() [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 2 - --- 2023-02-27 Peter Maydell New
[PULL,043/126] hw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front of ich9_smbus_realize() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,13/25] hw/gpio/max7310: Simplify max7310_realize() [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 - --- 2023-02-27 Peter Maydell New
[PULL,042/126] hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,12/25] tests/avocado: add machine:none tag to version.py [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 - --- 2023-02-27 Peter Maydell New
[PULL,041/126] hw/isa/lpc_ich9: Unexport PIRQ functions Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,11/25] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 2 1 --- 2023-02-27 Peter Maydell New
[PULL,040/126] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,10/25] target/arm: Don't access TCG code when debugging with KVM [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 1 --- 2023-02-27 Peter Maydell New
[PULL,039/126] hw/i386/x86: Reduce init_topo_info() scope Untitled series #343847 - - 2 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,09/25] target/arm: Move regime_using_lpae_format into internal.h [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 1 --- 2023-02-27 Peter Maydell New
[PULL,038/126] hw/cpu: Extend CPUState::cluster_index documentation Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,08/25] target/arm: Move hflags code into the tcg directory [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 1 --- 2023-02-27 Peter Maydell New
[PULL,037/126] hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus() Untitled series #343847 - - 1 - --- 2023-02-27 Philippe Mathieu-Daudé New
[PULL,07/25] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled [PULL,01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header - - 1 1 --- 2023-02-27 Peter Maydell New
« 1 2 ... 455 456 4574308 4309 »