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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-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
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
2024-02-28
migration: options incompatible with cpr
Steve Sistare
2
-0
/
+19
2024-02-28
migration: update cpr-reboot description
Steve Sistare
1
-13
/
+22
2024-02-28
migration: stop vm for cpr
Steve Sistare
3
-22
/
+32
2024-02-28
migration: notifier error checking
Steve Sistare
2
-10
/
+23
2024-02-28
migration: refactor migrate_fd_connect failures
Steve Sistare
1
-5
/
+8
2024-02-28
migration: per-mode notifiers
Steve Sistare
2
-5
/
+23
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
6
-15
/
+11
2024-02-28
migration: remove postcopy_after_devices
Steve Sistare
3
-10
/
+0
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
7
-27
/
+51
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
9
-20
/
+29
2024-02-28
migration: remove error from notifier data
Steve Sistare
5
-8
/
+4
2024-02-28
notify: pass error to notifier with return
Steve Sistare
6
-8
/
+13
2024-02-28
migration/multifd: Drop unnecessary helper to destroy IOC
Peter Xu
3
-14
/
+1
2024-02-28
migration/multifd: Cleanup outgoing_args in state destroy
Peter Xu
3
-4
/
+11
2024-02-28
migration/multifd: Make multifd_channel_connect() return void
Peter Xu
1
-5
/
+3
[next]