1. 23 9月, 2016 1 次提交
  2. 19 7月, 2016 2 次提交
  3. 29 1月, 2016 1 次提交
    • P
      arm: Clean up includes · 8ef94f0b
      Peter Maydell 提交于
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1453832250-766-13-git-send-email-peter.maydell@linaro.org
      8ef94f0b
  4. 17 11月, 2015 1 次提交
  5. 10 3月, 2015 1 次提交
    • S
      disas/arm: Fix warnings caused by missing 'static' attribute · 35ff0798
      Stefan Weil 提交于
      Warnings from the Sparse static analysis tool:
      
      disas/arm.c:1552:15: warning:
       symbol 'last_type' was not declared. Should it be static?
      disas/arm.c:1553:5: warning:
       symbol 'last_mapping_sym' was not declared. Should it be static?
      disas/arm.c:1554:9: warning:
       symbol 'last_mapping_addr' was not declared. Should it be static?
      
      Instead of adding 'static', the unused variables and the unused code which
      refers to those variables (which was deactivated a long time ago in
      commit 4b0f1a8b) are removed.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
      35ff0798
  6. 27 4月, 2013 1 次提交
  7. 19 12月, 2012 1 次提交
  8. 02 12月, 2011 1 次提交
  9. 12 1月, 2011 1 次提交
  10. 05 12月, 2010 1 次提交
    • S
      *-dis: Replace fprintf_ftype by fprintf_function (format checking) · 6e2d864e
      Stefan Weil 提交于
      This patch adds more printf format checking.
      
      Additional modifications were needed for this code change:
      
      * alpha-dis.c: The local definition of MAX conflicts with
        a previous definition from osdep.h, so add an #undef.
      
      * dis-asm.h: Add include for fprintf_function (qemu-common.h).
        The standard (now redundant) includes are removed.
      
      * mis-dis.c: The definition of ARRAY_SIZE is no longer needed
        and must be removed (conflict with previous definition from
        qemu-common.h).
      
      * sh4-dis.c: Remove some unneeded forward declarations.
      
      Cc: Blue Swirl <blauwirbel@gmail.com>
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      6e2d864e
  11. 26 4月, 2010 1 次提交
  12. 14 4月, 2010 1 次提交
  13. 27 2月, 2010 1 次提交
    • S
      arm host: Fix linker warning (m68k targets) · e3b283e9
      Stefan Weil 提交于
      Compilation of m68k-softmmu or m68k-linux-user on arm host
      (or cross compilation for arm) results in a linker warning:
      
        LINK  m68k-softmmu/qemu-system-m68k
      m68k-dis.o: warning: definition of `floatformat_ieee_single_little' overriding common
      arm-dis.o: warning: common is here
      /usr/lib/gcc/arm-linux-gnueabi/4.3.2/../../../../arm-linux-gnueabi/bin/ld: Warning: size of symbol `floatformat_ieee_single_little' changed from 4 in arm-dis.o to 48 in m68k-dis.o
      
      floatformat_ieee_single_little is declared in arm-dis.c and m68k-dis.c,
      and both declarations don't match, so this is an error.
      
      The symbol is not needed in arm-dis.c, so I removed it there.
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      e3b283e9
  14. 05 10月, 2009 1 次提交
  15. 17 7月, 2009 1 次提交
  16. 08 3月, 2009 1 次提交
  17. 11 11月, 2007 1 次提交
  18. 17 9月, 2007 2 次提交
  19. 28 4月, 2005 1 次提交
  20. 10 7月, 2003 1 次提交
  21. 09 6月, 2003 1 次提交