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
/
qapi
/
parser.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-13
cpu-target: Include missing 'exec/memory.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-02-13
system: Move memory_ldst.c.inc to system
BALATON Zoltan
1
-0
/
+0
2024-02-13
qemu-options.hx: Add zoom-to-fit to option summary for gtk
BALATON Zoltan
1
-1
/
+1
2024-02-13
qemu-options.hx: document that tftp=dir is readonly
Michael Tokarev
1
-0
/
+2
2024-02-13
iothread: Simplify expression in qemu_in_iothread()
Kevin Wolf
1
-2
/
+1
2024-02-13
qemu-nbd: mention --tls-hostname option in qemu-nbd --help
Michael Tokarev
1
-0
/
+1
2024-02-13
MAINTAINERS: Cover qapi/stats.json
Markus Armbruster
1
-0
/
+1
2024-02-13
MAINTAINERS: Cover qapi/cxl.json
Markus Armbruster
1
-0
/
+1
2024-02-13
hw/smbios: Fix port connector option validation
Akihiko Odaki
1
-0
/
+6
2024-02-13
hw/smbios: Fix OEM strings table option validation
Akihiko Odaki
1
-0
/
+6
2024-02-13
hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+2
2024-02-13
hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+3
2024-02-13
hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+2
2024-02-13
hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+2
2024-02-13
hw/hppa/machine: Load 64-bit firmware on 64-bit machines
Helge Deller
1
-22
/
+30
2024-02-12
MAINTAINERS: Cover qapi/stats.json
Markus Armbruster
1
-0
/
+1
2024-02-12
MAINTAINERS: Cover qapi/cxl.json
Markus Armbruster
1
-0
/
+1
2024-02-12
qapi/migration: Add missing tls-authz documentation
Peter Xu
2
-1
/
+4
2024-02-12
qapi: Add missing union tag documentation
Markus Armbruster
12
-16
/
+34
2024-02-12
qapi: Move @String out of common.json to discourage reuse
Markus Armbruster
3
-13
/
+12
2024-02-12
qapi: Improve documentation of file descriptor socket addresses
Markus Armbruster
4
-15
/
+31
2024-02-12
qapi: Plug trivial documentation holes around former simple unions
Markus Armbruster
7
-34
/
+68
2024-02-12
qapi/dump: Clean up documentation of DumpGuestMemoryCapability
Markus Armbruster
2
-2
/
+1
2024-02-12
qapi/yank: Clean up documentaion of yank
Markus Armbruster
2
-3
/
+2
2024-02-12
qga/qapi-schema: Plug trivial documentation holes
Markus Armbruster
1
-10
/
+14
2024-02-12
qga/qapi-schema: Clean up documentation of guest-set-vcpus
Markus Armbruster
1
-10
/
+10
2024-02-12
qga/qapi-schema: Clean up documentation of guest-set-memory-blocks
Markus Armbruster
1
-9
/
+10
2024-02-12
qapi: Require member documentation (with loophole)
Markus Armbruster
7
-3
/
+149
2024-02-12
sphinx/qapidoc: Drop code to generate doc for simple union tag
Markus Armbruster
1
-6
/
+0
2024-02-12
qapi: Indent tagged doc comment sections properly
Markus Armbruster
5
-40
/
+42
2024-02-12
qapi/block-core: Fix BlockLatencyHistogramInfo doc markup
Markus Armbruster
1
-3
/
+1
2024-02-12
docs/devel/qapi-code-gen: Tweak doc comment whitespace
Markus Armbruster
1
-2
/
+3
2024-02-12
docs/devel/qapi-code-gen: Normalize version refs x.y.0 to just x.y
Markus Armbruster
1
-2
/
+2
2024-02-11
target/hppa: Update SeaBIOS-hppa to version 16
Helge Deller
3
-0
/
+0
2024-02-11
hw/net/tulip: add chip status register values
Sven Schnelle
1
-2
/
+2
2024-02-11
target/hppa: PDC_BTLB_INFO uses 32-bit ints
Helge Deller
1
-1
/
+1
2024-02-11
target/hppa: Allow read-access to PSW with rsm 0,reg instruction
Helge Deller
1
-1
/
+7
2024-02-11
lasi: Add reset I/O ports for LASI audio and FDC
Helge Deller
2
-0
/
+13
2024-02-11
target/hppa: Implement do_transaction_failed handler for I/O errors
Helge Deller
3
-0
/
+25
2024-02-11
lasi: allow access to LAN MAC address registers
Helge Deller
1
-0
/
+2
2024-02-11
hw/pci-host/astro: Implement Hard Fail and Soft Fail mode
Helge Deller
2
-6
/
+17
2024-02-11
hw/pci-host/astro: Avoid aborting on access failure
Helge Deller
1
-16
/
+11
2024-02-11
target/hppa: Add "diag 0x101" for console output support
Helge Deller
3
-0
/
+43
2024-02-11
disas/hppa: Add disassembly for qemu specific instructions
Helge Deller
1
-0
/
+4
2024-02-09
tests/tcg: Add the syscall catchpoint gdbstub test
Ilya Leoshkevich
3
-1
/
+113
2024-02-09
gdbstub: Implement catching syscalls
Ilya Leoshkevich
3
-0
/
+101
2024-02-09
gdbstub: Add syscall entry/return hooks
Ilya Leoshkevich
3
-2
/
+26
2024-02-09
gdbstub: Allow specifying a reason in stop packets
Ilya Leoshkevich
2
-3
/
+18
2024-02-09
gdbstub: Expose TARGET_SIGTRAP in a target-agnostic way
Ilya Leoshkevich
2
-0
/
+6
2024-02-09
kconfig: use "select" to enable semihosting
Paolo Bonzini
11
-13
/
+6
[next]