From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vpvcb-0008Rt-Fp for qemu-devel@nongnu.org; Mon, 09 Dec 2013 02:51:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpvcV-0000FP-Ga for qemu-devel@nongnu.org; Mon, 09 Dec 2013 02:51:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpvcV-0000FA-96 for qemu-devel@nongnu.org; Mon, 09 Dec 2013 02:51:11 -0500 From: Amos Kong Date: Mon, 9 Dec 2013 15:51:43 +0800 Message-Id: <1386575505-10152-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] fix strict boot regression List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, aliguori@us.ibm.com, armbru@redhat.com parsing of "strict" is wrongly removed, we need it. The first patch fixes a typo. Amos Kong (2): fix a typo of strict option add parsing of "strict" boot parameter pc-bios/bios.bin | Bin 131072 -> 131072 bytes vl.c | 3 ++- 2 files changed, 2 insertions(+), 1 deletions(-)