qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine
@ 2023-05-04 18:05 Thomas Huth
  2023-05-04 21:19 ` Daniel Henrique Barboza
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2023-05-04 18:05 UTC (permalink / raw)
  To: qemu-devel, Daniel Henrique Barboza
  Cc: qemu-ppc, qemu-trivial, Cédric Le Goater

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 for this machine nowadays.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 hw/ppc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
index c898021b5f..a689d9b219 100644
--- a/hw/ppc/Kconfig
+++ b/hw/ppc/Kconfig
@@ -3,7 +3,7 @@ config PSERIES
     imply PCI_DEVICES
     imply TEST_DEVICES
     imply VIRTIO_VGA
-    imply NVDIMM
+    select NVDIMM
     select DIMM
     select PCI
     select SPAPR_VSCSI
-- 
2.31.1



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

end of thread, other threads:[~2023-05-05 10:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-04 18:05 [PATCH] hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine Thomas Huth
2023-05-04 21:19 ` Daniel Henrique Barboza
2023-05-05  8:03   ` Thomas Huth
2023-05-05 10:41     ` Daniel Henrique Barboza

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 NNTP newsgroup(s).