Re: [Qemu-devel] [PATCH] vmstate: check subsection_found is enough

2019-04-02 Thread Wei Yang
On Tue, Apr 02, 2019 at 07:44:23PM +0100, Dr. David Alan Gilbert wrote: >* Wei Yang (richardw.y...@linux.intel.com) wrote: >> subsection_found is true implies vmdesc is not NULL. >> >> Signed-off-by: Wei Yang >> --- >> migration/vmstate.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Qemu-devel] [PATCH] vmstate: check subsection_found is enough

2019-04-02 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote: > subsection_found is true implies vmdesc is not NULL. > > Signed-off-by: Wei Yang > --- > migration/vmstate.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/migration/vmstate.c b/migration/vmstate.c > index e2bbb7b5f7.

[Qemu-devel] [PATCH] vmstate: check subsection_found is enough

2019-04-01 Thread Wei Yang
subsection_found is true implies vmdesc is not NULL. Signed-off-by: Wei Yang --- migration/vmstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/vmstate.c b/migration/vmstate.c index e2bbb7b5f7..8327179eea 100644 --- a/migration/vmstate.c +++ b/migration/vmstate