[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 15/16] x86/hyperlaunch: add max vcpu parsing of hyperlaunch device tree
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>
- From: Alejandro Vallejo <agarciav@xxxxxxx>
- Date: Wed, 16 Apr 2025 14:54:47 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=apertussolutions.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=arcselector10001; 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=/PDFOsbdDrqNum/A2Hsj/mkBWXf32uj2SIaJWHTqL48=; b=vi0sZzke0n4si/yZJOs1jl31BAJJww+JoGQJTy8JGgXZEzdT4DmCXxNdOFD3pYukFUlnFnyI4DteE1Aq6jmigfoN840jltLKzkTQvaHP6FS8Yxtm8EsLhyzkNKjowP3X/jSAv9CTn4ydW65fde6YNchiFZIkydUYOHFKn2wCiQmtFbofkhIjeGst7IoLFR6azqTW0+7tQRj9/eSC8+XmYJbdjavOfhv+PDMYMRCm1MDyMuSMeSH1dX+RNH7L9JCTyuK2ABgKmDameUvlsCtlAggLBEUiGaVtKT8wbqkC89OBESlvfASH74TkN22FXDccyK1q2ECd2oX/J+u99smYgA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=H0ouYWoPSsfBhL1cstVvCV7SjAz4Ke4NYpnfejWOI7A+ggKEmT83dVzhvJckAzmJknLfgO3qRkNZrRccRmBxdkBuOytBiRUPCwxCpeAbahbn3wr2nXVhyHTkumtXINIp/518UH2PmZ9jpjK6mX40eJs5wiZUqD3xHUu/PYFlTII+DDDR/APzoQkzsyYclYj/qR/QbyPWc8ujlX6CXKoDATWLHJWIgqZnY+RJOQclHth0ORnH0bnnCKTcvED/mPErQ7sN5UOG1oFEmlpbIykbPpUkQhs6oDUI4IErYM//9iBFAIkYP6U8I3VLHwHvsyurutrht0Ynq+J2wz+wpUqHWw==
- Cc: Jason Andryuk <jason.andryuk@xxxxxxx>, Xenia Ragiadakou <xenia.ragiadakou@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Wed, 16 Apr 2025 13:55:14 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Wed Apr 16, 2025 at 2:42 PM BST, Daniel P. Smith wrote:
>
> On 4/10/25 08:08, Jan Beulich wrote:
>> On 08.04.2025 18:07, Alejandro Vallejo wrote:
>>> From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
>>>
>>> Introduce the `cpus` property, named as such for dom0less compatibility,
>>> that
>>> represents the maximum number of vpcus to allocate for a domain. In the
>>> device
^
|
"vcpus"
>>
>> Nit: vcpus
>
> I agree with you here, the issue is that it was requested that we keep
> this field in line with Arm's DT, and they unfortunately used `cpus` to
> specify the vcpu allocation.
He meant in the commit message. There's a typo.
Cheers,
Alejandro
|