]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Fix VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES
authorJiri Denemark <jdenemar@redhat.com>
Mon, 27 Jan 2014 16:03:55 +0000 (17:03 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 28 Jan 2014 20:27:37 +0000 (21:27 +0100)
commit802f157e8c7afaf4971b82705f67519939d2da0c
tree37e78f2005dc66e25c18985366138d4728a70343
parent0e9373a5c04e5c69a95b6d1cae7cad8456332be7
cpu: Fix VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES

https://bugzilla.redhat.com/show_bug.cgi?id=1049391

VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES flag for virConnectBaselineCPU
did not work if the resulting guest CPU would disable some features
present in its base model. This patch makes sure we won't try to add
such features twice.
src/cpu/cpu_x86.c