mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
bf619eae2e
commit
7fc493f8bd
3 changed files with 34 additions and 35 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "qapi/error.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qemu/rcu.h"
|
||||
|
||||
static void test_parse_range(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue