1. 05 12月, 2017 1 次提交
  2. 15 7月, 2017 1 次提交
  3. 11 4月, 2017 1 次提交
  4. 12 8月, 2016 1 次提交
    • A
      qemu: domain: Reflect USB controller model in guest XML · f55eaccb
      Andrea Bolognani 提交于
      When the user doesn't specify any model for a USB controller,
      we use an architecture-dependent default, but we don't reflect
      it in the guest XML.
      
      Pick the default USB controller model when parsing the guest
      XML instead of when creating the QEMU command line, so that
      our choice is saved back to disk.
      f55eaccb
  5. 04 8月, 2016 1 次提交
  6. 10 1月, 2016 1 次提交
    • M
      Fix USB model defaults for ppc64 · 8156493d
      Martin Kletzander 提交于
      The condition was checking for UHCI (and OHCI for ppc64) availability so
      that it can specify the proper device instead of legacy usb.  However,
      for ppc64, we don't need to check both OHCI and UHCI, but only OHCI as
      that is the legacy default.  The condition is so big that it was just a
      matter of time when someone will make a mistake there, so let's use more
      lines so that it is visible what the condition checks for.
      
      This fixes usage of -device instead of -usb for ppc64 that supports
      pci-usb-ohci and does not support piix3-usb-uhci.
      
      Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1297020Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      8156493d