From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O24ph-0005hs-St for qemu-devel@nongnu.org; Wed, 14 Apr 2010 11:48:53 -0400 Received: from [140.186.70.92] (port=45074 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O24pf-0005gn-Qf for qemu-devel@nongnu.org; Wed, 14 Apr 2010 11:48:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O24pe-00044i-1r for qemu-devel@nongnu.org; Wed, 14 Apr 2010 11:48:51 -0400 Received: from mail-ew0-f227.google.com ([209.85.219.227]:65035) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O24pd-00044Y-PO for qemu-devel@nongnu.org; Wed, 14 Apr 2010 11:48:50 -0400 Received: by ewy27 with SMTP id 27so156266ewy.10 for ; Wed, 14 Apr 2010 08:48:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4BC5E3DC.1040102@redhat.com> Date: Wed, 14 Apr 2010 17:48:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/6] tcg-hppa improvements List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, aurelien@aurel32.net On 04/14/2010 03:50 PM, Richard Henderson wrote: > These are all follow-ups to Aurelien's review of my finish-the-port > post of last week. > > I've been able to do some testing of system mode now. Both arm-test > and sparc-test seem to have some problem entering user-mode. This is > suggesive of the problem Aurelien described wrt re-translation, but > as far as I can tell I've fixed that bit. Nevertheless, this patch > sequence is a strict improvement, since we wouldn't get even that far > before this patch sequence. > > I'm going to try to get SDL et al installed on the machine next, so > I can try some graphics-mode emulations, like DOS... however horrible > trans-atlantic X sessions tend to be... It might be easier to use VNC (tunneling VNC over ssh), since you likely already have vncviewer on your machine. Paolo