]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
hw: cannot include hw/hw.h from user emulation
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 Jun 2014 06:40:04 +0000 (08:40 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:28 +0000 (16:42 +0200)
commit741da0d38b40b143724de320f4ed599402eece07
tree4620cc4fd5f18d951b71069e2ae5d3207a479cfb
parent1e00b8d57a16b9855ae49c2b0fe897e4ec7142d4
hw: cannot include hw/hw.h from user emulation

All qdev definitions are available from other headers, user-mode
emulation does not need hw/hw.h.

By considering system emulation only, it is simpler to disentangle
hw/hw.h from NEED_CPU_H.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c
include/hw/hw.h
include/hw/ppc/openpic.h
kvm-stub.c
target-i386/cpu.c
target-s390x/cpu.c
target-s390x/mem_helper.c
target-s390x/misc_helper.c