From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3gKs-0000FL-C9 for qemu-devel@nongnu.org; Thu, 16 Jan 2014 01:21:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3gKh-0004oq-H7 for qemu-devel@nongnu.org; Thu, 16 Jan 2014 01:21:50 -0500 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:55584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3gKg-0004oW-R8 for qemu-devel@nongnu.org; Thu, 16 Jan 2014 01:21:39 -0500 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 16 Jan 2014 16:21:34 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id A0B102BB0054 for ; Thu, 16 Jan 2014 17:21:32 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0G62YoC58261636 for ; Thu, 16 Jan 2014 17:02:37 +1100 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0G6LTvT007872 for ; Thu, 16 Jan 2014 17:21:29 +1100 From: Alexey Kardashevskiy Date: Thu, 16 Jan 2014 17:21:25 +1100 Message-Id: <1389853287-25458-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/2] vfio: fix mapping of MSIX bar List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Paolo Bonzini , Alex Williamson I tried to write my own HOST_PAGE_ALIGN to fix VFIO and found out it is already there but does not work for KVM so here are 2 patches instead of one. Alexey Kardashevskiy (2): kvm: initialize qemu_host_page_size vfio: fix mapping of MSIX bar hw/misc/vfio.c | 6 +++--- include/exec/exec-all.h | 1 + kvm-all.c | 1 + translate-all.c | 14 ++++++++------ 4 files changed, 13 insertions(+), 9 deletions(-) -- 1.8.4.rc4