aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-27misc: pxa2xx_timer: replace qemu_system_reset_request() call with watchdog_pe...Abhiram Tilak
2024-02-27misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_...Abhiram Tilak
2024-02-27MAINTAINERS: Cover hw/ide/ahci-allwinner.c with AllWinner A10 machinePhilippe Mathieu-Daudé
2024-02-27target/arm: Advertise Cortex-A53 erratum #843419 fix via REVIDRArd Biesheuvel
2024-02-27hw/arm/sbsa-ref: Simplify init since PCIe is always enabledMarcin Juszkiewicz
2024-02-27aspeed: fix hardcode boot address 0Jamin Lin
2024-02-27aspeed: introduce a new UART0 device nameJamin Lin
2024-02-27Merge tag 'hw-misc-20240227' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-02-27hw/ide: Include 'ide-internal.h' from current pathPhilippe Mathieu-Daudé
2024-02-27hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan
2024-02-27hw/arm/sbsa-ref: Do not open-code ahci_ide_create_devs()Philippe Mathieu-Daudé
2024-02-27hw/i386/pc: Populate RTC attribute directlyBernhard Beschow
2024-02-27hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow
2024-02-27hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variablesBernhard Beschow
2024-02-27hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow
2024-02-27hw/i386/q35: Include missing 'hw/acpi/acpi.h' headerPhilippe Mathieu-Daudé
2024-02-27hw/i386/sgx: Use QDev APIPhilippe Mathieu-Daudé
2024-02-27hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow
2024-02-27hw/nvme: fix invalid endian conversionKlaus Jensen
2024-02-27hw/usb: remove duplicate file in system_ssPaolo Bonzini
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini
2024-02-27hw/usb: remove usb_bus_findPaolo Bonzini
2024-02-27hw/ppc/pseries: do not require CONFIG_USBPaolo Bonzini
2024-02-27hw/ppc/mac_newworld: do not require CONFIG_USBPaolo Bonzini
2024-02-27hw/hppa: do not require CONFIG_USBPaolo Bonzini
2024-02-27hw/mips/loongson3_virt: do not require CONFIG_USBPaolo Bonzini
2024-02-27hw/sh4/r2d: do not use usb_bus_find()Paolo Bonzini
2024-02-27hw/ppc/sam460ex: do not use usb_bus_find()Paolo Bonzini
2024-02-27hw/acpi: move object_resolve_type_unambiguous to core QOMPaolo Bonzini
2024-02-27hw/nubus: add nubus-virtio-mmio deviceMark Cave-Ayland
2024-02-27hw/nubus: increase maximum Declaration ROM size from 128k to 1MbMark Cave-Ayland
2024-02-27hw/nubus-device: round Declaration ROM memory region address to qemu_target_p...Mark Cave-Ayland
2024-02-26Merge tag 'edk2-stable202402-20240226-pull-request' of https://gitlab.com/kra...Peter Maydell
2024-02-26hw/sysbus: Remove now unused sysbus_address_space()Philippe Mathieu-Daudé
2024-02-26hw/i386/kvmvapic: Inline sysbus_address_space()Philippe Mathieu-Daudé
2024-02-26hw/display/exynos4210_fimd: Pass frame buffer memory region as linkPhilippe Mathieu-Daudé
2024-02-26hw/arm/exynos4210: Inline sysbus_create_varargs(EXYNOS4210_FIMD)Philippe Mathieu-Daudé
2024-02-26hw/display/pl110: Pass frame buffer memory region as link propertyPhilippe Mathieu-Daudé
2024-02-26hw/arm: Inline sysbus_create_simple(PL110 / PL111)Philippe Mathieu-Daudé
2024-02-26Merge tag 'pull-qapi-2024-02-26' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-02-26qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster
2024-02-26qapi: Reject multiple and empty feature descriptionsMarkus Armbruster
2024-02-26qapi: Rewrite doc comment parserMarkus Armbruster
2024-02-26qapi: Merge adjacent untagged sectionsMarkus Armbruster
2024-02-26qapi: Call QAPIDoc.check() alwaysMarkus Armbruster
2024-02-26qapi: Recognize section tags and 'Features:' only after blank lineMarkus Armbruster
2024-02-26qapi: Require descriptions and tagged sections to be indentedMarkus Armbruster
2024-02-26qapi: Reject section heading in the middle of a doc commentMarkus Armbruster
2024-02-26qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster
2024-02-26qapi: Improve error message for empty doc sectionsMarkus Armbruster