Re: [PATCH v3] Add VM info to improve error log message for qemu monitor

2022-01-06 Thread Peter Krempa
On Tue, Jan 04, 2022 at 04:43:11 -0800, Rohit Kumar wrote: > This change adds the domain name in the error and debug logs during > monitor IO processing so that we may infer which VM experienced > errors such as IO or socket hangup. This may help in debugging > monitor IO errors. > > Signed-off-by

Re: [PATCH v3] Add VM info to improve error log message for qemu monitor

2022-01-04 Thread Rohit Kumar
On 04/01/22 6:27 pm, Ani Sinha wrote: On Tue, 4 Jan 2022, Rohit Kumar wrote: This change adds the domain name in the error and debug logs during monitor IO processing so that we may infer which VM experienced errors such as IO or socket hangup. This may help in debugging monitor IO errors.

Re: [PATCH v3] Add VM info to improve error log message for qemu monitor

2022-01-04 Thread Ani Sinha
On Tue, 4 Jan 2022, Rohit Kumar wrote: > This change adds the domain name in the error and debug logs during > monitor IO processing so that we may infer which VM experienced > errors such as IO or socket hangup. This may help in debugging > monitor IO errors. LGTM. If you wish you can add a c

[PATCH v3] Add VM info to improve error log message for qemu monitor

2022-01-04 Thread Rohit Kumar
This change adds the domain name in the error and debug logs during monitor IO processing so that we may infer which VM experienced errors such as IO or socket hangup. This may help in debugging monitor IO errors. Signed-off-by: Rohit Kumar --- src/qemu/qemu_monitor.c | 36 +-