aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-28Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...Peter Maydell24-211/+354
2024-02-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell15-90/+157
2024-02-28Merge tag 'pull-maintainer-updates-280224-1' of https://gitlab.com/stsquad/qe...Peter Maydell65-661/+1237
2024-02-28docs/devel: plugins can trigger a tb flushPierrick Bouvier1-0/+1
2024-02-28docs/devel: document some plugin assumptionsAlex Bennée1-0/+49
2024-02-28docs/devel: lift example and plugin API sections upAlex Bennée1-3/+3
2024-02-28contrib/plugins: extend execlog to track register changesAlex Bennée2-52/+281
2024-02-28contrib/plugins: fix imatchAlex Bennée1-1/+1
2024-02-28tests/tcg: expand insn test case to exercise register APIAlex Bennée1-0/+21
2024-02-28plugins: add an API to read registersAlex Bennée3-2/+105
2024-02-28plugins: create CPUPluginState and migrate plugin_maskAlex Bennée6-8/+38
2024-02-28gdbstub: expose api to find registersAlex Bennée2-1/+54
2024-02-28plugins: Use different helpers when reading registersAkihiko Odaki4-7/+52
2024-02-28cpu: call plugin init hook asynchronouslyPierrick Bouvier1-2/+7
2024-02-28linux-user: ensure nios2 processes queued workAlex Bennée1-0/+1
2024-02-28plugins: fix order of init/idle/resume callbackPierrick Bouvier1-2/+7
2024-02-28plugins: add qemu_plugin_num_vcpus functionPierrick Bouvier5-0/+19
2024-02-28plugins: remove previous n_vcpus functions from APIPierrick Bouvier5-41/+5
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki4-7/+26
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki8-57/+0
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki15-22/+6
2024-02-28gdbstub: Simplify XML lookupAkihiko Odaki3-60/+69
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki14-93/+238
2024-02-28gdbstub: Use GDBFeature for GDBRegisterStateAkihiko Odaki1-8/+6
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki10-65/+60
2024-02-28target/riscv: Use GDBFeature for dynamic XMLAkihiko Odaki3-49/+41
2024-02-28target/ppc: Use GDBFeature for dynamic XMLAkihiko Odaki4-39/+21
2024-02-28target/arm: Use GDBFeature for dynamic XMLAkihiko Odaki4-137/+123
2024-02-28tests/vm: update openbsd image to 7.4Alex Bennée1-4/+5
2024-02-28tests/vm: avoid re-building the VM images all the timeAlex Bennée2-3/+3
2024-02-28tests/tcg: bump TCG test timeout to 120sAlex Bennée1-6/+3
2024-02-28tests/tcg: update licenses to GPLv2 as intendedAlex Bennée12-26/+26
2024-02-28migration: Use migrate_has_error() in close_return_path_on_source()Cédric Le Goater1-2/+1
2024-02-28migration: Join the return path thread before releasing to_dst_fileFabiano Rosas1-13/+9
2024-02-28migration: Fix qmp_query_migrate mbps valueFabiano Rosas1-9/+14
2024-02-28migration: options incompatible with cprSteve Sistare2-0/+19
2024-02-28migration: update cpr-reboot descriptionSteve Sistare1-13/+22
2024-02-28migration: stop vm for cprSteve Sistare3-22/+32
2024-02-28migration: notifier error checkingSteve Sistare2-10/+23
2024-02-28migration: refactor migrate_fd_connect failuresSteve Sistare1-5/+8
2024-02-28migration: per-mode notifiersSteve Sistare2-5/+23
2024-02-28migration: MigrationNotifyFuncSteve Sistare6-15/+11
2024-02-28migration: remove postcopy_after_devicesSteve Sistare3-10/+0
2024-02-28migration: MigrationEvent for notifiersSteve Sistare7-27/+51
2024-02-28migration: convert to NotifierWithReturnSteve Sistare9-20/+29
2024-02-28migration: remove error from notifier dataSteve Sistare5-8/+4
2024-02-28notify: pass error to notifier with returnSteve Sistare6-8/+13
2024-02-28migration/multifd: Drop unnecessary helper to destroy IOCPeter Xu3-14/+1
2024-02-28migration/multifd: Cleanup outgoing_args in state destroyPeter Xu3-4/+11
2024-02-28migration/multifd: Make multifd_channel_connect() return voidPeter Xu1-5/+3