index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
ui/cocoa: add zoom-interpolation display option
Carwyn Ellis
2
-2
/
+25
2024-03-04
Merge tag 'hppa-latest-pull-request' of https://github.com/hdeller/qemu-hppa ...
Peter Maydell
7
-4
/
+22
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
Merge tag 'pull-request-2024-03-01' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
5
-18
/
+33
2024-03-01
Merge tag 'pull-loongarch-20240229' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
3
-33
/
+107
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
Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...
Peter Maydell
24
-211
/
+354
2024-02-28
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
15
-90
/
+157
2024-02-28
Merge tag 'pull-maintainer-updates-280224-1' of https://gitlab.com/stsquad/qe...
Peter Maydell
65
-661
/
+1237
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
[next]