From owner-freebsd-current@FreeBSD.ORG Fri Jul 9 22:19:28 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1F4A106566C; Fri, 9 Jul 2010 22:19:28 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.tele2.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 35EE38FC08; Fri, 9 Jul 2010 22:19:27 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=ISnOwMkU7o4A:10 a=mI6YO6ZdSLUA:10 a=IkcTkHD0fZMA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=QEJxh5KTq8zkQpbMpu8A:9 a=EP9GsJ9SMxDpqWip1YKGRKcRDNAA:4 a=QEXdDO2ut3YA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1208065643; Sat, 10 Jul 2010 00:19:26 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org, sbruno@freebsd.org Date: Sat, 10 Jul 2010 00:16:29 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.1-PRERELEASE; KDE/4.3.4; amd64; ; ) References: <1278695579.2436.27.camel@localhost.localdomain> In-Reply-To: <1278695579.2436.27.camel@localhost.localdomain> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201007100016.29946.hselasky@c2i.net> Cc: Subject: Re: QEMU/KVM Panic on USB Mount X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 22:19:28 -0000 On Friday 09 July 2010 19:12:59 Sean Bruno wrote: > In order to come up with the most convoluted problem possible, I present > to you screen shots of a panic from a FreeBSD VM running in QEMU > emulation under RedHat's KVM infrastructure. > > I presented a perfectly functional USB partition from my host machine to > the VM. Then I attempted to mount the partition from FreeBSD and it > generated the panics located here: > > http://people.freebsd.org/~sbruno/usb_panic1.png > http://people.freebsd.org/~sbruno/usb_panic2.png > > This is 100% reproducible. But not an emergency or anything. It might be that there is a conflict that both the VM and the OS is accessing / loading drivers on the same USB device. The panic seems not directly related to USB. --HPS