summaryrefslogtreecommitdiffstats
path: root/scripts/switch-timer-api
diff options
context:
space:
mode:
authorDr. David Alan Gilbert2015-06-23 18:34:35 +0200
committerJuan Quintela2015-07-07 14:54:46 +0200
commit1aca9a5f7d5a1ef9ee0233eac0fccc77ea6f0626 (patch)
treef2a0eccc82260c0601d787568c38ff50a7c304e2 /scripts/switch-timer-api
parentrdma: fix memory leak (diff)
downloadqemu-1aca9a5f7d5a1ef9ee0233eac0fccc77ea6f0626.tar.gz
qemu-1aca9a5f7d5a1ef9ee0233eac0fccc77ea6f0626.tar.xz
qemu-1aca9a5f7d5a1ef9ee0233eac0fccc77ea6f0626.zip
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 'scripts/switch-timer-api')
0 files changed, 0 insertions, 0 deletions