Searched refs:VcpuRequest (Results 1 – 5 of 5) sorted by relevance
5 // (VcpuRequest/VcpuResponse). Each protocol works the same: the client creates a protobuf of either6 // a MainRequest or VcpuRequest, sends it encoded over the main socket or one of the vcpu sockets,248 // socket. The VcpuRequest/VcpuResponse protocol is run over each of the returned fds.286 message VcpuRequest { message463 // VcpuRequest.
1073 fn vcpu_send(&mut self, request: &VcpuRequest) -> result::Result<(), c_int> { in vcpu_send()1115 fn vcpu_transaction(&mut self, request: &VcpuRequest) -> result::Result<VcpuResponse, c_int> { in vcpu_transaction()1124 let mut r = VcpuRequest::new(); in wait()1207 let mut r = VcpuRequest::new(); in resume()1233 let mut r = VcpuRequest::new(); in get_state()1252 let mut r = VcpuRequest::new(); in set_state()1265 let mut r = VcpuRequest::new(); in set_state_from_cache()1295 let mut r = VcpuRequest::new(); in get_hyperv_cpuid()1328 let mut r = VcpuRequest::new(); in get_msrs()1350 let mut r = VcpuRequest::new(); in set_msrs()[all …]
107 VcpuRequest(mpsc::SendError<VcpuControl>), enumerator148 self.vcpu_com[0].send(request).map_err(Error::VcpuRequest)?; in vcpu_request()
317 let mut shutdown_request = VcpuRequest::new(); in signal_kill()
614 let mut request: VcpuRequest = in handle_request()