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)
commit86c861578453b544fa67ad50d28c4460bee068c5
tree639b1de76d4c0fdbd8ae2501da3288bc62ae28ce
parent316940b06273c43ec8d58fcb0908267f7fa5d333
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