Re: [Qemu-devel] [PATCH v3 1/4] error-report: provide error_report_fatal()

2016-09-06 Thread Fam Zheng
On Thu, 08/18 13:28, Peter Xu wrote: > There are many places in current QEMU codes that needs to print some > error and then quit QEMU. Provide a new function for it. > > Signed-off-by: Peter Xu > --- > include/qemu/error-report.h | 1 + > util/qemu-error.c | 12 > 2 file

[Qemu-devel] [PATCH v3 1/4] error-report: provide error_report_fatal()

2016-08-17 Thread Peter Xu
There are many places in current QEMU codes that needs to print some error and then quit QEMU. Provide a new function for it. Signed-off-by: Peter Xu --- include/qemu/error-report.h | 1 + util/qemu-error.c | 12 2 files changed, 13 insertions(+) diff --git a/include/qem