[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/5] libs/guest: Move struct xc_cpu_policy into xg_private.h
- To: Ian Jackson <iwj@xxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 14 Jun 2021 15:56:07 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.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-SenderADCheck; bh=1xsCjtvTCIbMdR4RMF9+oPSu85gzSIhR7OD1ao9vaiw=; b=F2g3k4MC0IkyualppfF6ENPPMLC5RUWEDxGuPS64S4hzWBUMhR1rkrhGNV3IX0ZQIYyZ/tZWWuyRkF5owmfQUuVng6TNerCpM291vPhf1WrcOAc8Ffh2beGACgZwFfyToeDsx3i5cYQ/bsS2WPWM9r0goE8eUEevjIR/gQwqQ1CHpYPcxV+k0Jn8GnnVWMahdqdHDCO8n+aebAEd8BOewEKZ3R7tmPzZceymsENgZfKrBdVlKT5FL5ln1g6NmnrG51TEoO6yDt/8vweufL4R3EK/4zrlfTv23jTjPiRKNIa76S87a6YfSPPGnTApfJf9ddJjLRcGHgPA5+lkbHfCXg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=C1KGc5iJIPp+UAWZxnLEp19SNq4KbwlPIIQ4z46mjLTfvWGcTK1lY36sxbpXLaOgJ1P728skRVuRFcD1LizkkqlDwz4olHPblbmj2N6DvOyCUFSExa72eNy5wK5BknBjjeZNbP/eeFivKW3UHOpB45wT597DUzc+5s38kcV5HIbRdGcjbmR9W0jnKwvzeYLGoo8OnZsZo87lkrz0euvsts2lz0kMDjsAzIF0k3M4R8DvAzzzHCsDJRXY2+vu6PXz9WoS+gXQEiwJiHBKjutLYTP6pfwVYyAWIE33Bo6iRL4u8OuEgmHvGYTPhdutb/F2z+Kw3SU3bTPgcaTF997Zjw==
- Authentication-results: lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=suse.com;
- Cc: Igor Druzhinin <igor.druzhinin@xxxxxxxxxx>, Edwin Torok <edvin.torok@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Mon, 14 Jun 2021 13:56:21 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 14.06.2021 15:49, Ian Jackson wrote:
> Jan Beulich writes ("Re: [PATCH 4/5] libs/guest: Move struct xc_cpu_policy
> into xg_private.h"):
>> On 11.06.2021 18:36, Andrew Cooper wrote: ... so tests can peek at
>>> the internals, without the structure being generally available to
>>> users of the library.
>>
>> I'm not sure whether this slight over-exposure is tolerable in the tools
>> code,
>> so I'd prefer leaving the ack-ing of this change to the tools folks.
>
> I am fine with the change described in the Subject.
In which case I'm happy to give
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Jan
|