summaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..9d3e751
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,2 @@
+option('ram', type: 'string', value: '512M', description: 'how much ram to give qemu')
+option('kvm', type: 'boolean', value: 'true', description: 'run qemu with -enable-kvm')