Re: [Qemu-devel] [PATCH 0/2 for 2.10] Remove some monitor_printf's

2017-03-21 Thread Dr. David Alan Gilbert
* Markus Armbruster (arm...@redhat.com) wrote: > "Dr. David Alan Gilbert (git)" writes: > > > From: "Dr. David Alan Gilbert" > > > > I found myself trying to understand cur_mon and found a bunch > > of uses that could easily be replaced by error_report or Error **. > > Speaking of cur_mon: a pa

Re: [Qemu-devel] [PATCH 0/2 for 2.10] Remove some monitor_printf's

2017-03-21 Thread Markus Armbruster
"Dr. David Alan Gilbert (git)" writes: > From: "Dr. David Alan Gilbert" > > I found myself trying to understand cur_mon and found a bunch > of uses that could easily be replaced by error_report or Error **. Speaking of cur_mon: a patch making it thread-local would be most welcome. Some of erro