qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] vhost-scsi: support to assign boot order
@ 2015-01-19 13:23 arei.gonglei
  2015-01-19 13:23 ` [Qemu-devel] [PATCH 1/4] qdev: support to get a device firmware path directly arei.gonglei
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: arei.gonglei @ 2015-01-19 13:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: weidong.huang, subo7, mst, peter.huangpeng, Gonglei, pbonzini

From: Gonglei <arei.gonglei@huawei.com>

Qemu haven't provide a bootindex property for vhost-scsi device.
So, we can not assign the boot order for it at present. But
Some clients/users have requirements for that in some scenarios.
This patch achieve the aim in Qemu side.

TODO:
- Post a patch to vhost-scsi driver module to realize get target id
  for bootable vhost-scsi device.

Gonglei (4):
  qdev: support to get a device firmware path directly
  vhost-scsi: add bootindex property
  vhost-scsi: realize the TYPE_FW_PATH_PROVIDER interface
  vhost-scsi: add an ioctl interface to get target id

 hw/core/qdev.c                 | 14 +++++++++
 hw/scsi/vhost-scsi.c           | 68 ++++++++++++++++++++++++++++++++++++++++++
 hw/virtio/virtio-pci.c         |  2 ++
 include/hw/virtio/vhost-scsi.h |  5 ++++
 4 files changed, 89 insertions(+)

-- 
1.7.12.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-01-26 12:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 13:23 [Qemu-devel] [PATCH 0/4] vhost-scsi: support to assign boot order arei.gonglei
2015-01-19 13:23 ` [Qemu-devel] [PATCH 1/4] qdev: support to get a device firmware path directly arei.gonglei
2015-01-20 16:10   ` Paolo Bonzini
2015-01-21  2:14     ` Gonglei
2015-01-21 10:52       ` Paolo Bonzini
2015-01-22  1:04         ` Gonglei
2015-01-19 13:23 ` [Qemu-devel] [PATCH 2/4] vhost-scsi: add bootindex property arei.gonglei
2015-01-19 13:23 ` [Qemu-devel] [PATCH 3/4] vhost-scsi: realize the TYPE_FW_PATH_PROVIDER interface arei.gonglei
2015-01-19 13:23 ` [Qemu-devel] [PATCH 4/4] vhost-scsi: add an ioctl interface to get target id arei.gonglei
2015-01-19 21:51   ` Michael S. Tsirkin
2015-01-26  8:00     ` Gonglei
2015-01-26  9:32       ` Paolo Bonzini
2015-01-26 12:13         ` Gonglei
2015-01-26 12:16           ` Paolo Bonzini
2015-01-26 12:23             ` Gonglei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).