From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W36fH-0002dG-5u for qemu-devel@nongnu.org; Tue, 14 Jan 2014 11:16:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W36f7-000186-TE for qemu-devel@nongnu.org; Tue, 14 Jan 2014 11:16:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W36f7-00017h-Kq for qemu-devel@nongnu.org; Tue, 14 Jan 2014 11:16:21 -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 s0EGGI5o018813 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 14 Jan 2014 11:16:19 -0500 From: Bandan Das Date: Tue, 14 Jan 2014 21:45:42 +0530 Message-Id: <1389716144-31076-1-git-send-email-bsd@redhat.com> Subject: [Qemu-devel] [PATCH 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 | 12 +++++++++++- include/qemu/error-report.h | 20 ++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) -- 1.8.3.1