Revision 95d2994a memory.h

b/memory.h
217 217
                        bool match_data, uint64_t data, EventNotifier *e);
218 218
    void (*eventfd_del)(MemoryListener *listener, MemoryRegionSection *section,
219 219
                        bool match_data, uint64_t data, EventNotifier *e);
220
    void (*coalesced_mmio_add)(MemoryListener *listener, MemoryRegionSection *section,
221
                               target_phys_addr_t addr, target_phys_addr_t len);
222
    void (*coalesced_mmio_del)(MemoryListener *listener, MemoryRegionSection *section,
223
                               target_phys_addr_t addr, target_phys_addr_t len);
220 224
    /* Lower = earlier (during add), later (during del) */
221 225
    unsigned priority;
222 226
    MemoryRegion *address_space_filter;

Also available in: Unified diff