All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: "P M, Priya" <pm.priya@hp.com>
Cc: xen-devel@lists.xensource.com, xen-users@lists.xensource.com
Subject: Re: Exporting "SD" device.
Date: Tue, 13 Jun 2006 16:29:54 -0500	[thread overview]
Message-ID: <448F2E52.10309@us.ibm.com> (raw)
In-Reply-To: <EC1A9FC8C953C34EA0DB9151F00D6D775CBC22@BGEEXC07.asiapacific.cpqcorp.net>

P M, Priya wrote:
> Hi,
>  
> We have Intel VT enabled system loaded with Xen 3.0.2 and qemu based 
> FC5+linux 2.6.16 as a guest operating system. We want to export the 
> disk to the domain 1 (FC5_linux 2.6.16) as "SD" device. But we are not 
> able to export the SCSI disk as a SD device, we could export as a "HD" 
> device.
>  
> In the Configuration file,
>
> disk = [ 
> 'file:/home/adteam/linux_fc5_2.6.16,ioemu:hda,w',*'phy:/dev/sdd,ioemu:hdb,w'* 
> ]
>
> if we use ioemu:hdb, then the device is exported to the domain 1 and 
> we could see the device.
>

ioemu:hdb is the syntax for FV devices.  For FV, we only currently 
support exposing as IDE devices.

> If we use
>
> disk = [ 
> 'file:/home/adteam/linux_fc5_2.6.16,ioemu:hda,w',*'phy:/dev/sdd,/dev/sdb,w'* 
> ]
>

This is only valid syntax for PV domains.

> /dev/sdb, then the device is not seen on domain 1.
>
> Are we missing something. Is it not possible to export an SD device to 
> domain 1? Is there any limitiation in qemu based domain 1, because our 
> domain 0 is qemu based operating system.
>
> Is there any performance difference between "hda" and "sda" exported 
> devices???
>

There is no support for SCSI emulator ATM.  It is on the Roadmap though 
and it ought to have a pretty significant performance impact.  It's 
going to take a fair bit of time to realize that though.

Regards,

Anthony Liguori

> Thanks.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>   

      parent reply	other threads:[~2006-06-13 21:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-13 19:04 Exporting "SD" device P M, Priya
2006-06-13 19:34 ` Leeman Strout
2006-06-13 21:29 ` Anthony Liguori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=448F2E52.10309@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=pm.priya@hp.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-users@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.