Re: [PATCH v6 05/61] target/riscv: add an internals.h header

2020-03-27 Thread Richard Henderson
On 3/17/20 8:05 AM, LIU Zhiwei wrote: > The internals.h keeps things that are not relevant to the actual architecture, > only to the implementation, separate. > > Signed-off-by: LIU Zhiwei > --- > target/riscv/internals.h | 24 > 1 file changed, 24 insertions(+) > creat

Re: [PATCH v6 05/61] target/riscv: add an internals.h header

2020-03-18 Thread Alistair Francis
On Tue, Mar 17, 2020 at 8:17 AM LIU Zhiwei wrote: > > The internals.h keeps things that are not relevant to the actual architecture, > only to the implementation, separate. > > Signed-off-by: LIU Zhiwei Reviewed-by: Alistair Francis Alistair > --- > target/riscv/internals.h | 24

[PATCH v6 05/61] target/riscv: add an internals.h header

2020-03-17 Thread LIU Zhiwei
The internals.h keeps things that are not relevant to the actual architecture, only to the implementation, separate. Signed-off-by: LIU Zhiwei --- target/riscv/internals.h | 24 1 file changed, 24 insertions(+) create mode 100644 target/riscv/internals.h diff --git a/t