From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSW7r-00072c-S2 for qemu-devel@nongnu.org; Tue, 25 Mar 2014 14:31:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSW7l-0006vH-2v for qemu-devel@nongnu.org; Tue, 25 Mar 2014 14:31:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSW7k-0006v4-S3 for qemu-devel@nongnu.org; Tue, 25 Mar 2014 14:30:57 -0400 From: Alex Williamson Date: Tue, 25 Mar 2014 12:30:10 -0600 Message-ID: <20140325182903.6587.14357.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/2] vfio pull for QEMU 2.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org, aliguori@amazon.com Cc: qemu-devel@nongnu.org Peter & Anthony, The following changes since commit 839a5547574e57cce62f49bfc50fe1f04b00589a: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140324' into staging (2014-03-24 19:25:09 +0000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140325.0 for you to fetch changes up to 4e505ddd9af1d5810378a4e7b851f788b1c075ba: vfio: Cosmetic error reporting fixes (2014-03-25 12:08:52 -0600) ---------------------------------------------------------------- A couple trivial fixes for QEMU 2.0: - Coding correction that allowed attempts to read the device ROM after we'd already marked it failed (Bandan) - Cosmetic error reporting fixes to remove unnecessary new lines and fix a cut-n-paste wording error (Alex) ---------------------------------------------------------------- Alex Williamson (1): vfio: Cosmetic error reporting fixes Bandan Das (1): vfio: Correction in vfio_rom_read when attempting rom loading hw/misc/vfio.c | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-)