mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
base-hw: pass generic Vm_data structure to the kernel object
This enables passing additional data structures to the kernel on x86. Ref #4826
This commit is contained in:
committed by
Christian Helmuth
parent
312b638220
commit
1e3836f8b5
@ -23,6 +23,7 @@ namespace Genode {
|
||||
* CPU context of a virtual machine
|
||||
*/
|
||||
struct Vm_state;
|
||||
using Vm_data = Vm_state;
|
||||
}
|
||||
|
||||
struct Genode::Vm_state : Genode::Vcpu_state
|
||||
|
Reference in New Issue
Block a user