From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtcSn-0003Gc-Oe for qemu-devel@nongnu.org; Wed, 26 Nov 2014 08:17:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtcSf-0006qI-NZ for qemu-devel@nongnu.org; Wed, 26 Nov 2014 08:16:57 -0500 Received: from relay.parallels.com ([195.214.232.42]:56540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtcSf-0006q4-FV for qemu-devel@nongnu.org; Wed, 26 Nov 2014 08:16:49 -0500 Message-ID: <5475D2AF.2050803@openvz.org> Date: Wed, 26 Nov 2014 16:16:31 +0300 From: "Denis V. Lunev" MIME-Version: 1.0 References: <1416996685-15115-1-git-send-email-den@openvz.org> <1416996685-15115-2-git-send-email-den@openvz.org> <20141126132755.1cf2a019.cornelia.huck@de.ibm.com> In-Reply-To: <20141126132755.1cf2a019.cornelia.huck@de.ibm.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] balloon: call qdev_alias_all_properties for proxy dev in balloon class init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Christian Borntraeger , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Raushaniya Maksudova , Anthony Liguori On 26/11/14 15:27, Cornelia Huck wrote: > On Wed, 26 Nov 2014 13:11:24 +0300 > "Denis V. Lunev" wrote: > >> From: Raushaniya Maksudova >> >> The idea is that all other virtio devices are calling this helper >> to merge properties of the proxy device. This is the only difference >> in between this helper and code in inside virtio_instance_init_common. >> The patch should not cause any harm as property list in generic balloon >> code is empty. >> >> This also allows to avoid some dummy errors like fixed by this >> commit 91ba21208839643603e7f7fa5864723c3f371ebe >> Author: Gonglei >> Date: Tue Sep 30 14:10:35 2014 +0800 >> virtio-balloon: fix virtio-balloon child refcount in transports >> >> Signed-off-by: Denis V. Lunev >> Acked-by: Raushaniya Maksudova >> CC: Cornelia Huck >> CC: Christian Borntraeger >> CC: Anthony Liguori >> CC: Michael S. Tsirkin >> --- >> hw/s390x/virtio-ccw.c | 5 ++--- >> hw/virtio/virtio-pci.c | 5 ++--- >> 2 files changed, 4 insertions(+), 6 deletions(-) > Shouldn't this have the sign-off of the author (rather than the ack) as > well? > > Otherwise, looks sane. > I am an original author of the patch and prepared it to Rushana to pass command line options for her next patch. I'll fix this line in the next submission.