Re: [Qemu-devel] [Qemu-ppc] [PATCH 2/2] [v3] target-ppc: Enhance CPU nodes of device tree to be PAPR compliant.

2013-08-14 Thread Jacques Mony
True. From AIX on POWER7+, only seeing POWER7 in here. -Original Message- From: Andreas Färber [afaer...@suse.de] Sent: Wednesday, August 14, 2013 07:05 AM Eastern Standard Time To: Paul Mackerras Cc: Alexey Kardashevisky; Thomas Huth; QEMU; qemu-ppc; Anthony L

Re: [Qemu-devel] qemu gdb issue

2012-03-16 Thread Jacques
Hi Mulyadi, I see what you mean. How do I know if this is happening? When I do 'x/i $eip' I get a completely sane result with exactly the instructions I want. On 03/15/2012 07:13 PM, Mulyadi Santosa wrote: > Hi... > > On Thu, Mar 15, 2012 at 23:03, Jacques wrote: >> I

[Qemu-devel] qemu gdb issue

2012-03-15 Thread Jacques
Hi folks, I'm busy with a small project and I'm running into problems debugging qemu. I hope this is the right place to get help. I'm running an application in qemu through the userspace qemu-i386 and attaching to the process with gdb. I have pygdb scripts that then interact with gdb. The issue