aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/kvm_guest/target.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-05 23:18:51 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-05 23:18:51 +0000
commit46870ff9e27ed8e5b07fb0d5a9ebb97426a5796c (patch)
tree20c9302fee5e0aac91c349dc9023da10e2bfef38 /target/linux/x86/kvm_guest/target.mk
parent5f3d84fcebadf6dbecce2e57c5c36eb1d610f6e9 (diff)
downloadmaster-187ad058-46870ff9e27ed8e5b07fb0d5a9ebb97426a5796c.tar.gz
master-187ad058-46870ff9e27ed8e5b07fb0d5a9ebb97426a5796c.tar.bz2
master-187ad058-46870ff9e27ed8e5b07fb0d5a9ebb97426a5796c.zip
[PATCH v5 3/4] x86: add kvm_guest subtarget
Add a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/kvm_guest/target.mk')
-rw-r--r--target/linux/x86/kvm_guest/target.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/kvm_guest/target.mk b/target/linux/x86/kvm_guest/target.mk
new file mode 100644
index 0000000000..7e48f64173
--- /dev/null
+++ b/target/linux/x86/kvm_guest/target.mk
@@ -0,0 +1,2 @@
+BOARDNAME:=KVM Guest
+DEFAULT_PACKAGES += kmod-virtio-balloon kmod-virtio-net kmod-virtio-random