1. 02 3月, 2017 1 次提交
  2. 28 2月, 2017 1 次提交
  3. 21 2月, 2017 1 次提交
  4. 06 2月, 2017 1 次提交
  5. 28 1月, 2017 1 次提交
  6. 25 1月, 2017 1 次提交
  7. 24 1月, 2017 1 次提交
  8. 17 1月, 2017 11 次提交
  9. 04 1月, 2017 1 次提交
  10. 01 11月, 2016 2 次提交
    • P
      tests: send error_report to test log · 28017e01
      Paolo Bonzini 提交于
      Implement error_vprintf to send the output of error_report to
      the test log.  This silences test-vmstate.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Message-Id: <1477326663-67817-3-git-send-email-pbonzini@redhat.com>
      28017e01
    • P
      qemu-error: remove dependency of stubs on monitor · 397d30e9
      Paolo Bonzini 提交于
      Leave the implementation of error_vprintf and error_vprintf_unless_qmp
      (the latter now trivially wrapped by error_printf_unless_qmp) to
      libqemustub.a and monitor.c.  This has two advantages: it lets us
      remove the monitor_printf and monitor_vprintf stubs, and it lets
      tests provide a different implementation of the functions that uses
      g_test_message.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Message-Id: <1477326663-67817-2-git-send-email-pbonzini@redhat.com>
      397d30e9
  11. 30 10月, 2016 4 次提交
  12. 28 10月, 2016 1 次提交
  13. 18 10月, 2016 1 次提交
  14. 12 10月, 2016 1 次提交
  15. 29 9月, 2016 1 次提交
  16. 27 9月, 2016 1 次提交
  17. 23 9月, 2016 2 次提交
    • F
      util: Add UUID API · cea25275
      Fam Zheng 提交于
      A number of different places across the code base use CONFIG_UUID. Some
      of them are soft dependency, some are not built if libuuid is not
      available, some come with dummy fallback, some throws runtime error.
      
      It is hard to maintain, and hard to reason for users.
      
      Since UUID is a simple standard with only a small number of operations,
      it is cleaner to have a central support in libqemuutil. This patch adds
      qemu_uuid_* functions that all uuid users in the code base can
      rely on. Except for qemu_uuid_generate which is new code, all other
      functions are just copy from existing fallbacks from other files.
      
      Note that qemu_uuid_parse is moved without updating the function
      signature to use QemuUUID, to keep this patch simple.
      Signed-off-by: NFam Zheng <famz@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Reviewed-by: NJeff Cody <jcody@redhat.com>
      Message-Id: <1474432046-325-2-git-send-email-famz@redhat.com>
      cea25275
    • D
      tests: Add ptimer tests · 5b262bb6
      Dmitry Osipenko 提交于
      Ptimer is a generic countdown timer helper that is used by many timer
      device models as well as by the QEMU core. Add QTests for the ptimer.
      Signed-off-by: NDmitry Osipenko <digetx@gmail.com>
      Message-id: 1de89fe6e1ccaf6c8071ee3469e1a844df948359.1473252818.git.digetx@gmail.com
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5b262bb6
  18. 06 9月, 2016 5 次提交
  19. 19 7月, 2016 1 次提交
  20. 24 6月, 2016 2 次提交