Re: [Qemu-devel] [PATCH v11 04/34] fw_cfg: add fw_cfg_machine_reset function

2014-10-09 Thread Paolo Bonzini
Il 07/10/2014 10:00, arei.gong...@huawei.com ha scritto: > From: Gonglei > > We must assure that the changed bootindex can take effect > when guest is rebooted. So we introduce fw_cfg_machine_reset(), > which change the fw_cfg file's bootindex data using the new > global fw_boot_order list. > >

[Qemu-devel] [PATCH v11 04/34] fw_cfg: add fw_cfg_machine_reset function

2014-10-07 Thread arei.gonglei
From: Gonglei We must assure that the changed bootindex can take effect when guest is rebooted. So we introduce fw_cfg_machine_reset(), which change the fw_cfg file's bootindex data using the new global fw_boot_order list. Signed-off-by: Chenliang Signed-off-by: Gonglei Reviewed-by: Gerd Hoffm