diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-20 13:57:32 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-05-20 13:09:22 +0100 |
commit | 22b31af26ff31ef97a9d482fb5e336d699ae33f3 (patch) | |
tree | 66daeff2d071fe73e65da8518f0a30431bad940a /hw/intc | |
parent | 6bd8ab6889f45a42d69a3a65a4d6e7fc2453c84c (diff) | |
download | qemu-22b31af26ff31ef97a9d482fb5e336d699ae33f3.tar.gz qemu-22b31af26ff31ef97a9d482fb5e336d699ae33f3.tar.bz2 qemu-22b31af26ff31ef97a9d482fb5e336d699ae33f3.zip |
aspeed: include qemu/log.h
This is not visible with the default "log" trace backend. With other
backends however trace.h does not include qemu/log.h, resulting in
build failures.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1463745452-25831-2-git-send-email-pbonzini@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/intc')
-rw-r--r-- | hw/intc/aspeed_vic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/aspeed_vic.c b/hw/intc/aspeed_vic.c index 19a0ff7486..725d5b62c5 100644 --- a/hw/intc/aspeed_vic.c +++ b/hw/intc/aspeed_vic.c @@ -31,6 +31,7 @@ #include <inttypes.h> #include "hw/intc/aspeed_vic.h" #include "qemu/bitops.h" +#include "qemu/log.h" #include "trace.h" #define AVIC_NEW_BASE_OFFSET 0x80 |