aboutsummaryrefslogtreecommitdiffstats
path: root/accel/hvf (follow)
Commit message (Expand)AuthorAgeFilesLines
* hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki2024-07-021-3/+0
* gdbstub: move enums into separate headerAlex Bennée2024-06-241-1/+1
* hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan2024-06-081-28/+21
* hvf: Consistent types for vCPU handlesPhil Dennis-Jordan2024-06-081-1/+1
* cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée2024-06-041-4/+0
* accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-261-5/+5
* accel: Do not set CPUState::can_do_io in non-TCG accelsPhilippe Mathieu-Daudé2024-01-191-1/+0
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-2/+2
* accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson2023-10-031-1/+1
* accel/hvf: Widen pc/saved_insn for hvf_sw_breakpointAnton Johansson2023-08-242-3/+3
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-281-1/+1
* accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé2023-06-281-9/+10
* accel/hvf: Report HV_DENIED errorAntonio Caggiano2023-06-131-0/+6
* hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin2023-06-062-0/+16
* hvf: add breakpoint handlersFrancesco Cagnin2023-06-062-0/+126
* Fix 'writeable' typosPeter Maydell2022-06-081-2/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* 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/+2
* 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/+7
* hvf: Introduce hvf vcpu structAlexander Graf2021-06-031-2/+6
* hvf: Remove hvf-accel-ops.hAlexander Graf2021-06-032-19/+0
* hvf: Make synchronize functions staticAlexander Graf2021-06-032-6/+3
* hvf: Use cpu_synchronize_state()Alexander Graf2021-06-032-2/+1
* 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