mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33: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
|
@ -1,10 +0,0 @@
|
|||
#ifndef HW_QDEV_ADDR_H
|
||||
#define HW_QDEV_ADDR_H 1
|
||||
|
||||
#define DEFINE_PROP_TADDR(_n, _s, _f, _d) \
|
||||
DEFINE_PROP_DEFAULT(_n, _s, _f, _d, qdev_prop_taddr, hwaddr)
|
||||
|
||||
extern PropertyInfo qdev_prop_taddr;
|
||||
void qdev_prop_set_taddr(DeviceState *dev, const char *name, hwaddr value);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue