[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 11/19] vfio-user: handle PCI config space accesses
|
From: |
Jag Raman |
|
Subject: |
Re: [PATCH v6 11/19] vfio-user: handle PCI config space accesses |
|
Date: |
Mon, 28 Feb 2022 19:23:30 +0000 |
> On Feb 22, 2022, at 6:09 AM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> On Thu, Feb 17, 2022 at 02:48:58AM -0500, Jagannathan Raman wrote:
>> Define and register handlers for PCI config space accesses
>>
>> Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
>> Signed-off-by: John G Johnson <john.g.johnson@oracle.com>
>> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
>> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
>> ---
>> hw/remote/vfio-user-obj.c | 45 +++++++++++++++++++++++++++++++++++++++
>> hw/remote/trace-events | 2 ++
>> 2 files changed, 47 insertions(+)
>
> hw/pci/pci.c:pci_update_mappings() will unmap/map BARs when the
> vfio-user client touches BARs. Please add a comment that the remote
> machine type never dispatches memory accesses in the global memory address
> space and therefore we don't care that multiple remote devices may set
> up conflicting Memory and I/O Space BARs.
OK, will do.
Thank you!
--
Jag
- Re: [PATCH v6 01/19] configure, meson: override C compiler for cmake, (continued)
- Re: [PATCH v6 01/19] configure, meson: override C compiler for cmake, Jag Raman, 2022/02/18
- Re: [PATCH v6 01/19] configure, meson: override C compiler for cmake, Jag Raman, 2022/02/18
- Re: [PATCH v6 01/19] configure, meson: override C compiler for cmake, Paolo Bonzini, 2022/02/20
- Re: [PATCH v6 01/19] configure, meson: override C compiler for cmake, Paolo Bonzini, 2022/02/20
- Re: [PATCH v6 01/19] configure, meson: override C compiler for cmake, Jag Raman, 2022/02/22
- Re: [PATCH v6 01/19] configure, meson: override C compiler for cmake, Paolo Bonzini, 2022/02/24
- Re: [PATCH v6 01/19] configure, meson: override C compiler for cmake, Jag Raman, 2022/02/24
- Re: [PATCH v6 01/19] configure, meson: override C compiler for cmake, Paolo Bonzini, 2022/02/28
[PATCH v6 11/19] vfio-user: handle PCI config space accesses, Jagannathan Raman, 2022/02/17
[PATCH v6 13/19] vfio-user: handle DMA mappings, Jagannathan Raman, 2022/02/17
[PATCH v6 14/19] vfio-user: handle PCI BAR accesses, Jagannathan Raman, 2022/02/17
[PATCH v6 16/19] softmmu/vl: defer backend init, Jagannathan Raman, 2022/02/17
[PATCH v6 15/19] vfio-user: handle device interrupts, Jagannathan Raman, 2022/02/17
[PATCH v6 18/19] vfio-user: handle reset of remote device, Jagannathan Raman, 2022/02/17
[PATCH v6 19/19] vfio-user: avocado tests for vfio-user, Jagannathan Raman, 2022/02/17
[PATCH v6 17/19] vfio-user: register handlers to facilitate migration, Jagannathan Raman, 2022/02/17