Re: [Qemu-devel] [PATCH] memory: Do not update coalesced IO range in the case of NOP

2019-02-11 Thread Paolo Bonzini
On 05/02/19 23:50, Jagannathan Raman wrote: > Do not add/del coalesced IO ranges in the case where the > same FlatRanges are present in both old and new FlatViews > > Fixes: 3ac7d43a6fbb ("memory: update coalesced_range on transaction_commit") > Signed-off-by: Jagannathan Raman > --- > memory.c

Re: [Qemu-devel] [PATCH] memory: Do not update coalesced IO range in the case of NOP

2019-02-10 Thread Jag Raman
ping > On Feb 5, 2019, at 5:50 PM, Jagannathan Raman wrote: > > Do not add/del coalesced IO ranges in the case where the > same FlatRanges are present in both old and new FlatViews > > Fixes: 3ac7d43a6fbb ("memory: update coalesced_range on transaction_commit") > Signed-off-by: Jagannathan Rama

[Qemu-devel] [PATCH] memory: Do not update coalesced IO range in the case of NOP

2019-02-05 Thread Jagannathan Raman
Do not add/del coalesced IO ranges in the case where the same FlatRanges are present in both old and new FlatViews Fixes: 3ac7d43a6fbb ("memory: update coalesced_range on transaction_commit") Signed-off-by: Jagannathan Raman --- memory.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-)