1. 17 4月, 2018 7 次提交
  2. 16 4月, 2018 3 次提交
  3. 12 4月, 2018 4 次提交
  4. 11 4月, 2018 1 次提交
    • A
      qemu: Format gic-version=2 on the command line · 550950e5
      Andrea Bolognani 提交于
      Up until now we have only formatted non-default GIC versions on
      the command line, in order to maintain compatibility with older
      QEMU versions that didn't implement the gic-version option to
      begin with; however, doing so is entirely unnecessary for newer
      QEMU versions, where the option is available. Moreover, having
      the GIC version formatted on the command line at all times
      ensures that QEMU changing its own defaults doesn't affect the
      ABI of libvirt guests.
      
      A few test cases are removed to avoid extra churn. It doesn't
      matter for coverage, as those scenarios are already covered by
      other parts of the test suite.
      
      This patch is better viewed with 'git show -w'.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      550950e5
  5. 10 4月, 2018 1 次提交
  6. 06 4月, 2018 2 次提交
  7. 03 4月, 2018 4 次提交
  8. 24 3月, 2018 4 次提交
  9. 23 3月, 2018 1 次提交
  10. 22 3月, 2018 1 次提交
  11. 16 3月, 2018 1 次提交
    • M
      qemu: Build usb controller command line more wisely · b133fac3
      Michal Privoznik 提交于
      https://bugzilla.redhat.com/show_bug.cgi?id=1552127
      
      When building command line for USB controllers we have to do more
      than just put controller's alias onto the command line. QEMU has
      concept of these joined USB controllers. For instance ehci and
      uhci controllers need to create the same USB bus. To achieve that
      the slave controller needs to refer the master controller. This
      worked until we've introduced user aliases because both master
      and slave had the same alias. With user aliases slave can have
      different alias than master. Therefore, when generating command
      line for slave we need to look up the master's alias.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      b133fac3
  12. 13 3月, 2018 2 次提交
  13. 09 3月, 2018 2 次提交
  14. 17 2月, 2018 2 次提交
  15. 13 2月, 2018 3 次提交
  16. 29 1月, 2018 1 次提交
  17. 26 1月, 2018 1 次提交