Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248083
b: refs/heads/master
c: 8d7d810
h: refs/heads/master
i:
  248081: 78b89aa
  248079: 56f46a6
v: v3
  • Loading branch information
Gleb Natapov authored and Avi Kivity committed May 22, 2011
1 parent 444f571 commit 9524c0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 46561646ce409ad96c22645362c113de04f60bfb
refs/heads/master: 8d7d810255982bfcc355cdb8972d72843acb0cf8
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ struct kvm_vcpu_arch {
struct fpu guest_fpu;
u64 xcr0;

gva_t mmio_fault_cr2;
struct kvm_pio_request pio;
void *pio_data;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -4561,7 +4561,7 @@ int x86_emulate_instruction(struct kvm_vcpu *vcpu,
bool writeback = true;

kvm_clear_exception_queue(vcpu);
vcpu->arch.mmio_fault_cr2 = cr2;

/*
* TODO: fix emulate.c to use guest_read/write_register
* instead of direct ->regs accesses, can save hundred cycles
Expand Down

0 comments on commit 9524c0d

Please sign in to comment.