]> git.proxmox.com Git - mirror_qemu.git/commit
qdev: device module support
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 24 Jun 2020 13:10:38 +0000 (15:10 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 7 Jul 2020 12:54:29 +0000 (14:54 +0200)
commit7ab6e7fcce9729d3a85e7e04737bc64a45a08772
tree2afcf9df8ed7b8dca696eba4e5b677d516afbf43
parent0f8198f1b2f3c33df2381c412ad8d8fd219b90b2
qdev: device module support

Hook module loading into the places where we
need it when building devices as modules.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20200624131045.14512-4-kraxel@redhat.com
hw/core/qdev.c
qdev-monitor.c
qom/qom-qmp-cmds.c
softmmu/vl.c