nutanix / libvfio-user

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

make SGL error-checking DEBUG-only #706

Closed jlevon closed 2 years ago

jlevon commented 2 years ago

As vfu_addr_to_sgl() and co are on the hot path, compile out these sanity checks for non-DEBUG builds.

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