Displaying 1 result from an estimated 1 matches for "rhel5ga_full".
2007 Oct 15
2
[PATCH] [IOEMU] Allow blktap to be able to be booted as systemvolume for PV-on-HVM(TAKE 3)
...ent the patch to make blktap work with PV-on-HVM.
> For system volume to boot hda or xvda,
> I corrected the patch.
>
> Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
>
> This patch made it possible to use either.
>
> disk = [ ''tap:aio:/xen/test/rhel5ga_full.img,hda,w'' ]
> or
> disk = [ ''tap:aio:/xen/test/rhel5ga_full.img,xvda,w'' ]
>
> It is assumed that hda is a volume of the system
> if both xvda and hda are specified.
>
> disk = [ ''file:/xen/test/rhel5ga_full.img,hda,w'',
>...