Skip to content
Snippets Groups Projects
  1. Sep 14, 2017
  2. Sep 08, 2017
  3. Aug 15, 2017
  4. May 17, 2017
  5. Apr 25, 2017
  6. Mar 14, 2017
  7. Mar 02, 2017
  8. Feb 28, 2017
  9. Feb 21, 2017
  10. Feb 06, 2017
  11. Jan 27, 2017
  12. Jan 24, 2017
  13. Jan 23, 2017
  14. Jan 16, 2017
  15. Jan 03, 2017
  16. Nov 01, 2016
    • Paolo Bonzini's avatar
      tests: send error_report to test log · 28017e01
      Paolo Bonzini authored
      
      Implement error_vprintf to send the output of error_report to
      the test log.  This silences test-vmstate.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      Message-Id: <1477326663-67817-3-git-send-email-pbonzini@redhat.com>
      28017e01
    • Paolo Bonzini's avatar
      qemu-error: remove dependency of stubs on monitor · 397d30e9
      Paolo Bonzini authored
      
      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: default avatarPaolo Bonzini <pbonzini@redhat.com>
      Message-Id: <1477326663-67817-2-git-send-email-pbonzini@redhat.com>
      397d30e9
  17. Oct 30, 2016
  18. Oct 28, 2016
  19. Oct 17, 2016
  20. Oct 12, 2016
  21. Sep 28, 2016
  22. Sep 27, 2016
  23. Sep 23, 2016
    • Fam Zheng's avatar
      util: Add UUID API · cea25275
      Fam Zheng authored
      
      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: default avatarFam Zheng <famz@redhat.com>
      Reviewed-by: default avatarEric Blake <eblake@redhat.com>
      Reviewed-by: default avatarJeff Cody <jcody@redhat.com>
      Message-Id: <1474432046-325-2-git-send-email-famz@redhat.com>
      cea25275
  24. Sep 22, 2016
Loading