Re: [PATCH v2 21/39] bsd-user: Expand log_page_dump inline
Richard Henderson writes: > We have extra stuff to log at the same time. > Hoist the qemu_log_trylock/unlock to the caller and use fprintf. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée
[PATCH v2 21/39] bsd-user: Expand log_page_dump inline
We have extra stuff to log at the same time. Hoist the qemu_log_trylock/unlock to the caller and use fprintf. Signed-off-by: Richard Henderson --- bsd-user/main.c | 35 ++- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/bsd-user/main.c b/bsd-user/