mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
cputest: Don't use unsupported preferred model
Using a preferred CPU model which is not in the list of CPU models supported by a hypervisor does not make sense. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
43a9427046
commit
f60c5e4eb6
@ -797,8 +797,6 @@ mymain(void)
|
||||
DO_TEST_GUESTDATA("x86", "host", "penryn-force", NULL, NULL, 0);
|
||||
DO_TEST_GUESTDATA("x86", "host", "guest", model486, NULL, 0);
|
||||
DO_TEST_GUESTDATA("x86", "host", "guest", models, NULL, 0);
|
||||
DO_TEST_GUESTDATA("x86", "host", "guest", models, "Penryn", 0);
|
||||
DO_TEST_GUESTDATA("x86", "host", "guest", models, "qemu64", 0);
|
||||
DO_TEST_GUESTDATA("x86", "host", "guest", nomodel, NULL, -1);
|
||||
DO_TEST_GUESTDATA("x86", "host", "guest-nofallback", models, "Penryn", -1);
|
||||
DO_TEST_GUESTDATA("x86", "host", "host+host-model", models, "Penryn", 0);
|
||||
|
@ -1,13 +0,0 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<arch>x86_64</arch>
|
||||
<model fallback='allow'>Nehalem</model>
|
||||
<feature policy='require' name='pbe'/>
|
||||
<feature policy='require' name='monitor'/>
|
||||
<feature policy='require' name='xtpr'/>
|
||||
<feature policy='require' name='dca'/>
|
||||
<feature policy='require' name='3dnowext'/>
|
||||
<feature policy='require' name='svm'/>
|
||||
<feature policy='disable' name='sse'/>
|
||||
<feature policy='disable' name='sse4.2'/>
|
||||
<feature policy='disable' name='popcnt'/>
|
||||
</cpu>
|
@ -1,13 +0,0 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<arch>x86_64</arch>
|
||||
<model fallback='allow'>qemu64</model>
|
||||
<feature policy='require' name='pbe'/>
|
||||
<feature policy='require' name='monitor'/>
|
||||
<feature policy='require' name='ssse3'/>
|
||||
<feature policy='require' name='xtpr'/>
|
||||
<feature policy='require' name='dca'/>
|
||||
<feature policy='require' name='sse4.1'/>
|
||||
<feature policy='require' name='3dnowext'/>
|
||||
<feature policy='require' name='lahf_lm'/>
|
||||
<feature policy='disable' name='sse'/>
|
||||
</cpu>
|
Loading…
x
Reference in New Issue
Block a user