Re: [Qemu-devel] [PATCH v3 1/4] bootdevice: remove the check about boot_set_handler

2015-02-12 Thread Gonglei
On 2015/2/12 18:19, Markus Armbruster wrote: > writes: > >> 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. >> >> Signed-off-by: Gonglei >> Reviewed-by: Alexander Graf >> ---

Re: [Qemu-devel] [PATCH v3 1/4] bootdevice: remove the check about boot_set_handler

2015-02-12 Thread Markus Armbruster
writes: > 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. > > Signed-off-by: Gonglei > Reviewed-by: Alexander Graf > --- > bootdevice.c | 10 +++--- > 1 file changed, 3 inse

[Qemu-devel] [PATCH v3 1/4] bootdevice: remove the check about boot_set_handler

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. Signed-off-by: Gonglei Reviewed-by: Alexander Graf --- bootdevice.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) dif