kvm: Ignore dummy delay ioport

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
This commit is contained in:
Pekka Enberg
2015-06-01 16:39:39 +01:00
committed by Will Deacon
parent 72608c298c
commit 95756a07b3
+3
View File
@@ -62,6 +62,9 @@ static struct ioport_operations *ioport_ops[USHRT_MAX] = {
[0xA0] = &dummy_read_write_ioport_ops,
[0xA1] = &dummy_read_write_ioport_ops,
/* PORT 00ED - DUMMY PORT FOR DELAY??? */
[0xED] = &dummy_write_only_ioport_ops,
/* 0x00F0 - 0x00FF - Math co-processor */
[0xF0] = &dummy_write_only_ioport_ops,
[0xF1] = &dummy_write_only_ioport_ops,