Re: [PATCH v8 02/17] qdev: unplug blocker for devices

2022-04-22 Thread Jag Raman
> On Apr 22, 2022, at 1:18 AM, Markus Armbruster wrote: > > Jag Raman writes: > >>> On Apr 21, 2022, at 10:55 AM, Markus Armbruster wrote: >>> >>> Jagannathan Raman writes: >>> Add blocker to prevent hot-unplug of devices >>> >>> Why do you need this? I'm not doubting you do, I jus

Re: [PATCH v8 02/17] qdev: unplug blocker for devices

2022-04-21 Thread Markus Armbruster
Jag Raman writes: >> On Apr 21, 2022, at 10:55 AM, Markus Armbruster wrote: >> >> Jagannathan Raman writes: >> >>> Add blocker to prevent hot-unplug of devices >> >> Why do you need this? I'm not doubting you do, I just want to read your >> reasons here :) > > Hi Markus, :) > > The x-vfio-u

Re: [PATCH v8 02/17] qdev: unplug blocker for devices

2022-04-21 Thread Jag Raman
> On Apr 21, 2022, at 10:55 AM, Markus Armbruster wrote: > > Jagannathan Raman writes: > >> Add blocker to prevent hot-unplug of devices > > Why do you need this? I'm not doubting you do, I just want to read your > reasons here :) Hi Markus, :) The x-vfio-user-server depends on an attache

Re: [PATCH v8 02/17] qdev: unplug blocker for devices

2022-04-21 Thread Markus Armbruster
Jagannathan Raman writes: > Add blocker to prevent hot-unplug of devices Why do you need this? I'm not doubting you do, I just want to read your reasons here :) > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > --- > include/hw/qdev-cor

[PATCH v8 02/17] qdev: unplug blocker for devices

2022-04-19 Thread Jagannathan Raman
Add blocker to prevent hot-unplug of devices Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- include/hw/qdev-core.h | 29 + hw/core/qdev.c | 24 softmmu/qdev-monitor.c | 4 3 fi