commit | 741da0d38b40b143724de320f4ed599402eece07 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 27 08:40:04 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 19 16:42:28 2016 +0200 |
tree | 4620cc4fd5f18d951b71069e2ae5d3207a479cfb | |
parent | 1e00b8d57a16b9855ae49c2b0fe897e4ec7142d4 [diff] |
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>