Home
last modified time | relevance | path

Searched hist:"632 a8873500d27022c584256afc11e57e2418b94" (Results 1 – 4 of 4) sorted by relevance

/qemu/include/qemu/
H A Dconfig-file.h632a8873500d27022c584256afc11e57e2418b94 Tue May 18 13:08:17 UTC 2021 Paolo Bonzini <pbonzini@redhat.com> qemu-config: load modules when instantiating option groups

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>
/qemu/stubs/
H A Dmeson.build632a8873500d27022c584256afc11e57e2418b94 Tue May 18 13:08:17 UTC 2021 Paolo Bonzini <pbonzini@redhat.com> qemu-config: load modules when instantiating option groups

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>
/qemu/util/
H A Dqemu-config.c632a8873500d27022c584256afc11e57e2418b94 Tue May 18 13:08:17 UTC 2021 Paolo Bonzini <pbonzini@redhat.com> qemu-config: load modules when instantiating option groups

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>
/qemu/system/
H A Dvl.c632a8873500d27022c584256afc11e57e2418b94 Tue May 18 13:08:17 UTC 2021 Paolo Bonzini <pbonzini@redhat.com> qemu-config: load modules when instantiating option groups

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>