aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-23target/ppc: 440 optimise tlbwe TLB flushingNicholas Piggin1-1/+1
2024-02-23target/ppc: 4xx optimise tlbwe_lo TLB flushingNicholas Piggin1-2/+8
2024-02-23target/ppc: 4xx don't flush TLB for a newly written software TLB entryNicholas Piggin1-7/+0
2024-02-23target/ppc: Factor out 4xx ppcemb_tlb_t flushingNicholas Piggin1-11/+13
2024-02-23target/ppc: Fix 440 tlbwe TLB invalidation gapsNicholas Piggin1-25/+10
2024-02-23target/ppc: Add SMT support to time facilitiesNicholas Piggin2-11/+136
2024-02-23target/ppc: Implement core timebase state machine and TFMRNicholas Piggin2-3/+243
2024-02-23ppc/pnv: Implement the ChipTOD to Core transferNicholas Piggin5-0/+166
2024-02-23ppc/pnv: Wire ChipTOD model to powernv9 and powernv10 machinesNicholas Piggin2-0/+33
2024-02-23ppc/pnv: Add POWER9/10 chiptod modelNicholas Piggin5-0/+517
2024-02-23target/ppc: Fix move-to timebase SPR access permissionsNicholas Piggin1-8/+23