Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-10 Thread Peter Cheung
mcheun...@hotmail.com > Subject: Re: [Qemu-devel] latest qemu with gdb remote not working > > Il 03/06/2013 09:42, Peter Crosthwaite ha scritto: > > Hi Peter and Peter :) > > > > On Sun, Jun 2, 2013 at 7:27 PM, Peter Maydell > > wrote: > >> On 2 June 20

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-10 Thread Peter Cheung
Sorry about that, i forgot i am in a mailing list > Date: Mon, 3 Jun 2013 06:19:56 -0600 > From: ebl...@redhat.com > To: mcheun...@hotmail.com > CC: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] latest qemu with gdb remote not working > > On 06/01/2013 02:09 PM, Pete

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-03 Thread Eric Blake
On 06/01/2013 02:09 PM, Peter Cheung wrote: > i start my qemu by this > ~/qemu/bin/qemu-system-x86_64 -hda hd10meg.img -gdb tcp::1234 -k en-us -S -m > 256m > it was working before, but not for the latest code. When i use GDB to connect > to it, it show up a warning message and i was unable to sta

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-03 Thread Paolo Bonzini
Il 03/06/2013 09:42, Peter Crosthwaite ha scritto: > Hi Peter and Peter :) > > On Sun, Jun 2, 2013 at 7:27 PM, Peter Maydell > wrote: >> On 2 June 2013 06:46, Peter Cheung wrote: >>> I just tried to compile the latest qemu on Fedora 18 64 bits, >>> it is also fail. When i press "c" in gdb,

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-03 Thread Peter Crosthwaite
Hi Peter and Peter :) On Sun, Jun 2, 2013 at 7:27 PM, Peter Maydell wrote: > On 2 June 2013 06:46, Peter Cheung wrote: >> I just tried to compile the latest qemu on Fedora 18 64 bits, >> it is also fail. When i press "c" in gdb, the qemu won't start >> running. > > Good. This significantly i

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-02 Thread Peter Maydell
On 2 June 2013 06:46, Peter Cheung wrote: > I just tried to compile the latest qemu on Fedora 18 64 bits, > it is also fail. When i press "c" in gdb, the qemu won't start > running. Good. This significantly increases the chances that somebody will investigate. > But one thing fedora is diffe

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-01 Thread Peter Cheung
.9configured to support archs: i386 x86_64LTO support using: llvm version 3.0 Thanksfrom Peter > From: peter.mayd...@linaro.org > Date: Sun, 2 Jun 2013 00:09:38 +0100 > Subject: Re: [Qemu-devel] latest qemu with gdb remote not working > To: peter.crosthwa...@xilinx.com > CC: mcheun...@hot

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-01 Thread Peter Cheung
Hi Peter CrosthwaiteI haven't git pull the code for two months. Thanksfrom Peter > Date: Sun, 2 Jun 2013 08:57:37 +1000 > From: peter.crosthwa...@xilinx.com > To: mcheun...@hotmail.com > CC: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] latest qemu with gdb remote

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-01 Thread Peter Maydell
On 1 June 2013 23:57, Peter Crosthwaite wrote: > On Sun, Jun 2, 2013 at 6:09 AM, Peter Cheung wrote: >> i start my qemu by this >> >> ~/qemu/bin/qemu-system-x86_64 -hda hd10meg.img -gdb tcp::1234 -k en-us -S -m >> 256m >> >> it was working before, but not for the latest code. > > When was "before

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-01 Thread Peter Crosthwaite
Hi Peter, On Sun, Jun 2, 2013 at 6:09 AM, Peter Cheung wrote: > i start my qemu by this > > ~/qemu/bin/qemu-system-x86_64 -hda hd10meg.img -gdb tcp::1234 -k en-us -S -m > 256m > > it was working before, but not for the latest code. When was "before" and are you able to git bisect it? Regards, P