aboutsummaryrefslogtreecommitdiff
path: root/accel/hvf
AgeCommit message (Expand)Author
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter
2024-07-02hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-08hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan
2024-06-08hvf: Consistent types for vCPU handlesPhil Dennis-Jordan
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-01-19accel: Do not set CPUState::can_do_io in non-TCG accelsPhilippe Mathieu-Daudé
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-08-24accel/hvf: Widen pc/saved_insn for hvf_sw_breakpointAnton Johansson
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-13accel/hvf: Report HV_DENIED errorAntonio Caggiano
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin
2022-06-08Fix 'writeable' typosPeter Maydell
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2021-11-02hvf: Avoid mapping regions < PAGE_SIZE as ramAlexander Graf
2021-10-13hvf: Determine slot count from struct layoutAlexander Graf
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-21arm/hvf: Add a WFI handlerPeter Collingbourne
2021-09-20hvf: Add Apple Silicon supportAlexander Graf
2021-09-20hvf: Introduce hvf_arch_init() callbackAlexander Graf
2021-09-20hvf: Add execute to dirty log permission bitmapAlexander Graf
2021-06-03hvf: Simplify post reset/init/loadvm hooksAlexander Graf
2021-06-03hvf: Introduce hvf vcpu structAlexander Graf
2021-06-03hvf: Remove hvf-accel-ops.hAlexander Graf
2021-06-03hvf: Make synchronize functions staticAlexander Graf
2021-06-03hvf: Use cpu_synchronize_state()Alexander Graf
2021-06-03hvf: Split out common code on vcpu init and destroyAlexander Graf
2021-06-03hvf: Remove use of hv_uvaddr_t and hv_gpaddr_tAlexander Graf
2021-06-03hvf: Make hvf_set_phys_mem() staticAlexander Graf
2021-06-03hvf: Move cpu functions into common directoryAlexander Graf
2021-06-03hvf: Move vcpu thread functions into common directoryAlexander Graf
2021-06-03hvf: Move assert_hvf_ok() into common directoryAlexander Graf
2021-01-29hvf: Add hypervisor entitlement to output binariesAlexander Graf