[Qemu-devel] [PULL 08/10] RISC-V: Add misa runtime write support

2019-02-02 Thread Palmer Dabbelt
From: Michael Clark This patch adds support for writing misa. misa is validated based on rules in the ISA specification. 'E' is mutually exclusive with all other extensions. 'D' depends on 'F' so 'D' bit is dropped if 'F' is not present. A conservative approach to consistency is taken by flushing

[Qemu-devel] [PULL 08/10] RISC-V: Add misa runtime write support

2019-01-30 Thread Palmer Dabbelt
From: Michael Clark This patch adds support for writing misa. misa is validated based on rules in the ISA specification. 'E' is mutually exclusive with all other extensions. 'D' depends on 'F' so 'D' bit is dropped if 'F' is not present. A conservative approach to consistency is taken by flushing