Re: [RFC v6 08/11] accel: extend AccelState and AccelClass to user-mode

2021-01-12 Thread Claudio Fontana
On 1/11/21 7:43 PM, Claudio Fontana wrote: > Hi Richard, > > happy new year, > > this change of mine breaks with --enable-debug, after your changes related to > "splitrw" in tcg/, > I am a bit at a loss at what could be going wrong.. any hints? > > I am getting assertion failures with --enable-

Re: [RFC v6 08/11] accel: extend AccelState and AccelClass to user-mode

2021-01-11 Thread Claudio Fontana
Hi Richard, happy new year, this change of mine breaks with --enable-debug, after your changes related to "splitrw" in tcg/, I am a bit at a loss at what could be going wrong.. any hints? I am getting assertion failures with --enable-debug in make check-tcg, in particular in tcg/tcg.c:768 #if

[RFC v6 08/11] accel: extend AccelState and AccelClass to user-mode

2020-11-26 Thread Claudio Fontana
Signed-off-by: Claudio Fontana --- MAINTAINERS| 2 +- accel/accel-common.c | 50 ++ accel/{accel.c => accel-softmmu.c} | 27 ++-- accel/accel-user.c | 24 ++ accel/meson.build