Re: [Qemu-devel] [PATCH v2 01/23] RISC-V: Make virt create_fdt interface consistent

2018-03-10 Thread Philippe Mathieu-Daudé
On 03/09/2018 05:12 AM, Michael Clark wrote: > create_fdt sets the fdt variable on RISCVVirtState and this is > used to access the fdt. This reverts a change introduced in > https://github.com/riscv/riscv-qemu/pull/109 which introduced > a redundant return value, overlooking the RISCVVirtState > st

[Qemu-devel] [PATCH v2 01/23] RISC-V: Make virt create_fdt interface consistent

2018-03-08 Thread Michael Clark
create_fdt sets the fdt variable on RISCVVirtState and this is used to access the fdt. This reverts a change introduced in https://github.com/riscv/riscv-qemu/pull/109 which introduced a redundant return value, overlooking the RISCVVirtState structure member that made create_fdt inconsistent with t