qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] bootdevcie: change the boot order validation logic
@ 2015-02-03 12:34 arei.gonglei
  2015-02-03 12:34 ` [Qemu-devel] [PATCH v2 1/3] bootdevice: remove the check about boot_set_handler arei.gonglei
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: arei.gonglei @ 2015-02-03 12:34 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.

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

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 | 12 ++++--------
 vl.c         | 13 +++++++++++--
 2 files changed, 15 insertions(+), 10 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2015-02-06  9:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-03 12:34 [Qemu-devel] [PATCH v2 0/3] bootdevcie: change the boot order validation logic arei.gonglei
2015-02-03 12:34 ` [Qemu-devel] [PATCH v2 1/3] bootdevice: remove the check about boot_set_handler arei.gonglei
2015-02-06  8:56   ` Markus Armbruster
2015-02-06  9:17     ` Gonglei
2015-02-03 12:34 ` [Qemu-devel] [PATCH v2 2/3] bootdevice: check boot order argument validation before vm running arei.gonglei
2015-02-06  9:06   ` Markus Armbruster
2015-02-06  9:26     ` Gonglei
2015-02-03 12:34 ` [Qemu-devel] [PATCH v2 3/3] bootdevice: add check in restore_boot_order() arei.gonglei
2015-02-06  8:05 ` [Qemu-devel] [PATCH v2 0/3] bootdevcie: change the boot order validation logic Gonglei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).