qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 08/13] s390x: topology: Adding drawers to STSI


From: Pierre Morel
Subject: Re: [PATCH v7 08/13] s390x: topology: Adding drawers to STSI
Date: Wed, 25 May 2022 10:19:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0



On 5/24/22 13:10, Thomas Huth wrote:
On 20/04/2022 13.57, Pierre Morel wrote:
Let's add STSI support for the container level 4, drawers,
and provide the information back to the guest.

Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
---
...
@@ -470,6 +520,69 @@ static const TypeInfo drawer_info = {
          { }
      }
  };
+
+/* --- NODE Definitions --- */
+
+/*
+ * Nodes are the first level of CPU topology we support
+ * only one NODE for the moment.
+ */
+static char *node_bus_get_dev_path(DeviceState *dev)
+{
+    return g_strdup_printf("00");
+}
g_strdup("00") please.

Yes, thanks, will change it

Regards,
Pierre


  Thomas


--
Pierre Morel
IBM Lab Boeblingen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]