On Sat, Jul 15, 2017 at 14:42:39 +0800, xinhua.Cao wrote:
From: caoxinhua <caoxinhua(a)huawei.com>
when we start a vm, we call JOB_MASK(QEMU_JOB_NONE), then 1 << -1 will be execute.
we fix it as return 0
Could you point us to the place in our code where JOB_MASK is called on
QEMU_JOB_NONE?
Jirka