aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-15exec: Get rid of phys_mem_set_alloc()David Hildenbrand1-4/+0
2021-03-12dma: Introduce dma_aligned_pow2_mask()Eric Auger1-0/+12
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-3/+9
2021-03-10device_tree: add qemu_fdt_setprop_string_array helperAlex Bennée1-0/+17
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-2/+8
2021-03-09sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé1-1/+1
2021-02-16replay: fix icount request when replaying clock accessPavel Dovgalyuk1-6/+8
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky3-0/+17
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini1-0/+4
2021-02-16pc: add parser for OVMF reset blockJames Bottomley1-0/+1
2021-02-10multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva1-0/+6
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson1-1/+1