qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] Rework -boot option


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 0/7] Rework -boot option
Date: Thu, 02 Jul 2009 00:19:02 +0200
User-agent: StGIT/0.14.3

This is another round of patches for a -boot rework. This version splits
the previous patch up and renames the 'interactive' option to 'menu' as
suggested during review. Moreover, it adds support for 'once', a way to
specify a boot order only for the first guest startup. The latter
required some more refactoring, thus more patches.

Find this series also at git://git.kiszka.org/qemu.git queues/boot

Jan Kiszka (7):
      Rework -boot option
      Move boot_set callback backend
      Rework reset handler management
      Add qemu_unregister_reset
      Add boot-once support
      Add boot menu control via command line switch
      Update boot option documentation

 hw/fw_cfg.c     |    1 +
 hw/fw_cfg.h     |    1 +
 hw/hw.h         |    6 ++-
 monitor.c       |   23 ++------
 qemu-options.hx |   27 ++++++++--
 sysemu.h        |    1 +
 vl.c            |  160 +++++++++++++++++++++++++++++++++++++++++--------------
 7 files changed, 155 insertions(+), 64 deletions(-)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]