summaryrefslogtreecommitdiffstats
path: root/include/sysemu
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: get rid of blk->guest_block_sizeStefan Hajnoczi2022-06-241-1/+0Star
* crypto: Introduce RSA algorithmzhenwei pi2022-06-161-16/+67
* hw/loongarch: Add support loongson3 virt machine type.Xiaojuan Yang2022-06-061-0/+1
* replay: rewrite async event handlingPavel Dovgalyuk2022-06-061-2/+7
* replay: notify vCPU when BH is scheduledPavel Dovgalyuk2022-06-061-0/+1
* ui: Switch "-display sdl" to use the QAPI parserThomas Huth2022-06-031-2/+0Star
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-2/+0Star
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+3
* Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson2022-05-092-4/+43
|\
| * util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne2022-05-091-0/+4
| * util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne2022-05-091-0/+1
| * Introduce event-loop-base abstract classNicolas Saenz Julienne2022-05-092-4/+38
* | Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
|/
* sysemu: tpm: Add a stub function for TPM_IS_CRBEric Auger2022-05-061-0/+6
* block: move fcntl_setfl()Marc-André Lureau2022-05-031-2/+0Star
* dump: Add more offset variablesJanosch Frank2022-04-221-0/+4
* dump: Introduce shdr_num to decrease complexityJanosch Frank2022-04-221-1/+1
* dump: Remove the sh_info variableJanosch Frank2022-04-221-2/+1Star
* sysemu/os-win32: Test for and use _lock_file/_unlock_fileRichard Henderson2022-04-201-7/+9
* whpx: Added support for breakpoints and steppingIvan Shcherbakov2022-04-062-1/+8