qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [sneak preview] major scsi overhaul


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [sneak preview] major scsi overhaul
Date: Mon, 07 Dec 2009 09:50:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4

On 12/07/09 09:28, Hannes Reinecke wrote:
Hmm.  Well.  Seems to work out at least for linux, i.e. it figures it
got a bunch of sectors and tries to continue.  Linux logs an I/O error.
  Also I didn't try other guests (yet).

Using that as a way to limit scsi-disk request sizes probably isn't a
good idea.  For scsi-generic that would be a improvement over the
current situation though.

Yes, quite.

But for scsi-disk we could always fallback to using bounce-buffers,
could we not?

We want limit the bounce buffer size though. As there seems to be no easy way to make sure the guest doesn't submit requests larger than a certain limit I guess there is no way around splitting the request into pieces for the bounce buffer case.

We could add offset+size arguments to scsi_req_buf() to accomplish this.

cheers,
  Gerd


PS: FYI: I suspect I wouldn't find time this year to continue working on
    this seriously, especially on the time-consuming testing part. Top
    priority right now are finishing touches for the 0.12 release.
    x-mas will be family time.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]