From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [RFC PATCH] KVM-test: Add subtest: usb Date: Tue, 02 Aug 2011 16:24:57 +0200 Message-ID: <4E3808B9.4080603@redhat.com> References: <490835323.10303.1312283409996.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Amos Kong Return-path: In-Reply-To: <490835323.10303.1312283409996.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org Hi, > I found you had added new cmdline support of usb(ahci,usb2) for autotest. > But it's not supported right now. > > "12:42:16 INFO | (qemu) *** EHCI support is under development ***" It should work fine nevertheless. EHCI still lacks some stuff such as migration support, thats why I didn't remove that banner yet. > So I plan to use old options, "-usbdevice disk:format=qcow2:/tmp/usbdevice.qcow2". That will give you a flashdrive on a UHCI (USB 1.1) port instead of EHCI (USB 2.0). Will be slower. Should work just fine too. cheers, Gerd