[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 00/12] PCI devices passthrough on Arm, part 3
- To: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Stewart Hildebrand <stewart.hildebrand@xxxxxxx>
- Date: Wed, 14 Jun 2023 22:01:49 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=epam.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=lQQWy7sJmF9RXCsAbdqLi3mUeB6gRol/H/7B7f/gaTk=; b=OgKaye5wV2vtkooXnEpKnraPyt14vfvTck2yxtIfb4yedMgOIuUkrN73dmFI0U3s/fXzl3AfXH2ZaguPI9mLozoqXUb+fB9NuT1KgwCh+6/V2lTdtwxVr3Ccf8Hpmw5/3DQErrluh7Q5HpM1vCE8OaD9x4sNo1vEQkYznqdptlfdEtISthNBSC9lqI14HIM1XUyd7k4lKDkKWEIM6WjDmtmpnItUmL5edfUjfz0XxkhN2LQuPY576CBKGxpHY44tbM7m9J8SYPWNCJvs3ohb2h49/V8uy2MAPmcBO3j+BAbmlrMrDp8zxJ6zFjF9/Mr+mZuLefJVce5s/AJv+WuHkg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=a2rBWYYjK+FOxaQsrPMdlWvXbrqqxmFk7vnAEN4W9epbAfioT9H0CpZeRxYEMJ+jyvxYOhnNSiJHC6UzmINY4GaWvdi0ithFZFzVgwV8neSHZc1yP3Cr79+SHoAYMA/QsQhN3YNEfyLoL2YBVTzaWQUaZyesy1NTlSS3CPICIH55oItK1BgLPJ3MUS0V/YTfxq2x857TsAYTEgXZpLMVc9TVPOvbCSmhD9zz2zUUythl3xAT7OCtCjAugcRZj76qXn4NPoq3YD0RBIL6CsjuwZOaXaR4FZ4hOo1I07QIZaTJ6KjjT5cpfRME+RYAiYXLr6KZstAcZNNGcmbtVK0UZA==
- Cc: Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Paul Durrant <paul@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>
- Delivery-date: Thu, 15 Jun 2023 02:02:14 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 6/13/23 06:32, Volodymyr Babchuk wrote:
> Hello,
>
> This is another another version of vPCI rework (previous one can be
> found at [1]). The biggest change is how vPCI locking is done. This
> series uses per-domain vPCI rwlock.
>
> Note that this series does not include my work on reference counting
> for PCI devices because this counting does not resolve isses we are
> having for vPCI. While it is (maybe) nice to have PCI refcounting, it
> does not moves us towards PCI on ARM.
>
>
> [1] https://lore.kernel.org/all/20220204063459.680961-1-andr2000@xxxxxxxxx/
Thanks for sending this!
Should this be v8? I see v7 at [2].
I had to rewind my xen.git back to 67c28bfc5245 for this series to apply
cleanly (just before ee045f3a4a6d "vpci/header: cope with devices not having
vpci allocated").
[2] https://lists.xenproject.org/archives/html/xen-devel/2022-07/msg01127.html
|