semantic: 0.906 boot: 0.871 network: 0.870 assembly: 0.863 device: 0.859 other: 0.858 mistranslation: 0.854 graphic: 0.853 instruction: 0.843 socket: 0.836 vnc: 0.768 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