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
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
ui/cocoa: Scale with NSView instead of Core Graphics
Akihiko Odaki
1
-14
/
+10
2024-03-05
ui/cocoa: Release specific mouse buttons
Akihiko Odaki
1
-21
/
+15
2024-03-05
ui/cocoa: Immediately call [-QemuCocoaView handleMouseEvent:buttons:]
Akihiko Odaki
1
-57
/
+30
2024-03-05
ui/cocoa: Split [-QemuCocoaView handleEventLocked:]
Akihiko Odaki
1
-33
/
+49
2024-03-05
ui/cocoa: Fix window clipping on macOS 14
David Parsons
1
-0
/
+7
2024-03-05
ui/cocoa: add zoom-interpolation display option
Carwyn Ellis
2
-2
/
+25
2024-03-04
gitlab: update FreeBSD Cirrus CI image to 13.3
Daniel P. Berrangé
1
-1
/
+1
2024-03-04
meson: detect broken clang 17 with -fzero-call-used-regs
Daniel P. Berrangé
1
-5
/
+12
2024-03-04
docs/conf.py: Remove usage of distutils
Thomas Huth
1
-6
/
+4
2024-03-03
roms/hppa: Add build rules for hppa-firmware
Helge Deller
1
-0
/
+7
2024-03-03
pc-bios/README: Add information about hppa-firmware
Helge Deller
1
-0
/
+6
2024-03-03
pc-bios/meson: Add hppa-firmware64.img blob
Helge Deller
1
-0
/
+1
2024-03-03
target/hppa: Restore unwind_breg before calculating ior
Helge Deller
3
-3
/
+6
2024-03-03
target: hppa: Fix unaligned double word accesses for hppa64
Guenter Roeck
1
-1
/
+2
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
[next]