Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command

2012-10-26 Thread Luiz Capitulino
On Fri, 26 Oct 2012 03:43:10 +0800 Lei Li wrote: > On 10/24/2012 08:55 PM, Luiz Capitulino wrote: > > On Wed, 24 Oct 2012 15:17:21 +0800 > > Lei Li wrote: > > > >> On 10/23/2012 02:59 AM, Luiz Capitulino wrote: > >>> On Mon, 22 Oct 2012 00:48:01 +0800 > >>> Lei Li wrote: > >>> > Signed-off

Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command

2012-10-25 Thread Lei Li
On 10/24/2012 08:55 PM, Luiz Capitulino wrote: On Wed, 24 Oct 2012 15:17:21 +0800 Lei Li wrote: On 10/23/2012 02:59 AM, Luiz Capitulino wrote: On Mon, 22 Oct 2012 00:48:01 +0800 Lei Li wrote: Signed-off-by: Lei Li --- hmp-commands.hx | 23 +++ hmp.c |

Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command

2012-10-24 Thread Luiz Capitulino
On Wed, 24 Oct 2012 15:17:21 +0800 Lei Li wrote: > On 10/23/2012 02:59 AM, Luiz Capitulino wrote: > > On Mon, 22 Oct 2012 00:48:01 +0800 > > Lei Li wrote: > > > >> Signed-off-by: Lei Li > >> --- > >> hmp-commands.hx | 23 +++ > >> hmp.c | 53 > >> ++

Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command

2012-10-24 Thread Lei Li
On 10/23/2012 02:59 AM, Luiz Capitulino wrote: On Mon, 22 Oct 2012 00:48:01 +0800 Lei Li wrote: Signed-off-by: Lei Li --- hmp-commands.hx | 23 +++ hmp.c | 53 + hmp.h |1 + monitor.c

Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command

2012-10-22 Thread Luiz Capitulino
On Mon, 22 Oct 2012 00:48:01 +0800 Lei Li wrote: > Signed-off-by: Lei Li > --- > hmp-commands.hx | 23 +++ > hmp.c | 53 + > hmp.h |1 + > monitor.c | 15 +++ > monitor.h

[Qemu-devel] [PATCH 5/5] HMP: Introduce console command

2012-10-21 Thread Lei Li
Signed-off-by: Lei Li --- hmp-commands.hx | 23 +++ hmp.c | 53 + hmp.h |1 + monitor.c | 15 +++ monitor.h |3 +++ 5 files changed, 95 insertions(+), 0 deletions(-)

Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command

2012-09-19 Thread Luiz Capitulino
On Wed, 12 Sep 2012 19:57:26 +0800 Lei Li wrote: > Signed-off-by: Lei Li > --- > hmp.c | 42 ++ > monitor.c | 18 ++ > monitor.h |2 ++ > 3 files changed, 62 insertions(+), 0 deletions(-) > > diff --git a/hmp.c b/hmp.c > index

Re: [Qemu-devel] [PATCH 5/5] HMP: Introduce console command

2012-09-14 Thread Blue Swirl
On Wed, Sep 12, 2012 at 11:57 AM, Lei Li wrote: > Signed-off-by: Lei Li > --- > hmp.c | 42 ++ > monitor.c | 18 ++ > monitor.h |2 ++ > 3 files changed, 62 insertions(+), 0 deletions(-) > > diff --git a/hmp.c b/hmp.c > index 43

[Qemu-devel] [PATCH 5/5] HMP: Introduce console command

2012-09-12 Thread Lei Li
Signed-off-by: Lei Li --- hmp.c | 42 ++ monitor.c | 18 ++ monitor.h |2 ++ 3 files changed, 62 insertions(+), 0 deletions(-) diff --git a/hmp.c b/hmp.c index 4397981..a016a5c 100644 --- a/hmp.c +++ b/hmp.c @@ -1205,3 +1205,45