On Wed, Apr 20, 2022 at 05:26:13PM +0400, [email protected] wrote: > From: Marc-André Lureau <[email protected]> > > Since it depends on monitor code, and error_vprintf_unless_qmp() is > already there. > > This will help to move error-report in a common subproject. > > Signed-off-by: Marc-André Lureau <[email protected]> > --- > include/monitor/monitor.h | 3 +++ > include/qemu/error-report.h | 2 -- > monitor/monitor.c | 10 ++++++++++ > stubs/error-printf.c | 1 + > ui/vnc.c | 1 + > util/error-report.c | 11 ----------- > 6 files changed, 15 insertions(+), 13 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
