qemu-s390x
[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: Thomas Huth
Subject: Re: [PATCH v7 08/13] s390x: topology: Adding drawers to STSI
Date: Tue, 24 May 2022 13:10:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0

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.

 Thomas




reply via email to

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