]> git.proxmox.com Git - qemu.git/commit
linux-user: Move includes of target-specific headers to end of qemu.h
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jul 2013 17:44:52 +0000 (18:44 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 22 Jul 2013 18:54:08 +0000 (21:54 +0300)
commitdfeab06c98f7bc37f8ad8a6a2f8f677e5a57a55d
tree116f7f2a3b07cb4cde6786f1e6541649e68c17b0
parent790d440605a997a5e146809e824e95ca22a14652
linux-user: Move includes of target-specific headers to end of qemu.h

The target-specific headers (target_cpu.h and target_signal.h)
might need to use the target-independent structure and function
definitions of qemu.h; so include them only at the bottom of
qemu.h, not the top.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/qemu.h