aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-29linux-user/elfload: Write process memory to core file in larger chunksRichard Henderson1-23/+4
2024-02-29linux-user/elfload: Write corefile elf header in one blockRichard Henderson1-300/+116
2024-02-29linux-user/elfload: Size corefile before openingRichard Henderson1-39/+44
2024-02-29linux-user/elfload: Lock cpu list and mmap during elf_core_dumpRichard Henderson1-6/+9
2024-02-29linux-user/elfload: Truncate core file on openRichard Henderson1-1/+1
2024-02-29linux-user/elfload: Open core file after vma_initRichard Henderson1-7/+9
2024-02-29linux-user/elfload: Latch errno before cleanup in elf_core_dumpRichard Henderson1-7/+5
2024-02-29linux-user/elfload: Stack allocate struct mm_structRichard Henderson1-19/+9
2024-02-29linux-user/elfload: Tidy fill_note_info and struct elf_note_infoRichard Henderson1-32/+16
2024-02-29linux-user/elfload: Merge init_note_info and fill_note_infoRichard Henderson1-12/+3
2024-02-29linux-user/elfload: Disable core dump if getrlimit failsRichard Henderson1-1/+1
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