On 3/12/25 19:51, Paolo Bonzini wrote:
hw/qdev/core.h being included by core headers means that it was quite easy to forget including it, or anything that hw/qdev/core.h included. Add the missing inclusions.Signed-off-by: Paolo Bonzini <[email protected]> --- include/hw/char/serial.h | 1 + hw/virtio/iothread-vq-mapping.c | 1 + 2 files changed, 2 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
