Re: [PATCH] hw/remote: Add missing include

2022-01-21 Thread Jag Raman
> On Jan 21, 2022, at 7:33 PM, Philippe Mathieu-Daudé wrote: > > Currently "qemu/error-report.h" is implicitly included, however > if headers in include/ get refactored, we get: > > hw/remote/proxy-memory-listener.c: In function > ‘proxy_memory_listener_commit’: > hw/remote/proxy-memory-lis

[PATCH] hw/remote: Add missing include

2022-01-21 Thread Philippe Mathieu-Daudé via
Currently "qemu/error-report.h" is implicitly included, however if headers in include/ get refactored, we get: hw/remote/proxy-memory-listener.c: In function ‘proxy_memory_listener_commit’: hw/remote/proxy-memory-listener.c:183:9: error: implicit declaration of function ‘error_report’; did yo