Re: [Qemu-devel] [PATCH 0/5] bootdevice: Refactor and improvement

2014-12-11 Thread Gonglei
On 2014/12/4 19:19, Gonglei (Arei) wrote: > From: Gonglei > > Patch 1 just move boot order related code to bootdevice.c. > Patch 2,3,5 add an argument to corresponding functions. > This way, we can propagate the error messages to the caller. > Maybe somebody will say we will remove the legacy bo

[Qemu-devel] [PATCH 0/5] bootdevice: Refactor and improvement

2014-12-04 Thread arei.gonglei
From: Gonglei Patch 1 just move boot order related code to bootdevice.c. Patch 2,3,5 add an argument to corresponding functions. This way, we can propagate the error messages to the caller. Maybe somebody will say we will remove the legacy boot order in the future, instead of using bootindex. But