1. 22 7月, 2011 1 次提交
    • L
      Introduce compiler.h header file · 5c026320
      Luiz Capitulino 提交于
      This moves compiler related macros from qemu-common.h to compiler.h.
      
      The reason for this change is that there are simple header files that
      depend only on the compiler macros, so including qemu-common.h is overkill.
      
      Besides, qemu-common.h is bloated and will benefit from some splitting.
      
      Please, also note that the QEMU_BUILD_BUG_ON() macro is being fixed to
      not use double underscores as a prefix and the license text was added
      by Vassili Karpov (malc), who is one of the authors of the new file.
      Signed-off-by: NLuiz Capitulino <lcapitulino@gmail.com>
      5c026320