nutanix / libvfio-user

framework for emulating devices in userspace
BSD 3-Clause "New" or "Revised" License
166 stars 51 forks source link

improve region access debugging #653

Closed jlevon closed 2 years ago

jlevon commented 2 years ago

Many region accesses of interest are of normal register sizes; sniff the region access size, and report the read/written value if possible. Clean up dump_buffer() now, as it's not of much use.

Signed-off-by: John Levon john.levon@nutanix.com