]> git.ipfire.org Git - thirdparty/qemu.git/commit
qdev: Drop taddr properties
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 20 Apr 2013 13:48:28 +0000 (14:48 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Apr 2013 17:54:52 +0000 (17:54 +0000)
commit21e5181f9552e3a876b488c77dc5cfeccff66414
treec5931c443b760636b720714712827dcbbb49ba59
parent19298eca060036c3697b0fd9ae77a3ba715cc9c5
qdev: Drop taddr properties

Drop all the infrastructure for taddr properties (ie ones which
are 'hwaddr' sized). These are now unused, and any further desired
use would be rather questionable since device properties shouldn't
generally depend on a type that is conceptually variable based on
the target CPU. 32 or 64 bit integer properties should be used instead
as appropriate for the specific device.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/block/fdc.c
hw/core/Makefile.objs
hw/core/qdev-addr.c [deleted file]
hw/display/sm501.c
hw/display/tcx.c
hw/dma/xilinx_axidma.c
hw/lm32/milkymist-hw.h
hw/net/milkymist-minimac2.c
hw/sparc/sun4m.c
include/hw/qdev-addr.h [deleted file]