Re: [Qemu-devel] [PATCH 10/14] hvf: refactor cpuid code

2017-08-29 Thread Stefan Hajnoczi
On Sun, Aug 27, 2017 at 08:56:50PM -0500, Sergio Andres Gomez Del Real wrote: > This commit adds code to request the cpuid features supported by the > host and hvf; it calls hvf_get_supported_cpuid if hvf is compiled with > QEMU and enabled. > > Signed-off-by: Sergio Andres Gomez Del Real > --- >

[Qemu-devel] [PATCH 10/14] hvf: refactor cpuid code

2017-08-27 Thread Sergio Andres Gomez Del Real
This commit adds code to request the cpuid features supported by the host and hvf; it calls hvf_get_supported_cpuid if hvf is compiled with QEMU and enabled. Signed-off-by: Sergio Andres Gomez Del Real --- cpus.c| 2 + include/qom/cpu.h | 6 +-- include/sysemu/hvf.h | 1