Re: [PATCH v5 14/18] qapi/qdev.json: unite DEVICE_* event data into single structure

2023-03-01 Thread Michael S. Tsirkin
On Thu, Feb 16, 2023 at 09:03:52PM +0300, Vladimir Sementsov-Ogievskiy wrote: > DEVICE_DELETED and DEVICE_UNPLUG_GUEST_ERROR has equal data, let's > refactor it to one structure. That also helps to add new events > consistently. > > Signed-off-by: Vladimir Sementsov-Ogievskiy Needs ack from QAPI

[PATCH v5 14/18] qapi/qdev.json: unite DEVICE_* event data into single structure

2023-02-16 Thread Vladimir Sementsov-Ogievskiy
DEVICE_DELETED and DEVICE_UNPLUG_GUEST_ERROR has equal data, let's refactor it to one structure. That also helps to add new events consistently. Signed-off-by: Vladimir Sementsov-Ogievskiy --- qapi/qdev.json | 39 +++ 1 file changed, 27 insertions(+), 12 delet