Re: vmd: allow vm with "cdrom" but no disk

2018-01-10 Thread Mike Larkin
On Wed, Jan 10, 2018 at 02:00:57PM +, Stuart Henderson wrote: > Currently we require either "kernel" or "disk", but there may be > some viable use cases where just a CDROM image is given. This adjusts > the check to avoid bailing in that case. > > OK? > sure > Index: vmd.c >

Re: vmd: allow vm with "cdrom" but no disk

2018-01-10 Thread Carlos Cardenas
On Wed, Jan 10, 2018 at 02:00:57PM +, Stuart Henderson wrote: > Currently we require either "kernel" or "disk", but there may be > some viable use cases where just a CDROM image is given. This adjusts > the check to avoid bailing in that case. > > OK? ok ccardenas > > Index: vmd.c >

vmd: allow vm with "cdrom" but no disk

2018-01-10 Thread Stuart Henderson
Currently we require either "kernel" or "disk", but there may be some viable use cases where just a CDROM image is given. This adjusts the check to avoid bailing in that case. OK? Index: vmd.c === RCS file: