Re: [Qemu-devel] [PATCH v3 2/7] bootindex: add del_boot_device_path function

2014-08-01 Thread Eduardo Habkost
On Sat, Jul 26, 2014 at 12:45:28PM +0800, arei.gong...@huawei.com wrote: > From: Gonglei > > Introduce a del_boot_device_path() cleanup fw_cfg content > when hot-unplugging devcie refer to bootindex. > > Signed-off-by: Gonglei > Signed-off-by: Chenliang > --- > include/sysemu/sysemu.h | 1 +

Re: [Qemu-devel] [PATCH v3 2/7] bootindex: add del_boot_device_path function

2014-07-30 Thread Gonglei (Arei)
Hi, > > Introduce a del_boot_device_path() cleanup fw_cfg content > > when hot-unplugging devcie refer to bootindex. > > s/devcie/device/ > > sounds odd; maybe: > > Introduce del_boot_device_path() to clean up fw_cfg content when > hot-unplugging a device that refers to a bootindex. > OK. Than

Re: [Qemu-devel] [PATCH v3 2/7] bootindex: add del_boot_device_path function

2014-07-30 Thread Eric Blake
On 07/25/2014 10:45 PM, arei.gong...@huawei.com wrote: > From: Gonglei > > Introduce a del_boot_device_path() cleanup fw_cfg content > when hot-unplugging devcie refer to bootindex. s/devcie/device/ sounds odd; maybe: Introduce del_boot_device_path() to clean up fw_cfg content when hot-unplugg

[Qemu-devel] [PATCH v3 2/7] bootindex: add del_boot_device_path function

2014-07-25 Thread arei.gonglei
From: Gonglei Introduce a del_boot_device_path() cleanup fw_cfg content when hot-unplugging devcie refer to bootindex. Signed-off-by: Gonglei Signed-off-by: Chenliang --- include/sysemu/sysemu.h | 1 + vl.c| 17 + 2 files changed, 18 insertions(+) diff --