Re: [Qemu-devel] [Bug 1815078] [NEW] Qemu 3.1.0 risc-v mie.MEIE

2019-02-07 Thread Alistair Francis
On Thu, Feb 7, 2019 at 8:19 AM RTOS Pharos <1815...@bugs.launchpad.net> wrote: > > Public bug reported: > > Hello all, > > There is a bug in qemu for Risc-v, related to the mie register: when we > try to set the MEIE bit (11) nothing is done, even when we are running > at machine mode. > > Li a0

[Qemu-devel] [Bug 1815078] [NEW] Qemu 3.1.0 risc-v mie.MEIE

2019-02-07 Thread RTOS Pharos
Public bug reported: Hello all, There is a bug in qemu for Risc-v, related to the mie register: when we try to set the MEIE bit (11) nothing is done, even when we are running at machine mode. Li a0 , 1 << 11 Csrs mie , a0 And when we read mie it is as though nothing was done. Going through t