[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 11/15] tools/helpers: Add get_overlay


  • To: Henry Wang <xin.wang2@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>
  • From: Stewart Hildebrand <stewart.hildebrand@xxxxxxx>
  • Date: Thu, 25 Apr 2024 21:45:26 -0400
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.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 (0)
  • 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=m+cQLp3qp5YfaVkKjl0cJVlqqYinBt+XFkIuFYXuvug=; b=bIi84y3qBdDt1ufemeu/QugjdIX7qfsj1KfI6NwRieWIeGXG7+w67L5kLU3buHH77jHAIqLYmXnLCzgkykoQM2uaYTOHE1MXctQxqnmd9lM5oLk+j46moPn+EzR6yLYPjerOrebXr4VFm6q5JIHeFq16bbeCphEEy0/b9Muel+XK7yRrNitzY9nEhEnOUv0oCxXUZjAYezXB7cXuVgn8YgRVMwaUZjJdgYcEP5HbATGVbHyG/dC5xoeKNuhx7OMF4DTrivN5NxfCb3bdIb7+St04AJHdBF1I419akoM5gK4fY1dk2xZrYRAm6eunQeQMjb0boPAlU7jHVW7ScOnmvA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZtVLeBZ9qHMyZd7w7q3Jk7cD5jCDPw6KIO16jpi9JoYoZ7wuNzS/nzDsOD3rEINQzJK2nPswDia2+8EoOejRErNqBh/1bH1L0tY4e557GNrh3SIKEfhFmP8Xd5Q3QFhpZtVNgCa3wQ4aXrQDF7NtDarwfAe06IyE1mby9b6tJa3FzrJ40Q8+ytbZ+ntHqsUQdIKJCb04Uj6YuqfKfTHdAscPYHC9XER2As8nPU8RBKbStOlwADi8CzcR3SwKnlpF1czOiF5utoVIy4uQTsstGcmMa4qgYrXwSHbgsfMrde6RVCHPfCOZovfMxOsGJmfIKforuTBjDKUSHAgdW+UaVQ==
  • Cc: Anthony PERARD <anthony@xxxxxxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Fri, 26 Apr 2024 01:45:54 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 4/24/24 20:43, Henry Wang wrote:
> Hi Jan,
> 
> On 4/24/2024 2:08 PM, Jan Beulich wrote:
>> On 24.04.2024 05:34, Henry Wang wrote:
>>> From: Vikram Garhwal <fnu.vikram@xxxxxxxxxx>
>>>
>>> This user level application copies the overlay dtbo shared by dom0 while 
>>> doing
>>> overlay node assignment operation. It uses xenstore to communicate with 
>>> dom0.
>>> More information on the protocol is writtien in docs/misc/overlay.txt file.
>>>
>>> Signed-off-by: Vikram Garhwal <fnu.vikram@xxxxxxxxxx>
>>> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxx>
>>> Signed-off-by: Henry Wang <xin.wang2@xxxxxxx>
>>> ---
>>>   tools/helpers/Makefile      |   8 +
>>>   tools/helpers/get_overlay.c | 393 ++++++++++++++++++++++++++++++++++++
>>>   2 files changed, 401 insertions(+)
>>>   create mode 100644 tools/helpers/get_overlay.c
>> As mentioned before on various occasions - new files preferably use dashes as
>> separators in preference to underscores. You not doing so is particularly
>> puzzling seeing ...
>>
>>> --- a/tools/helpers/Makefile
>>> +++ b/tools/helpers/Makefile
>>> @@ -12,6 +12,7 @@ TARGETS += init-xenstore-domain
>>>   endif
>>>   ifeq ($(CONFIG_ARM),y)
>>>   TARGETS += init-dom0less
>>> +TARGETS += get_overlay
>> ... patch context here (demonstrating a whopping 3 dashes used in similar
>> cases).
> 
> I am not very sure why Vikram used "_" in the original patch. However I agree 
> you are correct. Since I am currently doing the follow up of this series, I 
> will use "-" in v2 as suggested. Thanks.

Please also add tools/helpers/get-overlay to .gitignore



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.