|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] Allow blktap to be able to be booted as system volume for PV-on-HVM(TAKE 2)
Hi Okamoto-san, Thank you for reply. Why did you make a patch only for boot disk?
Because it is not necessary to start with the emulator excluding the system
disk.
The system disk cannot be booted if it doesn't work by the emulator first.
But the data disk will work as blktap if PV driver works after booting.
There is a reason why all xvd* is not replaced with hd* either.
We are working the system disk as hda and CDROM device as hdc.
Moreover, we are working the data disk as xvd *.
disk = [ 'tap:aio:/image/systemdisk.img,hda,w',
'phy:/dev/cdrom,hdc:cdrom,r',
'tap:aio:/image/data1.img,xvda,w',
'tap:aio:/image/data2.img,xvdb,w',
'tap:aio:/image/data3.img,xvdc,w',
'tap:aio:/image/data4.img,xvdd,w',
.... ]
Therefore, when xvd * is replaced to hd*,
hd* usually used by the HVM domain cannot be used.
Best Regards,
--
Takanori Kasai
----- Original Message -----
From: "Takekazu Okamoto" <tokamoto@xxxxxxxxxx>
To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx> Sent: Thursday, July 19, 2007 2:46 PM Subject: Re: [Xen-devel] [PATCH] Allow blktap to be able to be bootedassystemvolume for PV-on-HVM(TAKE 2) Kasai-san, Why did you make a patch only for boot disk? I have a patch for all disks on SLES10SP1 (3.0.4). (Not yet in SLES10SP1 tree) Windows can boot up in HVM domain with our PV drivers for blktap disks. For your reference, it is attached in this mail. I know this is for 3.0.4, not applicable for latest. Regards, Takekazu Okamoto Novell Japan"Kasai Takanori" <kasai.takanori@xxxxxxxxxxxxxx> 2007/07/19 13:41Hi All, I sent the patch to make blktap work with PV-on-HVM. For system volume to boot hda or xvda, I corrected the patch. However, the patch has not been applied yet. Could you apply this patch? Or, please give the comment to me. Best Regards, --- Takanori Kasai----- Original Message ----- From: "Kasai Takanori" <kasai.takanori@xxxxxxxxxxxxxx>To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx> Sent: Thursday, July 12, 2007 9:13 AM Subject: [Xen-devel] [PATCH] Allow blktap to be able to be booted as systemvolume for PV-on-HVM(TAKE 2) -------------------------------------------------------------------------------- _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |