From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Gordeev Subject: Re: [kvm-unit-tests PATCH v9 00/12] PCI bus support Date: Sat, 5 Nov 2016 18:30:17 +0100 Message-ID: <20161105173017.GD10472@agordeev.lab.eng.brq.redhat.com> References: <20161104154407.p72aipzbyc5q6t57@kamzik.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Thomas Huth , Peter Xu To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55576 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754700AbcKERWT (ORCPT ); Sat, 5 Nov 2016 13:22:19 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 3C02585545 for ; Sat, 5 Nov 2016 17:22:19 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20161104154407.p72aipzbyc5q6t57@kamzik.brq.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Nov 04, 2016 at 04:44:07PM +0100, Andrew Jones wrote: > On Thu, Nov 03, 2016 at 05:19:37PM +0100, Alexander Gordeev wrote: > > This is 9th version of PCI support. Your latest suggestions are incorporated. > > > > Sources are avalable at: > > https://github.com/a-gordeev/kvm-unit-tests.git pci-testdev-v9 I put v10 with refreshed patch 10/12 at: https://github.com/a-gordeev/kvm-unit-tests.git pci-testdev-v10 Thanks! > I tested this branch on tcg/arm, tcg/aarch64, kvm/aarch64 and, with the > attached patch, I was able to cp arm/pci-test.c to x86 and even test it > with kvm/i386 and kvm/x86_64. It worked great. > > Tested-by: Andrew Jones > > Thanks for this series!!