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

2022-12-14 Thread Cédric Le Goater
On 11/9/22 00:13, 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 May be use 'can_mask_irq' instead of 'irq_mask_works' Reviewed-by: Cé

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

2022-12-09 Thread John Levon
On Tue, Nov 08, 2022 at 03:13:37PM -0800, John Johnson wrote: > Server holds device current device pending state > Use irq masking commands in socket case As far as I'm able to tell, this looks good to me regards john

[PATCH v1 15/24] vfio-user: forward msix BAR accesses to server

2022-11-08 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/ccw.c | 1 + hw/vfio/common.c | 26 + hw/vfio/pci.c