From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SACEW-0001EE-BQ for openembedded-core@lists.openembedded.org; Wed, 21 Mar 2012 04:29:08 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q2L3KEYX020101 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 20 Mar 2012 20:20:14 -0700 (PDT) Received: from [128.224.162.196] (128.224.162.196) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Tue, 20 Mar 2012 20:20:15 -0700 Message-ID: <4F6948EC.5050309@windriver.com> Date: Wed, 21 Mar 2012 11:20:12 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer Subject: runqemu doesn't work with graphics through ssh X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2012 03:29:08 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit The runqemu doesn't work with graphics through ssh, here are the reproduce steps: 1) ssh -X (or -Y) to a host 2) runqemu qemux86 The qemu window would leap and leap, and can't be closed by click the "close" button or "crtl-c". the "runqemu nographic qemux86" This happens on: Fedora 13 64bit and Ubuntu 11.10 64bit, the ssh connection is from Ubuntu 11.10 32bit. -- Thanks Robert