From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQbQn-00047u-Bu for qemu-devel@nongnu.org; Tue, 23 Oct 2012 06:09:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQbQm-0008Nf-5L for qemu-devel@nongnu.org; Tue, 23 Oct 2012 06:09:53 -0400 Received: from e23smtp07.au.ibm.com ([202.81.31.140]:42494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQbQl-0008Mx-IQ for qemu-devel@nongnu.org; Tue, 23 Oct 2012 06:09:52 -0400 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Oct 2012 20:06:29 +1000 From: Avik Sil Date: Tue, 23 Oct 2012 15:39:33 +0530 Message-Id: <1350986975-21786-1-git-send-email-aviksil@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/2] Qemu boot order patch series List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: aliguori@us.ibm.com, agraf@suse.de, david@gibson.dropbear.id.au Hi, This patch series implements requirement 1 of the mailing list discussion [1], i.e., to allow a machine to specify if it wants a default boot order or not. Comments are welcome. Regards, Avik [1] http://lists.nongnu.org/archive/html/qemu-devel/2012-10/msg02799.html Avik Sil (2): Make default boot order machine specific pseries: set boot-device property only if boot order specified hw/nseries.c | 2 ++ hw/pc_piix.c | 13 ++++++++++++- hw/ppc_newworld.c | 1 + hw/ppc_oldworld.c | 1 + hw/ppc_prep.c | 1 + hw/spapr.c | 4 +++- hw/sun4m.c | 10 ++++++++++ hw/sun4u.c | 3 +++ qemu-config.c | 6 +++++- vl.c | 13 +++++++++---- 10 files changed, 47 insertions(+), 7 deletions(-) -- 1.7.11.4