Linux-CXL Archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] qemu-options.hx: Fix typo for interleave-granularity of CFMW
@ 2024-04-07  8:35 Yuquan Wang
  2024-04-07  8:35 ` [PATCH 1/1] " Yuquan Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Yuquan Wang @ 2024-04-07  8:35 UTC (permalink / raw
  To: peter.maydell, jonathan.cameron
  Cc: qemu-devel, linux-cxl, chenbaozi, Yuquan Wang

This patch fixes the unit typo of interleave-granularity of
CXL Fixed Memory Window in qemu-option.hx.

Yuquan Wang (1):
  qemu-options.hx: Fix typo for interleave-granularity of CFMW

 qemu-options.hx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] qemu-options.hx: Fix typo for interleave-granularity of CFMW
  2024-04-07  8:35 [PATCH 0/1] qemu-options.hx: Fix typo for interleave-granularity of CFMW Yuquan Wang
@ 2024-04-07  8:35 ` Yuquan Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Yuquan Wang @ 2024-04-07  8:35 UTC (permalink / raw
  To: peter.maydell, jonathan.cameron
  Cc: qemu-devel, linux-cxl, chenbaozi, Yuquan Wang

This patch fixes the unit typo of interleave-granularity of
CXL Fixed Memory Window in qemu-option.hx.

Signed-off-by: Yuquan Wang wangyuquan1236@phytium.com.cn
---
 qemu-options.hx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 7fd1713fa8..e1b272d51a 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -151,14 +151,14 @@ SRST
         platform and configuration dependent.
 
         ``interleave-granularity=granularity`` sets the granularity of
-        interleave. Default 256KiB. Only 256KiB, 512KiB, 1024KiB, 2048KiB
-        4096KiB, 8192KiB and 16384KiB granularities supported.
+        interleave. Default 256(bytes). Only 256, 512, 1k, 2k
+        4k, 8k and 16k granularities supported.
 
         Example:
 
         ::
 
-            -machine cxl-fmw.0.targets.0=cxl.0,cxl-fmw.0.targets.1=cxl.1,cxl-fmw.0.size=128G,cxl-fmw.0.interleave-granularity=512k
+            -machine cxl-fmw.0.targets.0=cxl.0,cxl-fmw.0.targets.1=cxl.1,cxl-fmw.0.size=128G,cxl-fmw.0.interleave-granularity=512
 ERST
 
 DEF("M", HAS_ARG, QEMU_OPTION_M,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-07  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-07  8:35 [PATCH 0/1] qemu-options.hx: Fix typo for interleave-granularity of CFMW Yuquan Wang
2024-04-07  8:35 ` [PATCH 1/1] " Yuquan Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).