> > I still think that moving these three lines to the correct place is > > enough. Maybe even just qemu_spice_display_start() as it keeps track > > of the state and you can safely call this twice. > > It's not enough, since the first time qemu_spice_display_start() is > called (on vm_start) the display interfaces aren't yet registered. And > spice server doesn't automatically start the newly added interfaces.
So move the vmstate handler registration call too? I'd prefer to not add more state variables if we can avoid it ... take care, Gerd
