On 22/12/2017 17:51, Programmingkid wrote: > 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.
Just remove the line, that's what Peter was complaining about. :) Also, the top two commits in the branch are not included in the pull request. Paolo