1. 28 4月, 2017 9 次提交
  2. 27 4月, 2017 2 次提交
  3. 26 4月, 2017 1 次提交
    • D
      util: switch over to use keycodemapdb GIT submodule · 02fb15fb
      Daniel P. Berrange 提交于
      A long time ago we imported the keymaps.csv file from GTK-VNC so we
      can do conversions between keycode sets. Meanwhile lots of bug fixes
      have gone into this CSV file and libvirt hasn't kept in sync. The
      keymaps.csv file and associated generator script has been pulled out
      of GTK-VNC into a dedicated GIT repo for use as a submodule. This
      allows GTK-VNC, SPICE-GTK, QEMU and libvirt to share the same master
      database and tools and pushing updates merely requires a submodule
      commit update as with gnulib.
      
      The test suite is updated to cover some extra boundary conditions.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      02fb15fb
  4. 21 4月, 2017 2 次提交
  5. 19 4月, 2017 2 次提交
  6. 18 4月, 2017 2 次提交
  7. 13 4月, 2017 2 次提交
  8. 11 4月, 2017 9 次提交
  9. 10 4月, 2017 1 次提交
  10. 07 4月, 2017 3 次提交
  11. 06 4月, 2017 2 次提交
    • J
      Split out -Wframe-larger-than warning from WARN_CLFAGS · e73889b6
      Ján Tomko 提交于
      Introduce STRICT_FRAME_LIMIT_CFLAGS that will be used for
      production code and RELAXED_FRAME_LIMIT_CFLAGS for tests.
      
      Raising the limit for tests allows building them with clang
      with optimizations disabled.
      e73889b6
    • A
      qemu: Move some functions to qemu_capspriv.h · 2e5de445
      Andrea Bolognani 提交于
      This header file has been created so that we can expose
      internal functions to the test suite without making them
      public: those in qemu_capabilities.h bearing the comment
      
        /* Only for use by test suite */
      
      are obvious candidates for being moved over.
      2e5de445
  12. 05 4月, 2017 2 次提交
  13. 04 4月, 2017 3 次提交