qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] pci: implement bridge filtering


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH] pci: implement bridge filtering
Date: Tue, 20 Sep 2011 15:12:25 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2

On 09/20/2011 02:55 PM, Michael S. Tsirkin wrote:
>
>  Hi Michael S. Tsirkin:
>  I test pci bridge filtering on real hardware, and I find that I can mmap
>  the resource after I change the memory base and memory limit(The BAR should
>  be not visible on OS after changing the memory region).
>
>  So I try to write and read to the BAR. Here is my test result:
>  1. Before changing the pci bridge's memory region, I can read and write to 
the memory, and
>     I can get the same value that I write.
>
>  2. After changing the pci bridge's memory region, I can still read and write 
to the memory,
>     but it is very slow, and I can not get the same value that I write(The 
value is always 0).
>
>  Does this result means that pci bridge filtering works fine?
>
>  Thanks
>  Wen Congyang

Sounds more or less right except I expect to get ffffffff
and not 0. Avi, any idea?


No, what does the default handler do?

--
error compiling committee.c: too many arguments to function




reply via email to

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