Benjamin Lamowski
0e49149a46
base-hw: rename Vm_state to Vcpu_state
...
Make naming across architectures coherent by renaming Vm_state to
Vcpu_state, to reflect that it contains the state of a Vcpu and not that
of an entire VM.
Ref #4968
2023-10-04 13:22:07 +02:00
Benjamin Lamowski
9489bf41a5
base-hw: port to new VMM library API
...
Ref #4968
2023-10-04 13:22:03 +02:00
Benjamin Lamowski
e882ca748d
base-hw: virt: implement support for SVM
...
Ref #4826
2023-05-30 12:13:34 +02:00
Benjamin Lamowski
1e3836f8b5
base-hw: pass generic Vm_data structure to the kernel object
...
This enables passing additional data structures to the kernel on x86.
Ref #4826
2023-05-30 12:13:34 +02:00
Benjamin Lamowski
fa6e819f9a
base-hw: x86: use Vcpu_state as Vm_state
...
Ref #4826
2023-05-30 12:13:33 +02:00
Benjamin Lamowski
6ca7119267
base-hw: copy virtualization structure for x86_64
...
Ref #4826
2023-05-30 12:13:33 +02:00