From 7cde684d9e0280fc02efd651df32f528c3fa15de Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Sun, 25 Feb 2018 17:46:32 +0200 Subject: [PATCH] Move machine type to Q35. 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 added the following devices, which will be later used: pcie-root dmi-to-pci-bridge pci-bridge pcie-expander-bus I've also took the opportunity to get rid of the video device. It's not needed. Lastly, I've explicitly disabled the PM S3 and S4 functions. I kinda remember we've had them turned off, but anyway, added explicitly. --- .../templates/dom_template-base.xml.j2 | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/lago/providers/libvirt/templates/dom_template-base.xml.j2 b/lago/providers/libvirt/templates/dom_template-base.xml.j2 index afc2489f..0c84489d 100644 --- a/lago/providers/libvirt/templates/dom_template-base.xml.j2 +++ b/lago/providers/libvirt/templates/dom_template-base.xml.j2 @@ -7,20 +7,31 @@ - hvm + hvm - + + + + + {{ qemu_kvm }} - + + + + + + + 0 + @@ -39,14 +50,8 @@ -