Add virtio-enabled kvm_guest target

This commit is contained in:
Matthias Schiffer 2015-03-07 16:40:06 +01:00
parent f3273c6616
commit bad4288b90
5 changed files with 4337 additions and 0 deletions

View File

@ -1,6 +1,7 @@
$(eval $(call GluonTarget,ar71xx,generic))
$(eval $(call GluonTarget,mpc85xx,generic))
$(eval $(call GluonTarget,x86,generic))
$(eval $(call GluonTarget,x86,kvm_guest))
ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ramips,rt305x))

View File

@ -0,0 +1,4 @@
CONFIG_TARGET_x86=y
CONFIG_TARGET_x86_kvm_guest=y
CONFIG_VDI_IMAGES=y
CONFIG_VMDK_IMAGES=y

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
5e81ad3c25d4a4f02e749f398f1868c5

View File

@ -0,0 +1,5 @@
$(eval $(call GluonProfile,KVM,kmod-virtio-balloon kmod-virtio-net kmod-virtio-random))
$(eval $(call GluonProfileFactorySuffix,KVM))
$(eval $(call GluonProfileSysupgradeSuffix,KVM))
$(eval $(call GluonProfileExtraSuffix,KVM,.img.gz))
$(eval $(call GluonModel,KVM,combined-ext4,x86-kvm))