From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9G4t-0000HO-Tg for qemu-devel@nongnu.org; Thu, 08 Jan 2015 11:36:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9G4n-00086C-Gl for qemu-devel@nongnu.org; Thu, 08 Jan 2015 11:36:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9G4n-00085y-6P for qemu-devel@nongnu.org; Thu, 08 Jan 2015 11:36:49 -0500 Message-ID: <54AEB212.2010300@redhat.com> Date: Thu, 08 Jan 2015 17:36:34 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1418957987-28511-1-git-send-email-ehabkost@redhat.com> <54AE607E.4050709@redhat.com> <20150108132239.GC3846@thinpad.lan.raisama.net> In-Reply-To: <20150108132239.GC3846@thinpad.lan.raisama.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RESEND v2 0/3] vl: smp_parse sanity checks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Andrew Jones , Peter Lieven , qemu-devel@nongnu.org On 08/01/2015 14:22, Eduardo Habkost wrote: > Yes, please. > > I believe 2/3 doesn't need to be in the release notes as it is just a > bug fix which shouldn't break existing setups. 3/3 will make QEMU abort > in (rare?) cases where the command-line was already visibly broken, so I > will document it. Ok, applied (locally on top of my pending pull request). Paolo