Re: [Qemu-devel] [PATCH v2 04/23] RISC-V: Use ROM base address and size from memmap

2018-03-12 Thread Eric Blake
On 03/08/2018 10:12 PM, Michael Clark wrote: Another case of replaceing hard coded constants, this time s/replaceing/replacing/ referring to the definition in the virt machine's memmap. Cc: Sagar Karandikar Cc: Bastian Koppelmann Signed-off-by: Michael Clark Signed-off-by: Palmer Dabbelt

Re: [Qemu-devel] [PATCH v2 04/23] RISC-V: Use ROM base address and size from memmap

2018-03-10 Thread Philippe Mathieu-Daudé
On 03/09/2018 05:12 AM, Michael Clark wrote: > Another case of replaceing hard coded constants, this time > referring to the definition in the virt machine's memmap. > > Cc: Sagar Karandikar > Cc: Bastian Koppelmann > Signed-off-by: Michael Clark > Signed-off-by: Palmer Dabbelt Reviewed-by: P

[Qemu-devel] [PATCH v2 04/23] RISC-V: Use ROM base address and size from memmap

2018-03-08 Thread Michael Clark
Another case of replaceing hard coded constants, this time referring to the definition in the virt machine's memmap. Cc: Sagar Karandikar Cc: Bastian Koppelmann Signed-off-by: Michael Clark Signed-off-by: Palmer Dabbelt --- hw/riscv/virt.c | 4 ++-- include/hw/riscv/virt.h | 2 -- 2 f