]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Don't match MMIO accesses if there is no MMCONFIG space
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 22 Jul 2014 16:53:16 +0000 (18:53 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sat, 26 Jul 2014 11:00:12 +0000 (13:00 +0200)
commit574bc6a6871c0ad686eee046247ea5630c9ca2c7
treed008473b96d2039e058add59b7fd03c40fb3a929
parent7a47e29860de77cab18a3e6a9a8b9ec425dadc77
core: Don't match MMIO accesses if there is no MMCONFIG space

Without this additional check, we will use addr >= (u64)-1 as upper
boundary if there is no MMCONFIG, which is almost always true.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/pci.c