aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-06include: move dump_in_progress() to runstate.hMarc-André Lureau1-0/+1
2022-04-06oslib: drop qemu_gettimeofday()Marc-André Lureau2-9/+0
2022-03-16softmmu: List CPU types againPhilippe Mathieu-Daudé1-2/+0
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-2/+2
2022-03-15kvm-irqchip: introduce new API to support route changeLongpeng(Mike)1-0/+19
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé1-0/+2
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé2-5/+2
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé1-0/+1
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé1-6/+12
2022-03-06sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnosticPhilippe Mathieu-Daudé1-3/+3
2022-03-06sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé1-3/+2