mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 16:39:39 +00:00
@ -72,7 +72,7 @@ struct Foc_native_vcpu_rpc : Rpc_client<Vm_session::Native_vcpu>, Noncopyable
|
||||
Capability<Vm_session::Native_vcpu> _create_vcpu(Vm_connection &vm,
|
||||
Thread_capability &cap)
|
||||
{
|
||||
return vm.with_upgrade([&] () {
|
||||
return vm.with_upgrade([&] {
|
||||
return vm.call<Vm_session::Rpc_create_vcpu>(cap); });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user