|
@@ -467,6 +467,9 @@ static int pit_ioport_read(struct kvm_io_device *this,
|
|
return -EOPNOTSUPP;
|
|
return -EOPNOTSUPP;
|
|
|
|
|
|
addr &= KVM_PIT_CHANNEL_MASK;
|
|
addr &= KVM_PIT_CHANNEL_MASK;
|
|
|
|
+ if (addr == 3)
|
|
|
|
+ return 0;
|
|
|
|
+
|
|
s = &pit_state->channels[addr];
|
|
s = &pit_state->channels[addr];
|
|
|
|
|
|
mutex_lock(&pit_state->lock);
|
|
mutex_lock(&pit_state->lock);
|