Re: [Qemu-devel] [PATCH] Show values and description when using "qom-list"

2018-04-24 Thread QingFeng Hao
在 2018/4/24 19:49, Dr. David Alan Gilbert 写道: > * QingFeng Hao (ha...@linux.vnet.ibm.com) wrote: >> >> >> 在 2018/4/13 16:05, Perez Blanco, Ricardo (Nokia - BE/Antwerp) 写道: >>> Dear all, >>> >>> Here you can find my first contribution to qemu. Please, do not hesitate to >>> do any kind of remark.

Re: [Qemu-devel] [PATCH] Show values and description when using "qom-list"

2018-04-24 Thread Perez Blanco, Ricardo (Nokia - BE/Antwerp)
[mailto:dgilb...@redhat.com] Sent: Tuesday, April 24, 2018 1:49 PM To: QingFeng Hao Cc: Perez Blanco, Ricardo (Nokia - BE/Antwerp) ; qemu-devel@nongnu.org; arm...@redhat.com Subject: Re: [Qemu-devel] [PATCH] Show values and description when using "qom-list" * QingFeng Hao (ha...@linux.vnet.ibm.

Re: [Qemu-devel] [PATCH] Show values and description when using "qom-list"

2018-04-24 Thread Dr. David Alan Gilbert
* QingFeng Hao (ha...@linux.vnet.ibm.com) wrote: > > > 在 2018/4/13 16:05, Perez Blanco, Ricardo (Nokia - BE/Antwerp) 写道: > > Dear all, > > > > Here you can find my first contribution to qemu. Please, do not hesitate to > > do any kind of remark. > > > > Based on ac4ba87ae0738d7a77708f8ce31ae23

Re: [Qemu-devel] [PATCH] Show values and description when using "qom-list"

2018-04-18 Thread QingFeng Hao
在 2018/4/13 16:05, Perez Blanco, Ricardo (Nokia - BE/Antwerp) 写道: > Dear all, > > Here you can find my first contribution to qemu. Please, do not hesitate to > do any kind of remark. > > Based on ac4ba87ae0738d7a77708f8ce31ae2378ab99654 > > Kind regards, > > Ricardo Perez Blanco > >>From 65

Re: [Qemu-devel] [PATCH] Show values and description when using "qom-list"

2018-04-17 Thread Eric Blake
On 04/13/2018 03:05 AM, Perez Blanco, Ricardo (Nokia - BE/Antwerp) wrote: > Dear all, > > Here you can find my first contribution to qemu. Please, do not hesitate to > do any kind of remark. Welcome to the community. Looking forward to your v2 patch submission (see my reply to your followup, fo

Re: [Qemu-devel] [PATCH] Show values and description when using "qom-list"

2018-04-17 Thread Eric Blake
-- > From: no-re...@patchew.org [mailto:no-re...@patchew.org] > Sent: Friday, April 13, 2018 2:54 PM > To: Perez Blanco, Ricardo (Nokia - BE/Antwerp) > > Cc: f...@redhat.com; qemu-devel@nongnu.org; dgilb...@redhat.com; > arm...@redhat.com > Subject: Re: [Qemu-devel] [P

Re: [Qemu-devel] [PATCH] Show values and description when using "qom-list"

2018-04-16 Thread Perez Blanco, Ricardo (Nokia - BE/Antwerp)
Error **errp = NULL; -- 1.8.3.1 Kind regards, Ricardo Perez Blanco -Original Message- From: no-re...@patchew.org [mailto:no-re...@patchew.org] Sent: Friday, April 13, 2018 2:54 PM To: Perez Blanco, Ricardo (Nokia - BE/Antwerp) Cc: f...@redhat.com; qemu-devel@nongnu.org; dgilb...@redhat.com; arm

Re: [Qemu-devel] [PATCH] Show values and description when using "qom-list"

2018-04-13 Thread no-reply
: [Qemu-devel] [PATCH] Show values and description when using "qom-list" === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-mingw@fedora === TEST SCRIPT END ===

[Qemu-devel] [PATCH] Show values and description when using "qom-list"

2018-04-13 Thread Perez Blanco, Ricardo (Nokia - BE/Antwerp)
Dear all, Here you can find my first contribution to qemu. Please, do not hesitate to do any kind of remark. Based on ac4ba87ae0738d7a77708f8ce31ae2378ab99654 Kind regards, Ricardo Perez Blanco >From 65df20cef2846d764a8a821574f5f3643391aac5 Mon Sep 17 00:00:00 2001 From: Ricardo Perez Blanco