1. 01 10月, 2019 1 次提交
    • T
      Disallow colons in the parameter of "-accel" · 3d5e90a5
      Thomas Huth 提交于
      Everybody who used something like "-machine accel=kvm:tcg" in the past
      might be tempted to specify a similar list with the -accel parameter,
      too, for example "-accel kvm:tcg". However, this is not how this
      options is thought to be used, since each "-accel" should only take care
      of one specific accelerator.
      
      In the long run, we really should rework the "-accel" code completely,
      so that it does not set "-machine accel=..." anymore internally, but
      is completely independent from "-machine". For the short run, let's
      make sure that users cannot use "-accel xyz:tcg", so that we avoid
      that we have to deal with such cases in the wild later.
      
      Message-Id: <20190930123505.11607-1-thuth@redhat.com>
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      3d5e90a5
  2. 22 2月, 2019 1 次提交
  3. 11 1月, 2019 1 次提交
  4. 16 8月, 2018 1 次提交
  5. 09 6月, 2018 2 次提交