From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsrRZ-0001yv-VR for qemu-devel@nongnu.org; Thu, 15 Nov 2007 22:00:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsrRZ-0001yM-EN for qemu-devel@nongnu.org; Thu, 15 Nov 2007 22:00:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsrRZ-0001y9-7P for qemu-devel@nongnu.org; Thu, 15 Nov 2007 22:00:33 -0500 Received: from mail62.opentransfer.com ([76.162.254.62]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IsrRY-0006xT-SA for qemu-devel@nongnu.org; Thu, 15 Nov 2007 22:00:33 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) by gateway.localdomain (Postfix) with ESMTP id 1C0BB2698AC for ; Thu, 15 Nov 2007 22:00:31 -0500 (EST) Message-ID: <473D07CE.5050604@mmri.us> Date: Thu, 15 Nov 2007 22:00:30 -0500 From: "admin@mmri.us" MIME-Version: 1.0 Subject: Re: [Qemu-devel] Hardware virtualization with QEMU References: <473D02B6.6090902@mmri.us> In-Reply-To: <473D02B6.6090902@mmri.us> Content-Type: text/plain; charset=UTF-8; format=flowed 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 I soved (3) with this qemu -hda WinXP_Home.img -kernel-kqemu -usb -usbdevice host:04b4:8613 -net nic,model=rtl8139 -net user I can see the device and the intel hubs are running. Amazing, it is the first VM I see that even tries to address USB except for VMWARE. The remainder of the questions are still open. admin@mmri.us wrote: > From the slackbook WIKI; > > "http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:qemu" > > I quote below which relates to my questions: > > > My questions are as follows: > 1) I know -hdc and -cdrom cannot be called at the same time, but i have > no luck getting an image to be mounted with -hdb or -hdd. The same image > I can successfully mount with -cdrom cannot be mounted with either -hdb > or -hdd, What's up there. I could not figure out from the manuals if > these should just be dd'ed images a directory or iso? > > 2) Are floppy images restricted to exactly 1.44MB created with dd? I > cannot mount anything with the floppy switches either which is probably > a size constraint I dont meet. > > 3) Since USB is seemingly working, what would the command be to activate > the usb driver ? > -usb Intel SB82371 or -usb SB82371 ? > > 4) What is the attainable USB speed? Full USB-1 ? > > 5) Are the serial and parallel ports running at native speed without > delays?