Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / kvm-common.sh @ 365b2ed3

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
444a0cb9 03/08/2013 06:59 pm Nikos Skalkotos

Add copyright notices to {kvm,xen}-common.sh

27fd131a 03/08/2013 06:31 pm Nikos Skalkotos

Call the helper image as readonly in kvm

70d434ff 03/01/2013 04:52 pm Nikos Skalkotos

Remove dublicated code in {kvm,xen}-common.sh

Add check_helper_rc and check_helper_result functions called by
kvm-common.sh and xen-common.sh.

b546cd6c 02/21/2013 12:34 pm Nikos Skalkotos

Replace obsolete HELPER_IMG variable

Replace HELPER_IMG with HELPER_DIR/image

f7a4021c 02/07/2013 06:04 pm Nikos Skalkotos

Merge branch 'master' into xen

Conflicts:
snf-image-helper/common.sh
snf-image-host/Makefile.am
snf-image-host/common.sh.in
snf-image-host/create
snf-image-host/defaults

fcae4e91 02/07/2013 12:11 pm Nikos Skalkotos

Cleanup Xen code

Make it comply with the rest of the software. Some things are not
ready yet.

72052003 09/28/2012 08:17 pm Dimitris Aragiorgis

Xen support

Support launching helper domain on top of Xen hypervisor under PV mode.

Helper VM becomes hypervisor aware by passing hypervisor=$HYPERVISOR
in the kernel command line and thus acts accordingly (which logging
devices to use, what disk/floppy devices to expect, etc)...