mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23: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
|
@ -3778,7 +3778,7 @@ static const TypeInfo migration_type = {
|
|||
.name = TYPE_MIGRATION,
|
||||
/*
|
||||
* NOTE: TYPE_MIGRATION is not really a device, as the object is
|
||||
* not created using qdev_create(), it is not attached to the qdev
|
||||
* not created using qdev_new(), it is not attached to the qdev
|
||||
* device tree, and it is never realized.
|
||||
*
|
||||
* TODO: Make this TYPE_OBJECT once QOM provides something like
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue