On 19 April 2018 at 13:00, Paolo Bonzini <[email protected]> wrote: > On 19/04/2018 12:51, KONRAD Frederic wrote: >> --- a/configure >> +++ b/configure >> @@ -3732,7 +3732,7 @@ fi >> fdt_required=no >> for target in $target_list; do >> case $target in >> - >> aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu|mips64el-softmmu) >> + >> aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu|mips64el-softmmu|riscv64-softmmu) >> fdt_required=yes >> ;; >> esac >> > > Maybe good for 2.12, even though it would make the final rc and final > release different?
I strongly prefer not to have changes between final rc and actual release, and I don't think this rises to the level of justifying another rc, since there is an easy user workaround for it (pass --enable-fdt to configure). thanks -- PMM
