qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/22] Convert do_info_network() to QObject/QMP


From: Miguel Di Ciurcio Filho
Subject: [Qemu-devel] [PATCH 0/22] Convert do_info_network() to QObject/QMP
Date: Thu, 8 Apr 2010 17:16:17 -0300

The VLANClientState structure has the member info_str, a simple string that
is filled with information about NIC devices and used on monitor calls.

There is no coherent formatting of this string by all the NIC devices, 
making it difficult to parse and represent this information over QMP.

Patch 01 adds a new function qdict_to_qstring().

Patch 02 replaces the function qemu_nic_format_info_str by
qemu_nic_format_info_dict, adds a new QDict member to
VLANClientState named info_dict.

Patches 03-21 updates all devices to feed information into the new QDict.

Patch 22 converts the 'info network' monitor command to QObject, enabling QMP
support.

Regards,

Miguel





reply via email to

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