From patchwork Thu Oct 18 20:51:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Williamson X-Patchwork-Id: 192450 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 06E2D2C0097 for ; Fri, 19 Oct 2012 07:51:41 +1100 (EST) Received: from localhost ([::1]:45809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOx47-0004MT-13 for incoming@patchwork.ozlabs.org; Thu, 18 Oct 2012 16:51:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOx3w-0004K2-4B for qemu-devel@nongnu.org; Thu, 18 Oct 2012 16:51:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOx3v-00084k-2m for qemu-devel@nongnu.org; Thu, 18 Oct 2012 16:51:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOx3u-00084a-Qd for qemu-devel@nongnu.org; Thu, 18 Oct 2012 16:51:27 -0400 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 q9IKpMQW015015 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 18 Oct 2012 16:51:22 -0400 Received: from bling.home (ovpn-113-170.phx2.redhat.com [10.3.113.170]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q9IKpKx9019019; Thu, 18 Oct 2012 16:51:21 -0400 From: Alex Williamson To: anthony@codemonkey.ws, qemu-devel@nongnu.org Date: Thu, 18 Oct 2012 14:51:20 -0600 Message-ID: <20121018204600.795.11323.stgit@bling.home> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: alex.williamson@redhat.com, kvm@vger.kernel.org Subject: [Qemu-devel] [PATCH 0/2][PULL] vfio-pci fixes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Anthony, The following changes since commit 1414968a6aecd23cb037bc9e718d6f05ead2afaf: tcg: Optimize mulu2 (2012-10-17 17:51:39 +0200) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20121017.0 for you to fetch changes up to d9f0e63898d639629bb7eb914786529185334635: vfio-pci: Mark non-migratable (2012-10-17 11:20:14 -0600) ---------------------------------------------------------------- vfio-pci fixes 20121017.0 Just a pair of trivial fixes to get in before I'm offline for a couple weeks. Thanks, Alex ---------------------------------------------------------------- Alex Williamson (2): vfio-pci: Fix debug build vfio-pci: Mark non-migratable hw/vfio_pci.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)