Re: [Qemu-devel] [PATCH v5 4/5] Add Error **errp for xen_pt_config_init()

2016-01-14 Thread Eric Blake
On 01/13/2016 05:51 AM, Cao jin wrote: > To catch the error msg. Also modify the caller Doesn't hurt to spell out 'message' instead of 'msg' (here and in other patches), but not a show-stopper. > > Signed-off-by: Cao jin > --- > hw/xen/xen_pt.c | 8

[Qemu-devel] [PATCH v5 4/5] Add Error **errp for xen_pt_config_init()

2016-01-13 Thread Cao jin
To catch the error msg. Also modify the caller Signed-off-by: Cao jin --- hw/xen/xen_pt.c | 8 --- hw/xen/xen_pt.h | 2 +- hw/xen/xen_pt_config_init.c | 51 - 3 files changed, 33 insertions(+),