Fei Li <f...@suse.com> wrote: > This patch is to pave the way for a later patch as it is too long: > "qemu_thread_create: propagate the error to callers to handle." > > The callers of qemu_init_vcpu() already passed the **errp to handle > errors. In view of this, add a new Error parameter to all the > functions called by qemu_init_vcpu() to propagate the error and let > the further callers check it. > > Besides, make qemu_init_vcpu() return a Boolean value to let its > callers know whether it succeeds. > > Signed-off-by: Fei Li <f...@suse.com> > Reviewed-by: Fam Zheng <f...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com>