Home | History | Annotate | Download | only in target-i386

Lines Matching full:driver

232  * HAX tunnel is a per-vCPU shared memory between QEMU and HAX driver
233 * It is used to pass information between QEMU and HAX driver, like KVM_RUN
235 * In HAX_VCPU_IOCTL_SETUP_TUNNEL ioctl, HAX driver allocats the memory, maps
285 * 1. When guest accesses MMIO address, it is trapped to HAX driver
286 * 2. HAX driver return back to QEMU with the instruction pointer address
287 * 3. QEMU sync the vcpu state with HAX driver
289 * 5. QEMU sync the vcpu state to HAX driver
290 * 6. HAX driver continuous run the guest through HAX_VCPU_IOCTL_RUN
321 * In API 1.0, HAXM driver utilizes QEMU to decode and emulate MMIO
323 * From 2.0, HAXM driver will decode some MMIO instructions to improve
330 * The API version between QEMU and HAX driver
331 * Compat_version defines the oldest API version the HAX driver can support