Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95969
b: refs/heads/master
c: ece15ba
h: refs/heads/master
i:
  95967: f350952
v: v3
  • Loading branch information
Marcelo Tosatti authored and Avi Kivity committed May 4, 2008
1 parent 1ff69c9 commit b676269
Show file tree
Hide file tree
Showing 2 changed files with 3 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: dc7457ea52f88539dc72925360e6068d5c938a0f
refs/heads/master: ece15babfa514e06118f62f4df2c757d6209f4f0
2 changes: 2 additions & 0 deletions trunk/arch/x86/kvm/i8254.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ static void pit_load_count(struct kvm *kvm, int channel, u32 val)
* mode 1 is one shot, mode 2 is period, otherwise del timer */
switch (ps->channels[0].mode) {
case 1:
/* FIXME: enhance mode 4 precision */
case 4:
create_pit_timer(&ps->pit_timer, val, 0);
break;
case 2:
Expand Down

0 comments on commit b676269

Please sign in to comment.