]> git.proxmox.com Git - mirror_qemu.git/commit - kvm-all.c
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 Mar 2017 11:01:16 +0000 (12:01 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Mar 2017 12:28:18 +0000 (13:28 +0100)
commitd2528bdc19988db73056be75dd9bf52eeee620f5
treec6669e8d626fe613a883672a9615bfafb073881a
parent33bef0b9948b85000221d32c758d9d4a9276aaaf
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h

This dependency is the wrong way, and we will need util/qemu-timer.h from
sysemu/cpus.h in the next patch.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
12 files changed:
cpu-exec.c
hw/core/ptimer.c
hw/ppc/pnv.c
include/qemu/timer.h
include/sysemu/cpus.h
kvm-all.c
monitor.c
replay/replay.c
target/alpha/translate.c
translate-all.c
util/main-loop.c
util/qemu-timer.c