dev, virtio: properly set PCI address space to use IOREG
Review Request #3466 - Created May 12, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Bjoern A. Zeeb | |
| gem5 | |
| Reviewers | |
| Default | |
| andysan | |
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.
Booted FreeBSD X86, armv7, and arm64 with a VirtIO disk.
