mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-20 08:03:56 +00:00
vm_session: adjustments to work with seoul vmm
for foc, nova, sel4 Issue #3111
This commit is contained in:
committed by
Christian Helmuth
parent
8950de5a89
commit
cc64c43758
@ -227,6 +227,7 @@ struct Vcpu {
|
||||
if (state.ip.valid()) {
|
||||
utcb.mtd |= Nova::Mtd::EIP;
|
||||
utcb.ip = state.ip.value();
|
||||
utcb.instr_len = state.ip_len.value();
|
||||
}
|
||||
|
||||
if (state.dr7.valid()) {
|
||||
|
Reference in New Issue
Block a user