1. 10 6月, 2020 3 次提交
  2. 09 6月, 2020 6 次提交
  3. 08 6月, 2020 4 次提交
  4. 05 6月, 2020 10 次提交
  5. 04 6月, 2020 13 次提交
  6. 03 6月, 2020 4 次提交
    • J
      libxl: Normalize MAC address in device conf when hotplugging a netdev · ec07aad8
      Jim Fehlig 提交于
      Similar to commits 55ce6564 and 6c17606b in the qemu driver, make
      separate copies of persistent and live device config and normalize the MAC
      address between the two. This avoids having different MAC address for the
      persistent and live config, ensuring the device has the same address when
      the persistent config takes affect after a VM restart.
      Signed-off-by: NJim Fehlig <jfehlig@suse.com>
      Reviewed-by: NLaine Stump <laine@redhat.com>
      ec07aad8
    • I
      autogen.sh: Restore --no-git (avoid git submodule update) · 8915c9cb
      Ian Jackson 提交于
      Prior to 2621d48f "gnulib: delete all gnulib integration",
      one could pass ./autogen.sh --no-git to prevent the libvirt build
      system from running git submodule update.
      
      This feature is needed by systems like the Xen Project CI which want
      to explicitly control the revisions of every tree.  These will
      typically arrange to initialise the submodules check out the right
      version of everything, and then expect the build system not to mess
      with it any more.
      
      Despite to the old documentation comments referring only to gnulib,
      the --no-git feature is required not only because of gnulib but also
      because of the other submodule, src/keycodemapdb.
      
      (And in any case, even if it were no longer required because all the
      submodules were removed, it ought ideally to have been retained as a
      no-op for compaibility reasons.)
      
      So restore the --no-git feature.
      
      Because of the way the argument parsing of autogen.sh works, it is
      easiest to recognise this option only if it comes first.  This works
      for the Xen Project CI, which has always passed this option first.
      
      If something else is using this option (and hasn't introduced a
      different workaround in the meantime), not in the first position,
      then perhaps a more sophisticated approach will be needed.  But I
      think this will do for now.
      Signed-off-by: NIan Jackson <ian.jackson@eu.citrix.com>
      Reviewed-by: NPavel Hrdina <phrdina@redhat.com>
      8915c9cb
    • A
      news: Point to GitLab for full git log · e9546579
      Andrea Bolognani 提交于
      The primary git repository is the one on GitLab these days.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      e9546579
    • A
      docs: Fix dot_rst_html_in definition · f343eebd
      Andrea Bolognani 提交于
      As the name clearly implies, it's supposed to list the .html.in
      files that are generated from .rst files, but it mistakenly lists
      the corresponding .html files instead.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      f343eebd