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

Dr. David Alan Gilbert (git) posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170320173840.3626-1-dgilbert@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
audio/wavcapture.c       | 39 +++++++++++++++++----------------------
include/sysemu/sysemu.h  |  2 +-
migration/savevm.c       | 31 ++++++++++++++++++-------------
replay/replay-snapshot.c |  6 ++++--
4 files changed, 40 insertions(+), 38 deletions(-)
[Qemu-devel] [PATCH 0/2 for 2.10] Remove some monitor_printf's
Posted by Dr. David Alan Gilbert (git) 7 years, 1 month ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

I found myself trying to understand cur_mon and found a bunch
of uses that could easily be replaced by error_report or Error **.

Dave

Dr. David Alan Gilbert (2):
  save_vmstate: Convert to Error** from Monitor *
  wavcapture: Convert to error_report

 audio/wavcapture.c       | 39 +++++++++++++++++----------------------
 include/sysemu/sysemu.h  |  2 +-
 migration/savevm.c       | 31 ++++++++++++++++++-------------
 replay/replay-snapshot.c |  6 ++++--
 4 files changed, 40 insertions(+), 38 deletions(-)

-- 
2.9.3