On Tue, Feb 21, 2017 at 22:23:30 -0500, John Ferlan wrote:
...
> diff --git a/src/qemu/qemu_capabilities.c
b/src/qemu/qemu_capabilities.c
> index 6ca6ea702..f115f1e23 100644
> --- a/src/qemu/qemu_capabilities.c
> +++ b/src/qemu/qemu_capabilities.c
> @@ -33,6 +33,7 @@
> #include "virprocess.h"
> #include "nodeinfo.h"
> #include "cpu/cpu.h"
> +#include "cpu/cpu_x86.h"
Is this necessary now?
No. Looks like a wrong split. I'll move it to the later patch which
starts using the new APIs.
Jirka