Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modules: use modinfo for qemu opts load | Gerd Hoffmann | 2021-07-09 | 1 | -4/+0 |
| | | | | | | | | | | Use module database to figure which module adds given QemuOpts group. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Jose R. Ziviani <jziviani@suse.de> Message-Id: <20210624103836.2382472-17-kraxel@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | qemu-config: load modules when instantiating option groups | Paolo Bonzini | 2021-05-26 | 1 | -0/+6 |
Right now the SPICE module is special cased to be loaded when processing of the -spice command line option. However, the spice option group can also be brought in via -readconfig, in which case the module is not loaded. Add a generic hook to load modules that provide a QemuOpts group, and use it for the "spice" and "iscsi" groups. Fixes: #194 Fixes: https://bugs.launchpad.net/qemu/+bug/1910696 Cc: qemu-stable@nongnu.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |