aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/boot/generic-qemu-tmpfs.jinja29
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/boot/generic-qemu-tmpfs.jinja2 b/templates/boot/generic-qemu-tmpfs.jinja2
index d981f46..f8cbd7d 100644
--- a/templates/boot/generic-qemu-tmpfs.jinja2
+++ b/templates/boot/generic-qemu-tmpfs.jinja2
@@ -12,6 +12,15 @@
context:
no_kvm: false
arch: {{ qemu_arch }}
+{%- if qemu_cpu is defined %}
+ cpu: {{ qemu_cpu }}
+{%- endif %}
+{%- if qemu_machine is defined %}
+ machine: {{ qemu_machine }}
+{%- endif %}
+{%- if qemu_memory is defined %}
+ memory: {{ qemu_memory }}
+{%- endif %}
extra_options: ["{{ qemu_args }}"]
{% endblock %}
{%- block deploy -%}