Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180433
b: refs/heads/master
c: ee73f65
h: refs/heads/master
i:
  180431: 0d72742
v: v3
  • Loading branch information
Marcelo Tosatti authored and Avi Kivity committed Feb 9, 2010
1 parent c6ab6e0 commit ca425eb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 923de3cf5bf12049628019010e36623fca5ef6d1
refs/heads/master: ee73f656a604d5aa9df86a97102e4e462dd79924
3 changes: 3 additions & 0 deletions trunk/arch/x86/kvm/i8254.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@ static int pit_ioport_read(struct kvm_io_device *this,
return -EOPNOTSUPP;

addr &= KVM_PIT_CHANNEL_MASK;
if (addr == 3)
return 0;

s = &pit_state->channels[addr];

mutex_lock(&pit_state->lock);
Expand Down

0 comments on commit ca425eb

Please sign in to comment.