commit | 9d5040ff3de1766004c8eb0810aeda61e1c77712 | [log] [tgz] |
---|---|---|
author | Wedson Almeida Filho <wedsonaf@google.com> | Mon Oct 29 08:41:27 2018 +0000 |
committer | Wedson Almeida Filho <wedsonaf@google.com> | Sun Nov 25 18:35:03 2018 +0000 |
tree | b03e702207d1eeeba111d9aaf874fca70d40c0ff | |
parent | 7c91323f11a86b99f58e62121942a3d2c5038604 [diff] [blame] |
Add asm handlers for all exceptions. Change-Id: Iec3b10c344594d2bff110b4c3239298dc7e0c8d3
diff --git a/inc/hf/cpu.h b/inc/hf/cpu.h index af01151..94ca629 100644 --- a/inc/hf/cpu.h +++ b/inc/hf/cpu.h
@@ -84,3 +84,4 @@ void vcpu_init(struct vcpu *vcpu, struct vm *vm); void vcpu_on(struct vcpu *vcpu); void vcpu_off(struct vcpu *vcpu); +size_t vcpu_index(struct vcpu *vcpu);