diff options
Diffstat (limited to 'hw/loongarch')
| -rw-r--r-- | hw/loongarch/Kconfig | 2 | ||||
| -rw-r--r-- | hw/loongarch/virt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig index 9c69170968..fe1c6feac1 100644 --- a/hw/loongarch/Kconfig +++ b/hw/loongarch/Kconfig @@ -8,7 +8,7 @@ config LOONGARCH_VIRT imply PCI_DEVICES imply NVDIMM imply TPM_TIS_SYSBUS - select SERIAL + select SERIAL_MM select VIRTIO_PCI select PLATFORM_BUS select LOONGARCH_IPI diff --git a/hw/loongarch/virt.c b/hw/loongarch/virt.c index 75980b6e3c..ddd886f69b 100644 --- a/hw/loongarch/virt.c +++ b/hw/loongarch/virt.c @@ -9,7 +9,7 @@ #include "qemu/datadir.h" #include "qapi/error.h" #include "hw/boards.h" -#include "hw/char/serial.h" +#include "hw/char/serial-mm.h" #include "sysemu/kvm.h" #include "sysemu/tcg.h" #include "sysemu/sysemu.h" |