summaryrefslogtreecommitdiffstats
path: root/accel/hvf
Commit message (Expand)AuthorAgeFilesLines
* Fix 'writeable' typosPeter Maydell2022-06-081-2/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* hvf: Avoid mapping regions < PAGE_SIZE as ramAlexander Graf2021-11-021-0/+7
* hvf: Determine slot count from struct layoutAlexander Graf2021-10-131-1/+1
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
* arm/hvf: Add a WFI handlerPeter Collingbourne2021-09-211-3/+2Star
* hvf: Add Apple Silicon supportAlexander Graf2021-09-201-0/+9
* hvf: Introduce hvf_arch_init() callbackAlexander Graf2021-09-201-1/+2
* hvf: Add execute to dirty log permission bitmapAlexander Graf2021-09-201-2/+2
* hvf: Simplify post reset/init/loadvm hooksAlexander Graf2021-06-031-20/+7Star
* hvf: Introduce hvf vcpu structAlexander Graf2021-06-031-2/+6
* hvf: Remove hvf-accel-ops.hAlexander Graf2021-06-032-19/+0Star
* hvf: Make synchronize functions staticAlexander Graf2021-06-032-6/+3Star
* hvf: Use cpu_synchronize_state()Alexander Graf2021-06-032-2/+1Star
* hvf: Split out common code on vcpu init and destroyAlexander Graf2021-06-032-2/+30
* hvf: Remove use of hv_uvaddr_t and hv_gpaddr_tAlexander Graf2021-06-031-3/+3
* hvf: Make hvf_set_phys_mem() staticAlexander Graf2021-06-031-1/+1
* hvf: Move cpu functions into common directoryAlexander Graf2021-06-031-1/+307
* hvf: Move vcpu thread functions into common directoryAlexander Graf2021-06-033-0/+170
* hvf: Move assert_hvf_ok() into common directoryAlexander Graf2021-06-032-0/+53
* hvf: Add hypervisor entitlement to output binariesAlexander Graf2021-01-291-0/+8