pub const MAX_ATTACH_BACKING_REQ_MEMORY_ENTRIES: usize = 1;Expand description
How many individual memory regions a backing buffer for a resource can be split over.
This constant is used in calculating the maximum size of a
ResourceAttachBackingReq, which in turn is used to calculate
the overall maximum request size issued by the VirtIOGPU
driver.