mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target/riscv: Remove user version information
Remove the user version information. This was never used and never publically exposed in a release of QEMU, so let's just remove it. In future to manage versions we can extend the extension properties to specify version. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Palmer Dabbelt <palmer@sifive.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
This commit is contained in:
parent
bdddd44635
commit
c9a73910c3
2 changed files with 9 additions and 25 deletions
|
@ -78,7 +78,6 @@ enum {
|
|||
RISCV_FEATURE_MISA
|
||||
};
|
||||
|
||||
#define USER_VERSION_2_02_0 0x00020200
|
||||
#define PRIV_VERSION_1_09_1 0x00010901
|
||||
#define PRIV_VERSION_1_10_0 0x00011000
|
||||
#define PRIV_VERSION_1_11_0 0x00011100
|
||||
|
@ -105,7 +104,6 @@ struct CPURISCVState {
|
|||
|
||||
target_ulong badaddr;
|
||||
|
||||
target_ulong user_ver;
|
||||
target_ulong priv_ver;
|
||||
target_ulong misa;
|
||||
target_ulong misa_mask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue