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

2020-11-24 Thread Claudio Fontana
Hi Eduardo, thanks for looking at this, On 11/24/20 6:56 PM, Eduardo Habkost wrote: > On Tue, Nov 24, 2020 at 05:22:06PM +0100, Claudio Fontana wrote: >> Signed-off-by: Claudio Fontana >> --- > [...] >> @@ -908,8 +909,12 @@ int main(int argc, char **argv) >> } >> >> /* init tcg befor

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

2020-11-24 Thread Eduardo Habkost
On Tue, Nov 24, 2020 at 05:22:06PM +0100, Claudio Fontana wrote: > Signed-off-by: Claudio Fontana > --- [...] > @@ -908,8 +909,12 @@ int main(int argc, char **argv) > } > > /* init tcg before creating CPUs and to get qemu_host_page_size */ > -tcg_exec_init(0); > +{ > +A

[RFC v5 08/12] accel: extend AccelState and AccelClass to user-mode

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