]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/char/serial.h: Extract serial-isa.h
authorBernhard Beschow <shentey@gmail.com>
Thu, 5 Sep 2024 07:38:31 +0000 (09:38 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Oct 2024 17:33:23 +0000 (19:33 +0200)
commit37b724cdef8b68abdd5b80336f18798decd77e83
tree5a809eb90fc6a369f48e3f5977e7a302e8a84f78
parent982447cc788c9f984d6b08723635030bf81aaba7
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>
hw/char/serial-isa.c
hw/i386/microvm-dt.c
hw/i386/microvm.c
hw/i386/pc.c
hw/isa/isa-superio.c
hw/isa/vt82c686.c
hw/ppc/pnv.c
hw/sparc64/sun4u.c
include/hw/char/serial-isa.h [new file with mode: 0644]
include/hw/char/serial.h