summaryrefslogtreecommitdiffstats
path: root/include/sysemu
Commit message (Expand)AuthorAgeFilesLines
* device_tree: Add qemu_fdt_add_pathYanan Wang2021-10-211-0/+1
* block-backend: update blk_co_pwrite() and blk_co_pread() wrappersVladimir Sementsov-Ogievskiy2021-10-151-2/+6
* block-backend: fix blk_co_flush prototype to mention coroutine_fnVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy2021-10-151-2/+2
* block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy2021-10-151-3/+3
* block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-1/+2
* block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy2021-10-151-3/+3
* block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy2021-10-151-1/+1
* target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé2021-10-131-28/+0Star
* block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini2021-10-061-0/+1
* memory: Name all the memory listenersPeter Xu2021-09-301-1/+1
* arm/hvf: Add a WFI handlerPeter Collingbourne2021-09-211-0/+1
* hvf: Add Apple Silicon supportAlexander Graf2021-09-201-1/+9
* hvf: Introduce hvf_arch_init() callbackAlexander Graf2021-09-201-0/+1
* Only check CONFIG_NVMM when NEED_CPU_H is definedReinoud Zandijk2021-09-131-3/+4
* block: introduce blk_replace_bsVladimir Sementsov-Ogievskiy2021-09-011-0/+1
* stubs: Remove unused arch_type.c stubPeter Maydell2021-08-261-2/+0Star
* arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell2021-08-261-9/+0Star
* arch_init.h: Add QEMU_ARCH_HEXAGONPeter Maydell2021-08-261-0/+1
* monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell2021-08-261-2/+0Star
* softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell2021-08-261-1/+0Star
* iothread: add aio-max-batch parameterStefano Garzarella2021-07-211-0/+3
* block: add max_hw_transfer to BlockLimitsPaolo Bonzini2021-06-251-0/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-171-1/+1
|\
| * hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand2021-06-151-1/+1
* | sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger2021-06-152-1/+14
|/
* accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson2021-06-111-2/+0Star
* hvf: Introduce hvf vcpu structAlexander Graf2021-06-031-0/+4
* hvf: Remove hvf-accel-ops.hAlexander Graf2021-06-031-0/+1
* hvf: Split out common code on vcpu init and destroyAlexander Graf2021-06-031-0/+2
* hvf: Make hvf_set_phys_mem() staticAlexander Graf2021-06-031-1/+0Star
* hvf: Move hvf internal definitions into common headerAlexander Graf2021-06-031-0/+30
* hvf: Move cpu functions into common directoryAlexander Graf2021-06-031-0/+4
* hvf: Move assert_hvf_ok() into common directoryAlexander Graf2021-06-031-0/+18
* block-backend: add drained_pollSergio Lopez2021-06-021-0/+4
* KVM: Cache kvm slot dirty bitmap sizePeter Xu2021-05-261-0/+1
* KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu2021-05-261-0/+2
* KVM: Provide helper to get kvm dirty logPeter Xu2021-05-261-0/+2
* KVM: Use a big lock to replace per-kml slots_lockPeter Xu2021-05-261-2/+0Star
* include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth2021-05-143-0/+12
* Drop the deprecated unicore32 targetMarkus Armbruster2021-05-121-1/+0Star
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-121-1/+0Star
* Remove the deprecated moxie targetThomas Huth2021-05-121-1/+0Star
* osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell2021-05-102-0/+16
* Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk2021-05-042-0/+27
* m68k: add the virtio devices aliasesLaurent Vivier2021-03-241-0/+1
* qdev: define list of archs with virtio-pci or virtio-ccwLaurent Vivier2021-03-241-0/+8
* blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster2021-03-191-1/+0Star
* exec: Get rid of phys_mem_set_alloc()David Hildenbrand2021-03-151-4/+0Star