commit | b5b13eb712e73545c4323d497ef1fabf7e63c360 | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Thu Jan 16 19:09:25 2025 +0800 |
committer | Bibo Mao <maobibo@loongson.cn> | Fri Jan 24 14:49:24 2025 +0800 |
tree | 551c725bd4aeabdc43e1f3d5f9b9ec59d76251ae | |
parent | cb6fa4142f883684c7689944020aa95e422e0578 [diff] |
target/loongarch: Set unused flag with CSR registers On LA464, some CSR registers are not used such as CSR_SAVE8 - CSR_SAVE15, also CSR registers relative with MCE is not used now. Flag CSRFL_UNUSED is added for these registers, so that it will not dumped. In order to keep compatiblity, these CSR registers are not removed since it is used in vmstate already. Signed-off-by: Bibo Mao <maobibo@loongson.cn>