Re: [PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-06-21 Thread Roman Kagan
On Tue, Jun 21, 2022 at 01:55:25PM +0200, Markus Armbruster wrote: > Roman Kagan writes: > > > On Mon, May 30, 2022 at 06:04:32PM +0300, Roman Kagan wrote: > >> On Mon, May 30, 2022 at 01:28:17PM +0200, Markus Armbruster wrote: > >> > Roman Kagan writes: > >> > > >> > > On Wed, May 25, 2022 at

Re: [PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-06-21 Thread Markus Armbruster
Roman Kagan writes: > On Mon, May 30, 2022 at 06:04:32PM +0300, Roman Kagan wrote: >> On Mon, May 30, 2022 at 01:28:17PM +0200, Markus Armbruster wrote: >> > Roman Kagan writes: >> > >> > > On Wed, May 25, 2022 at 12:54:47PM +0200, Markus Armbruster wrote: >> > >> Konstantin Khlebnikov

Re: [PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-06-20 Thread Roman Kagan
On Mon, May 30, 2022 at 06:04:32PM +0300, Roman Kagan wrote: > On Mon, May 30, 2022 at 01:28:17PM +0200, Markus Armbruster wrote: > > Roman Kagan writes: > > > > > On Wed, May 25, 2022 at 12:54:47PM +0200, Markus Armbruster wrote: > > >> Konstantin Khlebnikov writes: > > >> > > >> > This event

Re: [PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-05-30 Thread Roman Kagan
On Mon, May 30, 2022 at 01:28:17PM +0200, Markus Armbruster wrote: > Roman Kagan writes: > > > On Wed, May 25, 2022 at 12:54:47PM +0200, Markus Armbruster wrote: > >> Konstantin Khlebnikov writes: > >> > >> > This event represents device runtime errors to give time and > >> > reason why device

Re: [PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-05-30 Thread Markus Armbruster
Roman Kagan writes: > On Wed, May 25, 2022 at 12:54:47PM +0200, Markus Armbruster wrote: >> Konstantin Khlebnikov writes: >> >> > This event represents device runtime errors to give time and >> > reason why device is broken. >> >> Can you give an or more examples of the "device runtime

Re: [PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-05-27 Thread Roman Kagan
On Wed, May 25, 2022 at 12:54:47PM +0200, Markus Armbruster wrote: > Konstantin Khlebnikov writes: > > > This event represents device runtime errors to give time and > > reason why device is broken. > > Can you give an or more examples of the "device runtime errors" you have > in mind?

Re: [PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-05-25 Thread Markus Armbruster
I almost missed this series. Please cc: maintainers. scripts/get_maintainer.pl can help you find them, but do use your judgement to maybe trim its output. Konstantin Khlebnikov writes: > This event represents device runtime errors to give time and > reason why device is broken. Can you give

Re: [PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-05-25 Thread Konstantin Khlebnikov
24.05.2022, 22:04, "Vladimir Sementsov-Ogievskiy" :First, cover letter is absent. Konstantin, could you please provide a description what the whole series does?Generic device layer lack of common way to report runtime errors related to the particular device via qmp.It seems useful to add qmp event

Re: [PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-05-24 Thread Vladimir Sementsov-Ogievskiy
First, cover letter is absent. Konstantin, could you please provide a description what the whole series does? Second, add maintainers to CC: +Micheal +Eric +Markus On 5/19/22 17:19, Konstantin Khlebnikov wrote: This event represents device runtime errors to give time and reason why device is

[PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event

2022-05-19 Thread Konstantin Khlebnikov
This event represents device runtime errors to give time and reason why device is broken. Signed-off-by: Konstantin Khlebnikov --- hw/core/qdev.c |7 +++ include/hw/qdev-core.h |1 + qapi/qdev.json | 26 ++ 3 files changed, 34 insertions(+)