dev, virtio: properly set PCI address space to use IOREG
authorBjoern A. Zeeb <baz21@cam.ac.uk>
Thu, 19 May 2016 20:19:34 +0000 (15:19 -0500)
committerBjoern A. Zeeb <baz21@cam.ac.uk>
Thu, 19 May 2016 20:19:34 +0000 (15:19 -0500)
commitce610dcab118fe2ae907854429725a4c169cfd56
treeebbf37eff50af9fe01565297c04c012f4a3ea828
parent7dad4377eccebfeedbe3dde1886eead7197baa06
dev, virtio: properly set PCI address space to use IOREG

VirtIO spec < 1.0 demands IOREG to be used on PCI and not memory mapped.
Set the correct bit on the PCI address accordingly.

Committed by Jason Lowe-Power <power.jg@gmail.com>
src/dev/virtio/VirtIO.py