Re: [PATCH 09/15] machine: record whether nvdimm= was set

2020-12-07 Thread Igor Mammedov
On Wed, 2 Dec 2020 03:18:48 -0500 Paolo Bonzini wrote: > This is needed for SPAPR which has different defaults than everyone else. > Right now it looks at the -machine QemuOpts, but those will go away. > > Signed-off-by: Paolo Bonzini > --- > hw/core/machine.c | 1 + >

[PATCH 09/15] machine: record whether nvdimm= was set

2020-12-02 Thread Paolo Bonzini
This is needed for SPAPR which has different defaults than everyone else. Right now it looks at the -machine QemuOpts, but those will go away. Signed-off-by: Paolo Bonzini --- hw/core/machine.c | 1 + include/hw/mem/nvdimm.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff