Function process_gpu_control_request

Source
fn process_gpu_control_request(
    state: &SharedGpuControlState,
    req: VmRequest,
) -> VmResponse
Expand description

Handles a single GPU control request. Kept non-async so that the state borrow cannot be held across an await point.