From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9Fyl-0008V9-SE for qemu-devel@nongnu.org; Tue, 13 Aug 2013 10:53:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9Fyf-0004PR-I1 for qemu-devel@nongnu.org; Tue, 13 Aug 2013 10:53:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9Fyf-0004NU-6r for qemu-devel@nongnu.org; Tue, 13 Aug 2013 10:53:41 -0400 From: Markus Armbruster References: <1376402951-3620-1-git-send-email-aliguori@us.ibm.com> Date: Tue, 13 Aug 2013 16:53:38 +0200 In-Reply-To: <1376402951-3620-1-git-send-email-aliguori@us.ibm.com> (Anthony Liguori's message of "Tue, 13 Aug 2013 09:09:11 -0500") Message-ID: <87vc3963rh.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] pvpanic: fix bad merge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Michael Tsirkin Anthony Liguori writes: > Context matching caused the 'has_pvpanic = true' to be applied to > the 1.6 machine type instead of the 1.5 machine type. > > Reported-by: Markus Armbruster > Reported-by: Michael S. Tsirkin > Signed-off-by: Anthony Liguori Reviewed-by: Markus Armbruster