Re: [Qemu-devel] [PATCH 1/2] Improve Monitor disas with symbol lookup

2013-08-19 Thread Fabien Chouteau
On 08/19/2013 04:14 PM, Andreas Färber wrote: > Am 02.08.2013 14:48, schrieb Fabien Chouteau: >> Part of M731-018. >> >> Signed-off-by: Fabien Chouteau >> --- >> disas.c | 16 >> 1 file changed, 12 insertions(+), 4 deletions(-) >> >> diff --git a/disas.c b/disas.c >> index 7100

Re: [Qemu-devel] [PATCH 1/2] Improve Monitor disas with symbol lookup

2013-08-19 Thread Andreas Färber
Am 02.08.2013 14:48, schrieb Fabien Chouteau: > Part of M731-018. > > Signed-off-by: Fabien Chouteau > --- > disas.c | 16 > 1 file changed, 12 insertions(+), 4 deletions(-) > > diff --git a/disas.c b/disas.c > index 71007fb..3ffb3ae 100644 > --- a/disas.c > +++ b/disas.c > @

Re: [Qemu-devel] [PATCH 1/2] Improve Monitor disas with symbol lookup

2013-08-19 Thread Fabien Chouteau
On 08/19/2013 10:33 AM, Peter Maydell wrote: > On 2 August 2013 13:48, Fabien Chouteau wrote: >> Part of M731-018. > > What is this a reference to? > I'm sorry this is not supposed to be here. Do you have comments before I resend the patch? Regards, -- Fabien Chouteau

Re: [Qemu-devel] [PATCH 1/2] Improve Monitor disas with symbol lookup

2013-08-19 Thread Peter Maydell
On 2 August 2013 13:48, Fabien Chouteau wrote: > Part of M731-018. What is this a reference to? > Signed-off-by: Fabien Chouteau > --- > disas.c | 16 > 1 file changed, 12 insertions(+), 4 deletions(-) > > diff --git a/disas.c b/disas.c > index 71007fb..3ffb3ae 100644 > ---

Re: [Qemu-devel] [PATCH 1/2] Improve Monitor disas with symbol lookup

2013-08-19 Thread Fabien Chouteau
Any comments? Regards, On 08/02/2013 02:48 PM, Fabien Chouteau wrote: > Part of M731-018. > > Signed-off-by: Fabien Chouteau > --- > disas.c | 16 > 1 file changed, 12 insertions(+), 4 deletions(-) > > diff --git a/disas.c b/disas.c > index 71007fb..3ffb3ae 100644 > --- a/d

[Qemu-devel] [PATCH 1/2] Improve Monitor disas with symbol lookup

2013-08-02 Thread Fabien Chouteau
Part of M731-018. Signed-off-by: Fabien Chouteau --- disas.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/disas.c b/disas.c index 71007fb..3ffb3ae 100644 --- a/disas.c +++ b/disas.c @@ -480,11 +480,19 @@ void monitor_disas(Monitor *mon, CPUArchState *en