From 21e5181f9552e3a876b488c77dc5cfeccff66414 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Sat, 20 Apr 2013 14:48:28 +0100 Subject: 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 Signed-off-by: Blue Swirl --- hw/lm32/milkymist-hw.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/lm32') diff --git a/hw/lm32/milkymist-hw.h b/hw/lm32/milkymist-hw.h index 4e86c4e832..5317ce6e2d 100644 --- a/hw/lm32/milkymist-hw.h +++ b/hw/lm32/milkymist-hw.h @@ -2,7 +2,6 @@ #define QEMU_HW_MILKYMIST_H #include "hw/qdev.h" -#include "hw/qdev-addr.h" #include "net/net.h" static inline DeviceState *milkymist_uart_create(hwaddr base, -- cgit v1.2.1