From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWTfz-0001OV-SN for qemu-devel@nongnu.org; Tue, 23 Sep 2014 13:15:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWTfv-00007l-1s for qemu-devel@nongnu.org; Tue, 23 Sep 2014 13:14:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWTfu-000079-Qu for qemu-devel@nongnu.org; Tue, 23 Sep 2014 13:14:50 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8NHEjaH003804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 23 Sep 2014 13:14:45 -0400 From: Alex Williamson Date: Tue, 23 Sep 2014 11:14:44 -0600 Message-ID: <20140923171355.6258.48511.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 endian updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: alex.williamson@redhat.com The following changes since commit 07e2863d0271ac6c05206d8ce9e4f4c39b25d3ea: exec.c: fix setting 1-byte-long watchpoints (2014-09-19 17:42:16 +0100) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140923.0 for you to fetch changes up to 75bd0c7253f384e868b638db5c6350796cf584f7: vfio: make rom read endian sensitive (2014-09-22 15:27:43 -0600) ---------------------------------------------------------------- Endian updates to re-fix cross endian host and guest and enable the same for ROM loading (Alexey) ---------------------------------------------------------------- Alexey Kardashevskiy (1): Revert "vfio: Make BARs native endian" Nikunj A Dadhania (1): vfio: make rom read endian sensitive hw/misc/vfio.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-)