Re: [PATCH v5 18/18] qapi: introduce DEVICE_ON event

2023-03-02 Thread Michael S. Tsirkin
On Thu, Mar 02, 2023 at 01:03:12PM +0300, Vladimir Sementsov-Ogievskiy wrote: > On 02.03.23 11:44, Michael S. Tsirkin wrote: > > On Thu, Feb 16, 2023 at 09:03:56PM +0300, Vladimir Sementsov-Ogievskiy > > wrote: > > > We have DEVICE_DELETED event, that signals that device_del command is > > > actua

Re: [PATCH v5 18/18] qapi: introduce DEVICE_ON event

2023-03-02 Thread Vladimir Sementsov-Ogievskiy
On 02.03.23 11:44, Michael S. Tsirkin wrote: On Thu, Feb 16, 2023 at 09:03:56PM +0300, Vladimir Sementsov-Ogievskiy wrote: We have DEVICE_DELETED event, that signals that device_del command is actually completed. But we don't have a counter-part for device_add. Still it's sensible for SHPC and P

Re: [PATCH v5 18/18] qapi: introduce DEVICE_ON event

2023-03-02 Thread Michael S. Tsirkin
On Thu, Mar 02, 2023 at 12:16:23PM +0300, Vladimir Sementsov-Ogievskiy wrote: > On 02.03.23 11:50, Michael S. Tsirkin wrote: > > On Thu, Mar 02, 2023 at 11:39:42AM +0300, Vladimir Sementsov-Ogievskiy > > wrote: > > > On 02.03.23 00:07, Michael S. Tsirkin wrote: > > > > On Thu, Feb 16, 2023 at 09:0

Re: [PATCH v5 18/18] qapi: introduce DEVICE_ON event

2023-03-02 Thread Vladimir Sementsov-Ogievskiy
On 02.03.23 11:50, Michael S. Tsirkin wrote: On Thu, Mar 02, 2023 at 11:39:42AM +0300, Vladimir Sementsov-Ogievskiy wrote: On 02.03.23 00:07, Michael S. Tsirkin wrote: On Thu, Feb 16, 2023 at 09:03:56PM +0300, Vladimir Sementsov-Ogievskiy wrote: We have DEVICE_DELETED event, that signals that

Re: [PATCH v5 18/18] qapi: introduce DEVICE_ON event

2023-03-02 Thread Michael S. Tsirkin
On Thu, Mar 02, 2023 at 11:39:42AM +0300, Vladimir Sementsov-Ogievskiy wrote: > On 02.03.23 00:07, Michael S. Tsirkin wrote: > > On Thu, Feb 16, 2023 at 09:03:56PM +0300, Vladimir Sementsov-Ogievskiy > > wrote: > > > We have DEVICE_DELETED event, that signals that device_del command is > > > actua

Re: [PATCH v5 18/18] qapi: introduce DEVICE_ON event

2023-03-02 Thread Michael S. Tsirkin
On Thu, Feb 16, 2023 at 09:03:56PM +0300, Vladimir Sementsov-Ogievskiy wrote: > We have DEVICE_DELETED event, that signals that device_del command is > actually completed. But we don't have a counter-part for device_add. > Still it's sensible for SHPC and PCIe-native hotplug, as there are time > wh

Re: [PATCH v5 18/18] qapi: introduce DEVICE_ON event

2023-03-02 Thread Vladimir Sementsov-Ogievskiy
On 02.03.23 00:07, Michael S. Tsirkin wrote: On Thu, Feb 16, 2023 at 09:03:56PM +0300, Vladimir Sementsov-Ogievskiy wrote: We have DEVICE_DELETED event, that signals that device_del command is actually completed. But we don't have a counter-part for device_add. Still it's sensible for SHPC and P

Re: [PATCH v5 18/18] qapi: introduce DEVICE_ON event

2023-03-01 Thread Michael S. Tsirkin
On Thu, Feb 16, 2023 at 09:03:56PM +0300, Vladimir Sementsov-Ogievskiy wrote: > We have DEVICE_DELETED event, that signals that device_del command is > actually completed. But we don't have a counter-part for device_add. > Still it's sensible for SHPC and PCIe-native hotplug, as there are time > wh