Re: [PATCH v2 2/4] linux-user: Use `qemu_log' for strace

2020-02-04 Thread Laurent Vivier
Le 04/02/2020 à 03:55, Josh Kunz a écrit : > On Tue, Jan 28, 2020 at 7:07 AM Laurent Vivier wrote: >> >> Le 17/01/2020 à 20:28, Josh Kunz a écrit : >>> This change switches linux-user strace logging to use the newer `qemu_log` >>> logging subsystem rather than the older `gemu_log` (notice the "g")

Re: [PATCH v2 2/4] linux-user: Use `qemu_log' for strace

2020-02-03 Thread Josh Kunz
On Tue, Jan 28, 2020 at 7:07 AM Laurent Vivier wrote: > > Le 17/01/2020 à 20:28, Josh Kunz a écrit : > > This change switches linux-user strace logging to use the newer `qemu_log` > > logging subsystem rather than the older `gemu_log` (notice the "g") > > logger. `qemu_log` has several advantages,

Re: [PATCH v2 2/4] linux-user: Use `qemu_log' for strace

2020-01-28 Thread Laurent Vivier
Le 17/01/2020 à 20:28, Josh Kunz a écrit : > This change switches linux-user strace logging to use the newer `qemu_log` > logging subsystem rather than the older `gemu_log` (notice the "g") > logger. `qemu_log` has several advantages, namely that it allows logging > to a file, and provides a more u

[PATCH v2 2/4] linux-user: Use `qemu_log' for strace

2020-01-17 Thread Josh Kunz
This change switches linux-user strace logging to use the newer `qemu_log` logging subsystem rather than the older `gemu_log` (notice the "g") logger. `qemu_log` has several advantages, namely that it allows logging to a file, and provides a more unified interface for configuration of logging (via