[Qemu-devel] [PATCH 2/5] runstate: Print state transition when invalid

2011-10-19 Thread Luiz Capitulino
Makes it easier to debug. Signed-off-by: Luiz Capitulino --- vl.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/vl.c b/vl.c index 2dce3ae..2a634a7 100644 --- a/vl.c +++ b/vl.c @@ -393,9 +393,12 @@ void runstate_init(void) /* This function will abort() on inval

Re: [Qemu-devel] [PATCH 2/5] runstate: Print state transition when invalid

2011-10-19 Thread Luiz Capitulino
On Wed, 19 Oct 2011 08:43:33 +0800 Wen Congyang wrote: > At 10/15/2011 01:26 AM, Luiz Capitulino Write: > > Makes it easier to debug. > > > > Signed-off-by: Luiz Capitulino > > --- > > vl.c |4 +++- > > 1 files changed, 3 insertions(+), 1 deletions(-) > > > > diff --git a/vl.c b/vl.c > >

Re: [Qemu-devel] [PATCH 2/5] runstate: Print state transition when invalid

2011-10-18 Thread Wen Congyang
At 10/15/2011 01:26 AM, Luiz Capitulino Write: > Makes it easier to debug. > > Signed-off-by: Luiz Capitulino > --- > vl.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/vl.c b/vl.c > index dbf7778..6645720 100644 > --- a/vl.c > +++ b/vl.c > @@ -397,7 +397,9 @@

[Qemu-devel] [PATCH 2/5] runstate: Print state transition when invalid

2011-10-14 Thread Luiz Capitulino
Makes it easier to debug. Signed-off-by: Luiz Capitulino --- vl.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index dbf7778..6645720 100644 --- a/vl.c +++ b/vl.c @@ -397,7 +397,9 @@ void runstate_set(RunState new_state) { if (new_state >= RUN_STA