From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751627AbbEARlD (ORCPT ); Fri, 1 May 2015 13:41:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53531 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751054AbbEARk6 (ORCPT ); Fri, 1 May 2015 13:40:58 -0400 Message-ID: <1430502057.4472.255.camel@redhat.com> Subject: [GIT PULL] VFIO fixes for v4.1-rc2 From: Alex Williamson To: Linus Torvalds Cc: linux-kernel , kvm Date: Fri, 01 May 2015 11:40:57 -0600 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.1-rc2 for you to fetch changes up to 82a0eaab980a3af92d46e93eaf299d6c1428c52b: vfio-pci: Log device requests more verbosely (2015-04-28 10:23:30 -0600) ---------------------------------------------------------------- Fix some undesirable behavior with the vfio device request interface: - Flush signals on interrupted wait to retain polling interval (Alex Williamson) - Increase verbosity of device request channel (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (2): vfio: Flush signals on device request interruption vfio-pci: Log device requests more verbosely drivers/vfio/pci/vfio_pci.c | 8 +++++++- drivers/vfio/vfio.c | 13 ++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-)