aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-06hw/loongarch: Add support loongson3 virt machine type.Xiaojuan Yang1-0/+1
2022-06-06replay: rewrite async event handlingPavel Dovgalyuk1-2/+7
2022-06-06replay: notify vCPU when BH is scheduledPavel Dovgalyuk1-0/+1
2022-06-03ui: Switch "-display sdl" to use the QAPI parserThomas Huth1-2/+0
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-2/+0
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2022-05-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson2-4/+43
2022-05-09util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne1-0/+4
2022-05-09util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne1-0/+1
2022-05-09Introduce event-loop-base abstract classNicolas Saenz Julienne2-4/+38
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal1-0/+1
2022-05-06sysemu: tpm: Add a stub function for TPM_IS_CRBEric Auger1-0/+6
2022-05-03block: move fcntl_setfl()Marc-André Lureau1-2/+0
2022-04-22dump: Add more offset variablesJanosch Frank1-0/+4
2022-04-22dump: Introduce shdr_num to decrease complexityJanosch Frank1-1/+1
2022-04-22dump: Remove the sh_info variableJanosch Frank1-2/+1
2022-04-20sysemu/os-win32: Test for and use _lock_file/_unlock_fileRichard Henderson1-7/+9
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov2-1/+8
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau1-0/+2
2022-04-06include: move os_*() to os-foo.hMarc-André Lureau2-1/+5
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau1-0/+2