mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 00:41:55 +00:00
Rework Region_map interface
- Remove exceptions - Use 'Attr' struct for attach arguments - Let 'attach' return 'Range' instead of 'Local_addr' - Renamed 'Region_map::State' to 'Region_map::Fault' Issue #5245 Fixes #5070
This commit is contained in:
@ -90,7 +90,7 @@ struct Foc_native_vcpu_rpc : Rpc_client<Vm_session::Native_vcpu>, Noncopyable
|
||||
Foc::l4_cap_idx_t task_index() { return call<Rpc_task_index>(); }
|
||||
|
||||
Foc::l4_vcpu_state_t * foc_vcpu_state() {
|
||||
return static_cast<Foc::l4_vcpu_state_t *>(call<Rpc_foc_vcpu_state>()); }
|
||||
return reinterpret_cast<Foc::l4_vcpu_state_t *>(call<Rpc_foc_vcpu_state>()); }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user