aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-hypervisor.in-set-default-machine-to-q35.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-hypervisor.in-set-default-machine-to-q35.patch')
-rw-r--r--recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-hypervisor.in-set-default-machine-to-q35.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-hypervisor.in-set-default-machine-to-q35.patch b/recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-hypervisor.in-set-default-machine-to-q35.patch
new file mode 100644
index 0000000..c4da06d
--- /dev/null
+++ b/recipes-devtools/cc-oci-runtime/cc-oci-runtime/0001-hypervisor.in-set-default-machine-to-q35.patch
@@ -0,0 +1,26 @@
+From ae7006fbd25a243a83f35d5372a02ca34e05ba3a Mon Sep 17 00:00:00 2001
+From: Todor Minchev <todor.minchev@linux.intel.com>
+Date: Mon, 28 Aug 2017 15:07:54 -0700
+Subject: [PATCH] hypervisor.in: set default machine to q35
+
+Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
+---
+ data/hypervisor.args.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/hypervisor.args.in b/data/hypervisor.args.in
+index b96016b..7095503 100644
+--- a/data/hypervisor.args.in
++++ b/data/hypervisor.args.in
+@@ -2,7 +2,7 @@
+ -name
+ @NAME@
+ -machine
+-pc-lite,accel=kvm,kernel_irqchip,nvdimm
++q35,accel=kvm,kernel_irqchip,nvdimm,nosmm,nosmbus,nosata,nopit,nofw
+ -device
+ nvdimm,memdev=mem0,id=nv0
+ -object
+--
+2.13.2
+