Michael Tokarev wrote: > Avi Kivity wrote: >> Jan Kiszka wrote: >>> Avi Kivity wrote: >>> >>>> Jan Kiszka wrote: >>>> >>>>> Garbage is gone, but update does not happen automatically. I have to >>>>> switch to the monitor or some other SDL console in back in order to see >>>>> the latest framebuffer updates. > [] >> I reproduced this on opensuse 11, and applied a fix. Unfortunately >> kvm-80 is broken wrt this bug. Will release kvm-81 sooner than usual. > > Oh, it's not just framebuffer, and not just opensuse. It also > is broken on X window and windows(xp) -- see my reply to the > release announcement. > > Is this fix available as a patchch somewhere, for me to try please? :) You should either pull the latest git versions from kernel.org (git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git and git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git) or give this patch against kvm-userspace a try: http://git.kernel.org/?p=virt/kvm/kvm-userspace.git;a=commitdiff;h=8eae225cf8cd82316fcc78569aeb1adbbc077cb8 I did the former, and I can confirm it works again. Jan