Re: [PATCH] qemu-options.hx: Update descriptions of memory options for NUMA node

2023-04-13 Thread Yohei Kojima
Thank you for the review. I will reflect them in the next version. On 2023/04/11 21:57, Alex Bennée wrote: > > Yohei Kojima writes: > >> This commit adds the following description: >> 1. `memdev` option is recommended over `mem` option (see [1,2]) >> 2. users must specify memory for all NUMA no

Re: [PATCH] qemu-options.hx: Update descriptions of memory options for NUMA node

2023-04-11 Thread Alex Bennée
Yohei Kojima writes: > This commit adds the following description: > 1. `memdev` option is recommended over `mem` option (see [1,2]) > 2. users must specify memory for all NUMA nodes (see [2]) > > This commit also separates descriptions for `mem` and `memdev` into two > paragraphs. The old doc

Re: [PATCH] qemu-options.hx: Update descriptions of memory options for NUMA node

2023-04-11 Thread Yohei Kojima
ping This patch updates an outdated description in qemu-options.hx . The patch reflects the changes in qemu behavior already described in another documentation, and it also changes paragraph structure for further readability. The original patch is: https://patchew.org/QEMU/tyzpr06mb5418d6b0175a4

Re: [PATCH] qemu-options.hx: Update descriptions of memory options for NUMA node

2023-04-02 Thread Yohei Kojima
I add more detailed explanation for the documentation update here. On 2023/03/30 19:09, Yohei Kojima wrote: > This commit adds the following description: > 1. `memdev` option is recommended over `mem` option (see [1,2]) > 2. users must specify memory for all NUMA nodes (see [2]) > > This commit a

[PATCH] qemu-options.hx: Update descriptions of memory options for NUMA node

2023-03-30 Thread Yohei Kojima
This commit adds the following description: 1. `memdev` option is recommended over `mem` option (see [1,2]) 2. users must specify memory for all NUMA nodes (see [2]) This commit also separates descriptions for `mem` and `memdev` into two paragraphs. The old doc describes legacy `mem` option first,