Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80846
b: refs/heads/master
c: 9584bf2
h: refs/heads/master
v: v3
  • Loading branch information
Ryan Harper authored and Avi Kivity committed Jan 30, 2008
1 parent a7eb390 commit ec7d01d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0711456c0d78335d24e4f92aa40d32c78fd44aa8
refs/heads/master: 9584bf2c93f56656dba0de8f6c75b54ca7995143
3 changes: 2 additions & 1 deletion trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,8 @@ static void vmx_intr_assist(struct kvm_vcpu *vcpu)
if (intr_info_field & INTR_INFO_VALID_MASK) {
if (idtv_info_field & INTR_INFO_VALID_MASK) {
/* TODO: fault when IDT_Vectoring */
printk(KERN_ERR "Fault when IDT_Vectoring\n");
if (printk_ratelimit())
printk(KERN_ERR "Fault when IDT_Vectoring\n");
}
if (has_ext_irq)
enable_irq_window(vcpu);
Expand Down

0 comments on commit ec7d01d

Please sign in to comment.