1. 26 4月, 2016 17 次提交
  2. 25 4月, 2016 5 次提交
  3. 23 4月, 2016 1 次提交
  4. 22 4月, 2016 15 次提交
  5. 21 4月, 2016 1 次提交
  6. 20 4月, 2016 1 次提交
    • L
      avocado: Rename the `args.default_multiplex_tree` · e6676432
      Lukáš Doktor 提交于
      The `args.default_multiplex_tree` stands for default avocado params,
      which currently supports only `multiplexer` implementation. This might
      change in the future, but this variable could be used by other backends
      too. So let's rename it now to `default_avocado_params`.
      
      Additionally it's only set when the system is multiplexer-enabled, but
      it has nothing to do with the multiplexer (directly). Multiplexer is
      only one of the sources of params. So let's initialize it always. This
      avoids a bug in `avocado-virt`, which uses this default params to set
      it's params and it does that via this generic API (not dependent on the
      multiplexer at all).
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      e6676432