On 22.06.15 16:49, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > 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. > > Using 'qemu_peek_byte' avoids that. > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
Fun. I did actually use peek at first and then figured it's the same as read in the qemu file implementation. Have you figured out why exactly peek does make a difference for the RDMA case? Alex