From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZemJK-0006EI-E1 for qemu-devel@nongnu.org; Wed, 23 Sep 2015 11:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZemJG-0004OS-D7 for qemu-devel@nongnu.org; Wed, 23 Sep 2015 11:50:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZemJG-0004O3-8u for qemu-devel@nongnu.org; Wed, 23 Sep 2015 11:50:18 -0400 References: <20150921190459.9354.26190.malonedeb@gac.canonical.com> <20150923151320.9589.84785.malone@soybean.canonical.com> From: Laszlo Ersek Message-ID: <5602CA38.4080003@redhat.com> Date: Wed, 23 Sep 2015 17:50:16 +0200 MIME-Version: 1.0 In-Reply-To: <20150923151320.9589.84785.malone@soybean.canonical.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 1498144] Re: Failure booting hurd with qemu-system-i386 on ARM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1498144 <1498144@bugs.launchpad.net>, qemu-devel@nongnu.org On 09/23/15 17:13, PeteVine wrote: > I can't get any more useful info - either the script is expecting some > outdated version of python or there's simply nothing else to see cause > qemu failed to start. > > For example: > > (gdb) source qemu-gdb.py > (gdb) run > Starting program: /usr/bin/qemu-system-i386 -m 512 -hda /media/odroid/debian-hurd-20150320.img > > and so on > > (gdb) qemu mtree > Python Exception No symbol "address_space_memory" in current context.: > Error occurred in Python command: No symbol "address_space_memory" in current context. > > As for using: > > qemu coroutine, I'm not sure where the pointer value should come from > but feeding it a bogus one ends exactly as above. > > Any suggestions? > Sorry, no idea.