Re: [PATCH] chardev-spice: add missing module_obj directive

2021-07-19 Thread Daniel P . Berrangé
On Mon, Jul 19, 2021 at 12:44:35PM -0400, Paolo Bonzini wrote: > The chardev-spicevmc class was not listed in chardev/spice.c, causing > "-chardev spicevmc" to fail when modules are enabled. > > Reported-by: Frederic Bezies > Fixes: 9f4a0f0978 ("modules: use modinfo for qom load", 2021-07-09) > R

[PATCH] chardev-spice: add missing module_obj directive

2021-07-19 Thread Paolo Bonzini
The chardev-spicevmc class was not listed in chardev/spice.c, causing "-chardev spicevmc" to fail when modules are enabled. Reported-by: Frederic Bezies Fixes: 9f4a0f0978 ("modules: use modinfo for qom load", 2021-07-09) Resolves: #488 Signed-off-by: Paolo Bonzini --- chardev/spice.c | 1 + 1 f