mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
serial: split serial.c
Split serial.c into serial.c, serial.h and serial-isa.c. While being at creating a serial.h header file move the serial prototypes from pc.h to the new serial.h. The latter leads to s/pc.h/serial.h/ in tons of boards which just want the serial bits from pc.h Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
ad0b5321f1
commit
488cb996cd
26 changed files with 257 additions and 180 deletions
|
@ -21,7 +21,8 @@
|
|||
#include "hw.h"
|
||||
#include "boards.h"
|
||||
#include "elf.h"
|
||||
#include "pc.h"
|
||||
#include "serial.h"
|
||||
#include "net.h"
|
||||
#include "loader.h"
|
||||
#include "exec-memory.h"
|
||||
#include "sysemu.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue