[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 5/7] xen/xsm: Switch to byteswap.h
- To: Lin Liu <lin.liu@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 2 Nov 2021 16:18:05 +0100
- 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=LJZmEyZGTchnnJQWewf+pr5AzAMgV2/vVn5jvNG3UIg=; b=QF0BMmWXLe5xh8Y+gMq4FdR/qL11yIMk6Upevr8F5tobyHxF8zDntlsKjOz/BqmJk4FIlOlaZhAhulFcNcd+DTd0OjoDHFw1UizcMkV2E5mOSr2FoGh4Ym2RxfCx5Bl/XT0pxAY5U39/nevG7luJp2oopUZRWluJVubiksNnRfmq4LUDIUME7xrxuKCNiOF36E2CpQwVQHf16Ub0ffxpi6G5oDuNOJI+SqqoH1VT2r0mLbTobWlfVu7X3V6XGnXGtUryqCAnXPGf9+GP/B2rlC6vMmaPVX0kbzIgJZyYI701SNW0nXNZXTkpPfNLjtbEPov8YoJgE+VGUE53VHh6xQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=H7CVCMbCVmvWcx0dz5e11MFIdplihhTzt1yZxrFgZ+75Dsp8gcLEkK6+CgmTnzJZ3rvK6xIpinf7/xzPP9h9bWl0jsKU1chblaPdHIPCF/rwMbniTV+H2h3Bl9mu4Rh0Dme33sk73637Fuk+qh1BM9WbXuklIpRqZm0Fn+0JlZoGJxIWdKfnw7+wk9t1JDN1RGaDqR3Mz9qMgKWL92+YKsecsAYURx0j5hdSTiUdN2kaN+b9+Uj7aOecu5i8vxhxzYRjecKqNx4SrTyErv06uCHnuoCN9phuid8hjnBiYRwKONaScx9g6IodlooNsFMq537sUccfVTrDRZz9uYboxQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>, "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 02 Nov 2021 15:18:21 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 22.10.2021 17:46, Daniel P. Smith wrote:
> On 10/22/21 6:47 AM, Lin Liu wrote:
>> Update to use byteswap.h to swap bytes
>>
>> No functional change
>>
>> Signed-off-by: Lin Liu <lin.liu@xxxxxxxxxx>
>
> Reviewed by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|