From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Duffy Subject: Re: [ANNOUNCE] kvm-74 release Date: Fri, 29 Aug 2008 01:46:28 -0500 Message-ID: References: <48B677A6.5000307@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:32964 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbYH2Gq5 (ORCPT ); Fri, 29 Aug 2008 02:46:57 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KYxkx-0001RR-GA for kvm@vger.kernel.org; Fri, 29 Aug 2008 06:46:51 +0000 Received: from rrcs-71-41-149-67.sw.biz.rr.com ([71.41.149.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Aug 2008 06:46:51 +0000 Received: from Charles_Duffy by rrcs-71-41-149-67.sw.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Aug 2008 06:46:51 +0000 In-Reply-To: <48B677A6.5000307@qumranet.com> Sender: kvm-owner@vger.kernel.org List-ID: A few quick notes: - The extboot.bin regression from kvm-71 (SCSI drives being unavailable after reboot) is still outstanding. - kvm (and presumably qemu) doesn't check for fd= parameters pointing to file descriptor numbers which are not, in fact, open; this results in select() spinning on -EBADF, and associated Bad Things Happening.