[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v4 0/5] add description field in ObjectProperty
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-devel] [PATCH v4 0/5] add description field in ObjectProperty and PropertyInfo struct |
Date: |
Tue, 30 Sep 2014 16:32:10 +0300 |
On Tue, Sep 30, 2014 at 11:02:34AM +0800, address@hidden wrote:
> From: Gonglei <address@hidden>
>
> This patch series based on qom-next tree:
> https://github.com/afaerber/qemu-cpu/commits/qom-next
>
> Add a description field in both ObjectProperty and PropertyInfo struct.
> The descriptions can serve as documentation in the code,
> and they can be used to provide better help.
I'm fine with merging this as is, and adding improvements
on top.
Reviewed-by: Michael S. Tsirkin <address@hidden>
- Re: [Qemu-devel] [PATCH v4 5/5] qdev: drop legacy_name from qdev properties, (continued)