Re: [PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine

2022-01-26 Thread Stefan Hajnoczi
On Wed, Jan 26, 2022 at 03:20:35PM +, Jag Raman wrote: > > > > On Jan 26, 2022, at 4:35 AM, Stefan Hajnoczi wrote: > > > > On Tue, Jan 25, 2022 at 06:12:48PM +, Jag Raman wrote: > >> > >> > >>> On Jan 25, 2022, at 5:32 AM, Stefan Hajnoczi wrote: > >>> > >>> On Wed, Jan 19, 2022 at 0

Re: [PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine

2022-01-26 Thread Jag Raman
> On Jan 26, 2022, at 4:35 AM, Stefan Hajnoczi wrote: > > On Tue, Jan 25, 2022 at 06:12:48PM +, Jag Raman wrote: >> >> >>> On Jan 25, 2022, at 5:32 AM, Stefan Hajnoczi wrote: >>> >>> On Wed, Jan 19, 2022 at 04:41:55PM -0500, Jagannathan Raman wrote: Allow hotplugging of PCI(e) devi

Re: [PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine

2022-01-26 Thread Stefan Hajnoczi
On Tue, Jan 25, 2022 at 06:12:48PM +, Jag Raman wrote: > > > > On Jan 25, 2022, at 5:32 AM, Stefan Hajnoczi wrote: > > > > On Wed, Jan 19, 2022 at 04:41:55PM -0500, Jagannathan Raman wrote: > >> Allow hotplugging of PCI(e) devices to remote machine > >> > >> Signed-off-by: Elena Ufimtseva

Re: [PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine

2022-01-25 Thread Jag Raman
> On Jan 25, 2022, at 5:32 AM, Stefan Hajnoczi wrote: > > On Wed, Jan 19, 2022 at 04:41:55PM -0500, Jagannathan Raman wrote: >> Allow hotplugging of PCI(e) devices to remote machine >> >> Signed-off-by: Elena Ufimtseva >> Signed-off-by: John G Johnson >> Signed-off-by: Jagannathan Raman >>

Re: [PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine

2022-01-25 Thread Stefan Hajnoczi
On Wed, Jan 19, 2022 at 04:41:55PM -0500, Jagannathan Raman wrote: > Allow hotplugging of PCI(e) devices to remote machine > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > --- > hw/remote/machine.c | 29 + > 1 f

[PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine

2022-01-19 Thread Jagannathan Raman
Allow hotplugging of PCI(e) devices to remote machine Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/remote/machine.c | 29 + 1 file changed, 29 insertions(+) diff --git a/hw/remote/machine.c b/hw/remote/machine