commit | 1d5bf692e55ae22b59083741d521e27db704846d | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Thu Oct 03 09:10:09 2013 -0600 |
committer | Alex Williamson <alex.williamson@redhat.com> | Thu Oct 03 09:10:09 2013 -0600 |
tree | 9e0d2ed9ea3f63dacee832973b7aca99f6e00387 | |
parent | f16f39c3fc973c5d7cbc2224eefb4ef5eb1e64ff [diff] |
vfio: Fix debug output for int128 values Memory regions can easily be 2^64 byte long and therefore overflow for just a bit but that is enough for int128_get64() to assert. This takes care of debug printing of huge section sizes. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>