commit | 144539d3605ed7da9b8c1d69f49a282f8c4348b8 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Apr 17 11:30:07 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 20 10:51:11 2022 -0700 |
tree | 32ac5c67807f260eea0deebd8c56dd08943729cc | |
parent | 6391c772d7c5928d1b2abd65486330b34c97a42b [diff] |
util/log: Introduce qemu_set_log_filename_flags Provide a function to set both filename and flags at the same time. This is the common case at startup. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220417183019.755276-28-richard.henderson@linaro.org>