mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
TCGCPUOps structure makes more sense in the accelerator context rather than hardware emulation. Move it under the accel/tcg/ scope. Mechanical change doing: $ sed -i -e 's,hw/core/tcg-cpu-ops.h,accel/tcg/cpu-ops.h,g' \ $(git grep -l hw/core/tcg-cpu-ops.h) Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250123234415.59850-11-philmd@linaro.org>
This commit is contained in:
parent
fb26a3fd0e
commit
1501743654
37 changed files with 36 additions and 36 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "qemu/cutils.h"
|
||||
#include "gdbstub/user.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "hw/core/tcg-cpu-ops.h"
|
||||
#include "accel/tcg/cpu-ops.h"
|
||||
|
||||
#include <sys/ucontext.h>
|
||||
#include <sys/resource.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue