From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiH15-0001ze-Ts for qemu-devel@nongnu.org; Thu, 08 May 2014 01:37:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiH0y-0001Bb-ER for qemu-devel@nongnu.org; Thu, 08 May 2014 01:37:11 -0400 Received: from mail-qa0-f44.google.com ([209.85.216.44]:57651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiH0y-0001BW-9s for qemu-devel@nongnu.org; Thu, 08 May 2014 01:37:04 -0400 Received: by mail-qa0-f44.google.com with SMTP id j7so2126709qaq.31 for ; Wed, 07 May 2014 22:37:03 -0700 (PDT) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Wed, 7 May 2014 22:35:17 -0700 Message-Id: Subject: [Qemu-devel] [PATCH v3 0/3] Introduce qemu_get_boot_opts() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com Hi Markus, This series introduces qemu_get_boot_opts(), in much the same way as was done for qemu_get_machine_opts(). As usual, I have out-of-scope and out-of-tree usages :) But P3 does clean up the three existing instances of the long-and-awkward form of this query and makes the one in vl.c consistent with an immediately surrounding qemu_get_machine_opts(). changed since v2: Rebase for qemu_get_opts_singleton (Pao review). Elaborated P3 commit message (Markus review). changed since v1: Fix nvram usages as well (Markus review). Regards, Peter Peter Crosthwaite (3): vl.c: Add qemu_get_boot_opts() vl.c: Use qemu_get_boot_opts nvram: fw_cfg: Fix -boot options in nvram/fw_cfg hw/nvram/fw_cfg.c | 36 ++++++++++++++++------------------- include/sysemu/sysemu.h | 1 + vl.c | 50 +++++++++++++++++++++++++++++-------------------- 3 files changed, 47 insertions(+), 40 deletions(-) -- 1.9.2.1.g06c4abd