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

2023-04-20 Thread Philippe Mathieu-Daudé
On 20/4/23 17:57, Alex Bennée wrote: From: 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

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

2023-04-20 Thread Juan Quintela
Alex Bennée wrote: > From: 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 > parag

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

2023-04-20 Thread Alex Bennée
From: 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 legac