summary refs log tree commit diff stats
path: root/scripts/render_block_graph.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-17monitor: Move qmp_query_qmp_schema to qmp-cmds-control.cKevin Wolf3-16/+19
2020-02-17monitor: Collect "control" command handlers in qmp-cmds.control.cKevin Wolf4-125/+155
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf11-217/+229
2020-02-17monitor: Move monitor option parsing to monitor/monitor.cKevin Wolf4-45/+52
2020-02-15qapi: Delete all the "foo: dropped in n.n" notesPeter Maydell3-7/+0
2020-02-15qapi/migration.json: Replace _this_ with *this*Peter Maydell1-2/+2
2020-02-15qapi: Add blank lines before bulleted listsPeter Maydell4-0/+5
2020-02-15qapi: Use explicit bulleted listsPeter Maydell5-125/+119
2020-02-15qapi/ui.json: Avoid `...' Texinfo style quotingPeter Maydell1-12/+12
2020-02-15qapi/ui.json: Put input-send-event body text in the right placePeter Maydell1-7/+7
2020-02-15qapi: Remove hardcoded tabsPeter Maydell2-5/+5
2020-02-15qapi: Fix indent level on doc comments in json filesPeter Maydell20-670/+670
2020-02-15qapi: Fix incorrect "Not documented" claims in QMP documentationPeter Maydell1-118/+118
2020-02-15qapi/block-core.json: Use literal block for ascii artPeter Maydell1-7/+7
2020-02-15qga/qapi-schema.json: minor format fixups for rSTPeter Maydell1-43/+51
2020-02-15qga/qapi-schema.json: Fix indent level on doc commentsPeter Maydell1-31/+31
2020-02-15qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc commentPeter Maydell1-1/+1
2020-02-15Makefile: Fix typo in dependency list for interop manpagesPeter Maydell1-1/+1
2020-02-15configure: Check that sphinx-build is using Python 3Peter Maydell2-2/+20
2020-02-15configure: Pick sphinx-build-3 when availableMarkus Armbruster1-2/+12
2020-02-14configure: Allow user to specify sphinx-build binaryPeter Maydell2-2/+10
2020-02-14qapi: Expand documentation for LostTickPolicyAndrea Bolognani1-11/+23
2020-02-13target/arm: Implement ARMv8.1-VMID16 extensionPeter Maydell1-0/+1
2020-02-13hw/arm/raspi: Extract the cores count from the board revisionPhilippe Mathieu-Daudé1-3/+16
2020-02-13hw/arm/raspi: Use a unique raspi_machine_class_init() methodPhilippe Mathieu-Daudé1-25/+6
2020-02-13hw/arm/raspi: Extract the board model from the board revisionPhilippe Mathieu-Daudé1-2/+16
2020-02-13hw/arm/raspi: Set default RAM size to size encoded in board revisionPhilippe Mathieu-Daudé1-2/+2
2020-02-13hw/arm/raspi: Let class_init() directly call raspi_machine_init()Philippe Mathieu-Daudé1-13/+3
2020-02-13hw/arm/raspi: Make board_rev a field of RaspiMachineClassPhilippe Mathieu-Daudé1-3/+14
2020-02-13hw/arm/raspi: Make machines children of abstract RaspiMachineClassPhilippe Mathieu-Daudé1-7/+49
2020-02-13hw/arm/raspi: Trivial code movementPhilippe Mathieu-Daudé1-3/+2
2020-02-13hw/arm/raspi: Extract the processor type from the board revisionPhilippe Mathieu-Daudé1-2/+16
2020-02-13hw/arm/raspi: Extract the RAM size from the board revisionPhilippe Mathieu-Daudé1-3/+12
2020-02-13hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé1-4/+27
2020-02-13hw/arm/raspi: Correct the board descriptionsPhilippe Mathieu-Daudé1-2/+2
2020-02-13hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernelsPhilippe Mathieu-Daudé1-3/+3
2020-02-13hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_initChen Qun1-2/+3
2020-02-13hw/arm: ast2600: Wire up EHCI controllersGuenter Roeck1-0/+23
2020-02-13hw/arm: ast2400/ast2500: Wire up EHCI controllersGuenter Roeck2-0/+31
2020-02-13target/arm: Enable ARMv8.2-UAO in -cpu maxRichard Henderson1-0/+4
2020-02-13target/arm: Implement UAO semanticsRichard Henderson1-20/+21
2020-02-13target/arm: Update MSR access to UAORichard Henderson4-0/+44
2020-02-13target/arm: Add ID_AA64MMFR2_EL1Richard Henderson3-2/+21
2020-02-13target/arm: Enable ARMv8.2-ATS1E1 in -cpu maxRichard Henderson2-0/+9
2020-02-13target/arm: Implement ATS1E1 system registersRichard Henderson1-6/+50
2020-02-13target/arm: Set PAN bit as required on exception entryRichard Henderson1-3/+50
2020-02-13target/arm: Enforce PAN semantics in get_S1protRichard Henderson2-0/+16
2020-02-13target/arm: Update arm_mmu_idx_el for PANRichard Henderson1-0/+9
2020-02-13target/arm: Update MSR access for PANRichard Henderson4-0/+43
2020-02-13target/arm: Introduce aarch64_pstate_valid_maskRichard Henderson2-0/+13