fn process_gpu_control_request(
state: &SharedGpuControlState,
req: VmRequest,
) -> VmResponseExpand description
Handles a single GPU control request. Kept non-async so that the state borrow cannot be
held across an await point.
fn process_gpu_control_request(
state: &SharedGpuControlState,
req: VmRequest,
) -> VmResponseHandles a single GPU control request. Kept non-async so that the state borrow cannot be
held across an await point.