
18 Mar
2015
18 Mar
'15
9:10 a.m.
On 2015/3/13 17:17, zhang bo wrote:
Problem Description: When we set boot order for a vhost-user network interface, we found the boot index doesn't work.
Cause of the Problem: In the function qemuBuildVhostuserCommandLine(), it forcely set the arg bootindex of function qemuBuildNicDevStr() to 0. Thus, the bootindex parameter got missing.
Solution: Trans the arg bootindex down.
Signed-off-by: Gao Haifeng <gaohaifeng.gao@huawei.com> Signed-off-by: Zhang Bo <oscar.zhangbo@huawei.com> ......
ping ...