[libvirt] [PATCH v2 5/7] cpu_x86: Fix placement of *CheckFeature functions

Jiri Denemark jdenemar at redhat.com
Mon Jun 3 14:14:52 UTC 2019


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 at 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




More information about the libvir-list mailing list