spec/unit/templates/domain_defaults.xml in vagrant-libvirt-0.7.0 vs spec/unit/templates/domain_defaults.xml in vagrant-libvirt-0.8.0
- old
+ new
@@ -3,19 +3,15 @@
<title></title>
<description></description>
<uuid></uuid>
<memory></memory>
<vcpu>1</vcpu>
-
-
<cpu mode='host-model'>
- <model fallback='allow'></model>
+ <model fallback='allow'></model>
</cpu>
-
-
<os>
- <type>hvm</type>
+ <type>hvm</type>
<kernel></kernel>
<initrd></initrd>
<cmdline></cmdline>
</os>
<features>
@@ -24,26 +20,18 @@
<pae/>
</features>
<clock offset='utc'>
</clock>
<devices>
-
-
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target port='0'/>
</console>
-
-
<input type='mouse' bus='ps2'/>
-
- <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us' />
- <video>
- <model type='cirrus' vram='9216' heads='1'/>
- </video>
-
-
+ <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us'/>
+ <video>
+ <model type='cirrus' vram='16384' heads='1'/>
+ </video>
</devices>
-
</domain>