From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3WQx-0003RX-Sk for qemu-devel@nongnu.org; Wed, 15 Jan 2014 14:47:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3WQq-00006I-8q for qemu-devel@nongnu.org; Wed, 15 Jan 2014 14:47:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3WQq-00006B-12 for qemu-devel@nongnu.org; Wed, 15 Jan 2014 14:47:20 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0FJlJJE026301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Jan 2014 14:47:19 -0500 Message-ID: <1389815238.8705.23.camel@bling.home> From: Alex Williamson Date: Wed, 15 Jan 2014 12:47:18 -0700 In-Reply-To: <1389780486-10826-1-git-send-email-bsd@redhat.com> References: <1389780486-10826-1-git-send-email-bsd@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] vfio: Warn on failure to read device rom List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bandan Das Cc: qemu-devel@nongnu.org On Wed, 2014-01-15 at 15:38 +0530, Bandan Das wrote: > Minor changes to print a message on the monitor > console in case of a rom read failure. Please see individual > patches for more details. > > Bandan Das (2): > vfio: warn if host device rom can't be read > vfio: Do not reattempt a failed rom read > > hw/misc/vfio.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > These look fine to me, I'll include them in my next pull request. Thanks! Alex