Re: [Qemu-devel] [PATCH v3 2/4] bootdevice: check boot order argument validation before vm running

2015-02-12 Thread Markus Armbruster
arei.gong...@huawei.com writes: From: Gonglei arei.gong...@huawei.com Either 'once' option or 'order' option can take effect for -boot at the same time, that is say initial startup processing can check only one. And pc.c's set_boot_dev() fails when its boot order argument is invalid. This

Re: [Qemu-devel] [PATCH v3 2/4] bootdevice: check boot order argument validation before vm running

2015-02-12 Thread Gonglei
On 2015/2/12 18:19, Markus Armbruster wrote: arei.gong...@huawei.com writes: From: Gonglei arei.gong...@huawei.com Either 'once' option or 'order' option can take effect for -boot at the same time, that is say initial startup processing can check only one. And pc.c's set_boot_dev() fails

[Qemu-devel] [PATCH v3 2/4] bootdevice: check boot order argument validation before vm running

2015-02-06 Thread arei.gonglei
From: Gonglei arei.gong...@huawei.com Either 'once' option or 'order' option can take effect for -boot at the same time, that is say initial startup processing can check only one. And pc.c's set_boot_dev() fails when its boot order argument is invalid. This patch provide a solution fix this