Skip to content

Commit

Permalink
Move machine type to Q35.
Browse files Browse the repository at this point in the history
I think it's time, and it'll enable us to add PCIE support.
Later, hopefully we'll be able to do device-passthrough.

I've also took the opportunity to get rid of the video device.
It's not needed.
  • Loading branch information
Yaniv Kaul committed Feb 25, 2018
1 parent 103d944 commit 058686a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lago/providers/libvirt/templates/dom_template-base.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<suspend-to-mem enabled='no'/>
</pm>
<os>
<type arch='x86_64' machine='pc'>hvm</type>
<type arch='x86_64' machine='q35'>hvm</type>
<bootmenu enable='no'/>
<bios useserial='no'/>
</os>
Expand Down Expand Up @@ -39,11 +39,6 @@
<console type='pty'>
<target type='virtio' port='0'/>
</console>
<video>
<model type='cirrus' vram='16384' heads='1'/>
<alias name='video0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
</devices>
<clock offset='utc'>
<timer name='kvmclock'>
Expand Down

0 comments on commit 058686a

Please sign in to comment.