mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'
"linux-user/cpu_loop-common.h" is generic enough to be used by bsd-user, so rename it as "user/cpu_loop.h". Mechanical change running: $ sed -i -e 's,cpu_loop-common.h,user/cpu_loop.h,' \ $(git grep -l cpu_loop-common.h) Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212185341.2857-17-philmd@linaro.org>
This commit is contained in:
parent
fb5c28e195
commit
b74c898158
20 changed files with 21 additions and 21 deletions
|
@ -50,7 +50,7 @@
|
|||
#include "elf.h"
|
||||
#include "trace/control.h"
|
||||
#include "target_elf.h"
|
||||
#include "cpu_loop-common.h"
|
||||
#include "user/cpu_loop.h"
|
||||
#include "crypto/init.h"
|
||||
#include "fd-trans.h"
|
||||
#include "signal-common.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue