Amos Kong bbfa18fca4 qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path
Recent virtio refactoring in QEMU made virtio-bus become the parent bus
of scsi-bus, and virtio-bus doesn't have get_fw_dev_path implementation,
typename will be added to fw_dev_path by default, the new fw_dev_path
could not be identified by seabios. It causes that bootindex parameter
of scsi device doesn't work.

This patch implements get_fw_dev_path() in BusClass, it will be called
if bus doesn't implement the method, tyename will be added to
fw_dev_path. If the implemented method returns NULL, nothing will be
added to fw_dev_path.

It also implements virtio_bus_get_fw_dev_path() to return NULL. Then
QEMU will still pass original style of fw_dev_path to seabios.

Signed-off-by: Amos Kong <akong@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-id: 1369814202-10346-1-git-send-email-akong@redhat.com
--
v2: only add nothing to fw_dev_path when get_fw_dev_path() is
    implemented and returns NULL. then it will not effect other devices
    don't have get_fw_dev_path() implementation.
v3: implement default get_fw_dev_path() in BusClass
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-05-30 11:44:27 -05:00
..
2013-05-18 16:35:12 +04:00
2013-05-18 16:35:12 +04:00
2013-05-01 13:06:07 +02:00
2013-04-19 11:36:33 +02:00
2013-04-29 08:27:50 -05:00
2013-05-26 11:37:58 +00:00
2013-04-24 11:50:18 -05:00
2013-04-20 17:54:52 +00:00
2013-04-19 11:36:33 +02:00
2013-05-18 16:35:12 +04:00
2013-05-18 16:35:12 +04:00
2013-05-01 20:55:21 +04:00
2013-04-08 18:13:10 +02:00
2013-05-24 18:42:19 +02:00
2013-05-18 16:35:12 +04:00
2013-05-24 18:42:19 +02:00
2013-04-12 14:33:20 +02:00
2013-05-26 11:37:58 +00:00
2013-04-27 10:35:30 +00:00
2013-05-18 16:35:12 +04:00
2013-05-12 13:25:55 +04:00
2013-04-29 08:27:50 -05:00