From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDsmh-0008WI-VR for qemu-devel@nongnu.org; Mon, 26 Aug 2013 05:08:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDsmb-0004ZJ-0o for qemu-devel@nongnu.org; Mon, 26 Aug 2013 05:08:27 -0400 Received: from e28smtp01.in.ibm.com ([122.248.162.1]:41624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDsma-0004UL-6o for qemu-devel@nongnu.org; Mon, 26 Aug 2013 05:08:20 -0400 Received: from /spool/local by e28smtp01.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 26 Aug 2013 14:29:14 +0530 From: Nikunj A Dadhania In-Reply-To: <9B59EB2A-3DB8-499F-9C94-7CB03704E429@suse.de> References: <1377249737-12570-1-git-send-email-aik@ozlabs.ru> <24C2B209-2082-4AF8-A8FB-1FF8A8B7751B@suse.de> <1377468637.3819.27.camel@pasglop> <87vc2tysur.fsf@linux.vnet.ibm.com> <1377498171.3819.37.camel@pasglop> <9B59EB2A-3DB8-499F-9C94-7CB03704E429@suse.de> Date: Mon, 26 Aug 2013 14:38:06 +0530 Message-ID: <87ioyszuo9.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] spapr-vscsi: Adding VSCSI capabilities List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , Benjamin Herrenschmidt Cc: Alexey Kardashevskiy , Paolo Bonzini , "qemu-ppc@nongnu.org" , "qemu-devel@nongnu.org" Alexander Graf writes: > Am 26.08.2013 um 08:22 schrieb Benjamin Herrenschmidt : > >> On Mon, 2013-08-26 at 06:44 +0100, Alexander Graf wrote: >>>> + cap.flags = 0; >>>> + cap.migration.ecl = 0; >>>> + cap.reserve.type = 0; >>>> + cap.migration.common.server_support = 0; >>>> + cap.reserve.common.server_support = 0; >>> >>> My question stands unanswered. Is this just memset(0)? >> >> If it is, then why bother reading it in the first place ? :-) > > Because this is a revision that incorporates other feedback from that same review, so I'm quite sure he just missed it :) Nope, i did not miss it. Regards Nikunj