From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceeEq-0006Cu-AY for qemu-devel@nongnu.org; Fri, 17 Feb 2017 03:50:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceeEp-00076w-Lq for qemu-devel@nongnu.org; Fri, 17 Feb 2017 03:50:00 -0500 Date: Fri, 17 Feb 2017 09:49:51 +0100 From: Kevin Wolf Message-ID: <20170217084951.GA5338@noname.redhat.com> References: <1487318764-29513-1-git-send-email-pagupta@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1487318764-29513-1-git-send-email-pagupta@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block, migration: Use qemu_madvise inplace of madvise List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pankaj Gupta Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, mreitz@redhat.com, quintela@redhat.com, dgilbert@redhat.com Am 17.02.2017 um 09:06 hat Pankaj Gupta geschrieben: > To maintain consistency at all the places use qemu_madvise wrapper > inplace of madvise call. > > Signed-off-by: Pankaj Gupta Reviewed-by: Kevin Wolf Juan/Dave, if one of you can give an Acked-by, I can take this through my tree. Kevin