diff options
author | Philip Hands <phil@hands.com> | 2016-05-26 21:25:14 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-05-26 21:39:53 +0200 |
commit | 04d1411830c0e4ee0c7bbc3d60238a66fe8e1538 (patch) | |
tree | 135b028bec0fbe751d5899c007eee268f1b76068 /cucumber/features | |
parent | 28bbb57114ce4167582c0626695686a9f103ccd3 (diff) | |
download | jenkins.debian.net-04d1411830c0e4ee0c7bbc3d60238a66fe8e1538.tar.xz |
lvc: host-passthrough breaks snapshots...
because the snapshot ends up with CPU features listed in it,
and that then conflicts with the host-passthrough in the
snapshot
Diffstat (limited to 'cucumber/features')
-rw-r--r-- | cucumber/features/domains/default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/domains/default.xml b/cucumber/features/domains/default.xml index 858fa18b..f1004dcf 100644 --- a/cucumber/features/domains/default.xml +++ b/cucumber/features/domains/default.xml @@ -12,7 +12,7 @@ <apic/> <pae/> </features> - <cpu mode='host-passthrough'/> + <cpu mode='host-model'/> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> |