Re: [PATCH v2 22/39] linux-user: Expand log_page_dump inline
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
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