qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] converting pci-assign to qerror_report()?


From: Laszlo Ersek
Subject: [Qemu-devel] converting pci-assign to qerror_report()?
Date: Tue, 17 Dec 2013 20:32:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11

Hi Anthony,

I'm thinking about converting the error reporting in assigned_initfn()
[hw/i386/kvm/pci-assign.c] from error_report() to qerror_report[_err]().

Internally I might use error propagation, but I don't intend to convert
pci-assign from qdev to QOM / true realizefn. (I intend to *re*-try
error propagation up to and thru device_add even less.) So internal
errors wouldn't propagate out of assigned_initfn(), I'd probably consume
them there with qerror_report_err().

Considering your earlier message

  https://lists.nongnu.org/archive/html/qemu-devel/2012-02/msg03102.html

will you NAK such a patch?

(I'll note that this is not a *new* QMP function.)

Thanks!
Laszlo



reply via email to

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