aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/hvf_int.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-08hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan1-1/+4
2024-06-08hvf: Consistent types for vCPU handlesPhil Dennis-Jordan1-1/+3
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé1-0/+1
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé1-1/+1
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin1-0/+1
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin1-0/+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-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