riscvarchive / riscv-qemu

QEMU with RISC-V (RV64G, RV32G) Emulation Support
385 stars 154 forks source link

Allow mstatus.T* bits to be set. #136

Closed msuozzo closed 6 years ago

msuozzo commented 6 years ago

Because people might, you know, want to use them.

michaeljclark commented 6 years ago

Ya. Good idea!

Can you please set the target branch on this pull request to qemu-2.13-upstream. I'll then merge it and can then rebase and squash it with the main patch before we submit the series upstream.

The riscv-all branch is created using scripts, using merge commits from the working branches (which is currently just qemu-2.13-upstream but can be multiple branches).

msuozzo commented 6 years ago

Ah good to know.

Done.

michaeljclark commented 6 years ago

I squashed the change into the prior feature commit as I'll be sending out patches soon.