summaryrefslogtreecommitdiff
path: root/virtManager
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2014-01-17 16:56:28 -0500
committerCole Robinson <crobinso@redhat.com>2014-01-17 17:41:26 -0500
commit594e26d7728d1d758754dd2bb92e79cb49983a50 (patch)
tree6cee4210cec496344d3d6faaf3537e7bb1992d5e /virtManager
parent7003a3a52821e2813d41989ab7a88d2b7aa590f1 (diff)
downloadvirt-manager-594e26d7728d1d758754dd2bb92e79cb49983a50.tar.gz
Change the kvm default cpu to 'nearest host cpu model'
This makes new x86 kvm guests use the host's CPU model as reported by libvirt capabilities output. This is a reasonable compromise for now to increase performance while we wait for libvirt/qemu to fix host-model.
Diffstat (limited to 'virtManager')
-rw-r--r--virtManager/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/config.py b/virtManager/config.py
index 7722d4b1..a92e2405 100644
--- a/virtManager/config.py
+++ b/virtManager/config.py
@@ -167,7 +167,7 @@ class vmmConfig(object):
self.askpass_package = cliconfig.askpass_package
self.default_graphics_from_config = cliconfig.default_graphics
self.default_storage_format_from_config = "qcow2"
- self.cpu_default_from_config = "hv-default"
+ self.cpu_default_from_config = "host-cpu-model"
self._objects = []