mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
target/riscv: Add basic vmstate description of CPU
Add basic CPU state description to the newly created machine.c Signed-off-by: Yifei Jiang <jiangyifei@huawei.com> Signed-off-by: Yipeng Yin <yinyipeng1@huawei.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20201026115530.304-3-jiangyifei@huawei.com Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
284d697c74
commit
f7697f0e62
4 changed files with 81 additions and 8 deletions
|
@ -27,7 +27,8 @@ riscv_ss.add(files(
|
|||
riscv_softmmu_ss = ss.source_set()
|
||||
riscv_softmmu_ss.add(files(
|
||||
'pmp.c',
|
||||
'monitor.c'
|
||||
'monitor.c',
|
||||
'machine.c'
|
||||
))
|
||||
|
||||
target_arch += {'riscv': riscv_ss}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue