aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)Author
2022-11-02cryptodev: Add a lkcf-backend for cryptodevLei He
2022-11-02virtio-crypto: Support asynchronous modeLei He
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2022-10-27device-tree: add re-randomization helper functionJason A. Donenfeld
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-27hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand
2022-10-26block: add BlockRAMRegistrarStefan Hajnoczi
2022-10-26block: return errors from bdrv_register_buf()Stefan Hajnoczi
2022-10-26block: pass size to bdrv_unregister_buf()Stefan Hajnoczi
2022-10-26s390x: pv: Add dump supportJanosch Frank
2022-10-24dump: Add architecture section and section string table supportJanosch Frank
2022-10-24dump: Reorder struct DumpStateJanosch Frank
2022-10-24dump: Use a buffer for ELF section data and headersJanosch Frank
2022-10-17qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-11kvm: expose struct KVMStateChenyi Qiang
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini
2022-10-06dump: Rework filter area variablesJanosch Frank
2022-10-06dump: Rework get_start_blockJanosch Frank
2022-10-06accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-09-29chardev: src buffer const for write functionsArwed Meyer
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng
2022-07-29qapi: Add exit-failure PanicActionIlya Leoshkevich
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)
2022-07-20accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)
2022-07-20migration/dirtyrate: Refactor dirty page rate calculationHyman Huang(黄勇)
2022-07-12block: Reorganize some declarations in block-backend-io.hAlberto Faria
2022-07-12block: Add blk_co_truncate()Alberto Faria
2022-07-12block: Add blk_co_ioctl()Alberto Faria
2022-07-12block: Implement blk_flush() using generated_co_wrapperAlberto Faria
2022-07-12block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria
2022-07-12block: Change blk_pwrite_compressed() param orderAlberto Faria
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria
2022-07-12block: Add blk_{preadv,pwritev}()Alberto Faria
2022-07-12block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria
2022-07-12block: Make blk_co_pwrite() take a const bufferAlberto Faria
2022-07-12block: Make 'bytes' param of blk_{pread,pwrite}() an int64_tAlberto Faria
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria