hw/arm/virt: Allow zero address for PCI IO space
commit74de8c356844080fcabc3a44b08b9d22feda691f
authorAlexander Gordeev <agordeev@redhat.com>
Fri, 16 Oct 2015 10:14:54 +0000 (16 11:14 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Oct 2015 12:34:02 +0000 (16 13:34 +0100)
treee99898bcbc19c900a9d547879e4727223de43d44
parent14cc7b54372995a6ba72c7719372e4f710fc9b5a
hw/arm/virt: Allow zero address for PCI IO space

Currently PCI IO address 0 is not allowed even though
the IO space starts from 0. This update makes  PCI IO
address 0 usable.

CC: Peter Maydell <peter.maydell@linaro.org>
CC: Andrew Jones <drjones@redhat.com>
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c