Re: [Qemu-devel] [PATCH v1 1/9] target/riscv: Restructure deprecatd CPUs

2019-06-18 Thread Alistair Francis
On Mon, Jun 17, 2019 at 10:23 PM Philippe Mathieu-Daudé wrote: > > On 6/18/19 3:31 AM, Alistair Francis wrote: > > Restructure the deprecated CPUs to make it clear in the code that these > > are depreated. They are already marked as deprecated in > > qemu-deprecated.texi. There are no functional c

Re: [Qemu-devel] [PATCH v1 1/9] target/riscv: Restructure deprecatd CPUs

2019-06-17 Thread Philippe Mathieu-Daudé
On 6/18/19 3:31 AM, Alistair Francis wrote: > Restructure the deprecated CPUs to make it clear in the code that these > are depreated. They are already marked as deprecated in > qemu-deprecated.texi. There are no functional changes. > > Signed-off-by: Alistair Francis > --- > target/riscv/cpu.c

[Qemu-devel] [PATCH v1 1/9] target/riscv: Restructure deprecatd CPUs

2019-06-17 Thread Alistair Francis
Restructure the deprecated CPUs to make it clear in the code that these are depreated. They are already marked as deprecated in qemu-deprecated.texi. There are no functional changes. Signed-off-by: Alistair Francis --- target/riscv/cpu.c | 18 ++ target/riscv/cpu.h | 13 +++--