[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 09/14] vpci/header: emulate PCI_COMMAND register for guests
- To: Oleksandr Andrushchenko <Oleksandr_Andrushchenko@xxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 2 Feb 2022 16:31:12 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=8kX6TwZNrNHLpw1o6tkilJNOMi9HA4GsmXheN76YrI8=; b=PGLpROiDMOIW0HQWBFqWufeD3PlqvsJX8RK70vlo9m/U5TEexN31oRgoRWwCLZqWy+WvLfT4Bsgfb9tWUsqfkrjCGtEZG4vS9330qV6E+300bVyimJiGNGhrjii+WCWwx4wX0Bu6SaEyeLpSsgT4DNx/DYf5qKXdxBr49RkFcLpSskzWyKMLmstOro6J2d4Pe0z4R5LqoYsbAQC8rhrVuze87A/ZByvN+RHY+t8yemeyJfvdkBc2w0h1khK+TFIjuC70RRgtUEzaKmca958V2q6DAFv0wOxnDBMbDpNv18RdE9TKWGYfgXBpl+PeoleJPNFrMfLWXh+mbbUDiaNouw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XBwRm6BuYS2XvcYSqD0xY0vymxfGutbexafmCRKiz6azrfhmpSpV4//plVPXbPtsIQ/GZNZNNSV8T1Gub8IFe6y1ws47LKvlW31qjUK9prAq8pNd+upg8KnMaylZY/iyQyd8GbHPRc+7g0D6EgXViD0MPpRsnF7ylvLsO8PzH/Sp92wKFKKVtAiyrXkn4fz3lCOhVWFeuTGBRx/IC0wANiyk2+5++P5GkM9tnoKmVObled8EYEAMFAhtxISrsEmElURFqvthVj/7qGLlTn+cSfYLq7c55BH0WdnGEM+xpR0qAs11r319NWq+PvOlr0o3qJLYJqIfIUiuUxVq1aN8yg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.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>, "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>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Wed, 02 Feb 2022 15:31:21 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 02.02.2022 16:12, Oleksandr Andrushchenko wrote:
> On 02.02.22 17:08, Jan Beulich wrote:
>> On 02.02.2022 16:04, Oleksandr Andrushchenko wrote:
>>> Or do we want some additional code in MSI/MSI-X's control_write
>>> functions to set INTX bit there as well?
>> Well, yes, this is what Roger and I have been asking you to add.
> Do we only want this for !is_hardware_domain(d) or unconditionally?
To keep present behavior unaltered, I'd suggest to do it only
conditionally.
Jan
|