1. 08 9月, 2014 1 次提交
  2. 16 8月, 2014 1 次提交
  3. 01 4月, 2014 2 次提交
  4. 14 3月, 2014 1 次提交
  5. 13 3月, 2014 1 次提交
    • P
      libqtest: Avoid inline varargs functions · 0100f425
      Peter Maydell 提交于
      Older versions of gcc (eg 4.6) can't handle varargs functions declared
      inline for anything other than completely trivial uses, and complain:
      
      tests/qom-test.c: In function 'qmp': tests/libqtest.h:359:60: sorry,
      unimplemented: function 'qmp' can never be inlined because it uses
      variable argument lists
      
      Avoid this problem by putting the functions into libqtest.c instead
      of using inline definitions in libqtest.h.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NAndreas Färber <afaerber@suse.de>
      0100f425
  6. 07 11月, 2013 2 次提交
  7. 23 8月, 2013 1 次提交
  8. 19 7月, 2013 1 次提交
  9. 18 2月, 2013 3 次提交
  10. 12 2月, 2013 1 次提交
  11. 10 5月, 2012 1 次提交
  12. 30 3月, 2012 1 次提交