diff options
| author | Richard Henderson | 2022-04-17 20:30:05 +0200 |
|---|---|---|
| committer | Richard Henderson | 2022-04-20 19:51:11 +0200 |
| commit | 7fc493f8bd5b5eccf761ec9b1caa13c872e289ec (patch) | |
| tree | 15af3f63d9641a1aaa982dede2533e9bae2b9c39 /tests/unit | |
| parent | include/exec/log: Do not reference QemuLogFile directly (diff) | |
| download | qemu-7fc493f8bd5b5eccf761ec9b1caa13c872e289ec.tar.gz qemu-7fc493f8bd5b5eccf761ec9b1caa13c872e289ec.tar.xz qemu-7fc493f8bd5b5eccf761ec9b1caa13c872e289ec.zip | |
include/qemu/log: Move entire implementation out-of-line
Move QemuLogFile, qemu_logfile, and all inline functions into qemu/log.c.
No need to expose these implementation details in the api.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220417183019.755276-26-richard.henderson@linaro.org>
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/test-logging.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test-logging.c b/tests/unit/test-logging.c index 87db7fe04a..7327de7b5f 100644 --- a/tests/unit/test-logging.c +++ b/tests/unit/test-logging.c @@ -29,6 +29,7 @@ #include "qapi/error.h" #include "qemu/log.h" +#include "qemu/rcu.h" static void test_parse_range(void) { |
