aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi1-0/+2
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2-2/+39
2022-10-27device-tree: add re-randomization helper functionJason A. Donenfeld1-0/+9
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-1/+4
2022-10-27hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand1-0/+2
2022-10-26block: add BlockRAMRegistrarStefan Hajnoczi1-0/+37
2022-10-26block: return errors from bdrv_register_buf()Stefan Hajnoczi1-1/+1
2022-10-26block: pass size to bdrv_unregister_buf()Stefan Hajnoczi1-1/+1
2022-10-26s390x: pv: Add dump supportJanosch Frank1-0/+5
2022-10-24dump: Add architecture section and section string table supportJanosch Frank2-0/+6
2022-10-24dump: Reorder struct DumpStateJanosch Frank1-7/+9
2022-10-24dump: Use a buffer for ELF section data and headersJanosch Frank1-0/+2
2022-10-17qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza1-0/+1
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-0/+78
2022-10-11kvm: expose struct KVMStateChenyi Qiang1-0/+76
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+2
2022-10-06dump: Rework filter area variablesJanosch Frank1-3/+10
2022-10-06dump: Rework get_start_blockJanosch Frank1-2/+0
2022-10-06accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée1-0/+16
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée2-7/+1
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée3-5/+9
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée1-8/+0
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-12/+0
2022-09-29chardev: src buffer const for write functionsArwed Meyer1-1/+1
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini1-12/+0
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki1-1/+1
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng1-0/+17
2022-07-29qapi: Add exit-failure PanicActionIlya Leoshkevich1-1/+1
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)1-0/+15
2022-07-20accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)1-0/+2
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)1-0/+22
2022-07-20migration/dirtyrate: Refactor dirty page rate calculationHyman Huang(黄勇)1-0/+28
2022-07-12block: Reorganize some declarations in block-backend-io.hAlberto Faria1-45/+32
2022-07-12block: Add blk_co_truncate()Alberto Faria1-2/+6
2022-07-12block: Add blk_co_ioctl()Alberto Faria1-1/+4
2022-07-12block: Implement blk_flush() using generated_co_wrapperAlberto Faria1-1/+1
2022-07-12block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria1-1/+2
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria1-2/+3
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria1-2/+5
2022-07-12block: Change blk_pwrite_compressed() param orderAlberto Faria1-2/+2
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria1-0/+4
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria1-0/+7
2022-07-12block: Add blk_{preadv,pwritev}()Alberto Faria1-0/+6
2022-07-12block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria1-4/+6
2022-07-12block: Make blk_co_pwrite() take a const bufferAlberto Faria1-1/+1
2022-07-12block: Make 'bytes' param of blk_{pread,pwrite}() an int64_tAlberto Faria1-3/+3
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-2/+2
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-1/+2
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi1-1/+0
2022-06-16crypto: Introduce RSA algorithmzhenwei pi1-16/+67