[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [RFC PATCH 35/35] Add Xen virtual block device driver.
> Well, that's plausible. We probably don't need IDE *and* SCSI faking. > We'd like to at least keep SCSI faking, that's still unacceptable. Unless you start using the scsi layer and really ARE scsi. but faking to be something you're not is not how you do things in linux. Putting junk in the kernel because otherwise an open source installer needs 3 extra lines... No Thanks(tm) I would also recommend against going the full scsi-over-the-virtual-wire mode. Xen is Xen *because* you don't need to go to a hardware level and back on the other side. That's one of the reasons it's faster than full virtualization. Don't throw away your advantages because you think it's hard to add 3 lines to an open source project. And the other consideration is this: SCSI is a complex spec. Doing a half-emulation of that is actually worse than doing something fully on your own. But if you want to go all the way.. that's imo way too much overhead. You are not scsi. (And if someone really wants scsi in Xen, they already can use iSCSI as protocol, no need to reinvent that wheel) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |