qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 00/12] Convert do_info_network() to QObject/QMP


From: Miguel Di Ciurcio Filho
Subject: [Qemu-devel] [PATCH v3 00/12] Convert do_info_network() to QObject/QMP
Date: Thu, 15 Apr 2010 11:06:55 -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 adds the function qemu_nic_format_info_dict and adds a new
QDict member to VLANClientState named info_dict.

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

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

Patch 12 removes info_str from VLANClientState and the function
qemu_nic_format_info_str.

These series of patches were made on top of the qmp-unstable tree[1].

Regards,

Miguel

[1] http://repo.or.cz/w/qemu/qmp-unstable.git





reply via email to

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