Re: [Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-06 Thread Alistair Francis
On Thu, Jul 6, 2017 at 7:44 AM, Markus Armbruster wrote: > "Daniel P. Berrange" writes: > >> On Thu, Jul 06, 2017 at 02:20:51PM +0200, Markus Armbruster wrote: >>> "Daniel P. Berrange" writes: >>> >>> > On Thu, Jul 06, 2017 at 01:27:15PM +0200, Markus Armbruster wrote: >>> >> "Daniel P. Berrange

Re: [Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-06 Thread Markus Armbruster
"Daniel P. Berrange" writes: > On Thu, Jul 06, 2017 at 02:20:51PM +0200, Markus Armbruster wrote: >> "Daniel P. Berrange" writes: >> >> > On Thu, Jul 06, 2017 at 01:27:15PM +0200, Markus Armbruster wrote: >> >> "Daniel P. Berrange" writes: [...] >> >> > Do we really need to care about compatib

Re: [Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-06 Thread Daniel P. Berrange
On Thu, Jul 06, 2017 at 02:20:51PM +0200, Markus Armbruster wrote: > "Daniel P. Berrange" writes: > > > On Thu, Jul 06, 2017 at 01:27:15PM +0200, Markus Armbruster wrote: > >> "Daniel P. Berrange" writes: > >> > >> > On Thu, Jul 06, 2017 at 08:15:54AM +0200, Markus Armbruster wrote: > >> >> Ali

Re: [Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-06 Thread Markus Armbruster
"Daniel P. Berrange" writes: > On Thu, Jul 06, 2017 at 01:27:15PM +0200, Markus Armbruster wrote: >> "Daniel P. Berrange" writes: >> >> > On Thu, Jul 06, 2017 at 08:15:54AM +0200, Markus Armbruster wrote: >> >> Alistair Francis writes: >> >> >> >> > This patch converts the existing error_vrep

Re: [Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-06 Thread Daniel P. Berrange
On Thu, Jul 06, 2017 at 01:27:15PM +0200, Markus Armbruster wrote: > "Daniel P. Berrange" writes: > > > On Thu, Jul 06, 2017 at 08:15:54AM +0200, Markus Armbruster wrote: > >> Alistair Francis writes: > >> > >> > This patch converts the existing error_vreport() function into a generic > >> > qm

Re: [Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-06 Thread Markus Armbruster
"Daniel P. Berrange" writes: > On Thu, Jul 06, 2017 at 08:15:54AM +0200, Markus Armbruster wrote: >> Alistair Francis writes: >> >> > This patch converts the existing error_vreport() function into a generic >> > qmesg_vreport() function that takes an enum describing the >> > information to be r

Re: [Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-06 Thread Daniel P. Berrange
On Thu, Jul 06, 2017 at 08:15:54AM +0200, Markus Armbruster wrote: > Alistair Francis writes: > > > This patch converts the existing error_vreport() function into a generic > > qmesg_vreport() function that takes an enum describing the > > information to be reported. > > > > As part of this chang

Re: [Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-05 Thread Markus Armbruster
Alistair Francis writes: > This patch converts the existing error_vreport() function into a generic > qmesg_vreport() function that takes an enum describing the > information to be reported. > > As part of this change a new qmesg_report() function is added as well with the > same capability. > >

Re: [Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-05 Thread Thomas Huth
On 05.07.2017 19:36, Alistair Francis wrote: > This patch converts the existing error_vreport() function into a generic > qmesg_vreport() function that takes an enum describing the s/qmesg/qmsg/ > information to be reported. > > As part of this change a new qmesg_report() function is added as we

[Qemu-devel] [RFC v3 2/3] qemu-error: Implement a more generic error reporting

2017-07-05 Thread Alistair Francis
This patch converts the existing error_vreport() function into a generic qmesg_vreport() function that takes an enum describing the information to be reported. As part of this change a new qmesg_report() function is added as well with the same capability. To maintain full compatibility the origin