On Thu, Jan 17, 2019 at 12:03:34PM +0100, Thomas Huth wrote: > > --- a/hw/mem/Kconfig > > +++ b/hw/mem/Kconfig > > @@ -6,3 +6,5 @@ config MEM_DEVICE > > > > config NVDIMM > > bool > > + default y > > + depends on I440FX && Q35 > > I440FX || Q35 ? > Thanks Thomas, "I440FX || Q35" is right, i will change these one by one, Yang.
> (FWIW: it's also used by mips-softmmu.mak, so we need to add this here > later, too) > > Thomas