[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qdev: very first cut of scsi bus support.
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH] qdev: very first cut of scsi bus support. |
Date: |
Thu, 11 Jun 2009 16:39:34 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2 |
On 06/11/09 14:08, Paul Brook wrote:
Signed-off-by: Gerd Hoffmann<address@hidden>
I think you need to figure out how this interacts with scsi devices that are
not attached to a parallel scsi interface (e.g. usb mass storage).
Yes, noticed that too. Didn't investigate yet due to usb knowing
nothing about qdev yet.
The current qemu scsi api exposes individual devices. The actual bus emulation
is contained within the host adapter. My guess is that you may need an
additional layer to separate the parallel scsi bus from actual scsi devices.
And the guest <-> host (block) device linking needs a solution too.
cheers,
Gerd