semantic: 0.906 debug: 0.892 performance: 0.871 boot: 0.871 network: 0.870 permissions: 0.868 device: 0.859 other: 0.858 graphic: 0.853 socket: 0.836 PID: 0.818 vnc: 0.768 files: 0.758 KVM: 0.750 qemu/kvm SDL over ssh -X broken qemu/kvm by default uses SDL to render the output of its emulated VGA graphics. This is broken over ssh -X since quite a while. The only workaround I know, is to use qemu -vnc :0 and connect using vncviewer How To Reproduce: 1. zypper in qemu 2. ssh -X localhost qemu -cdrom ANYISOFILE Actual Results: qemu hangs in an endless loop on the BIOS display screen Expected Results: should boot up the iso as 0.10 versions did Reproducible: Always this is what broke it: $ git bisect bad c18a2c360e3100bbd71162cf922dcd8c429a8b71 is first bad commit commit c18a2c360e3100bbd71162cf922dcd8c429a8b71 Author: Stefano Stabellini