summaryrefslogtreecommitdiffstats
path: root/include/sysemu
Commit message (Expand)AuthorAgeFilesLines
* cryptodev: Add a lkcf-backend for cryptodevLei He2022-11-021-0/+1
* virtio-crypto: Support asynchronous modeLei He2022-11-021-18/+42
* Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2022-10-301-0/+2
|\
| * hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand2022-10-271-0/+2
* | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-302-2/+39
|\ \
| * | block: add BlockRAMRegistrarStefan Hajnoczi2022-10-261-0/+37
| * | block: return errors from bdrv_register_buf()Stefan Hajnoczi2022-10-261-1/+1
| * | block: pass size to bdrv_unregister_buf()Stefan Hajnoczi2022-10-261-1/+1
| |/
* | device-tree: add re-randomization helper functionJason A. Donenfeld2022-10-271-0/+9
* | reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-1/+4
* | s390x: pv: Add dump supportJanosch Frank2022-10-261-0/+5
* | dump: Add architecture section and section string table supportJanosch Frank2022-10-242-0/+6
* | dump: Reorder struct DumpStateJanosch Frank2022-10-241-7/+9
* | dump: Use a buffer for ELF section data and headersJanosch Frank2022-10-241-0/+2
|/
* qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza2022-10-171-0/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-132-0/+78
|\
| * kvm: expose struct KVMStateChenyi Qiang2022-10-111-0/+76
| * kvm: allow target-specific accelerator propertiesPaolo Bonzini2022-10-101-0/+2
* | dump: Rework filter area variablesJanosch Frank2022-10-061-3/+10
* | dump: Rework get_start_blockJanosch Frank2022-10-061-2/+0Star
|/
* accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée2022-10-061-0/+16
* gdbstub: move guest debug support check to opsAlex Bennée2022-10-062-7/+1Star
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-063-5/+9
* gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-061-8/+0Star
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-041-12/+0Star
|\
| * watchdog: remove -watchdog optionPaolo Bonzini2022-09-291-12/+0Star
* | chardev: src buffer const for write functionsArwed Meyer2022-09-291-1/+1
* | ui/cocoa: Run qemu_init in the main threadAkihiko Odaki2022-09-231-1/+1
|/
* util/qemu-sockets: Enable unix socket support on WindowsBin Meng2022-09-021-0/+17
* qapi: Add exit-failure PanicActionIlya Leoshkevich2022-07-291-1/+1
* softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)2022-07-201-0/+15
* accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)2022-07-201-0/+2
* softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)2022-07-201-0/+22
* migration/dirtyrate: Refactor dirty page rate calculationHyman Huang(黄勇)2022-07-201-0/+28
* block: Reorganize some declarations in block-backend-io.hAlberto Faria2022-07-121-45/+32Star
* block: Add blk_co_truncate()Alberto Faria2022-07-121-2/+6
* block: Add blk_co_ioctl()Alberto Faria2022-07-121-1/+4
* block: Implement blk_flush() using generated_co_wrapperAlberto Faria2022-07-121-1/+1
* block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria2022-07-121-1/+2
* block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria2022-07-121-2/+3
* block: Add blk_co_pwrite_compressed()Alberto Faria2022-07-121-2/+5
* block: Change blk_pwrite_compressed() param orderAlberto Faria2022-07-121-2/+2
* block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria2022-07-121-0/+4
* block: Add blk_[co_]preadv_part()Alberto Faria2022-07-121-0/+7
* block: Add blk_{preadv,pwritev}()Alberto Faria2022-07-121-0/+6
* block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria2022-07-121-4/+6
* block: Make blk_co_pwrite() take a const bufferAlberto Faria2022-07-121-1/+1
* block: Make 'bytes' param of blk_{pread,pwrite}() an int64_tAlberto Faria2022-07-121-3/+3
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+2