Stefano Garzarella <sgarz...@redhat.com> writes: > On Mon, Mar 11, 2019 at 04:32:34PM +0800, Wei Yang wrote: >> Function object_new_with_propv already get the Type of the object, so we >> could leverage object_new_with_type here. >> >> [make check test pass] >> >> Signed-off-by: Wei Yang <richardw.y...@linux.intel.com> >> --- >> qom/object.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > LGTM. Just a note for future patches: > I think that info like "[make check test pass]" should go after the > three dashes to avoid to store it in the commit message.
Yes. Whoever applies should delete this line. > Reviewed-by: Stefano Garzarella <sgarz...@redhat.com> Cc: qemu-trivial for merging.