1. 16 1月, 2013 1 次提交
  2. 21 12月, 2012 5 次提交
  3. 13 11月, 2012 2 次提交
  4. 31 10月, 2012 1 次提交
  5. 21 9月, 2012 1 次提交
  6. 13 9月, 2012 1 次提交
  7. 07 9月, 2012 1 次提交
    • D
      Add helper library for testing the qemu monitor code · 8d78fd04
      Daniel P. Berrange 提交于
      To be able to test the QEMU monitor code, we need to have a fake
      QEMU monitor server. This introduces a simple (dumb) framework
      that can do this. The test case registers a series of items to
      be sent back as replies to commands that will be executed. A
      thread runs the event loop looking for incoming replies and
      sending back this pre-registered data. This allows testing all
      QEMU monitor code that deals with parsing responses and errors
      from QEMU, without needing QEMU around
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      8d78fd04