Re: [Qemu-devel] [PATCH] RDMA: Reduce restriction on block length match

2015-07-09 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> "Dr. David Alan Gilbert (git)" wrote: > >> > From: "Dr. David Alan Gilbert" > >> > > >> > My e4d633207 patch has an over zealous sanity check that checked > >> > t

Re: [Qemu-devel] [PATCH] RDMA: Reduce restriction on block length match

2015-07-08 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> "Dr. David Alan Gilbert (git)" wrote: >> > From: "Dr. David Alan Gilbert" >> > >> > My e4d633207 patch has an over zealous sanity check that checked >> > the lengths of the RAM Blocks on source/destination were the

Re: [Qemu-devel] [PATCH] RDMA: Reduce restriction on block length match

2015-07-08 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert (git)" wrote: > > From: "Dr. David Alan Gilbert" > > > > My e4d633207 patch has an over zealous sanity check that checked > > the lengths of the RAM Blocks on source/destination were the same. This > > isn't true because of t

Re: [Qemu-devel] [PATCH] RDMA: Reduce restriction on block length match

2015-07-08 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > My e4d633207 patch has an over zealous sanity check that checked > the lengths of the RAM Blocks on source/destination were the same. This > isn't true because of the 'used_length' trick for RAM blocks like the > ACPI tab

[Qemu-devel] [PATCH] RDMA: Reduce restriction on block length match

2015-07-08 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" My e4d633207 patch has an over zealous sanity check that checked the lengths of the RAM Blocks on source/destination were the same. This isn't true because of the 'used_length' trick for RAM blocks like the ACPI table that vary in size. Prior to that patch RDMA wo

[Qemu-devel] [PATCH] RDMA: Reduce restriction on block length match

2015-07-08 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" My e4d633207 patch has an over zealous sanity check that checked the lengths of the RAM Blocks on source/destination were the same. This isn't true because of the 'used_length' trick for RAM blocks like the ACPI table that vary in size. Prior to that patch RDMA wo