Re: [Qemu-devel] [PATCH] riscv: htif: use qemu_log_mask instead of qemu_log

2019-07-22 Thread Alistair Francis
On Mon, Jul 22, 2019 at 2:29 AM KONRAD Frederic wrote: > > Hi Philippe, > > Le 7/20/19 à 11:50 AM, Philippe Mathieu-Daudé a écrit : > > Cc'ing Stefan > > > > On 7/20/19 11:44 AM, Philippe Mathieu-Daudé wrote: > >> Hi Frederic, > >> > >> On 7/20/19 8:18 AM, KONRAD Frederic wrote: > >>> There are so

Re: [Qemu-devel] [PATCH] riscv: htif: use qemu_log_mask instead of qemu_log

2019-07-22 Thread KONRAD Frederic
Hi Philippe, Le 7/20/19 à 11:50 AM, Philippe Mathieu-Daudé a écrit : Cc'ing Stefan On 7/20/19 11:44 AM, Philippe Mathieu-Daudé wrote: Hi Frederic, On 7/20/19 8:18 AM, KONRAD Frederic wrote: There are some debug trace appearing when using GDB with the HTIF mapped @0: Invalid htif read: addr

Re: [Qemu-devel] [PATCH] riscv: htif: use qemu_log_mask instead of qemu_log

2019-07-20 Thread Philippe Mathieu-Daudé
Cc'ing Stefan On 7/20/19 11:44 AM, Philippe Mathieu-Daudé wrote: > Hi Frederic, > > On 7/20/19 8:18 AM, KONRAD Frederic wrote: >> There are some debug trace appearing when using GDB with the HTIF mapped @0: >> Invalid htif read: address 0002 >> Invalid htif read: address 000

Re: [Qemu-devel] [PATCH] riscv: htif: use qemu_log_mask instead of qemu_log

2019-07-20 Thread Philippe Mathieu-Daudé
Hi Frederic, On 7/20/19 8:18 AM, KONRAD Frederic wrote: > There are some debug trace appearing when using GDB with the HTIF mapped @0: > Invalid htif read: address 0002 > Invalid htif read: address 0006 > Invalid htif read: address 000a > Invalid htif read:

[Qemu-devel] [PATCH] riscv: htif: use qemu_log_mask instead of qemu_log

2019-07-19 Thread KONRAD Frederic
There are some debug trace appearing when using GDB with the HTIF mapped @0: Invalid htif read: address 0002 Invalid htif read: address 0006 Invalid htif read: address 000a Invalid htif read: address 000e So don't show them unconditionally. Sign