From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnhws-0008Np-Ad for qemu-devel@nongnu.org; Tue, 14 Mar 2017 04:36:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnhwn-0004v6-Fl for qemu-devel@nongnu.org; Tue, 14 Mar 2017 04:36:54 -0400 Received: from [59.151.112.132] (port=28163 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnhwn-0004ua-3W for qemu-devel@nongnu.org; Tue, 14 Mar 2017 04:36:49 -0400 References: <1489460502-6686-1-git-send-email-jasowang@redhat.com> From: Zhang Chen Message-ID: Date: Tue, 14 Mar 2017 16:35:59 +0800 MIME-Version: 1.0 In-Reply-To: <1489460502-6686-1-git-send-email-jasowang@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V3 0/3] Several fixes for virito region caches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang , mst@redhat.com, qemu-devel@nongnu.org Cc: zhangchen.fnst@cn.fujitsu.com On 03/14/2017 11:01 AM, Jason Wang wrote: > Hi: > > This series contains several fixes for virito region caches, please > review. Title and comments typo: S/virito/virtio Thanks Zhang Chen > > Thanks. > > Jason Wang (3): > virtio: guard against NULL pfn > virtio: destroy region cache during reset > virtio: validate address space cache during init > > hw/virtio/virtio.c | 105 ++++++++++++++++++++++++++++++++++++++++++----------- > 1 file changed, 83 insertions(+), 22 deletions(-) > -- Thanks Zhang Chen