summaryrefslogtreecommitdiffstats
path: root/include/sysemu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move fcntl_setfl() to oslib-posixMarc-André Lureau2022-04-061-0/+2
* include: move os_*() to os-foo.hMarc-André Lureau2022-04-062-1/+5
* include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau2022-04-061-0/+2
* include: move dump_in_progress() to runstate.hMarc-André Lureau2022-04-061-0/+1
* oslib: drop qemu_gettimeofday()Marc-André Lureau2022-04-062-9/+0Star
* softmmu: List CPU types againPhilippe Mathieu-Daudé2022-03-161-2/+0Star
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-2/+2
* kvm-irqchip: introduce new API to support route changeLongpeng(Mike)2022-03-151-0/+19
* softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé2022-03-061-0/+2
* accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé2022-03-062-5/+2Star
* accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé2022-03-061-0/+1
* accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé2022-03-061-6/+12
* sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnosticPhilippe Mathieu-Daudé2022-03-061-3/+3
* sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé2022-03-061-3/+2Star
* block-backend-common.h: split function pointers in BlockDevOpsEmanuele Giuseppe Esposito2022-03-041-5/+23
* include/sysemu/blockdev.h: global state APIEmanuele Giuseppe Esposito2022-03-041-3/+10
* IO_CODE and IO_OR_GS_CODE for block-backend I/O APIEmanuele Giuseppe Esposito2022-03-041-0/+2
* include/sysemu/block-backend: split header into I/O and global state (GS) APIEmanuele Giuseppe Esposito2022-03-044-266/+362
* os-posix: Add os_set_daemonize()Hanna Reitz2022-03-042-0/+9
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-041-1/+1
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-0/+58
* hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé2022-01-181-2/+2
* hw/dma: Use dma_addr_t type definition when relevantPhilippe Mathieu-Daudé2022-01-181-3/+5
* hw/dma: Move ScatterGatherEntry / QEMUSGList declarations aroundPhilippe Mathieu-Daudé2022-01-181-11/+11
* hw/dma: Remove CONFIG_USER_ONLY checkPhilippe Mathieu-Daudé2022-01-181-3/+0Star
* include/sysemu/blockdev.h: remove drive_get_max_devsEmanuele Giuseppe Esposito2022-01-141-1/+0Star
* include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito2022-01-141-2/+0Star
* sysemu: Cleanup qemu_run_machine_init_done_notifiers()Xiaoyao Li2022-01-051-1/+0Star
* dma: Let ld*_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-13/+12Star
* dma: Let st*_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-10/+10