Re: [PATCH v3 07/12] vfio-user: handle PCI config space accesses

2021-10-27 Thread Stefan Hajnoczi
On Mon, Oct 11, 2021 at 01:31:12AM -0400, Jagannathan Raman wrote: > +static ssize_t vfu_object_cfg_access(vfu_ctx_t *vfu_ctx, char * const buf, > + size_t count, loff_t offset, > + const bool is_write) > +{ > +VfuObject *o

[PATCH v3 07/12] vfio-user: handle PCI config space accesses

2021-10-10 Thread Jagannathan Raman
Define and register handlers for PCI config space accesses Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/remote/vfio-user-obj.c | 45 +++ hw/remote/trace-events| 2 ++ 2 files changed, 47 insertions