Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80803
b: refs/heads/master
c: b1fd3d3
h: refs/heads/master
i:
  80801: e4111f7
  80799: cdf5cab
v: v3
  • Loading branch information
Zhang Xiantao authored and Avi Kivity committed Jan 30, 2008
1 parent 734da75 commit 3f1260d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c7ac28d3dd27d718493aae4bbc7de89a2d9d386
refs/heads/master: b1fd3d30ba46360fc94d40ee8dc1f7a4338b19be
5 changes: 5 additions & 0 deletions trunk/drivers/kvm/ioapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@ static void ioapic_mmio_write(struct kvm_io_device *this, gpa_t addr, int len,
case IOAPIC_REG_WINDOW:
ioapic_write_indirect(ioapic, data);
break;
#ifdef CONFIG_IA64
case IOAPIC_REG_EOI:
kvm_ioapic_update_eoi(ioapic, data);
break;
#endif

default:
break;
Expand Down

0 comments on commit 3f1260d

Please sign in to comment.