Re: [PATCH V3 2/6] target/riscv: Add basic vmstate description of CPU

2020-10-23 Thread Alistair Francis
On Fri, Oct 23, 2020 at 2:13 AM Yifei Jiang wrote: > > Add basic CPU state description to the newly created machine.c > > Signed-off-by: Yifei Jiang > Signed-off-by: Yipeng Yin Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.c | 8 + > target/riscv/internals.h |

[PATCH V3 2/6] target/riscv: Add basic vmstate description of CPU

2020-10-23 Thread Yifei Jiang
Add basic CPU state description to the newly created machine.c Signed-off-by: Yifei Jiang Signed-off-by: Yipeng Yin --- target/riscv/cpu.c | 8 + target/riscv/internals.h | 4 +++ target/riscv/machine.c | 74 target/riscv/meson.build | 3 +