Re: [PATCH v3 3/7] accel/xen: Incorporate xen-mapcache.c

2021-02-01 Thread Philippe Mathieu-Daudé
On 2/1/21 12:29 PM, Philippe Mathieu-Daudé wrote: > xen-mapcache.c contains accelerator related routines, > not particular to the X86 HVM machine. Move this file > to accel/xen/ (adapting the buildsys machinery). > > Signed-off-by: Philippe Mathieu-Daudé > --- > meson.build

[PATCH v3 3/7] accel/xen: Incorporate xen-mapcache.c

2021-02-01 Thread Philippe Mathieu-Daudé
xen-mapcache.c contains accelerator related routines, not particular to the X86 HVM machine. Move this file to accel/xen/ (adapting the buildsys machinery). Signed-off-by: Philippe Mathieu-Daudé --- meson.build | 3 +++ accel/xen/trace.h | 1 + {hw