Re: [PATCH v2 15/23] vfio-user: forward msix BAR accesses to server

2023-02-09 Thread John Johnson
> On Feb 8, 2023, at 1:30 PM, Alex Williamson > wrote: > > On Wed, 8 Feb 2023 06:38:30 + > John Johnson wrote: > >>> On Feb 6, 2023, at 12:33 PM, Alex Williamson >>> wrote: >>> >>> On Wed, 1 Feb 2023 21:55:51 -0800 >>> John Johnson wrote: >>> Server holds device current device

Re: [PATCH v2 15/23] vfio-user: forward msix BAR accesses to server

2023-02-08 Thread Alex Williamson
On Wed, 8 Feb 2023 06:38:30 + John Johnson wrote: > > On Feb 6, 2023, at 12:33 PM, Alex Williamson > > wrote: > > > > On Wed, 1 Feb 2023 21:55:51 -0800 > > John Johnson wrote: > > > >> Server holds device current device pending state > >> Use irq masking commands in socket case > >>

Re: [PATCH v2 15/23] vfio-user: forward msix BAR accesses to server

2023-02-07 Thread John Johnson
> On Feb 6, 2023, at 12:33 PM, Alex Williamson > wrote: > > On Wed, 1 Feb 2023 21:55:51 -0800 > John Johnson wrote: > >> Server holds device current device pending state >> Use irq masking commands in socket case >> >> Signed-off-by: John G Johnson >> Signed-off-by: Elena Ufimtseva >> Si

Re: [PATCH v2 15/23] vfio-user: forward msix BAR accesses to server

2023-02-06 Thread Alex Williamson
On Wed, 1 Feb 2023 21:55:51 -0800 John Johnson wrote: > Server holds device current device pending state > Use irq masking commands in socket case > > Signed-off-by: John G Johnson > Signed-off-by: Elena Ufimtseva > Signed-off-by: Jagannathan Raman > --- > hw/vfio/pci.h | 1

[PATCH v2 15/23] vfio-user: forward msix BAR accesses to server

2023-02-01 Thread John Johnson
Server holds device current device pending state Use irq masking commands in socket case Signed-off-by: John G Johnson Signed-off-by: Elena Ufimtseva Signed-off-by: Jagannathan Raman --- hw/vfio/pci.h | 1 + include/hw/vfio/vfio-common.h | 3 ++ hw/vfio/ccw.c