Skip to content
Snippets Groups Projects
  1. Mar 10, 2025
  2. Feb 11, 2025
  3. Nov 27, 2023
    • Richard W.M. Jones's avatar
      src: Include <libxml/parser.h> · cc4b7346
      Richard W.M. Jones authored
      libxml2 2.12.1 failed with this error:
      
      xml-c.c:92:9: warning: implicit declaration of function ‘xmlReadMemory’; did you mean ‘xmlInitMemory’? [-Wimplicit-function-declaration]
         92 |   doc = xmlReadMemory (String_val (xmlv), caml_string_length (xmlv),
            |         ^~~~~~~~~~~~~
            |         xmlInitMemory
      cc4b7346
  4. Jan 09, 2023
    • Yuya Higashi's avatar
      virt-top: fix to parse init-file correctly · 1a5fffc2
      Yuya Higashi authored
      
      This fixes the following runtime error when parsing init-file.
      
      $ virt-top --init-file <(echo "sort id")
      Error: Invalid_argument("String.sub / Bytes.sub")
      Raised at Stdlib.invalid_arg in file "stdlib.ml", line 30, characters 20-45
      Called from Stdlib__String.sub in file "string.ml" (inlined), line 50, characters 2-23
      Called from Utils.split in file "utils.ml", line 82, characters 24-68
      Called from Utils.read_config_file.(fun) in file "utils.ml", line 114, characters 23-37
      Called from Stdlib__List.map in file "list.ml", line 92, characters 20-23
      Called from Top.start_up.try_to_read_init_file in file "top.ml", line 153, characters 17-42
      Called from Main.script_mode in file "main.ml", line 37, characters 6-17
      
      Signed-off-by: default avatarYuya Higashi <higashi.yuya@fujitsu.com>
      1a5fffc2
  5. Nov 23, 2022
  6. Nov 03, 2021
    • Richard W.M. Jones's avatar
      Version 1.1.1. · 87954cad
      Richard W.M. Jones authored
      87954cad
    • Richard W.M. Jones's avatar
      src/collect.ml: Don't die if a domain goes away during lookup · 785a1fdf
      Richard W.M. Jones authored
      libvirt: VIR_ERR_NO_DOMAIN: VIR_FROM_QEMU: Domain not found: no domain with matching uuid '231eb609-fe6c-4de5-abbc-e1f834457c37'
      Raised by primitive operation at Libvirt in file "libvirt.ml" (inlined), line 573, characters 0-1023
      Called from Collect.collect.(fun) in file "collect.ml", line 168, characters 18-44
      Called from Stdlib__List.map in file "list.ml", line 92, characters 20-23
      Called from Stdlib__List.map in file "list.ml", line 92, characters 32-39
      Called from Collect.collect in file "collect.ml", line 138, characters 4-1023
      Called from Top.main_loop in file "top.ml", line 318, characters 16-29
      Called from Main in file "main.ml", line 50, characters 4-19
      785a1fdf
    • Richard W.M. Jones's avatar
      Remove dependency on xml-light, replace with libxml2 · a87f770c
      Richard W.M. Jones authored
      This commit removes the dependency on the ancient and dead upstream
      xml-light light.  It is replaced with the C library libxml2.  This
      introduces a small amount of C code to interface with libxml2 and
      parse the libvirt domain XML into the list of block devices and
      network devices (using XPath).
      a87f770c
    • Richard W.M. Jones's avatar
      build: Remove bogus directory list in ocaml-dep.sh.in · c7bcc68a
      Richard W.M. Jones authored
      This was a cut and paste error when I copied this file over from
      libguestfs.
      
      Fixes: commit 5405de2920fa56529b56f61ff683806e72ddfa6a
      c7bcc68a
    • Richard W.M. Jones's avatar
      Remove external dependency on ocaml-csv · cada78a6
      Richard W.M. Jones authored
      We only used a tiny number of features from this library, and it is
      distributed under a compatible license so we might as well inline the
      function we need.
      cada78a6
    • Richard W.M. Jones's avatar
      Remove dependency on ocaml-extlib · 52bed4c4
      Richard W.M. Jones authored
      We only used a handful of small functions from this library, so we can
      completely remove the dependency easily.
      52bed4c4
    • Richard W.M. Jones's avatar
      build: Use non-deprecated form of warning flags · 3af5adb6
      Richard W.M. Jones authored
      In OCaml 4.13:
      
      Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters,
      like 'CDEFLMPSUVYZX', is deprecated.
      Use the equivalent signed form: +C+D+E+F+L+M+P+S+U+V+Y+Z+X-3.
      3af5adb6
  7. Oct 01, 2021
  8. Sep 30, 2021
  9. Sep 21, 2020
  10. Sep 13, 2020
  11. Aug 28, 2020
  12. Aug 27, 2020
  13. Aug 21, 2019
  14. Aug 20, 2019
  15. Sep 20, 2018
  16. Nov 18, 2017
  17. Mar 28, 2017
Loading