Skip to content
Snippets Groups Projects
  1. Apr 30, 2015
  2. Apr 29, 2015
  3. Apr 01, 2015
  4. Mar 03, 2015
  5. Mar 02, 2015
  6. Feb 27, 2015
  7. Feb 24, 2015
  8. Feb 20, 2015
  9. Feb 19, 2015
  10. Feb 05, 2015
    • Nikos Skalkotos's avatar
      Always use the direct backend in libguestfs · 7f893790
      Nikos Skalkotos authored
      Make sure that the libguestfs appliance is always launched directly
      using qemu. This can be done by exporting the environment variable
      LIBGUESTFS_BACKEND=direct before importing the guestfs library.
      
      This fixes #38
      7f893790
    • Nikos Skalkotos's avatar
      Treat user defined metadata case-insensitive · 8f3526c2
      Nikos Skalkotos authored
      Convert all user defined metadata names to uppercase before locally
      saving them to the metadata dictionary. The metadata names are case
      insensitive and by converting them to uppercase we can ensure that at
      any moment only one instance of them is present in the dictionary.
      
      This fixes #39
      8f3526c2
Loading