mirror of
https://github.com/mii443/nel_os.git
synced 2025-08-22 16:15:38 +00:00
hlt vmexit
This commit is contained in:
@ -126,7 +126,7 @@ impl VCpu {
|
||||
|
||||
primary_exec_ctrl.0 |= (reserved_bits & 0xFFFFFFFF) as u32;
|
||||
primary_exec_ctrl.0 &= (reserved_bits >> 32) as u32;
|
||||
primary_exec_ctrl.set_hlt(false);
|
||||
primary_exec_ctrl.set_hlt(true);
|
||||
primary_exec_ctrl.set_activate_secondary_controls(true);
|
||||
|
||||
primary_exec_ctrl.write();
|
||||
|
Reference in New Issue
Block a user