Re: [Qemu-devel] [RFC PATCH 1/5] bootindex: add *_boot_device_path function

2014-07-08 Thread Gonglei (Arei)
> -Original Message- > From: Amos Kong [mailto:ak...@redhat.com] > Sent: Tuesday, July 08, 2014 10:55 PM > To: Gonglei (Arei) > Cc: chenliang (T); qemu-devel@nongnu.org; afaer...@suse.de; > ag...@suse.de; stefa...@redhat.com; a...@ozlabs.ru; > alex.william...@redhat.com; arm...@redhat.com

Re: [Qemu-devel] [RFC PATCH 1/5] bootindex: add *_boot_device_path function

2014-07-08 Thread Gonglei (Arei)
> -Original Message- > From: chenliang (T) > Sent: Tuesday, July 08, 2014 7:03 PM > To: Amos Kong > Cc: Gonglei (Arei); qemu-devel@nongnu.org; afaer...@suse.de; > ag...@suse.de; stefa...@redhat.com; a...@ozlabs.ru; > alex.william...@redhat.com; arm...@redhat.com; ebl...@redhat.com; > kw...@

Re: [Qemu-devel] [RFC PATCH 1/5] bootindex: add *_boot_device_path function

2014-07-08 Thread Amos Kong
On Tue, Jul 08, 2014 at 01:22:53PM +, Gonglei (Arei) wrote: > > -Original Message- > > From: chenliang (T) > > Sent: Tuesday, July 08, 2014 7:03 PM > > To: Amos Kong > > Cc: Gonglei (Arei); qemu-devel@nongnu.org; afaer...@suse.de; > > ag...@suse.de; stefa...@redhat.com; a...@ozlabs.ru;

Re: [Qemu-devel] [RFC PATCH 1/5] bootindex: add *_boot_device_path function

2014-07-08 Thread Amos Kong
On Mon, Jul 07, 2014 at 05:10:57PM +0800, arei.gong...@huawei.com wrote: > From: Chenliang > > Add del_boot_device_path and modify_boot_device_path. Device should > be removed from boot device list by del_boot_device_path when device > hotplug. modify_boot_device_path is used to modify deviceboo

Re: [Qemu-devel] [RFC PATCH 1/5] bootindex: add *_boot_device_path function

2014-07-08 Thread ChenLiang
On 2014/7/8 16:33, Amos Kong wrote: > On Mon, Jul 07, 2014 at 05:10:57PM +0800, arei.gong...@huawei.com wrote: >> From: Chenliang >> >> Add del_boot_device_path and modify_boot_device_path. Device should >> be removed from boot device list by del_boot_device_path when device >> hotplug. modify_b

[Qemu-devel] [RFC PATCH 1/5] bootindex: add *_boot_device_path function

2014-07-07 Thread arei.gonglei
From: Chenliang Add del_boot_device_path and modify_boot_device_path. Device should be removed from boot device list by del_boot_device_path when device hotplug. modify_boot_device_path is used to modify deviceboot order. Signed-off-by: Chenliang Signed-off-by: Gonglei --- include/sysemu/sys