From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YioMb-0000Gd-2s for qemu-devel@nongnu.org; Thu, 16 Apr 2015 14:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YioMW-0005pN-KK for qemu-devel@nongnu.org; Thu, 16 Apr 2015 14:18:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YioMW-0005os-Eu for qemu-devel@nongnu.org; Thu, 16 Apr 2015 14:18:04 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 340D08E6F1 for ; Thu, 16 Apr 2015 18:18:03 +0000 (UTC) Message-ID: <552FFCD7.8090008@redhat.com> Date: Thu, 16 Apr 2015 20:17:59 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <20150416175945.3224.58452.stgit@gimli.home> In-Reply-To: <20150416175945.3224.58452.stgit@gimli.home> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.4 0/2] vfio-pci: Fixes for fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: qemu-devel@nongnu.org On 04/16/15 20:00, Alex Williamson wrote: > Fix a couple issues spotted by Laszlo in downstream review. Thanks, > > Alex > > --- > > Alex Williamson (2): > vfio-pci: Further fix BAR size overflow > vfio-pci: Fix error path sign > > > hw/vfio/pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > series Reviewed-by: Laszlo Ersek Thanks! Laszlo