qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 01/21] Monitor: Introduce cmd_new_ret()


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 01/21] Monitor: Introduce cmd_new_ret()
Date: Fri, 19 Feb 2010 15:28:16 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

On 02/10/2010 07:49 PM, Luiz Capitulino wrote:
In order to implement the new error handling and debugging
mechanism for command handlers, we need to change the cmd_new()
callback to return a value.

This commit introduces cmd_new_ret(), which returns a value and
will be used only temporarily to handle the transition from
cmd_new().

That is, as soon as all command handlers are ported to cmd_new_ret(),
it will be renamed back to cmd_new() and the new error handling
and debugging mechanism will be added on top of it.

Signed-off-by: Luiz Capitulino<address@hidden>

Applied all.  Thanks!

Regards,

Anthony Liguori





reply via email to

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