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

2016-01-04 Thread Stefano Stabellini
On Sun, 27 Dec 2015, Cao jin wrote: > To catch the error msg. Also modify the caller > > Signed-off-by: Cao jin > --- > hw/xen/xen_pt.c | 7 --- > hw/xen/xen_pt.h | 2 +- > hw/xen/xen_pt_config_init.c | 48 > ++--- > 3 files

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

2015-12-27 Thread Cao jin
To catch the error msg. Also modify the caller Signed-off-by: Cao jin --- hw/xen/xen_pt.c | 7 --- hw/xen/xen_pt.h | 2 +- hw/xen/xen_pt_config_init.c | 48 ++--- 3 files changed, 29 insertions(+), 28 deletions(-) diff --git