]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpuBaseline: Don't mess with the CPU returned by arch driver
authorJiri Denemark <jdenemar@redhat.com>
Fri, 2 Jul 2010 15:51:20 +0000 (17:51 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 7 Jul 2010 15:24:53 +0000 (17:24 +0200)
commit4e0f648fbb8fd8b88880f60bef51cf718f2de7c1
tree8c6d7eef0497b12ff61da4c6bc6dc86252bce7fe
parent20a7a1be6ebd6a0a95f8b0d704f62349d9121c71
cpuBaseline: Don't mess with the CPU returned by arch driver

All features in the baseline CPU definition were always created with
policy='require' even though an arch driver returned them with different
policy settings.
src/cpu/cpu.c
src/cpu/cpu_x86.c