mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
The physical address of the memory used for the guest VMCB is already present in Vcpu_data. Use the information there instead of storing the physical address in the host data area, thereby freeing up 8 bytes for a bigger Mmio class. Issue #4081