feat(vm_image_util): Add qemu_no_kexec image type

This makes it easy to test booting without kexec on qemu/kvm similar to
how images are booted on Xen.
This commit is contained in:
Michael Marineau 2014-03-18 15:07:09 -07:00
parent c3efd9b622
commit e2536ad76f

View File

@ -10,6 +10,7 @@ VALID_IMG_TYPES=(
pxe
openstack
qemu
qemu_no_kexec
rackspace
vagrant
vagrant_vmware_fusion
@ -64,6 +65,11 @@ IMG_qemu_DISK_FORMAT=qcow2
IMG_qemu_DISK_LAYOUT=vm
IMG_qemu_CONF_FORMAT=qemu
IMG_qemu_no_kexec_BOOT_KERNEL=0
IMG_qemu_no_kexec_DISK_FORMAT=qcow2
IMG_qemu_no_kexec_DISK_LAYOUT=vm
IMG_qemu_no_kexec_CONF_FORMAT=qemu
## xen
IMG_xen_BOOT_KERNEL=0
IMG_xen_CONF_FORMAT=xl