[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 06/10] libxl: Allow removing PCI devices for all types of domains
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Oleksandr Andrushchenko <Oleksandr_Andrushchenko@xxxxxxxx>
- Date: Mon, 11 Oct 2021 16:16:17 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; 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=opmmnLgmNord4MESRcZ/0c2q1Ou/q6r/Dq9d/JpNBeQ=; b=SgAyH6OSmtArETsaSnILxLM4MKRmC+3uAN899MoDoLzBMvA+F6laNHu1yvhUUXejWfCcSPEDsJvmpOwmMe8FG0s9jg1gL8xOWyDnjDIvAAzuHJcEBim0YhK53T22YGzRopVWUbW4gCCEYIw6+h1OKP6jWcLxgoWrBLh3RvDyIaVasYKT2diTJSMhHuBo/9zRMPp2hdf6sSJtzVGpg4Ida6QoSB111aJPFz6G6RzOf+g30lhqaeBb/V0Pa0nLDSUFxTYXgQesO2kH9yF08w1lfZWUNHlMEzFEWnqBvyTj3Daq20HeVUmhPkGXqaL8x5shqzRgnunZFWluputrnVXNiQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=chtDU1NmVTmeZRjR6urNcfsvOl47MdCCvKj/+mG7MfJYU5yihrOHWUTtza7ipmeZHZSWtyMBOHTatNmzYVEjTkAz18z/4HOytnuWjVCZl6ZqE3z0OOjTrJXd3/nx62iIYxZOAT6/I+/PdlM7O2TsLj2dud6fHR+ET5kF2Fq6sWFpkAysXx9dnT4fFiNUAOqztRwVIU/XtxwPle7KiaQdk3cRle14xycOqAoiPOHeb8wTCZzPI9n2NT4HYbBNmguOewi5EhdYL/bBfPY0yv2Okz1mQsVoJDyBOCo2duW9lB9oQ76LZ07ac08eQIYCfS582y/37XphALRWICoOOsQAxw==
- Authentication-results: citrix.com; dkim=none (message not signed) header.d=none;citrix.com; dmarc=none action=none header.from=epam.com;
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, "julien@xxxxxxx" <julien@xxxxxxx>, "sstabellini@xxxxxxxxxx" <sstabellini@xxxxxxxxxx>, Oleksandr Tyshchenko <Oleksandr_Tyshchenko@xxxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Artem Mygaiev <Artem_Mygaiev@xxxxxxxx>, "roger.pau@xxxxxxxxxx" <roger.pau@xxxxxxxxxx>, "jbeulich@xxxxxxxx" <jbeulich@xxxxxxxx>, "andrew.cooper3@xxxxxxxxxx" <andrew.cooper3@xxxxxxxxxx>, "george.dunlap@xxxxxxxxxx" <george.dunlap@xxxxxxxxxx>, "paul@xxxxxxx" <paul@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Rahul Singh <rahul.singh@xxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Juergen Gross <jgross@xxxxxxxx>, Oleksandr Andrushchenko <Oleksandr_Andrushchenko@xxxxxxxx>
- Delivery-date: Mon, 11 Oct 2021 16:16:28 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHXvAknnKigXkenfkWfROoBKCqE16vN/T8AgAABUAA=
- Thread-topic: [PATCH v5 06/10] libxl: Allow removing PCI devices for all types of domains
Hi, Anthony!
On 11.10.21 19:11, Anthony PERARD wrote:
> On Fri, Oct 08, 2021 at 08:55:31AM +0300, Oleksandr Andrushchenko wrote:
>> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>
>>
>> The PCI device remove path may now be used by PVH on ARM, so the
>> assert is no longer valid.
> Is there maybe a patch or a commit you could point to which say that
> there can be PCI passthrough on PVH?
Unfortunately no, this is what all the PCI series on Arm are for
>
>> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>
>> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
>> Reviewed-by: Rahul Singh <rahul.singh@xxxxxxx>
>> Tested-by: Rahul Singh <rahul.singh@xxxxxxx>
> In any case,
> Acked-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Thank you,
Oleksandr
> Thanks,
>
|