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
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