Show patches with: Archived = No       |   75624 patches
« 1 2 ... 154 155 156756 757 »
Patch Series S/W/F Date Submitter Delegate State
[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
[PULL,08/11] tests/tcg/i386: Introduce and use reg_t consistently Untitled series #200626 --- 2023-02-08 Paolo Bonzini 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
[RFC] tests: add LKFT baseline test to avocado [RFC] tests: add LKFT baseline test to avocado --- 2023-02-07 Alex Bennée New
[v2,1/5] build: deprecate --enable-gprof builds and remove from CI [v2,1/5] build: deprecate --enable-gprof builds and remove from CI --- 2023-02-07 Thomas Huth Superseded
tests/qtest/netdev-socket: Raise connection timeout to 60 seconds tests/qtest/netdev-socket: Raise connection timeout to 60 seconds --- 2023-02-07 Peter Maydell Accepted
[PULL,24/25] tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater Accepted
[PULL,23/25] hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater Accepted
[PULL,22/25] hw/arm/aspeed_ast10x0: Map HACE peripheral [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater Accepted
[PULL,21/25] hw/arm/aspeed_ast10x0: Map the secure SRAM [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater New
[PULL,20/25] hw/arm/aspeed_ast10x0: Map I3C peripheral [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater Accepted
[PULL,19/25] hw/arm/aspeed_ast10x0: Add various unimplemented peripherals [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater New
[PULL,18/25] hw/misc/aspeed_hace: Do not crash if address_space_map() failed [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater Accepted
[PULL,17/25] hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater New
[PULL,16/25] hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater Accepted
[PULL,15/25] hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize' [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater New
[PULL,02/25] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater Accepted
[PULL,01/25] tests/avocado: Introduce file_truncate() [PULL,01/25] tests/avocado: Introduce file_truncate() --- 2023-02-07 Cédric Le Goater Accepted
[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
[1/1] accel/tcg: Allow the second page of an instruction to be MMIO accel/tcg: Allow the second page of an instruction to be MMIO --- 2023-02-06 Richard Henderson Superseded
[RFC,5/5] hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep' Deprecate/rename singlestep command line option --- 2023-02-06 Peter Maydell Superseded
[RFC,4/5] softmmu: Add '-one-insn-per-tb' option equivalent to '-singlestep' Deprecate/rename singlestep command line option --- 2023-02-06 Peter Maydell Superseded
[RFC,3/5] bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep' Deprecate/rename singlestep command line option --- 2023-02-06 Peter Maydell Superseded
[RFC,2/5] linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep' Deprecate/rename singlestep command line option --- 2023-02-06 Peter Maydell Superseded
[RFC,1/5] Rename the singlestep global variable to one_insn_per_tb Deprecate/rename singlestep command line option --- 2023-02-06 Peter Maydell Superseded
[RFC] tests: be a bit more strict cleaning up fifos [RFC] tests: be a bit more strict cleaning up fifos --- 2023-02-06 Alex Bennée 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
[PULL,40/40] tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target [PULL,01/40] accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_page --- 2023-02-04 Richard Henderson Accepted
[PULL,39/40] target/i386: Inline cmpxchg16b [PULL,01/40] accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_page --- 2023-02-04 Richard Henderson Accepted
« 1 2 ... 154 155 156756 757 »