[Qemu-devel] [PULL 09/35] memory: avoid unnecessary coalesced_io_del operations

2018-12-19 Thread Paolo Bonzini
Store whether the FlatRange has had any coalesced I/O ranges applied, and if not avoid calling coalesced_io_del. This is useful in preparation for the next patch, which will call coalesced_io_del when rendering memory regions. Signed-off-by: Paolo Bonzini --- memory.c | 11 +++ 1 file c

[Qemu-devel] [PULL 09/35] memory: avoid unnecessary coalesced_io_del operations

2018-12-17 Thread Paolo Bonzini
Store whether the FlatRange has had any coalesced I/O ranges applied, and if not avoid calling coalesced_io_del. This is useful in preparation for the next patch, which will call coalesced_io_del when rendering memory regions. Signed-off-by: Paolo Bonzini --- memory.c | 11 +++ 1 file c