]> xenbits.xensource.com Git - libvirt.git/commit
cpu: Do not pass virConnectBaselineCPUFlags to cpuBaseline
authorJiri Denemark <jdenemar@redhat.com>
Fri, 17 Mar 2017 14:58:07 +0000 (15:58 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 27 Mar 2017 14:29:27 +0000 (16:29 +0200)
commitc117ecec911336c2aac2a6c95b6ea04a631e5721
treee508de78e3a5a987e2c257b6f64e140df795845c
parentd8b3dd16cb947cc16c0700c4836367b4fcb15525
cpu: Do not pass virConnectBaselineCPUFlags to cpuBaseline

The public API flags are handled by the cpuBaselineXML wrapper. The
internal cpuBaseline API only needs to know whether it is supposed to
drop non-migratable features.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu/cpu.c
src/cpu/cpu.h
src/cpu/cpu_arm.c
src/cpu/cpu_ppc64.c
src/cpu/cpu_x86.c
tests/cputest.c