From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released Date: Tue, 15 Dec 2009 15:41:33 +0100 Message-ID: <4B27A01D.6010304@redhat.com> References: <4B2684EC.2040504@redhat.com> <4B2748B6.9080305@eseco.de> <4B279DB2.4050204@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Ingmar Schraub , Avi Kivity , kvm-devel , "qemu-devel@nongnu.org" To: Anthony Liguori Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26897 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751318AbZLOOlu (ORCPT ); Tue, 15 Dec 2009 09:41:50 -0500 In-Reply-To: <4B279DB2.4050204@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: >> 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