mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
qdev: Remove opts member
It is no longer used. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20250104-reuse-v18-14-c349eafd8673@daynix.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
a7a3784128
commit
ad1ea5ffa1
3 changed files with 7 additions and 10 deletions
|
|
@ -248,10 +248,6 @@ struct DeviceState {
|
|||
* @pending_deleted_expires_ms: optional timeout for deletion events
|
||||
*/
|
||||
int64_t pending_deleted_expires_ms;
|
||||
/**
|
||||
* @opts: QDict of options for the device
|
||||
*/
|
||||
QDict *opts;
|
||||
/**
|
||||
* @hotplugged: was device added after PHASE_MACHINE_READY?
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue