aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)1-0/+1
2021-10-20device_tree: Add qemu_fdt_add_pathYanan Wang1-0/+1
2021-10-15block-backend: update blk_co_pwrite() and blk_co_pread() wrappersVladimir Sementsov-Ogievskiy1-2/+6
2021-10-15block-backend: fix blk_co_flush prototype to mention coroutine_fnVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy1-2/+2
2021-10-15block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy1-3/+3
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy1-1/+2
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy1-3/+3
2021-10-15block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy1-1/+1
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé1-28/+0
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini1-0/+1
2021-09-30memory: Name all the memory listenersPeter Xu1-1/+1
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne1-0/+1
2021-09-20hvf: Add Apple Silicon supportAlexander Graf1-1/+9
2021-09-20hvf: Introduce hvf_arch_init() callbackAlexander Graf1-0/+1
2021-09-13Only check CONFIG_NVMM when NEED_CPU_H is definedReinoud Zandijk1-3/+4
2021-09-01block: introduce blk_replace_bsVladimir Sementsov-Ogievskiy1-0/+1
2021-08-26stubs: Remove unused arch_type.c stubPeter Maydell1-2/+0
2021-08-26arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell1-9/+0
2021-08-26arch_init.h: Add QEMU_ARCH_HEXAGONPeter Maydell1-0/+1
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell1-2/+0
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell1-1/+0
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella1-0/+3
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini1-0/+1
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand1-1/+1
2021-06-15sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger2-1/+14
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson1-2/+0
2021-06-03hvf: Introduce hvf vcpu structAlexander Graf1-0/+4
2021-06-03hvf: Remove hvf-accel-ops.hAlexander Graf1-0/+1
2021-06-03hvf: Split out common code on vcpu init and destroyAlexander Graf1-0/+2
2021-06-03hvf: Make hvf_set_phys_mem() staticAlexander Graf1-1/+0
2021-06-03hvf: Move hvf internal definitions into common headerAlexander Graf1-0/+30
2021-06-03hvf: Move cpu functions into common directoryAlexander Graf1-0/+4
2021-06-03hvf: Move assert_hvf_ok() into common directoryAlexander Graf1-0/+18
2021-06-02block-backend: add drained_pollSergio Lopez1-0/+4
2021-05-26KVM: Cache kvm slot dirty bitmap sizePeter Xu1-0/+1
2021-05-26KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu1-0/+2
2021-05-26KVM: Provide helper to get kvm dirty logPeter Xu1-0/+2
2021-05-26KVM: Use a big lock to replace per-kml slots_lockPeter Xu1-2/+0
2021-05-14include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth3-0/+12
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster1-1/+0
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster1-1/+0
2021-05-12Remove the deprecated moxie targetThomas Huth1-1/+0
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell2-0/+16
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk2-0/+27
2021-03-24m68k: add the virtio devices aliasesLaurent Vivier1-0/+1
2021-03-24qdev: define list of archs with virtio-pci or virtio-ccwLaurent Vivier1-0/+8
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster1-1/+0