From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Gordeev Subject: [kvm-unit-tests PATCH 0/2] pci: Fix PCI BAR alignment Date: Fri, 25 Nov 2016 11:29:42 +0100 Message-ID: Cc: Alexander Gordeev , Thomas Huth , Andrew Jones To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46038 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765AbcKYK3s (ORCPT ); Fri, 25 Nov 2016 05:29:48 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1D5F5811AC for ; Fri, 25 Nov 2016 10:29:48 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: Andrew Jones reported 'edu' device fails to operate on addresses assigned by PCI memory allocation. This series should fix the issue. Cc: Thomas Huth Cc: Andrew Jones Alexander Gordeev (2): pci: Remove redundant alignment of BAR size pci: Align PCI addresses on BAR size boundary lib/pci-host-generic.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -- 1.8.3.1