Re: [Qemu-devel] [PATCH 13/13] target/openrisc: Update cpu "any" to v1.3

2019-08-26 Thread Stafford Horne
On Mon, Aug 26, 2019 at 05:07:45PM -0700, Richard Henderson wrote: > Now that the two updates from v3.1 are implemented, > update the "any" cpu to enable it. It should say 1.3 not 3.1 above. > Signed-off-by: Richard Henderson Other than that. Reviewed-by: Stafford Horne

[Qemu-devel] [PATCH 13/13] target/openrisc: Update cpu "any" to v1.3

2019-08-26 Thread Richard Henderson
Now that the two updates from v3.1 are implemented, update the "any" cpu to enable it. Signed-off-by: Richard Henderson --- target/openrisc/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/openrisc/cpu.c b/target/openrisc/cpu.c index f96a69e278..506aec6bfb 100644