Skip to content
Snippets Groups Projects
  1. Sep 29, 2020
  2. Sep 23, 2020
  3. Sep 14, 2020
  4. Sep 10, 2020
    • Alex Bennée's avatar
      plugins: move the more involved plugins to contrib · c17a386b
      Alex Bennée authored
      
      We have an exploding complexity problem in the testing so lets just
      move the more involved plugins into contrib. tests/plugins still exist
      for the basic plugins that exercise the API. We restore the old
      pre-meson style Makefile for contrib as it also doubles as a guide for
      out-of-tree plugin builds.
      
      While we are at it add some examples to the documentation and a
      specific plugins build target.
      
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Message-Id: <20200909112742.25730-11-alex.bennee@linaro.org>
      c17a386b
  5. Sep 09, 2020
  6. Sep 08, 2020
    • Eduardo Habkost's avatar
      codeconverter: script for automating QOM code cleanups · 94dfc0f3
      Eduardo Habkost authored
      
      This started as a simple script that scanned for regular
      expressions, but became more and more complex when exceptions to
      the rules were found.
      
      I don't know if this should be maintained in the QEMU source tree
      long term (maybe it can be reused for other code transformations
      that Coccinelle can't handle).  In either case, this is included
      as part of the patch series to document how exactly the automated
      code transformations in the next patches were done.
      
      Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
      Message-Id: <20200831210740.126168-7-ehabkost@redhat.com>
      Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
      94dfc0f3
  7. Sep 07, 2020
    • Thomas Huth's avatar
      gitlab-ci: Add cross-compiling build tests · 6bcb5fc0
      Thomas Huth authored
      
      Now that we can use all our QEMU test containers in the gitlab-CI, we can
      easily add some jobs that test cross-compilation for various architectures.
      There is just only small ugliness: Since the shared runners on gitlab.com
      are single-threaded, we have to split each compilation job into two parts
      (--disable-user and --disable-system), and exclude some additional targets,
      to avoid that the jobs are running too long and hitting the timeout of 1 h.
      
      Message-Id: <20200823111757.72002-8-thuth@redhat.com>
      Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      6bcb5fc0
  8. Sep 02, 2020
  9. Sep 01, 2020
  10. Aug 24, 2020
  11. Jul 27, 2020
  12. Jul 21, 2020
  13. Jul 20, 2020
  14. Jul 17, 2020
  15. Jul 14, 2020
  16. Jul 11, 2020
  17. Jul 10, 2020
Loading