summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-06 15:15:16 -0400
committerAndrew Cady <d@jerkface.net>2019-10-06 20:57:52 -0400
commit0ac3b66470711b6535281be4d3bc8ec7e260bdab (patch)
tree90d25dccb269ac31b4fc4d77c9bb367b3eef4671 /Makefile
parent5b289323280a3ead2440dc7022f89a29f5debe88 (diff)
qemu: moving toward nesting VMs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce5803e..4f75fe9 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,10 @@ samizdat-paths.sh: src/samizdat-paths.in
36 @sed -e "s?PREFIX?$(prefix)?g" $< > $@ 36 @sed -e "s?PREFIX?$(prefix)?g" $< > $@
37include samizdat-paths.sh 37include samizdat-paths.sh
38 38
39install-nested-kvm: conf/kvm.conf
40 install -m0644 conf/kvm.conf ${instdir}/etc/modprobe.d/
41 modprobe -r kvm-intel kvm-amd kvm; modprobe kvm; modprobe kvm-intel; modprobe kvm-amd; true
42
39install-configuration: 43install-configuration:
40ifndef instdir 44ifndef instdir
41 $(error "You must specify instdir, for safety.") 45 $(error "You must specify instdir, for safety.")