qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] hw/arm/virt: Allow zero address for PCI IO spac


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: Allow zero address for PCI IO space
Date: Fri, 16 Oct 2015 10:32:07 +0100

On 16 October 2015 at 09:52, Laurent Vivier <address@hidden> wrote:
> I'm going to remove the zero address checking and try to start a qemu
> for each of them to see which ones are broken.

You need to also make sure there's a PCI card in there
and that the guest maps it with a BAR at address zero
(testing both MMIO BARs and IO BARs), and then exercise
the guest sufficiently to check that behaviour of whatever
it might be overlapping is still OK.

You might find it easier to do by code inspection in
some cases (boards which implement PCI as a simple
"memory window into the PCI space" rather than with
x86-style "anything in the background not covered by
another device is PCI space" should be ok).

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]