[Qemu-devel] [PATCH 8/9] Move cpu_has_work and cpu_pc_from_tb to cpu.h
Move functions cpu_has_work() and cpu_pc_from_tb() from exec.h to cpu.h. This is needed by later patches. Signed-off-by: Blue Swirl --- exec-all.h |1 + target-alpha/cpu.h | 22 + target-alpha/exec.h | 20 --- target-arm/cpu.h
[Qemu-devel] [PATCH 8/9] Move cpu_has_work and cpu_pc_from_tb to cpu.h
Move functions cpu_has_work() and cpu_pc_from_tb() from exec.h to cpu.h. This is needed by later patches. Signed-off-by: Blue Swirl --- exec-all.h |1 + target-alpha/cpu.h | 12 +++ target-alpha/exec.h | 10 - target-arm/cpu.h | 13 +