Re: [PATCH v2 22/39] linux-user: Expand log_page_dump inline

2022-04-14 Thread Alex Bennée
Richard Henderson writes: > We have extra stuff to log at the same time. > Hoist the qemu_log_lock/unlock to the caller and use fprintf. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v2 22/39] linux-user: Expand log_page_dump inline

2022-03-26 Thread Richard Henderson
We have extra stuff to log at the same time. Hoist the qemu_log_lock/unlock to the caller and use fprintf. Signed-off-by: Richard Henderson --- include/exec/log.h | 15 --- linux-user/main.c | 43 +-- linux-user/mmap.c | 7 ++- 3 files c