On 3/20/26 9:08 AM, Philippe Mathieu-Daudé wrote:
Rather than having core header forced to include "monitor/hmp.h" to get the MonitorDef type declaration, forward-declare it in "qemu/typedefs.h".Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- include/monitor/hmp.h | 4 ++-- include/qemu/typedefs.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
