hw: add missing includes hidden by block/aio.h

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 <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini
2025-12-03 12:39:24 +01:00
parent f3375b3945
commit e47deb1de5
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
#include "qemu/osdep.h"
#include "system/iothread.h"
#include "qemu/bitmap.h"
#include "hw/virtio/iothread-vq-mapping.h"
static bool

View File

@@ -26,6 +26,7 @@
#ifndef HW_SERIAL_H
#define HW_SERIAL_H
#include "hw/core/qdev.h"
#include "chardev/char-fe.h"
#include "system/memory.h"
#include "qemu/fifo8.h"