summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | parallels: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-2/+3
| * | | nvme: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-2/+4
| * | | nfs: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * | | nbd: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-5/+6
| * | | iscsi: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+2
| * | | file-posix: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * | | blkverify: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * | | coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-072-2/+2
| * | | nbd: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * | | qcow2: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-072-4/+4
| * | | block: add missing coroutine_fn annotationsPaolo Bonzini2022-10-073-19/+20
| * | | block/nvme: separate nvme_get_free_req cases for coroutine/non-coroutine contextPaolo Bonzini2022-10-071-20/+28
| * | | coroutine: Drop coroutine_fn annotation from qemu_coroutine_self()Alberto Faria2022-10-071-1/+1
| * | | Revert "qapi: fix examples of blockdev-add with qcow2"Markus Armbruster2022-10-071-5/+5
| |/ /
* | | Merge tag 'pull-testing-gdbstub-plugins-gitdm-111022-1' of https://github.com...Stefan Hajnoczi2022-10-111-18/+12Star
|\ \ \
| * | | Revert "configure: build ROMs with container-based cross compilers"Alex Bennée2022-10-111-18/+12Star
|/ / /
* | | Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-10-1114-218/+259
|\ \ \ | |/ / |/| |
| * | dump: fix kdump to work over non-aligned blocksMarc-André Lureau2022-10-061-23/+56
| * | dump: simplify a bit kdump get_next_page()Marc-André Lureau2022-10-061-13/+8Star
| * | dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_noteJanosch Frank2022-10-061-4/+4
| * | dump: Split elf header functions into prepare and writeJanosch Frank2022-10-061-47/+53
| * | dump: Rework dump_calculate_size functionJanosch Frank2022-10-061-14/+8Star
| * | dump: Rework filter area variablesJanosch Frank2022-10-062-25/+41
| * | dump: Rework get_start_blockJanosch Frank2022-10-062-16/+6Star
| * | dump: Refactor dump_iterate and introduce dump_filter_memblock_*()Janosch Frank2022-10-061-32/+42
| * | dump: Rename write_elf_loads to write_elf_phdr_loadsJanosch Frank2022-10-061-3/+3
| * | dump: Replace opaque DumpState pointer with a typed oneJanosch Frank2022-10-0612-52/+49Star
|/ /
* | Merge tag 'pull-testing-gdbstub-plugins-gitdm-061022-3' of https://github.com...Stefan Hajnoczi2022-10-0698-624/+1138
|\ \ | |/ |/|
| * plugins: add [pre|post]fork helpers to linux-userAlex Bennée2022-10-063-0/+46
| * contrib/gitdm: add Université Grenoble AlpesAlex Bennée2022-10-061-0/+3
| * contrib/gitdm: add Simon to individual contributorsAlex Bennée2022-10-061-0/+1
| * contrib/gitdm: add China Telecom to the domain mapAlex Bennée2022-10-061-0/+1
| * contrib/gitdm: add ISCAS to the academics groupAlex Bennée2022-10-061-0/+3
| * contrib/gitdm: add WANG Xuerui to individual contributersAlex Bennée2022-10-061-0/+1
| * contrib/gitdm: add Paul to individual contributorsAlex Bennée2022-10-062-0/+2
| * contrib/gitdm: add mapping for Loongson TechnologyAlex Bennée2022-10-061-0/+1
| * accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée2022-10-063-11/+16
| * gdbstub: move guest debug support check to opsAlex Bennée2022-10-0610-10/+33
| * gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-0614-160/+259
| * gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-066-27/+56
| * gdbstub: move into its own sub directoryAlex Bennée2022-10-067-31/+36
| * semihosting: update link to specAlex Bennée2022-10-061-1/+1
| * docs/devel: document the test pluginsAlex Bennée2022-10-061-4/+133
| * contrib/plugins: reset skip when matching in execlogAlex Bennée2022-10-061-1/+4
| * docs/devel: move API to end of tcg-plugins.rstAlex Bennée2022-10-061-5/+10
| * docs/devel: clean-up qemu invocations in tcg-pluginsAlex Bennée2022-10-061-9/+9
| * plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddrRichard Henderson2022-10-061-0/+2
| * plugins: extend execlog to filter matchesAlex Bennée2022-10-062-15/+90
| * disas: use result of ->read_memory_funcAlex Bennée2022-10-062-40/+53
| * disas: generalise plugin_printf and use for monitor_disasAlex Bennée2022-10-061-8/+15