Re: [Qemu-devel] [PATCH v2] spapr: Allow boot from vhost-*-scsi backends

2017-06-05 Thread David Gibson
On Mon, Jun 05, 2017 at 04:55:18PM +0100, Felipe Franciosi wrote: > The current implementation of spapr_get_fw_dev_path() doesn't take into > consideration vhost-*-scsi devices. This makes said devices unbootable > on PPC as SLOF is unable to work out the path to scan boot disks. > > This makes VM

[Qemu-devel] [PATCH v2] spapr: Allow boot from vhost-*-scsi backends

2017-06-05 Thread Felipe Franciosi
The current implementation of spapr_get_fw_dev_path() doesn't take into consideration vhost-*-scsi devices. This makes said devices unbootable on PPC as SLOF is unable to work out the path to scan boot disks. This makes VMs bootable on spapr when using vhost-*-scsi by implementing a disk path for

[Qemu-devel] [PATCH v2] spapr: Allow boot from vhost-*-scsi backends

2017-06-05 Thread Felipe Franciosi
v1->v2: Elaborate commit message further. Felipe Franciosi (1): spapr: Allow boot from vhost-*-scsi backends hw/ppc/spapr.c | 8 1 file changed, 8 insertions(+) -- 1.9.5