[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses
From: |
Jan Kiszka |
Subject: |
Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses |
Date: |
Wed, 20 Jul 2011 18:18:43 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 |
On 2011-07-20 18:17, Isaku Yamahata wrote:
> On Wed, Jul 20, 2011 at 04:27:08PM +0200, Jan Kiszka wrote:
>> On 2011-07-20 14:15, Jan Kiszka wrote:
>>> On 2011-07-20 14:00, Isaku Yamahata wrote:
>>>> Hi. This clean up looks good basically.
>>>
>>> Oops, forgot to cc you. Sorry.
>>>
>>>> But when conventional pci device is accessed via MMCONFIG area,
>>>> addr &= addr_mask doesn't work as expected.
>>>> The config area of [256, 4K) of conventional pci should have no effect.
>>>
>>> Mmh, I see. Looks like we need to split accesses at this boundary and
>>> executed them separately.
>>
>> Nope, no such issue: we already automatically split up accesses that
>> span the legacy/extended boundary. Just like so far, legacy config space
>> handlers have to filter out requests that address regions >= 256.
>
> For example, when accessing to offset 257 of conventional pci device,
> the access is routed to offset 1 due to the masking.
> Such overwrapping isn't correct.
No, it isn't routed like that. The mask used via mmio is 0xfff.
Jan
--
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux
- [Qemu-devel] [PATCH] pci: Length-align config space accesses, Jan Kiszka, 2011/07/19
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Isaku Yamahata, 2011/07/20
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Jan Kiszka, 2011/07/20
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Jan Kiszka, 2011/07/20
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Isaku Yamahata, 2011/07/20
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Michael S. Tsirkin, 2011/07/20
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses,
Jan Kiszka <=
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Isaku Yamahata, 2011/07/20
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Michael S. Tsirkin, 2011/07/20
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Jan Kiszka, 2011/07/20
- Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Michael S. Tsirkin, 2011/07/20
Re: [Qemu-devel] [PATCH] pci: Length-align config space accesses, Michael S. Tsirkin, 2011/07/20