aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-27hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan3-2/+2
2024-02-27hw/arm/sbsa-ref: Do not open-code ahci_ide_create_devs()Philippe Mathieu-Daudé1-10/+1
2024-02-27hw/i386/pc: Populate RTC attribute directlyBernhard Beschow3-20/+10
2024-02-27hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow3-3/+1
2024-02-27hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variablesBernhard Beschow2-17/+13
2024-02-27hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow9-14/+14
2024-02-27hw/i386/q35: Include missing 'hw/acpi/acpi.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-02-27hw/i386/sgx: Use QDev APIPhilippe Mathieu-Daudé1-8/+6
2024-02-27hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow5-11/+9
2024-02-27hw/nvme: fix invalid endian conversionKlaus Jensen1-1/+1
2024-02-27hw/usb: remove duplicate file in system_ssPaolo Bonzini1-1/+1
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini8-65/+102
2024-02-27hw/usb: remove usb_bus_findPaolo Bonzini2-15/+1
2024-02-27hw/ppc/pseries: do not require CONFIG_USBPaolo Bonzini2-1/+4
2024-02-27hw/ppc/mac_newworld: do not require CONFIG_USBPaolo Bonzini2-2/+4
2024-02-27hw/hppa: do not require CONFIG_USBPaolo Bonzini2-4/+8
2024-02-27hw/mips/loongson3_virt: do not require CONFIG_USBPaolo Bonzini1-2/+6
2024-02-27hw/sh4/r2d: do not use usb_bus_find()Paolo Bonzini1-1/+4
2024-02-27hw/ppc/sam460ex: do not use usb_bus_find()Paolo Bonzini1-2/+5
2024-02-27hw/acpi: move object_resolve_type_unambiguous to core QOMPaolo Bonzini3-15/+34
2024-02-27hw/nubus: add nubus-virtio-mmio deviceMark Cave-Ayland3-0/+139
2024-02-27hw/nubus: increase maximum Declaration ROM size from 128k to 1MbMark Cave-Ayland1-1/+1
2024-02-27hw/nubus-device: round Declaration ROM memory region address to qemu_target_p...Mark Cave-Ayland1-4/+14
2024-02-26hw/sysbus: Remove now unused sysbus_address_space()Philippe Mathieu-Daudé2-6/+0
2024-02-26hw/i386/kvmvapic: Inline sysbus_address_space()Philippe Mathieu-Daudé1-6/+5
2024-02-26hw/display/exynos4210_fimd: Pass frame buffer memory region as linkPhilippe Mathieu-Daudé2-3/+18
2024-02-26hw/arm/exynos4210: Inline sysbus_create_varargs(EXYNOS4210_FIMD)Philippe Mathieu-Daudé1-5/+7
2024-02-26hw/display/pl110: Pass frame buffer memory region as link propertyPhilippe Mathieu-Daudé5-4/+27
2024-02-26hw/arm: Inline sysbus_create_simple(PL110 / PL111)Philippe Mathieu-Daudé4-5/+21
2024-02-26Merge tag 'pull-qapi-2024-02-26' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell58-2659/+2653
2024-02-26qapi: Divorce QAPIDoc from QAPIParseErrorMarkus Armbruster5-42/+32
2024-02-26qapi: Reject multiple and empty feature descriptionsMarkus Armbruster6-42/+9
2024-02-26qapi: Rewrite doc comment parserMarkus Armbruster1-269/+211
2024-02-26qapi: Merge adjacent untagged sectionsMarkus Armbruster2-2/+3
2024-02-26qapi: Call QAPIDoc.check() alwaysMarkus Armbruster1-5/+2
2024-02-26qapi: Recognize section tags and 'Features:' only after blank lineMarkus Armbruster9-12/+32
2024-02-26qapi: Require descriptions and tagged sections to be indentedMarkus Armbruster28-2316/+2318
2024-02-26qapi: Reject section heading in the middle of a doc commentMarkus Armbruster5-4/+13
2024-02-26qapi: Rename QAPIDoc.Section.name to .tagMarkus Armbruster3-19/+19
2024-02-26qapi: Improve error message for empty doc sectionsMarkus Armbruster3-10/+10
2024-02-26qapi: Improve error position for bogus invalid "Returns" sectionMarkus Armbruster2-4/+8
2024-02-26qapi: Improve error position for bogus argument descriptionsMarkus Armbruster8-8/+10
2024-02-26sphinx/qapidoc: Drop code to generate doc for simple union branchMarkus Armbruster1-11/+7
2024-02-26tests/qapi-schema: Cover 'Features:' not followed by descriptionsMarkus Armbruster4-0/+30
2024-02-26tests/qapi-schema: Cover duplicate 'Features:' lineMarkus Armbruster4-0/+34
2024-02-26tests/qapi-schema: Fix test 'QAPI rST doc'Markus Armbruster2-16/+15
2024-02-26qapi: Misc cleanups to migrate QAPIsHet Gala1-6/+7
2024-02-24Merge tag 'pull-request-2024-02-23' of https://gitlab.com/thuth/qemu into sta...Peter Maydell16-189/+99
2024-02-23Merge tag 'pull-ppc-for-9.0-20240224' of https://gitlab.com/npiggin/qemu into...Peter Maydell54-352/+3318
2024-02-23target/ppc: optimise ppcemb_tlb_t flushingNicholas Piggin1-6/+37