Re: [PATCH qemu v16 4/5] docs/cxl: Add an arm/virt example.

2025-07-01 Thread Eric Auger
Hi Jonathan, On 6/25/25 6:19 PM, Jonathan Cameron via wrote: > Only add one very simple example as all the i386/pc examples will work > for arm/virt with a change to appropriate executable and appropriate > standard launch line for arm/virt. Note that max cpu is used to > ensure we have plenty of

[PATCH qemu v16 4/5] docs/cxl: Add an arm/virt example.

2025-06-25 Thread Jonathan Cameron via
Only add one very simple example as all the i386/pc examples will work for arm/virt with a change to appropriate executable and appropriate standard launch line for arm/virt. Note that max cpu is used to ensure we have plenty of physical address space. Suggested-by: Peter Maydell Signed-off-by: J