Re: [Qemu-devel] [PATCH v3 4/4] bootdevice: update boot_order in MachineState

2015-02-12 Thread Gonglei
On 2015/2/12 18:21, Markus Armbruster wrote: > writes: > >> From: Dinar Valeev >> >> on sPAPR we need to update boot_order in MachineState in case it >> got changed on reset. >> >> Signed-off-by: Dinar Valeev >> Reviewed-by: Alexey Kardashevskiy >> Signed-off-by: Gonglei >> --- >> bootdevice

Re: [Qemu-devel] [PATCH v3 4/4] bootdevice: update boot_order in MachineState

2015-02-12 Thread Markus Armbruster
writes: > From: Dinar Valeev > > on sPAPR we need to update boot_order in MachineState in case it > got changed on reset. > > Signed-off-by: Dinar Valeev > Reviewed-by: Alexey Kardashevskiy > Signed-off-by: Gonglei > --- > bootdevice.c | 4 > 1 file changed, 4 insertions(+) > > diff --g

[Qemu-devel] [PATCH v3 4/4] bootdevice: update boot_order in MachineState

2015-02-06 Thread arei.gonglei
From: Dinar Valeev on sPAPR we need to update boot_order in MachineState in case it got changed on reset. Signed-off-by: Dinar Valeev Reviewed-by: Alexey Kardashevskiy Signed-off-by: Gonglei --- bootdevice.c | 4 1 file changed, 4 insertions(+) diff --git a/bootdevice.c b/bootdevice.c