From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHSdo-0005N1-Hm for qemu-devel@nongnu.org; Tue, 21 Jul 2015 04:11:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHSdl-0000eP-8w for qemu-devel@nongnu.org; Tue, 21 Jul 2015 04:11:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHSdl-0000eL-3l for qemu-devel@nongnu.org; Tue, 21 Jul 2015 04:11:05 -0400 References: <035501d0c09a$8b91a920$a2b4fb60$@samsung.com> From: Paolo Bonzini Message-ID: <55ADFE94.1070201@redhat.com> Date: Tue, 21 Jul 2015 10:11:00 +0200 MIME-Version: 1.0 In-Reply-To: <035501d0c09a$8b91a920$a2b4fb60$@samsung.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Merge memory_region_init_reservation() into memory_region_init_io() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Fedin , qemu-devel@nongnu.org On 17/07/2015 16:11, Pavel Fedin wrote: > Just speficying ops = NULL in some cases can be more convenient than having > two functions. See vGICv3 v5 patch set for at least one such case. > > GICv2 code can be refactored in a way similar to what is done in the mentioned patchset, killing > some code duplication. > > Signed-off-by: Pavel Fedin Acked-by: Paolo Bonzini Just include it in the vGICv3 series. Paolo