qemu/hw
Markus Armbruster b6607a1a20 serial: Factor out common serial_hds_isa_init()
It's the same old loop copied five times, plus another instance where
it's clipped to two iterations and unrolled.

No external users of serial_isa_init() are left, so give it internal
linkage.

Maintainers of affected machines cc'ed.

Cc: Richard Henderson <rth@twiddle.net>
Cc: Anthony Liguori <aliguori@amazon.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Leon Alrae <leon.alrae@imgtec.com>
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2015-02-24 00:19:06 +01:00
..
9pfs rcu: add rcu library 2015-02-02 16:55:10 +01:00
acpi pci, pc, virtio fixes and cleanups 2015-01-27 13:17:30 +00:00
alpha serial: Factor out common serial_hds_isa_init() 2015-02-24 00:19:06 +01:00
arm target-arm: Add feature parsing to virt 2015-02-13 05:46:08 +00:00
audio sb16: fix interrupt acknowledgement 2015-01-22 11:04:18 +01:00
block onenand: g_malloc() can't fail, bury dead error handling 2015-02-10 09:27:20 +03:00
bt
char serial: Factor out common serial_hds_isa_init() 2015-02-24 00:19:06 +01:00
core qdev: Improve qdev_init_nofail()'s error reporting 2015-02-16 16:17:57 +01:00
cpu
cris
display vga: Fix warning caused by missing 'static' attribute 2015-02-10 10:26:05 +03:00
dma vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* 2015-01-26 12:22:44 +01:00
gpio
i2c
i386 serial: Factor out common serial_hds_isa_init() 2015-02-24 00:19:06 +01:00
ide ide/isa: Replace unchecked qdev_init() by qdev_init_nofail() 2015-02-24 00:19:05 +01:00
input Add trace to ps2.c. 2015-02-10 09:27:20 +03:00
intc apic: do not dereference pointer before it is checked for NULL 2015-01-26 12:27:05 +01:00
ipack
isa vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* 2015-01-26 12:22:44 +01:00
lm32
m68k
mem pc-dimm: Add Error argument to pc_existing_dimms_capacity 2015-01-27 14:46:18 +02:00
microblaze
mips serial: Factor out common serial_hds_isa_init() 2015-02-24 00:19:06 +01:00
misc hw: misc, add educational driver 2015-01-26 12:26:55 +01:00
moxie
net etsec: Replace qdev_init() by qdev_init_nofail() 2015-02-24 00:19:05 +01:00
nvram fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write() 2015-01-16 11:54:30 +00:00
openrisc
pci migration: Append JSON description of migration stream 2015-02-05 17:16:14 +01:00
pci-bridge
pci-host pci: Add generic PCIe host bridge 2015-02-13 05:46:07 +00:00
pcmcia
ppc spapr_vio: Pair g_malloc() with g_free(), not free() 2015-02-10 09:27:20 +03:00
s390x s390x/ipl: Improved code indentation in s390_ipl_init() 2015-02-03 13:42:40 +01:00
scsi migration: Append JSON description of migration stream 2015-02-05 17:16:14 +01:00
sd vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* 2015-01-26 12:22:44 +01:00
sh4
sparc
sparc64 serial: Factor out common serial_hds_isa_init() 2015-02-24 00:19:06 +01:00
ssi
timer fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail 2015-02-05 17:16:14 +01:00
tpm
tricore
unicore32
usb usb: Pair g_malloc() with g_free(), not free() 2015-02-10 09:27:20 +03:00
vfio vfio: Fix debug message compile error 2015-02-10 10:25:44 -07:00
virtio migration: Append JSON description of migration stream 2015-02-05 17:16:14 +01:00
watchdog vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* 2015-01-26 12:22:44 +01:00
xen
xenpv
xtensa
Makefile.objs