From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8PlR-0004Rv-ES for qemu-devel@nongnu.org; Mon, 14 Dec 2015 04:49:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8PlO-0000gg-97 for qemu-devel@nongnu.org; Mon, 14 Dec 2015 04:49:53 -0500 Received: from mx2.parallels.com ([199.115.105.18]:39337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8PlO-0000ga-2q for qemu-devel@nongnu.org; Mon, 14 Dec 2015 04:49:50 -0500 References: <1450081359-7753-1-git-send-email-den@openvz.org> <20151214112012-mutt-send-email-mst@redhat.com> <566E8B39.5070202@openvz.org> <566E8BB0.4000303@redhat.com> <566E8EC5.7010103@openvz.org> <566E8F89.1040706@redhat.com> From: "Denis V. Lunev" Message-ID: <566E90B5.3080203@openvz.org> Date: Mon, 14 Dec 2015 12:49:41 +0300 MIME-Version: 1.0 In-Reply-To: <566E8F89.1040706@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 2.5? 1/1] DSDT: add floppy-related objects List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , "Michael S. Tsirkin" Cc: Eduardo Habkost , qemu-devel@nongnu.org, Yuri Pudgorodskiy , Roman Kagan , Igor Mammedov , Richard Henderson On 12/14/2015 12:44 PM, Paolo Bonzini wrote: > > On 14/12/2015 10:41, Denis V. Lunev wrote: >> The problem comes from unattended installation. As far as we >> have tried unattended answers file should come on USB flash >> or on floppy. > Yes, the answers file cannot use an ISO indeed. But as you said it can > be USB mass storage. > > In any case, even if this is a bug that we want to add to 2.5.1, it's > definitely too late for 2.5---at any time after soft freeze. ok. 2.5.1 would be really great. Thank you for a prompt reply. Though I have a question about the freeze policy as other people still accepting user-visible bugfixes after a soft freeze. By the way, any opinion about the patch itself? :) Den