|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] sda instead of xvda ?`
You can download a tarball of the kernel source from kernel.org, or you can
check out a copy via git. Here are the basic steps:
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.2.tar.bz2
tar xzf linux-2.6.34.2.tar.bz2
cd linux-2.6.34.2
git apply pvops.diff
From there, you can proceed with building the kernel as you normally would.
The "pvops.diff" referenced above is the diff attached to the original
xen-devel e-mail I sent:
http://lists.xensource.com/archives/html/xen-devel/2010-05/msg00712.html
There are two parts to the diff: one part allows you to configure the block
device names arbitrarily and the other part adjusts the hvc console in the same
way. You might want to remove the portion of the diff related to the console
as it's probably not necessary for your system.
--
Major Hayden
major@xxxxxxxx
On Aug 2, 2010, at 11:51, Tegger wrote:
> how should i patch the diff ?
> i haven't a/ and b/ directory....
>
> Am 22.07.2010 22:22, schrieb Major Hayden:
>> If you don't mind using a custom kernel, you can patch it [1] to ensure that
>> your disks appear as sdX rather than xvdX.
>>
>> [1] http://lists.xensource.com/archives/html/xen-devel/2010-05/msg00712.html
>>
>> --
>> Major Hayden
>> major@xxxxxxxx
>>
>> On Jul 21, 2010, at 15:35, Tegger wrote:
>>
>>
>>> Hi,
>>>
>>> how can i passthroughs HDD with sda instead of xvda ?
>>>
>>> _______________________________________________
>>> Xen-users mailing list
>>> Xen-users@xxxxxxxxxxxxxxxxxxx
>>> http://lists.xensource.com/xen-users
>>>
>>
>>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|