aboutsummaryrefslogtreecommitdiff
path: root/accel/hvf
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2021-11-02hvf: Avoid mapping regions < PAGE_SIZE as ramAlexander Graf1-0/+7
2021-10-13hvf: Determine slot count from struct layoutAlexander Graf1-1/+1
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne1-3/+2
2021-09-20hvf: Add Apple Silicon supportAlexander Graf1-0/+9
2021-09-20hvf: Introduce hvf_arch_init() callbackAlexander Graf1-1/+2
2021-09-20hvf: Add execute to dirty log permission bitmapAlexander Graf1-2/+2
2021-06-03hvf: Simplify post reset/init/loadvm hooksAlexander Graf1-20/+7
2021-06-03hvf: Introduce hvf vcpu structAlexander Graf1-2/+6
2021-06-03hvf: Remove hvf-accel-ops.hAlexander Graf2-19/+0
2021-06-03hvf: Make synchronize functions staticAlexander Graf2-6/+3
2021-06-03hvf: Use cpu_synchronize_state()Alexander Graf2-2/+1
2021-06-03hvf: Split out common code on vcpu init and destroyAlexander Graf2-2/+30
2021-06-03hvf: Remove use of hv_uvaddr_t and hv_gpaddr_tAlexander Graf1-3/+3
2021-06-03hvf: Make hvf_set_phys_mem() staticAlexander Graf1-1/+1
2021-06-03hvf: Move cpu functions into common directoryAlexander Graf1-1/+307
2021-06-03hvf: Move vcpu thread functions into common directoryAlexander Graf3-0/+170
2021-06-03hvf: Move assert_hvf_ok() into common directoryAlexander Graf2-0/+53
2021-01-29hvf: Add hypervisor entitlement to output binariesAlexander Graf1-0/+8