qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 00/14]: Initial QObject conversion


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH v1 00/14]: Initial QObject conversion
Date: Fri, 02 Oct 2009 14:47:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4

  Hi,

  Some people have suggested that we should have a better error handling
in the Monitor, in the meaning that error information should be correctly
propagated and handled in order to be used by the Monitor Protocol and
the existing user protocol.

A bunch of code paths can be called from both monitor and non-monitor contexts (network configuration, device hotplug). Right now there are the qemu_error*() functions to make sure the error messages appear on the correct place (monitor or stderr) without having to pass through a Monitor pointer all the way down.

How do you plan to handle this in the new world of monitor error reporting?

cheers,
  Gerd





reply via email to

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