|
From: | Pierre Morel |
Subject: | Re: [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command |
Date: | Thu, 2 Mar 2023 16:00:14 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 |
On 2/24/23 18:15, Nina Schoetterl-Glausch wrote:
On Wed, 2023-02-22 at 15:21 +0100, Pierre Morel wrote:
[...]
diff --git a/hmp-commands.hx b/hmp-commands.hx index fbb5daf09b..d8c37808c7 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1815,3 +1815,20 @@ SRST Dump the FDT in dtb format to *filename*. ERST #endif + +#if defined(TARGET_S390X) + { + .name = "set-cpu-topology", + .args_type = "core:l,socket:l?,book:l?,drawer:l?,entitlement:s?,dedicated:b?",Can you use ":O" for the ids? It would allow for some more flexibility.
I think it is better if let fall the hmp interface for the moment and will send it later in another series.
Regards, Pierre
[Prev in Thread] | Current Thread | [Next in Thread] |