Skip to content
Snippets Groups Projects
  1. Jan 02, 2021
  2. Nov 09, 2020
  3. Oct 27, 2020
  4. Oct 26, 2020
  5. Oct 17, 2020
  6. Oct 06, 2020
  7. Oct 03, 2020
    • Richard Henderson's avatar
      capstone: Convert Makefile bits to meson bits · 8b18cdbf
      Richard Henderson authored
      
      There are better ways to do this, e.g. meson cmake subproject,
      but that requires cmake 3.7 and some of our CI environments
      only provide cmake 3.5.
      
      Nor can we add a meson.build file to capstone/, because the git
      submodule would then always report "untracked files".  Fixing that
      would require creating our own branch on the qemu git mirror, at
      which point we could just as easily create a native meson subproject.
      
      Instead, build the library via the main meson.build.
      
      This improves the current state of affairs in that we will re-link
      the qemu executables against a changed libcapstone.a, which we wouldn't
      do before-hand.  In addition, the use of the configuration header file
      instead of command-line -DEFINES means that we will rebuild the
      capstone objects with changes to meson.build.
      
      Acked-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      8b18cdbf
  8. Sep 30, 2020
  9. Sep 29, 2020
    • Peter Maydell's avatar
      docs/interop: Convert qemu-qmp-ref to rST · 4ac2ee19
      Peter Maydell authored
      
      Convert qemu-qmp-ref to rST format. This includes dropping
      the plain-text, pdf and info format outputs for this document;
      as with all our other Sphinx-based documentation, we provide
      HTML and manpage only.
      
      The qemu-qmp-ref.rst is somewhat more stripped down than
      the .texi was, because we do not (currently) attempt to
      generate indexes for the commands, events and data types
      being documented.
      
      Again, we drop the direct link from index.html.in now that
      the QMP ref is part of the interop manual.
      
      This commit removes the code from the root meson.build file that
      handled the various Texinfo-based outputs, because we no longer
      generate any documentation except for the Sphinx HTML manuals and the
      manpages, and the code can't handle having an empty list of files
      to process.. We'll do further cleanup of the remainders of
      Texinfo support in subsequent commits.
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-Id: <20200925162316.21205-10-peter.maydell@linaro.org>
      Reviewed-by: default avatarMarkus Armbruster <armbru@redhat.com>
      [Unicode legacy literal dumbed down to plain string literal, TODO
      comment on displaying QEMU version added, "make html" fixed,
      storage-daemon/qapi/meson.build updated]
      Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
      4ac2ee19
  10. Sep 13, 2020
  11. Sep 10, 2020
  12. Sep 08, 2020
  13. Sep 01, 2020
  14. Aug 22, 2020
  15. Aug 21, 2020
Loading