* [Qemu-devel] converting pci-assign to qerror_report()?
@ 2013-12-17 19:32 Laszlo Ersek
0 siblings, 0 replies; only message in thread
From: Laszlo Ersek @ 2013-12-17 19:32 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel@nongnu.org, Markus Armbruster
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-17 19:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 19:32 [Qemu-devel] converting pci-assign to qerror_report()? Laszlo Ersek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).