qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH RFC 0/5] Another patchset try to clean up around qer


From: zhanghailiang
Subject: [Qemu-devel] [PATCH RFC 0/5] Another patchset try to clean up around qerror_report_err()
Date: Sat, 28 Feb 2015 17:05:22 +0800

Hi,

I have noticed Markus's previous patchset 
"Clean up around error_get_pretty(), qerror_report_err()".

This is another patch series trying to do the same thing.
I'm not sure if he has missed this places or these modifies are false.

So, please review... 

Thanks.

zhanghailiang (5):
  serial-pci: Avoid qerror_report_err() outside QMP command handlers
  qdev: Avoid qerror_report_err() outside QMP command handlers
  pci-hotplug-old: Avoid qerror_report_err() outside QMP command
    handlers
  pci-assign: Avoid qerror_report_err() outside QMP command handlers
  savevm: Replace error_report() & error_free() with error_report_err()

 hw/char/serial-pci.c     | 7 ++-----
 hw/core/qdev.c           | 6 ++----
 hw/i386/kvm/pci-assign.c | 3 +--
 hw/pci/pci-hotplug-old.c | 3 +--
 savevm.c                 | 3 +--
 5 files changed, 7 insertions(+), 15 deletions(-)

-- 
1.7.12.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]