All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] bootdevcie: change the boot order validation logic
@ 2015-02-07  7:20 arei.gonglei
  2015-02-07  7:20 ` [Qemu-devel] [PATCH v3 1/4] bootdevice: remove the check about boot_set_handler arei.gonglei
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: arei.gonglei @ 2015-02-07  7:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru, Gonglei, dvaleev, agraf, peter.huangpeng

From: Gonglei <arei.gonglei@huawei.com>

The reset logic can be done by both machine reset and
boot handler. So we shouldn't return error when the boot
handler callback don't be set in patch 1.

Patch 2 check boot order argument validation
before vm running.

Patch 3 passing &error_abort instead of NULL.
Patch 4 update boot order in MachineState in qemu_boot_set
in order to support changing boot order on other machine type,
such as sPAPR.

v3 -> v2:
 - rework patch 2 using clearer variable name and coding order. (Maruks)
 - add patch 4 in this patch series because of revelance.

v2 -> v1:
 - add patch 2 suggested by Markus.
 - rework patch 3. (Maruks)
 - add R-by in patch 1.

Dinar Valeev (1):
  bootdevice: update boot_order in MachineState

Gonglei (3):
  bootdevice: remove the check about boot_set_handler
  bootdevice: check boot order argument validation before vm running
  bootdevice: add check in restore_boot_order()

 bootdevice.c | 16 ++++++++--------
 vl.c         | 23 +++++++++++++++--------
 2 files changed, 23 insertions(+), 16 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2015-02-13  2:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-07  7:20 [Qemu-devel] [PATCH v3 0/4] bootdevcie: change the boot order validation logic arei.gonglei
2015-02-07  7:20 ` [Qemu-devel] [PATCH v3 1/4] bootdevice: remove the check about boot_set_handler arei.gonglei
2015-02-12 10:19   ` Markus Armbruster
2015-02-13  2:12     ` Gonglei
2015-02-07  7:20 ` [Qemu-devel] [PATCH v3 2/4] bootdevice: check boot order argument validation before vm running arei.gonglei
2015-02-12 10:19   ` Markus Armbruster
2015-02-13  2:24     ` Gonglei
2015-02-07  7:20 ` [Qemu-devel] [PATCH v3 3/4] bootdevice: add check in restore_boot_order() arei.gonglei
2015-02-07  7:20 ` [Qemu-devel] [PATCH v3 4/4] bootdevice: update boot_order in MachineState arei.gonglei
2015-02-12 10:21   ` Markus Armbruster
2015-02-13  2:44     ` Gonglei
2015-02-12  7:53 ` [Qemu-devel] [PATCH v3 0/4] bootdevcie: change the boot order validation logic Gonglei

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.