From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuHVW-0007AC-1w for qemu-devel@nongnu.org; Tue, 12 Dec 2006 18:57:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuHVT-00077X-VM for qemu-devel@nongnu.org; Tue, 12 Dec 2006 18:57:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuHVT-00077N-Qz for qemu-devel@nongnu.org; Tue, 12 Dec 2006 18:57:55 -0500 Received: from [32.97.110.149] (helo=e31.co.us.ibm.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GuHVT-0004QG-Tp for qemu-devel@nongnu.org; Tue, 12 Dec 2006 18:57:56 -0500 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e31.co.us.ibm.com (8.13.8/8.12.11) with ESMTP id kBCNvb1B027271 for ; Tue, 12 Dec 2006 18:57:37 -0500 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kBCNvbUX501500 for ; Tue, 12 Dec 2006 16:57:37 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id kBCNvbv5023543 for ; Tue, 12 Dec 2006 16:57:37 -0700 Received: from sig-9-65-0-181.mts.ibm.com (sig-9-65-0-181.mts.ibm.com [9.65.0.181]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id kBCNvaKb023531 for ; Tue, 12 Dec 2006 16:57:36 -0700 Subject: Re: [Qemu-devel] SCSI externals [PATCH] revisited From: Daniel Stekloff In-Reply-To: <20061212234245.GA12249@cserv65.csub.edu> References: <457E9A59.7060303@stny.rr.com> <20061212234245.GA12249@cserv65.csub.edu> Content-Type: text/plain Date: Tue, 12 Dec 2006 15:57:36 -0800 Message-Id: <1165967856.27560.4.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, 2006-12-12 at 15:42 -0800, Russell Jackson wrote: > On Tue, Dec 12, 2006 at 07:02:33AM -0500, Chuck Brazie wrote: > > > > Here is a patch that merges the externals for IDE and SCSI with a --disk > > as Paul requested. Let me know if you want different keywords. > > > > I was able to apply the patch (almost) cleanly to a November snapshot. > The following invocation results in the LSI controller showing up in > Windows XP, but the disk(s) do not. Am I missing something? > > qemu -kernel-kqemu -localtime -std-vga \ > -disk ide,img=winxp.qcow \ > -disk scsi,img=test.qcow Is your test.qcow formatted? I had to go into the Windows admin utilities and format the disk before it became available. > It doesn't seem possible to boot from a SCSI disk currently. In fact, > there's a check in vl.c to see if there is at least one IDE disk that > just dumps the usage output without an error which was rather confusing > :-P. I'm thinking that the emulated BIOS doesn't support SCSI yet? Yep, no support currently for booting off SCSI. Thanks, Dan