Re: [PATCH v5 00/18] vfio-user server in QEMU

2022-01-26 Thread Stefan Hajnoczi
On Wed, Jan 26, 2022 at 05:04:58AM +, Jag Raman wrote: > > > > On Jan 25, 2022, at 11:00 AM, Stefan Hajnoczi wrote: > > > > Hi Jag, > > Thanks for this latest revision. The biggest outstanding question I have > > is about the isolated address spaces design. > > Thank you for taking the tim

Re: [PATCH v5 00/18] vfio-user server in QEMU

2022-01-25 Thread Jag Raman
> On Jan 25, 2022, at 11:00 AM, Stefan Hajnoczi wrote: > > Hi Jag, > Thanks for this latest revision. The biggest outstanding question I have > is about the isolated address spaces design. Thank you for taking the time to review the patches, Stefan! > > This patch series needs a PCIBus with

Re: [PATCH v5 00/18] vfio-user server in QEMU

2022-01-25 Thread Stefan Hajnoczi
Hi Jag, Thanks for this latest revision. The biggest outstanding question I have is about the isolated address spaces design. This patch series needs a PCIBus with its own Memory Space, I/O Space, and interrupts. That way a single QEMU process can host vfio-user servers that different VMs connect