1. 27 2月, 2015 1 次提交
  2. 12 2月, 2015 1 次提交
    • G
      qdev: support to get a device firmware path directly · 0be63901
      Gonglei 提交于
      commit 6b1566cb (qdev: Introduce FWPathProvider interface) did a
      good job for supproting to get firmware path on some different
      architectures.
      
      Moreover further more, we can use the interface to get firmware
      path name for a device which isn't attached a specific bus,
      such as virtio-bus, scsi-bus etc.
      
      When the device (such as vhost-scsi) realize the TYPE_FW_PATH_PROVIDER
      interface, we should introduce a new function to get the correct firmware
      path name for it.
      Signed-off-by: NGonglei <arei.gonglei@huawei.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      0be63901
  3. 22 12月, 2014 5 次提交
  4. 15 10月, 2014 9 次提交