All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3]  Introduce qemu_get_boot_opts()
@ 2014-05-08  5:35 Peter Crosthwaite
  2014-05-08  5:35 ` [Qemu-devel] [PATCH v3 1/3] vl.c: Add qemu_get_boot_opts() Peter Crosthwaite
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Crosthwaite @ 2014-05-08  5:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-15 18:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-08  5:35 [Qemu-devel] [PATCH v3 0/3] Introduce qemu_get_boot_opts() Peter Crosthwaite
2014-05-08  5:35 ` [Qemu-devel] [PATCH v3 1/3] vl.c: Add qemu_get_boot_opts() Peter Crosthwaite
2014-05-08  5:36 ` [Qemu-devel] [PATCH v3 2/3] vl.c: Use qemu_get_boot_opts Peter Crosthwaite
2014-05-15 18:01   ` Markus Armbruster
2014-05-08  5:37 ` [Qemu-devel] [PATCH v3 3/3] nvram: fw_cfg: Fix -boot options in nvram/fw_cfg Peter Crosthwaite
2014-05-15 18:03   ` Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.