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