mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
plugins/api: build only once
Now all the softmmu/user-mode stuff has been split out we can build this compilation unit only once. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250304222439.2035603-30-alex.bennee@linaro.org>
This commit is contained in:
parent
1d3e745f7a
commit
40988ed9df
2 changed files with 1 additions and 13 deletions
|
@ -46,17 +46,6 @@
|
|||
#include "exec/translator.h"
|
||||
#include "disas/disas.h"
|
||||
#include "plugin.h"
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include "qapi/error.h"
|
||||
#include "migration/blocker.h"
|
||||
#include "qemu/plugin-memory.h"
|
||||
#include "hw/boards.h"
|
||||
#else
|
||||
#include "qemu.h"
|
||||
#ifdef CONFIG_LINUX
|
||||
#include "loader.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Uninstall and Reset handlers */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue