diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2015-06-23 17:34:35 +0100 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2015-07-07 14:54:46 +0200 |
commit | 1aca9a5f7d5a1ef9ee0233eac0fccc77ea6f0626 (patch) | |
tree | f2a0eccc82260c0601d787568c38ff50a7c304e2 /migration/exec.c | |
parent | 728470bea15b11ba7b3e3db54f0d9939908e0e65 (diff) |
Only try and read a VMDescription if it should be there
The VMDescription section maybe after the EOF mark, the current code
does a 'qemu_get_byte' and either gets the header byte identifying the
description or an error (which it ignores). Doing the 'get' upsets
RDMA which hangs on old machine types without the VMDescription.
Just avoid reading the VMDescription if we wouldn't send it.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'migration/exec.c')
0 files changed, 0 insertions, 0 deletions