aboutsummaryrefslogtreecommitdiff
path: root/accel/hvf
AgeCommit message (Expand)AuthorFilesLines
2024-07-02hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki1-3/+0
2024-06-24gdbstub: move enums into separate headerAlex Bennée1-1/+1
2024-06-08hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan1-28/+21
2024-06-08hvf: Consistent types for vCPU handlesPhil Dennis-Jordan1-1/+1
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée1-4/+0
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé1-5/+5
2024-01-19accel: Do not set CPUState::can_do_io in non-TCG accelsPhilippe Mathieu-Daudé1-1/+0
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-2/+2
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-1/+1
2023-08-24accel/hvf: Widen pc/saved_insn for hvf_sw_breakpointAnton Johansson2-3/+3
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata1-1/+1
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé1-9/+10
2023-06-13accel/hvf: Report HV_DENIED errorAntonio Caggiano1-0/+6
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin2-0/+16
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin2-0/+126
2022-06-08Fix 'writeable' typosPeter Maydell1-2/+2
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