From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 0/4] megaraid_sas HBA emulation Date: Wed, 11 Nov 2009 01:49:05 +0000 Message-ID: <200911110149.05626.paul@codesourcery.com> References: <4AE71116.6080809@suse.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Hannes Reinecke , kvm@vger.kernel.org, virtualization@lists.linux-foundation.org To: qemu-devel@nongnu.org Return-path: Received: from mail.codesourcery.com ([38.113.113.100]:41920 "EHLO mail.codesourcery.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756496AbZKKBtC (ORCPT ); Tue, 10 Nov 2009 20:49:02 -0500 In-Reply-To: <4AE71116.6080809@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: > But I certainly do _not_ want to update the SCSI disk > emulation, as this is really quite tied to the SCSI parallel > interface used by the old lsi53c895a.c. This is completely untrue. scsi-disk.c contains no transport-specific code. It is deliberately designed to be independent of both the transport (e.g. parallel SCSI or USB) and the mechanism by which the initiator transfers data to the host. Paul