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:
Benjamin Lamowski
2023-05-16 14:16:56 +02:00
committed by Christian Helmuth
parent 312b638220
commit 1e3836f8b5
19 changed files with 41 additions and 13 deletions

View File

@ -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