template <uint32_t N>
struct AttachResourceBackingCommand
Defined at line 565 of file ../../src/graphics/lib/virtio/virtio-abi.h
Assigns backing pages to a resource.
The response does not have any data.
Typesafe combination of struct virtio_gpu_resource_attach_backing and
struct virtio_gpu_mem_entry in virtio13 5.7.6.8 "Device Operation: controlq",
under the VIRTIO_GPU_CMD_RESOURCE_ATTACH_BACKING command
Public Members
ControlHeader header
uint32_t resource_id
uint32_t entry_count
MemoryEntry[N] entries