
3 Jun
2019
3 Jun
'19
10:14 a.m.
On Mon, Jun 03, 2019 at 14:51:41 +0200, Ján Tomko wrote:
On Mon, Jun 03, 2019 at 02:27:56PM +0200, Jiri Denemark wrote:
Commit 0a97486e09 moved them outside #ifdef, but after virCPUx86GetHost, which will start calling them in the following patch.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/cpu/cpu_x86.c | 72 +++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 37 deletions(-) ... @@ -2707,8 +2742,6 @@ cpuidSet(uint32_t base, virCPUDataPtr data) }
- - static int virCPUx86GetHost(virCPUDefPtr cpu, virDomainCapsCPUModelsPtr models)
Unrelated whitespace change. Please push it separately.
OK, I pushed the whitespace change now. The rest will go after the release. Jirka