mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
19298eca06
commit
21e5181f95
10 changed files with 0 additions and 96 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue