Re: [Qemu-devel] [PATCH 2/2] wavcapture: Convert to error_report

2017-06-13 Thread Dr. David Alan Gilbert
* Gerd Hoffmann (kra...@redhat.com) wrote: > On Mo, 2017-03-20 at 17:38 +, Dr. David Alan Gilbert (git) wrote: > > Kill off a pile of monitor_printf's and cur_mon usage. > > The only one left in wavcapture.c is the info case. > > Reviewed-by: Gerd Hoffmann Can you pick that one up via your a

Re: [Qemu-devel] [PATCH 2/2] wavcapture: Convert to error_report

2017-03-20 Thread Gerd Hoffmann
On Mo, 2017-03-20 at 17:38 +, Dr. David Alan Gilbert (git) wrote: > Kill off a pile of monitor_printf's and cur_mon usage. > The only one left in wavcapture.c is the info case. Reviewed-by: Gerd Hoffmann

[Qemu-devel] [PATCH 2/2] wavcapture: Convert to error_report

2017-03-20 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Kill off a pile of monitor_printf's and cur_mon usage. The only one left in wavcapture.c is the info case. Signed-off-by: Dr. David Alan Gilbert --- audio/wavcapture.c | 39 +-- 1 file changed, 17 insertions(+), 22 deletions(-)