| Submitter | Alex Williamson |
|---|---|
| Date | Jan. 9, 2013, 7:19 p.m. |
| Message ID | <20130109191807.906.7307.stgit@bling.home> |
| Download | mbox |
| Permalink | /patch/210838/ |
| State | New |
| Headers | show
Return-Path: <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> 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 E35172C00B9 for <incoming@patchwork.ozlabs.org>; Thu, 10 Jan 2013 07:14:15 +1100 (EST) Received: from localhost ([::1]:51910 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>) id 1Tt22B-0007W0-BQ for incoming@patchwork.ozlabs.org; Wed, 09 Jan 2013 15:13:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <alex.williamson@redhat.com>) id 1Tt21u-0007VU-Cv for qemu-devel@nongnu.org; Wed, 09 Jan 2013 15:13:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <alex.williamson@redhat.com>) id 1Tt21o-0002pn-IO for qemu-devel@nongnu.org; Wed, 09 Jan 2013 15:13:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <alex.williamson@redhat.com>) id 1Tt1BN-0006Bp-Eh; Wed, 09 Jan 2013 14:19:25 -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 r09JJOCI002155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 Jan 2013 14:19:24 -0500 Received: from bling.home ([10.3.113.8]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r09JJN1h027442; Wed, 9 Jan 2013 14:19:24 -0500 To: aliguori@us.ibm.com From: Alex Williamson <alex.williamson@redhat.com> Date: Wed, 09 Jan 2013 12:19:23 -0700 Message-ID: <20130109191807.906.7307.stgit@bling.home> User-Agent: StGit/0.16 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, qemu-stable@nongnu.org Subject: [Qemu-devel] [PULL 0/2] vfio-pci: Fixes for 1.4 & stable X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org |
Pull-request
git://github.com/awilliam/qemu-vfio.git tags/qemu-1.4-vfio-20130109.0Comments
Anthony Liguori - Jan. 10, 2013, 8:57 p.m.
Pulled, thanks. Regards, Anthony Liguori
Anthony, The following changes since commit 560c30b1db1d40fe45c5104185367c4de43399d3: Merge remote-tracking branch 'kraxel/usb.75' into staging (2013-01-08 10:36:20 -0600) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/qemu-1.4-vfio-20130109.0 for you to fetch changes up to 8fc94e5a8046e349e07976f9bcaffbcd5833f3a2: vfio-pci: Loosen sanity checks to allow future features (2013-01-08 14:10:03 -0700) ---------------------------------------------------------------- vfio-pci: Fixes for qemu 1.4 & stable ---------------------------------------------------------------- Alex Williamson (2): vfio-pci: Make host MSI-X enable track guest vfio-pci: Loosen sanity checks to allow future features hw/vfio_pci.c | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-)