Re: [Qemu-devel] [PATCH 4/9] runstate: create runstate_index function

2015-06-16 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Given a string state, we need a way to get the RunState for that string. >> >> Signed-off-by: Juan Quintela >> --- >> include/sysemu/sysemu.h | 1 + >> vl.c| 13 + >> 2 files chang

Re: [Qemu-devel] [PATCH 4/9] runstate: create runstate_index function

2015-06-16 Thread Juan Quintela
Eric Blake wrote: D> On 05/18/2015 03:58 AM, Dr. David Alan Gilbert wrote: >> * Juan Quintela (quint...@redhat.com) wrote: >>> Given a string state, we need a way to get the RunState for that string. >>> >>> Signed-off-by: Juan Quintela >>> --- >>> include/sysemu/sysemu.h | 1 + >>> vl.c

Re: [Qemu-devel] [PATCH 4/9] runstate: create runstate_index function

2015-05-18 Thread Eric Blake
On 05/18/2015 03:58 AM, Dr. David Alan Gilbert wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Given a string state, we need a way to get the RunState for that string. >> >> Signed-off-by: Juan Quintela >> --- >> include/sysemu/sysemu.h | 1 + >> vl.c| 13 +++

Re: [Qemu-devel] [PATCH 4/9] runstate: create runstate_index function

2015-05-18 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Given a string state, we need a way to get the RunState for that string. > > Signed-off-by: Juan Quintela > --- > include/sysemu/sysemu.h | 1 + > vl.c| 13 + > 2 files changed, 14 insertions(+) > > diff --git a/inc

[Qemu-devel] [PATCH 4/9] runstate: create runstate_index function

2015-05-14 Thread Juan Quintela
Given a string state, we need a way to get the RunState for that string. Signed-off-by: Juan Quintela --- include/sysemu/sysemu.h | 1 + vl.c| 13 + 2 files changed, 14 insertions(+) diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index c1a403e..e