diff options
| author | Bernhard Beschow <shentey@gmail.com> | 2024-09-05 09:38:31 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-03 19:33:23 +0200 |
| commit | 37b724cdef8b68abdd5b80336f18798decd77e83 (patch) | |
| tree | 5a809eb90fc6a369f48e3f5977e7a302e8a84f78 /hw/i386/microvm-dt.c | |
| parent | 982447cc788c9f984d6b08723635030bf81aaba7 (diff) | |
| download | focaccia-qemu-37b724cdef8b68abdd5b80336f18798decd77e83.tar.gz focaccia-qemu-37b724cdef8b68abdd5b80336f18798decd77e83.zip | |
hw/char/serial.h: Extract serial-isa.h
The includes where updated based on compile errors. Now, the inclusion of the header roughly matches Kconfig dependencies: # grep -r -e "select SERIAL_ISA" hw/ppc/Kconfig: select SERIAL_ISA hw/isa/Kconfig: select SERIAL_ISA hw/sparc64/Kconfig: select SERIAL_ISA hw/i386/Kconfig: select SERIAL_ISA hw/i386/Kconfig: select SERIAL_ISA # for serial_hds_isa_init() Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Link: https://lore.kernel.org/r/20240905073832.16222-3-shentey@gmail.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386/microvm-dt.c')
| -rw-r--r-- | hw/i386/microvm-dt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/microvm-dt.c b/hw/i386/microvm-dt.c index b3049e4f9f..fc5db6ed7f 100644 --- a/hw/i386/microvm-dt.c +++ b/hw/i386/microvm-dt.c @@ -34,7 +34,7 @@ #include "qemu/cutils.h" #include "qapi/error.h" #include "sysemu/device_tree.h" -#include "hw/char/serial.h" +#include "hw/char/serial-isa.h" #include "hw/i386/fw_cfg.h" #include "hw/rtc/mc146818rtc.h" #include "hw/sysbus.h" |