Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202257
b: refs/heads/master
c: 54b8486
h: refs/heads/master
i:
  202255: d642747
v: v3
  • Loading branch information
Gleb Natapov authored and Avi Kivity committed Aug 1, 2010
1 parent bb32817 commit dca6571
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 51 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95cb229530f329ec8002274891793be9c91385f7
refs/heads/master: 54b8486f469475d6c8e8aec917b91239a54eb8c8
6 changes: 6 additions & 0 deletions trunk/arch/x86/include/asm/kvm_emulate.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ struct x86_emulate_ctxt {
int interruptibility;

bool restart; /* restart string instruction after writeback */

int exception; /* exception that happens during emulation or -1 */
u32 error_code; /* error code for exception */
bool error_code_valid;
unsigned long cr2; /* faulted address in case of #PF */

/* decode cache */
struct decode_cache decode;
};
Expand Down
Loading

0 comments on commit dca6571

Please sign in to comment.