1. 12 7月, 2016 1 次提交
  2. 09 7月, 2015 1 次提交
  3. 08 2月, 2014 1 次提交
    • C
      disas: Implement disassembly output for A64 · 999b53ec
      Claudio Fontana 提交于
      Use libvixl to implement disassembly output in debug
      logs for A64, for use with both AArch64 hosts and targets.
      Signed-off-by: NClaudio Fontana <claudio.fontana@linaro.org>
      [PMM:
       * added support for target disassembly
       * switched to custom QEMUDisassembler so the output format
         matches what QEMU expects
       * make sure we correctly fall back to "just print hex"
         if we didn't build the AArch64 disassembler because of
         lack of a C++ compiler
       * rename from 'aarch64' to 'arm-a64' because this is a
         disassembler for the A64 instruction set
       * merge aarch64.c and aarch64-cxx.cc into one C++ file
       * simplify the aarch64.c<->aarch64-cxx.cc interface]
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      999b53ec
  4. 23 3月, 2013 1 次提交
  5. 19 12月, 2012 1 次提交
  6. 02 4月, 2012 1 次提交
  7. 01 11月, 2011 1 次提交
  8. 01 6月, 2011 1 次提交
  9. 24 1月, 2011 1 次提交
  10. 11 1月, 2011 1 次提交
  11. 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
  12. 02 4月, 2010 1 次提交
  13. 05 10月, 2009 1 次提交
  14. 26 9月, 2009 1 次提交
  15. 27 5月, 2009 1 次提交
  16. 10 2月, 2009 1 次提交
  17. 22 8月, 2008 1 次提交
  18. 10 5月, 2008 1 次提交
  19. 13 4月, 2008 1 次提交
  20. 27 2月, 2008 1 次提交
  21. 11 11月, 2007 1 次提交
  22. 08 10月, 2007 1 次提交
  23. 17 9月, 2007 2 次提交
  24. 01 8月, 2007 1 次提交
  25. 12 7月, 2007 1 次提交
  26. 05 4月, 2007 1 次提交
  27. 28 4月, 2006 1 次提交
  28. 07 11月, 2005 1 次提交
  29. 24 7月, 2005 1 次提交
  30. 02 7月, 2005 1 次提交
  31. 04 1月, 2005 1 次提交
  32. 18 3月, 2004 1 次提交
  33. 09 6月, 2003 1 次提交
  34. 30 4月, 2003 1 次提交
  35. 08 4月, 2003 1 次提交
  36. 21 3月, 2003 1 次提交
  37. 19 3月, 2003 1 次提交