> On Dec 22, 2017, at 11:42 AM, Paolo Bonzini <pbonz...@redhat.com> wrote: > > On 22/12/2017 17:26, Programmingkid wrote: >> I was able to clone your git repository and successfully build the hvf >> branch. The latest commit is this: >> >> commit aabe2a1a77b70efe96c9345f737068a0dcef0281 (HEAD -> hvf, origin/hvf) >> Author: Paolo Bonzini <pbonz...@redhat.com> >> Date: Thu Dec 21 00:10:03 2017 +0100 >> >> i386: hvf: avoid useless exit to the main loop >> >> How do I make QEMU use the hvf feature? > > "-accel hvf". > > Paolo
Thanks. When I tried using qemu-system-i386 with the -accel hvf feature I saw this error: accel=hvf: No accelerator found. I tried to build the qemu-system-x86_64 target but I also saw this error: /Users/misbah/desktop/qemu/target/i386/hvf/x86_task.c:23:10: fatal error: 'x86_cpuid.h' file not found #include "x86_cpuid.h" ^~~~~~~~~~~~~ 1 error generated.