From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1xl1-00088m-BF for qemu-devel@nongnu.org; Mon, 08 Jun 2015 10:10:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1xkv-0007An-C9 for qemu-devel@nongnu.org; Mon, 08 Jun 2015 10:10:31 -0400 Received: from mail-ig0-f173.google.com ([209.85.213.173]:37858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1xkv-0007AX-7x for qemu-devel@nongnu.org; Mon, 08 Jun 2015 10:10:25 -0400 Received: by igbsb11 with SMTP id sb11so57887329igb.0 for ; Mon, 08 Jun 2015 07:10:24 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <98F7303F-69EB-4D28-BCBD-2412AA590F9D@livius.net> <839B530D-195F-49A8-A0F7-5E0C2FD0AF54@livius.net> From: Peter Maydell Date: Mon, 8 Jun 2015 15:10:04 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] Trying to execute code outside RAM or ROM at 0x08000230 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liviu Ionescu Cc: QEMU Developers On 8 June 2015 at 15:04, Liviu Ionescu wrote: > as I said, probably the qemu readline implementation assumes all > consoles in the world are vt100 terminals, which is obviously too > optimistic, a notable exception being exactly the Eclipse console. Well, readline assumes that you have an interactive terminal, since you're interacting with it. You can always turn off the readline feature if you don't want it. https://bugs.eclipse.org/bugs/show_bug.cgi?id=112948 is the eclipse bug for "console should support ANSI escape sequences". -- PMM