From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKYQw-000294-47 for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:31:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKYQp-00026u-Um for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:31:25 -0500 Received: from [199.232.76.173] (port=44064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKYQp-00026h-MZ for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:31:19 -0500 Received: from mail-yx0-f188.google.com ([209.85.210.188]:33957) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKYQp-0001Mp-LK for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:31:19 -0500 Received: by yxe26 with SMTP id 26so4035131yxe.4 for ; Tue, 15 Dec 2009 06:31:19 -0800 (PST) Message-ID: <4B279DB2.4050204@codemonkey.ws> Date: Tue, 15 Dec 2009 08:31:14 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4B2684EC.2040504@redhat.com> <4B2748B6.9080305@eseco.de> In-Reply-To: <4B2748B6.9080305@eseco.de> 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: Ingmar Schraub Cc: Gerd Hoffmann , Avi Kivity , kvm-devel , "qemu-devel@nongnu.org" Ingmar Schraub wrote: > Hi, > > after upgrading from qemu-kvm-0.11.1 to qemu-kvm-0.12.0-rc2 I noticed > two immediate problems on two different hosts: > > 1.) The e1000 driver doesn't work anymore. The Guest OS detects it > (tested with Ubuntu Karmic 64-Bit and Windows 7 64 Bit), but it doesn't > work. DHCP doesn't work, if you assign manually an IP address, you can > ping this locally (inside the guest), but nothing else. Switching to > virtio and my network is ok. > This has been fixed but it was after -rc2 was tagged. > 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. Regards, Anthony Liguori