From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 8 00:19:44 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53BD01065674 for ; Sat, 8 Nov 2008 00:19:44 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id E8DE18FC17 for ; Sat, 8 Nov 2008 00:19:43 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id B20EF191BCE; Sat, 8 Nov 2008 01:19:42 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id mA80I9tn033879; Sat, 8 Nov 2008 01:18:09 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id mA80I9Xl033878; Sat, 8 Nov 2008 01:18:09 +0100 (CET) (envelope-from nox) Date: Sat, 8 Nov 2008 01:18:09 +0100 (CET) From: Juergen Lock Message-Id: <200811080018.mA80I9Xl033878@saturn.kn-bremen.de> To: balrogg@gmail.com X-Newsgroups: local.list.qemu In-Reply-To: References: <20081107214438.GA27376@saturn.kn-bremen.de> Organization: home Cc: freebsd-emulation@freebsd.org, qemu-devel@nongnu.org Subject: Re: [Qemu-devel] first tests of qemu svn r5646 on FreeBSD - usb still slow, bsd-user doesn't build, some warnings... X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2008 00:19:44 -0000 In article you write: >2008/11/7 Juergen Lock : >> I just prepared another experimental emulators/qemu-devel port update, >> http://people.freebsd.org/~nox/qemu/qemu-devel-20081107.patch > >Great. > >> I haven't tested it that much yet (you are welcome to help there! :) >> but so far didn't notice much changes compared to last time (r5499), >> usb is still slow with my Linux 2.6.26 guest (probably to be expected, >> nothing committed there since.) > >Could you test with the patch in >http://lists.gnu.org/archive/html/qemu-devel/2008-10/msg01326.html ? >Max Krasnyanski supposed it may contain the fix, I had no time to test >it yet. Maybe you should, because I can't get that patch to work here, neither -usbdevice net:.. nor adding it or a disk: later (via usb_add) works, I can't talk to any of them. I even tried rmmod uhci_hcd (in that Linux 2.6.26 guest again) in case it might have been in the way, but no go... And now I tried a FreeBSD 7.1 beta guest with usb_add disk: (net: never worked with FreeBSD guests for me), that guest also didn't see it. Maybe you have more luck... Juergen