Re: [Qemu-devel] [PATCH] Only try and read a VMDescription if it should be there

2015-07-01 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > 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 whi

[Qemu-devel] [PATCH] Only try and read a VMDescription if it should be there

2015-06-23 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" 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 VMDescri