qdev: drop iobase properties from isa bus
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Sep 2009 09:43:26 +0000 (11:43 +0200)
committermalc <av1474@comtv.ru>
Thu, 10 Sep 2009 15:47:58 +0000 (19:47 +0400)
commit6c9bb1c723e15d76b62c7c80dcf0e720ac05af5b
tree639b1de76d4c0fdbd8ae2501da3288bc62ae28ce
parent2ea2b56216cc977e8c664f4cc68a9539d7942abe
qdev: drop iobase properties from isa bus

Lot of ISA devices work at fixed addresses, so having iobase
as bus property doesn't make much sense.  Devices which can
have different iobases will get a device property.

Also simply hard-code stuff which can't be configured anyway.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/fdc.c
hw/fdc.h
hw/isa-bus.c
hw/isa.h
hw/mips_malta.c
hw/pc.c
hw/pckbd.c
hw/ppc_prep.c
hw/sun4u.c