On 8/7/21 11:42 AM, Warner Losh wrote:
> From: Warner Losh<imp@FreeBSD.org>
>
> Update the debugging code for new features and different targets.
>
> Signed-off-by: Mikaël Urankar<mikael.urankar@gmail.com>
> Signed-off-by: Sean Bruno<sbruno@FreeBSD.org>
> Signed-off-by: Kyle Evans<kevans@FreeBSD.org>
> Signed-off-by: Warner Losh<imp@bsdimp.com>
> ---
> bsd-user/mmap.c | 49 ++++++++++++++++++++++++++++++-------------------
> 1 file changed, 30 insertions(+), 19 deletions(-)
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Thanks
For the to-do list: convert to qemu_log_mask or tracepoints.
Will do. Should I create a bsd-user/TODO file with all these in it (or rather, should I
upstream the one I've already created)?
Warner