Re: [PATCH] vhost-user-fs: add the "bootindex" property

2021-01-11 Thread Dr. David Alan Gilbert
* Laszlo Ersek (ler...@redhat.com) wrote: > virtio-fs qualifies as a bootable device minimally under OVMF, but > currently the necessary "bootindex" property is missing (fw_cfg kernel > boot notwithstanding). > > Add the property. For completeness, add it to the CCW device as well; > other virtio-

Re: [PATCH] vhost-user-fs: add the "bootindex" property

2021-01-11 Thread Laszlo Ersek
On 01/11/21 17:22, Cornelia Huck wrote: > On Mon, 4 Jan 2021 14:24:01 +0100 > Laszlo Ersek wrote: > >> virtio-fs qualifies as a bootable device minimally under OVMF, but >> currently the necessary "bootindex" property is missing (fw_cfg kernel >> boot notwithstanding). >> >> Add the property. Fo

Re: [PATCH] vhost-user-fs: add the "bootindex" property

2021-01-11 Thread Cornelia Huck
On Mon, 4 Jan 2021 14:24:01 +0100 Laszlo Ersek wrote: > virtio-fs qualifies as a bootable device minimally under OVMF, but > currently the necessary "bootindex" property is missing (fw_cfg kernel > boot notwithstanding). > > Add the property. For completeness, add it to the CCW device as well;

Re: [PATCH] vhost-user-fs: add the "bootindex" property

2021-01-11 Thread Laszlo Ersek
On 01/11/21 11:07, Christian Borntraeger wrote: > > > On 11.01.21 11:05, Laszlo Ersek wrote: >> On 01/11/21 10:46, Christian Borntraeger wrote: >>> >>> >>> On 04.01.21 14:24, Laszlo Ersek wrote: virtio-fs qualifies as a bootable device minimally under OVMF, but currently the necessary "

Re: [PATCH] vhost-user-fs: add the "bootindex" property

2021-01-11 Thread Christian Borntraeger
On 11.01.21 11:05, Laszlo Ersek wrote: > On 01/11/21 10:46, Christian Borntraeger wrote: >> >> >> On 04.01.21 14:24, Laszlo Ersek wrote: >>> virtio-fs qualifies as a bootable device minimally under OVMF, but >>> currently the necessary "bootindex" property is missing (fw_cfg kernel >>> boot notw

Re: [PATCH] vhost-user-fs: add the "bootindex" property

2021-01-11 Thread Laszlo Ersek
On 01/11/21 10:46, Christian Borntraeger wrote: > > > On 04.01.21 14:24, Laszlo Ersek wrote: >> virtio-fs qualifies as a bootable device minimally under OVMF, but >> currently the necessary "bootindex" property is missing (fw_cfg kernel >> boot notwithstanding). >> >> Add the property. For comple

Re: [PATCH] vhost-user-fs: add the "bootindex" property

2021-01-11 Thread Christian Borntraeger
On 04.01.21 14:24, Laszlo Ersek wrote: > virtio-fs qualifies as a bootable device minimally under OVMF, but > currently the necessary "bootindex" property is missing (fw_cfg kernel > boot notwithstanding). > > Add the property. For completeness, add it to the CCW device as well; > other virtio-

Re: [PATCH] vhost-user-fs: add the "bootindex" property

2021-01-11 Thread Laszlo Ersek
Ping On 01/04/21 14:24, Laszlo Ersek wrote: > virtio-fs qualifies as a bootable device minimally under OVMF, but > currently the necessary "bootindex" property is missing (fw_cfg kernel > boot notwithstanding). > > Add the property. For completeness, add it to the CCW device as well; > other virt

[PATCH] vhost-user-fs: add the "bootindex" property

2021-01-04 Thread Laszlo Ersek
virtio-fs qualifies as a bootable device minimally under OVMF, but currently the necessary "bootindex" property is missing (fw_cfg kernel boot notwithstanding). Add the property. For completeness, add it to the CCW device as well; other virtio-ccw devices seem to have "bootindex" properties too.