Re: [Qemu-devel] [PATCH v3 0/4] bootdevcie: change the boot order validation logic

2015-02-11 Thread Gonglei
On 2015/2/7 15:20, Gonglei (Arei) wrote: > From: Gonglei > > 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. > > Pat

[Qemu-devel] [PATCH v3 0/4] bootdevcie: change the boot order validation logic

2015-02-06 Thread arei.gonglei
From: Gonglei 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 boo