]> git.proxmox.com Git - mirror_qemu.git/commit - hw/mips_malta.c
serial: convert isa to qdev
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 22 Sep 2009 11:53:21 +0000 (13:53 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:50 +0000 (09:32 -0500)
commitac0be998009257f0368e25470bac4e85b694ceaf
treee6ff10fce45bd25890688a871758a428fb5cbcaf
parent41b5e892b7dbf553b356b51004a6966233e71a6d
serial: convert isa to qdev

Everything using standard isa I/O ports and IRQ windup is considerd
being an actual isa device.  That are all serial_init() users except
mips_mipssim() which seems to have a non-standard IRQ windup.

baud rate is fixed at 115200 now as no caller passed in something else.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/mips_malta.c
hw/mips_r4k.c
hw/pc.c
hw/pc.h
hw/ppc_prep.c
hw/serial.c
hw/sun4u.c