Hi Frediano, On 23/08/2022 14.01, Frediano Ziglio wrote: > Looking on the Internet this function is also called in EnterVT > callback. Don't we need something similar? I think that in principle we would, but by its nature of being an "off-screen" driver, spice-video-dummy doesn't (or at least, shouldn't) VT switch. I suppose we could implement EnterVT()/LeaveVT() anyway for consistency with other drivers, or add an error message in case we ever get there anyway, or something along those lines, but it feels a little moot. Henri