From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKYb5-0007lf-NU for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:41:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKYb0-0007fM-Hh for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:41:54 -0500 Received: from [199.232.76.173] (port=39700 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKYb0-0007fB-Bs for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:41:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61054) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKYaz-0002L6-OH for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:41:50 -0500 Message-ID: <4B27A01D.6010304@redhat.com> Date: Tue, 15 Dec 2009 15:41:33 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4B2684EC.2040504@redhat.com> <4B2748B6.9080305@eseco.de> <4B279DB2.4050204@codemonkey.ws> In-Reply-To: <4B279DB2.4050204@codemonkey.ws> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Ingmar Schraub , Avi Kivity , kvm-devel , "qemu-devel@nongnu.org" >> 2.) If you specify an USB device at the command line like -usbdevice >> host:0421:00ab and the device is not available (not plugged-in) when you >> start the guest, qemu segfaults. > > Haven't heard this one yet. I'm assuming it's a qdev interaction. No. It is monitor_printf(NULL, ... Patch adding checks to usb-linux.c is on the qemu-devel list already. I've seen someone posted another patch which makes monitor_printf not barf on mon == NULL, which would fix the segfault too. cheers, Gerd