summary refs log tree commit diff stats
path: root/include
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2023-12-02 17:00:25 +0900
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-01-09 18:16:22 +0100
commitad1ea5ffa10d4cf365c142caf627f2c43b3592c2 (patch)
treed330e96cd256c1f434ef402ae04899685f67508d /include
parenta7a3784128fa1de275b5eb2406f3f46842fdbd1a (diff)
downloadfocaccia-qemu-ad1ea5ffa10d4cf365c142caf627f2c43b3592c2.tar.gz
focaccia-qemu-ad1ea5ffa10d4cf365c142caf627f2c43b3592c2.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/hw/qdev-core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h
index e6ef80b7fd..c4d3dc3906 100644
--- a/include/hw/qdev-core.h
+++ b/include/hw/qdev-core.h
@@ -249,10 +249,6 @@ struct DeviceState {
      */
     int64_t pending_deleted_expires_ms;
     /**
-     * @opts: QDict of options for the device
-     */
-    QDict *opts;
-    /**
      * @hotplugged: was device added after PHASE_MACHINE_READY?
      */
     int hotplugged;