1. 29 4月, 2015 2 次提交
    • J
      libqtest: add qmp_async · ba4ed393
      John Snow 提交于
      Add qmp_async, which lets us send QMP commands asynchronously.
      This is useful when we want to send commands that will trigger
      event responses, but we don't know in what order to expect them.
      
      Sometimes the event responses may arrive even before the command
      confirmation will show up, so it is convenient to leave the responses
      in the stream.
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Message-id: 1426018503-821-5-git-send-email-jsnow@redhat.com
      ba4ed393
    • J
      libqtest: add qmp_eventwait · 8fe941f7
      John Snow 提交于
      Allow the user to poll until a desired interrupt occurs.
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Message-id: 1426018503-821-4-git-send-email-jsnow@redhat.com
      8fe941f7
  2. 31 3月, 2015 2 次提交
  3. 15 10月, 2014 1 次提交
  4. 08 9月, 2014 1 次提交
  5. 16 8月, 2014 1 次提交
  6. 01 4月, 2014 2 次提交
  7. 14 3月, 2014 1 次提交
  8. 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
  9. 07 11月, 2013 2 次提交
  10. 23 8月, 2013 1 次提交
  11. 19 7月, 2013 1 次提交
  12. 18 2月, 2013 3 次提交
  13. 12 2月, 2013 1 次提交
  14. 10 5月, 2012 1 次提交
  15. 30 3月, 2012 1 次提交