Re: [libvirt] [PATCH] bhyve: add support for passing stdin to loader

2018-06-03 Thread Roman Bogorodskiy
Fabian Freyer wrote: > On 26 Apr 2018, at 18:38, John Ferlan wrote: > > > On 04/13/2018 03:27 PM, Fabian Freyer wrote: > >> This commit adds the node to the domain definition, > >> with the following semantics: > >> > >> To pass standard input verbatim to the bootloader, set > >> > >>

Re: [libvirt] [PATCH] bhyve: add support for passing stdin to loader

2018-04-26 Thread Fabian Freyer
On 26 Apr 2018, at 18:38, John Ferlan wrote: > On 04/13/2018 03:27 PM, Fabian Freyer wrote: >> This commit adds the node to the domain definition, >> with the following semantics: >> >> To pass standard input verbatim to the bootloader, set >> >> some stdin >> >> Multiline standard input

Re: [libvirt] [PATCH] bhyve: add support for passing stdin to loader

2018-04-26 Thread John Ferlan
On 04/13/2018 03:27 PM, Fabian Freyer wrote: > This commit adds the node to the domain definition, > with the following semantics: > > To pass standard input verbatim to the bootloader, set > > some stdin > > Multiline standard input can be set using a CDATA tag: > > > > Standard

[libvirt] [PATCH] bhyve: add support for passing stdin to loader

2018-04-15 Thread Fabian Freyer
This commit adds the node to the domain definition, with the following semantics: To pass standard input verbatim to the bootloader, set some stdin Multiline standard input can be set using a CDATA tag: Standard input can be read from a file as follows: Signed-off-by: Fabian