]> git.proxmox.com Git - qemu.git/commit - hw/mips_r4k.c
serial: split serial.c
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 17 Oct 2012 07:54:19 +0000 (09:54 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Oct 2012 18:26:42 +0000 (13:26 -0500)
commit488cb996cd8d8eaa5ecfdc6ba5f6cbd23a13271b
treed0bcd0e6a45dde53292b938829dc621b1aa30068
parentad0b5321f1f797274603ebbe20108b0750baee94
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>
26 files changed:
hw/Makefile.objs
hw/alpha_dp264.c
hw/kzm.c
hw/mips_fulong2e.c
hw/mips_jazz.c
hw/mips_malta.c
hw/mips_mipssim.c
hw/mips_r4k.c
hw/musicpal.c
hw/omap_uart.c
hw/openrisc_sim.c
hw/pc.c
hw/pc.h
hw/petalogix_ml605_mmu.c
hw/ppc/e500.c
hw/ppc405_uc.c
hw/ppc440_bamboo.c
hw/ppc_prep.c
hw/pxa2xx.c
hw/serial-isa.c [new file with mode: 0644]
hw/serial.c
hw/serial.h [new file with mode: 0644]
hw/sm501.c
hw/sun4u.c
hw/virtex_ml507.c
hw/xtensa_lx60.c