Re: [PATCH] hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine

2023-05-05 Thread Daniel Henrique Barboza
On 5/5/23 05:03, Thomas Huth wrote: On 04/05/2023 23.19, Daniel Henrique Barboza wrote: On 5/4/23 15:05, Thomas Huth wrote: When building QEMU with "--without-default-devices", the pseries machine fails to start even when running with the --nodefaults option:   $ ./qemu-system-ppc64 --nod

Re: [PATCH] hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine

2023-05-05 Thread Thomas Huth
On 04/05/2023 23.19, Daniel Henrique Barboza wrote: On 5/4/23 15:05, Thomas Huth wrote: When building QEMU with "--without-default-devices", the pseries machine fails to start even when running with the --nodefaults option:   $ ./qemu-system-ppc64 --nodefaults -M pseries   Type 'spapr-nvdimm'

Re: [PATCH] hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine

2023-05-04 Thread Daniel Henrique Barboza
On 5/4/23 15:05, Thomas Huth wrote: When building QEMU with "--without-default-devices", the pseries machine fails to start even when running with the --nodefaults option: $ ./qemu-system-ppc64 --nodefaults -M pseries Type 'spapr-nvdimm' is missing its parent 'nvdimm' Aborted (core dump

[PATCH] hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine

2023-05-04 Thread Thomas Huth
When building QEMU with "--without-default-devices", the pseries machine fails to start even when running with the --nodefaults option: $ ./qemu-system-ppc64 --nodefaults -M pseries Type 'spapr-nvdimm' is missing its parent 'nvdimm' Aborted (core dumped) Looks like NVDIMM is a hard requirement