On Tue, Jan 05, 2016 at 09:07:42AM +0800, Jianfeng Tan wrote: > Fix the issue that virtio device cannot be started after stopped. > > The field, hw->started, should be changed by virtio_dev_start/stop instead > of virtio_dev_close. > > Signed-off-by: Jianfeng Tan <jianfeng.tan at intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu at linux.intel.com> BTW, if I'm not mistaken, it's an issue reported from Pavel. If so, you should add following above your Signed-off-by. Reported-by: Pavel Fedin <p.fedin at samsung.com> Note that if you send v2, you can carry my ACK, as you just do trivial changes. --yliu