passed through to userspace. When not using ukvm, if a guest does I/O to
these ports, vmd(8) will just discard the I/O.
Thanks to Adam Steen for helping test these past few diffs, in order
to get ukvm working on vmm(4).
-/* $OpenBSD: vmm.c,v 1.178 2017/11/29 02:46:10 mlarkin Exp $ */
+/* $OpenBSD: vmm.c,v 1.179 2017/11/29 02:56:21 mlarkin Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
case 0x3f8 ... 0x3ff:
case 0xcf8:
case 0xcfc ... 0xcff:
+ case 0x500 ... 0x50f:
case VMM_PCI_IO_BAR_BASE ... VMM_PCI_IO_BAR_END:
ret = EAGAIN;
break;
case 0x3f8 ... 0x3ff:
case 0xcf8:
case 0xcfc ... 0xcff:
+ case 0x500 ... 0x50f:
case VMM_PCI_IO_BAR_BASE ... VMM_PCI_IO_BAR_END:
ret = EAGAIN;
break;