On 06/09/2018 17:44, Peter Maydell wrote: > On 6 September 2018 at 16:07, Michael Eager <ea...@eagerm.com> wrote: >> Any comments? > I'd quite like to hear from somebody more familiar with the > readconfig/writeconfig stuff than me about whether this > very riscv-centric approach makes sense and fits with how > the config file is used by other parts of QEMU. > > I'm not sure who would be best to do that review, though. Paolo, > any suggestions for who knows that bit of the code?
I'm not sure why you need a readconfig-specific section and you cannot just use -machine (adding properties to the RISC-V machine classes). That would be usable through either command line or -readconfig. Paolo