mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
qdev: qdev_create(), qdev_try_create() are now unused, drop
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20200610053247.1583243-31-armbru@redhat.com>
This commit is contained in:
parent
535770518f
commit
2194abd623
4 changed files with 1 additions and 52 deletions
|
@ -320,8 +320,6 @@ compat_props_add(GPtrArray *arr,
|
|||
|
||||
/*** Board API. This should go away once we have a machine config file. ***/
|
||||
|
||||
DeviceState *qdev_create(BusState *bus, const char *name);
|
||||
DeviceState *qdev_try_create(BusState *bus, const char *name);
|
||||
DeviceState *qdev_new(const char *name);
|
||||
DeviceState *qdev_try_new(const char *name);
|
||||
void qdev_init_nofail(DeviceState *dev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue