From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuHGw-00025R-7P for qemu-devel@nongnu.org; Tue, 12 Dec 2006 18:42:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuHGr-0001wQ-Bj for qemu-devel@nongnu.org; Tue, 12 Dec 2006 18:42:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuHGr-0001wE-98 for qemu-devel@nongnu.org; Tue, 12 Dec 2006 18:42:49 -0500 Received: from [136.168.1.56] (helo=mailhub.csub.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GuHGr-0001AO-6K for qemu-devel@nongnu.org; Tue, 12 Dec 2006 18:42:49 -0500 Received: from cserv65.csub.edu (cserv65.csub.edu [136.168.10.65]) by mailhub.csub.edu (8.13.8/8.13.8) with ESMTP id kBCNgkA5080680 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 12 Dec 2006 15:42:46 -0800 (PST) (envelope-from raj@csub.edu) Received: from cserv65.csub.edu (localhost [127.0.0.1]) by cserv65.csub.edu (8.13.8/8.13.8) with ESMTP id kBCNgkPV012626 for ; Tue, 12 Dec 2006 15:42:46 -0800 (PST) (envelope-from raj@cserv65.csub.edu) Received: (from raj@localhost) by cserv65.csub.edu (8.13.8/8.13.8/Submit) id kBCNgj7c012625 for qemu-devel@nongnu.org; Tue, 12 Dec 2006 15:42:45 -0800 (PST) (envelope-from raj) Date: Tue, 12 Dec 2006 15:42:45 -0800 From: Russell Jackson Subject: Re: [Qemu-devel] SCSI externals [PATCH] revisited Message-ID: <20061212234245.GA12249@cserv65.csub.edu> References: <457E9A59.7060303@stny.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <457E9A59.7060303@stny.rr.com> 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, 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 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? -- Russell A. Jackson Network Analyst California State University, Bakersfield