index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
render_block_graph.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-17
monitor: Move qmp_query_qmp_schema to qmp-cmds-control.c
Kevin Wolf
3
-16
/
+19
2020-02-17
monitor: Collect "control" command handlers in qmp-cmds.control.c
Kevin Wolf
4
-125
/
+155
2020-02-17
qapi: Split control.json off misc.json
Kevin Wolf
11
-217
/
+229
2020-02-17
monitor: Move monitor option parsing to monitor/monitor.c
Kevin Wolf
4
-45
/
+52
2020-02-15
qapi: Delete all the "foo: dropped in n.n" notes
Peter Maydell
3
-7
/
+0
2020-02-15
qapi/migration.json: Replace _this_ with *this*
Peter Maydell
1
-2
/
+2
2020-02-15
qapi: Add blank lines before bulleted lists
Peter Maydell
4
-0
/
+5
2020-02-15
qapi: Use explicit bulleted lists
Peter Maydell
5
-125
/
+119
2020-02-15
qapi/ui.json: Avoid `...' Texinfo style quoting
Peter Maydell
1
-12
/
+12
2020-02-15
qapi/ui.json: Put input-send-event body text in the right place
Peter Maydell
1
-7
/
+7
2020-02-15
qapi: Remove hardcoded tabs
Peter Maydell
2
-5
/
+5
2020-02-15
qapi: Fix indent level on doc comments in json files
Peter Maydell
20
-670
/
+670
2020-02-15
qapi: Fix incorrect "Not documented" claims in QMP documentation
Peter Maydell
1
-118
/
+118
2020-02-15
qapi/block-core.json: Use literal block for ascii art
Peter Maydell
1
-7
/
+7
2020-02-15
qga/qapi-schema.json: minor format fixups for rST
Peter Maydell
1
-43
/
+51
2020-02-15
qga/qapi-schema.json: Fix indent level on doc comments
Peter Maydell
1
-31
/
+31
2020-02-15
qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment
Peter Maydell
1
-1
/
+1
2020-02-15
Makefile: Fix typo in dependency list for interop manpages
Peter Maydell
1
-1
/
+1
2020-02-15
configure: Check that sphinx-build is using Python 3
Peter Maydell
2
-2
/
+20
2020-02-15
configure: Pick sphinx-build-3 when available
Markus Armbruster
1
-2
/
+12
2020-02-14
configure: Allow user to specify sphinx-build binary
Peter Maydell
2
-2
/
+10
2020-02-14
qapi: Expand documentation for LostTickPolicy
Andrea Bolognani
1
-11
/
+23
2020-02-13
target/arm: Implement ARMv8.1-VMID16 extension
Peter Maydell
1
-0
/
+1
2020-02-13
hw/arm/raspi: Extract the cores count from the board revision
Philippe Mathieu-Daudé
1
-3
/
+16
2020-02-13
hw/arm/raspi: Use a unique raspi_machine_class_init() method
Philippe Mathieu-Daudé
1
-25
/
+6
2020-02-13
hw/arm/raspi: Extract the board model from the board revision
Philippe Mathieu-Daudé
1
-2
/
+16
2020-02-13
hw/arm/raspi: Set default RAM size to size encoded in board revision
Philippe Mathieu-Daudé
1
-2
/
+2
2020-02-13
hw/arm/raspi: Let class_init() directly call raspi_machine_init()
Philippe Mathieu-Daudé
1
-13
/
+3
2020-02-13
hw/arm/raspi: Make board_rev a field of RaspiMachineClass
Philippe Mathieu-Daudé
1
-3
/
+14
2020-02-13
hw/arm/raspi: Make machines children of abstract RaspiMachineClass
Philippe Mathieu-Daudé
1
-7
/
+49
2020-02-13
hw/arm/raspi: Trivial code movement
Philippe Mathieu-Daudé
1
-3
/
+2
2020-02-13
hw/arm/raspi: Extract the processor type from the board revision
Philippe Mathieu-Daudé
1
-2
/
+16
2020-02-13
hw/arm/raspi: Extract the RAM size from the board revision
Philippe Mathieu-Daudé
1
-3
/
+12
2020-02-13
hw/arm/raspi: Extract the version from the board revision
Philippe Mathieu-Daudé
1
-4
/
+27
2020-02-13
hw/arm/raspi: Correct the board descriptions
Philippe Mathieu-Daudé
1
-2
/
+2
2020-02-13
hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernels
Philippe Mathieu-Daudé
1
-3
/
+3
2020-02-13
hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_init
Chen Qun
1
-2
/
+3
2020-02-13
hw/arm: ast2600: Wire up EHCI controllers
Guenter Roeck
1
-0
/
+23
2020-02-13
hw/arm: ast2400/ast2500: Wire up EHCI controllers
Guenter Roeck
2
-0
/
+31
2020-02-13
target/arm: Enable ARMv8.2-UAO in -cpu max
Richard Henderson
1
-0
/
+4
2020-02-13
target/arm: Implement UAO semantics
Richard Henderson
1
-20
/
+21
2020-02-13
target/arm: Update MSR access to UAO
Richard Henderson
4
-0
/
+44
2020-02-13
target/arm: Add ID_AA64MMFR2_EL1
Richard Henderson
3
-2
/
+21
2020-02-13
target/arm: Enable ARMv8.2-ATS1E1 in -cpu max
Richard Henderson
2
-0
/
+9
2020-02-13
target/arm: Implement ATS1E1 system registers
Richard Henderson
1
-6
/
+50
2020-02-13
target/arm: Set PAN bit as required on exception entry
Richard Henderson
1
-3
/
+50
2020-02-13
target/arm: Enforce PAN semantics in get_S1prot
Richard Henderson
2
-0
/
+16
2020-02-13
target/arm: Update arm_mmu_idx_el for PAN
Richard Henderson
1
-0
/
+9
2020-02-13
target/arm: Update MSR access for PAN
Richard Henderson
4
-0
/
+43
2020-02-13
target/arm: Introduce aarch64_pstate_valid_mask
Richard Henderson
2
-0
/
+13
[next]