From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3NPu-0000I9-FO for qemu-devel@nongnu.org; Wed, 15 Jan 2014 05:09:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3NPo-0004lP-Hp for qemu-devel@nongnu.org; Wed, 15 Jan 2014 05:09:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3NPo-0004lE-8f for qemu-devel@nongnu.org; Wed, 15 Jan 2014 05:09:40 -0500 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 (8.14.4/8.14.4) with ESMTP id s0FA9SGK001179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Jan 2014 05:09:28 -0500 From: Bandan Das Date: Wed, 15 Jan 2014 15:38:04 +0530 Message-Id: <1389780486-10826-1-git-send-email-bsd@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: alex.williamson@redhat.com 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(+) -- 1.8.3.1