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

Lines Matching full:qemu

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
236 * it to QEMU virtual address space and returns the virtual address and size to
237 * QEMU through hax_tunnel_info structure
284 * QEMU emulates MMIO instruction in following step:
286 * 2. HAX driver return back to QEMU with the instruction pointer address
287 * 3. QEMU sync the vcpu state with HAX driver
288 * 4. QEMU emulates this instruction
289 * 5. QEMU sync the vcpu state to HAX driver
294 * QEMU emulation mode request
295 * QEMU emulates guest instruction when guest is running in
300 * Interrupt window open, qemu can inject an interrupt now.
301 * Also used to indicate a signal is pending to QEMU
309 * return back to QEMU.
321 * In API 1.0, HAXM driver utilizes QEMU to decode and emulate MMIO
330 * The API version between QEMU and HAX driver
342 /* Current API version in QEMU*/
344 /* The least API version supported by QEMU */