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
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
qga/qapi-schema: Tweak documentation of fsfreeze commands
Markus Armbruster
1
-7
/
+9
2024-03-04
qga/qapi-schema: Clean up "Returns" sections
Markus Armbruster
1
-8
/
+8
2024-03-04
qga/qapi-schema: Delete useless "Returns" sections
Markus Armbruster
1
-12
/
+0
2024-03-04
qga/qapi-schema: Move error documentation to new "Errors" sections
Markus Armbruster
1
-12
/
+10
2024-03-04
qapi/yank: Tweak @yank's error description for consistency
Markus Armbruster
1
-1
/
+1
2024-03-04
qapi: Clean up "Returns" sections
Markus Armbruster
3
-5
/
+5
2024-03-04
qapi: Delete useless "Returns" sections
Markus Armbruster
17
-183
/
+1
2024-03-04
qapi: Move error documentation to new "Errors" sections
Markus Armbruster
12
-31
/
+126
2024-03-04
qapi: New documentation section tag "Errors"
Markus Armbruster
5
-7
/
+32
2024-03-04
qapi: Slightly clearer error message for invalid "Returns" section
Markus Armbruster
2
-3
/
+4
2024-03-04
qapi: Memorize since & returns sections
Markus Armbruster
1
-14
/
+17
2024-03-01
chardev/char-socket: Fix TLS io channels sending too much data to the backend
Thomas Huth
1
-3
/
+3
2024-03-01
tests/unit/test-util-sockets: Remove temporary file after test
Thomas Huth
1
-0
/
+1
2024-03-01
hw/usb/bus.c: PCAP adding 0xA in Windows version
Benjamin David Lunt
1
-2
/
+3
2024-03-01
hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"
Thomas Huth
1
-6
/
+6
2024-03-01
libqos/virtio.c: fix 'avail_event' offset in qvring_init()
Daniel Henrique Barboza
1
-1
/
+1
2024-03-01
libqos/virtio.c: init all elems in qvring_indirect_desc_setup()
Daniel Henrique Barboza
1
-6
/
+19
2024-02-29
loongarch: Change the UEFI loading mode to loongarch
Xianglai Li
3
-33
/
+107
2024-02-28
docs/devel: plugins can trigger a tb flush
Pierrick Bouvier
1
-0
/
+1
2024-02-28
docs/devel: document some plugin assumptions
Alex Bennée
1
-0
/
+49
2024-02-28
docs/devel: lift example and plugin API sections up
Alex Bennée
1
-3
/
+3
2024-02-28
contrib/plugins: extend execlog to track register changes
Alex Bennée
2
-52
/
+281
2024-02-28
contrib/plugins: fix imatch
Alex Bennée
1
-1
/
+1
2024-02-28
tests/tcg: expand insn test case to exercise register API
Alex Bennée
1
-0
/
+21
2024-02-28
plugins: add an API to read registers
Alex Bennée
3
-2
/
+105
2024-02-28
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
6
-8
/
+38
2024-02-28
gdbstub: expose api to find registers
Alex Bennée
2
-1
/
+54
2024-02-28
plugins: Use different helpers when reading registers
Akihiko Odaki
4
-7
/
+52
2024-02-28
cpu: call plugin init hook asynchronously
Pierrick Bouvier
1
-2
/
+7
2024-02-28
linux-user: ensure nios2 processes queued work
Alex Bennée
1
-0
/
+1
2024-02-28
plugins: fix order of init/idle/resume callback
Pierrick Bouvier
1
-2
/
+7
2024-02-28
plugins: add qemu_plugin_num_vcpus function
Pierrick Bouvier
5
-0
/
+19
2024-02-28
plugins: remove previous n_vcpus functions from API
Pierrick Bouvier
5
-41
/
+5
2024-02-28
gdbstub: Add members to identify registers to GDBFeature
Akihiko Odaki
4
-7
/
+26
2024-02-28
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
8
-57
/
+0
2024-02-28
gdbstub: Infer number of core registers from XML
Akihiko Odaki
15
-22
/
+6
2024-02-28
gdbstub: Simplify XML lookup
Akihiko Odaki
3
-60
/
+69
2024-02-28
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
14
-93
/
+238
2024-02-28
gdbstub: Use GDBFeature for GDBRegisterState
Akihiko Odaki
1
-8
/
+6
2024-02-28
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
10
-65
/
+60
2024-02-28
target/riscv: Use GDBFeature for dynamic XML
Akihiko Odaki
3
-49
/
+41
2024-02-28
target/ppc: Use GDBFeature for dynamic XML
Akihiko Odaki
4
-39
/
+21
2024-02-28
target/arm: Use GDBFeature for dynamic XML
Akihiko Odaki
4
-137
/
+123
2024-02-28
tests/vm: update openbsd image to 7.4
Alex Bennée
1
-4
/
+5
2024-02-28
tests/vm: avoid re-building the VM images all the time
Alex Bennée
2
-3
/
+3
2024-02-28
tests/tcg: bump TCG test timeout to 120s
Alex Bennée
1
-6
/
+3
2024-02-28
tests/tcg: update licenses to GPLv2 as intended
Alex Bennée
12
-26
/
+26
2024-02-28
migration: Use migrate_has_error() in close_return_path_on_source()
Cédric Le Goater
1
-2
/
+1
2024-02-28
migration: Join the return path thread before releasing to_dst_file
Fabiano Rosas
1
-13
/
+9
2024-02-28
migration: Fix qmp_query_migrate mbps value
Fabiano Rosas
1
-9
/
+14
[next]