Revision 1d5bf692 hw/misc/vfio.c

b/hw/misc/vfio.c
2084 2084
    if (vfio_listener_skipped_section(section)) {
2085 2085
        DPRINTF("SKIPPING region_add %"HWADDR_PRIx" - %"PRIx64"\n",
2086 2086
                section->offset_within_address_space,
2087
                section->offset_within_address_space + section->size - 1);
2087
                section->offset_within_address_space +
2088
                int128_get64(int128_sub(section->size, int128_one())));
2088 2089
        return;
2089 2090
    }
2090 2091

  
......
2129 2130
    if (vfio_listener_skipped_section(section)) {
2130 2131
        DPRINTF("SKIPPING region_del %"HWADDR_PRIx" - %"PRIx64"\n",
2131 2132
                section->offset_within_address_space,
2132
                section->offset_within_address_space + section->size - 1);
2133
                section->offset_within_address_space +
2134
                int128_get64(int128_sub(section->size, int128_one())));
2133 2135
        return;
2134 2136
    }
2135 2137

  

Also available in: Unified diff