Re: [Qemu-devel] [PATCH 3/5] qemu_init_vcpu: add a new Error paramater to propagate

2018-09-05 Thread Fei Li
On 09/06/2018 01:15 AM, Eric Blake wrote: Adding Markus, as the maintainer of Error APIs, to make sure he sees this thread. Thanks. :) On 09/04/2018 06:22 AM, Daniel P. Berrangé wrote: On Tue, Sep 04, 2018 at 07:08:20PM +0800, Fei Li wrote: In the subject line: s/paramater/parameter/ Th

Re: [Qemu-devel] [PATCH 3/5] qemu_init_vcpu: add a new Error paramater to propagate

2018-09-05 Thread Eric Blake
Adding Markus, as the maintainer of Error APIs, to make sure he sees this thread. On 09/04/2018 06:22 AM, Daniel P. Berrangé wrote: On Tue, Sep 04, 2018 at 07:08:20PM +0800, Fei Li wrote: In the subject line: s/paramater/parameter/ The caller of qemu_init_vcpu() already passed the **errp to

Re: [Qemu-devel] [PATCH 3/5] qemu_init_vcpu: add a new Error paramater to propagate

2018-09-04 Thread Fei Li
On 09/04/2018 07:22 PM, Daniel P. Berrangé wrote: On Tue, Sep 04, 2018 at 07:08:20PM +0800, Fei Li wrote: The caller of qemu_init_vcpu() already passed the **errp to handle errors. In view of this, add a new Error parameter to the following call trace to propagate the error and let the final

Re: [Qemu-devel] [PATCH 3/5] qemu_init_vcpu: add a new Error paramater to propagate

2018-09-04 Thread Daniel P . Berrangé
On Tue, Sep 04, 2018 at 07:08:20PM +0800, Fei Li wrote: > The caller of qemu_init_vcpu() already passed the **errp to handle > errors. In view of this, add a new Error parameter to the following > call trace to propagate the error and let the final caller check it. > > Signed-off-by: Fei Li > ---

[Qemu-devel] [PATCH 3/5] qemu_init_vcpu: add a new Error paramater to propagate

2018-09-04 Thread Fei Li
The caller of qemu_init_vcpu() already passed the **errp to handle errors. In view of this, add a new Error parameter to the following call trace to propagate the error and let the final caller check it. Signed-off-by: Fei Li --- cpus.c | 32 +++--