summaryrefslogtreecommitdiffstats
path: root/include/sysemu
Commit message (Expand)AuthorAgeFilesLines
* 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
* dma: Let ld*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-5/+6
* dma: Let st*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-4/+6
* dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-1/+1
* dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-1/+1
* dma: Have dma_buf_read() / dma_buf_write() take a void pointerPhilippe Mathieu-Daudé2021-12-301-2/+2
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-2/+3
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-8/+12
* dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-5/+6
* dma: Let dma_memory_rw_relaxed() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-5/+10
* dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* dma: Let dma_memory_valid() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-2/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2021-12-161-0/+15
|\
| * gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky2021-12-101-0/+15
* | blockdev: Drop unused drive_get_next()Markus Armbruster2021-12-151-1/+0Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-031-1/+0Star
|\
| * watchdog: remove select_watchdog_actionPaolo Bonzini2021-11-021-1/+0Star
* | KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)2021-11-011-0/+1
|/
* device_tree: Add qemu_fdt_add_pathYanan Wang2021-10-211-0/+1