1. 25 8月, 2016 11 次提交
  2. 22 8月, 2016 1 次提交
  3. 18 8月, 2016 1 次提交
    • J
      Introduce QEMU_CAPS_VIRTIO_PCI_DISABLE_LEGACY · 41f5c2ca
      Ján Tomko 提交于
      Check whether the disable-legacy property is present on the following
      devices:
        virtio-balloon-pci
        virtio-blk-pci
        virtio-scsi-pci
        virtio-serial-pci
        virtio-9p-pci
        virtio-net-pci
        virtio-rng-pci
        virtio-gpu-pci
        virtio-input-host-pci
        virtio-keyboard-pci
        virtio-mouse-pci
        virtio-tablet-pci
      
      Assuming that if QEMU knows other virtio devices where this property
      is applicable, it will have at least one of these devices.
      
      Added in QEMU by:
      commit e266d421490e0ae83044bbebb209b2d3650c0ba6
          virtio-pci: add flags to enable/disable legacy/modern
      41f5c2ca
  4. 17 8月, 2016 8 次提交
  5. 16 8月, 2016 4 次提交
  6. 15 8月, 2016 1 次提交
  7. 12 8月, 2016 3 次提交
    • A
      qemu: command: Simplify USB controller model selection · f257a4ad
      Andrea Bolognani 提交于
      Since we now pick the default USB controller model when parsing
      the guest XML, we can get rid of some duplicated code so that
      the default model selection happens in one place only.
      
      Add some comments as well.
      f257a4ad
    • A
      qemu: domain: Drop piix3-ohci controller for migration · 31de0fab
      Andrea Bolognani 提交于
      Now that the default USB controller model is explicit rather
      than implicit for i440fx machines, we have to tweak the
      conditions for dropping it in order to keep migration towards
      libvirt <= 0.9.4 working.
      31de0fab
    • 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
  8. 10 8月, 2016 1 次提交
  9. 05 8月, 2016 4 次提交
  10. 04 8月, 2016 6 次提交