Re: [PATCH] bhyve: add support

2021-03-15 Thread Pavel Hrdina
On Sat, Feb 27, 2021 at 08:34:08AM +0400, Roman Bogorodskiy wrote: > Implement "" support for bhyve driver. > As there are not really lot of options, try to find > "BHYVE_UEFI.fd" firmware which is installed by the > sysutils/uefi-edk2-bhyve FreeBSD port. > > If not found, just use the first

Re: [PATCH] bhyve: add support

2021-03-15 Thread Michal Privoznik
On 2/27/21 5:34 AM, Roman Bogorodskiy wrote: Implement "" support for bhyve driver. As there are not really lot of options, try to find "BHYVE_UEFI.fd" firmware which is installed by the sysutils/uefi-edk2-bhyve FreeBSD port. If not found, just use the first found firmware in the firmwares

[PATCH] bhyve: add support

2021-02-26 Thread Roman Bogorodskiy
Implement "" support for bhyve driver. As there are not really lot of options, try to find "BHYVE_UEFI.fd" firmware which is installed by the sysutils/uefi-edk2-bhyve FreeBSD port. If not found, just use the first found firmware in the firmwares directory (which is configurable via config file).

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

Re: [libvirt] [PATCH] bhyve: add support for video device configuration

2017-06-12 Thread Roman Bogorodskiy
John Ferlan wrote: > > > On 05/09/2017 07:54 AM, Roman Bogorodskiy wrote: > > Connect domain XML configuration (introduced in a > > previous patch) to bhyve command generation. > > > > Unfortunately, this option was documented just recently and at the time > > of writing official online

Re: [libvirt] [PATCH] bhyve: add support for video device configuration

2017-06-12 Thread John Ferlan
On 05/09/2017 07:54 AM, Roman Bogorodskiy wrote: > Connect domain XML configuration (introduced in a > previous patch) to bhyve command generation. > > Unfortunately, this option was documented just recently and at the time > of writing official online manpages didn't have it updated, so for

Re: [libvirt] [PATCH] bhyve: add support for video device configuration

2017-06-06 Thread Roman Bogorodskiy
17-May/msg00205.html - [PATCH] bhyve: add support for video device configuration https://www.redhat.com/archives/libvir-list/2017-May/msg00206.html () Roman Bogorodskiy signature.asc Description: PGP signature -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/m

[libvirt] [PATCH] bhyve: add support for video device configuration

2017-05-09 Thread Roman Bogorodskiy
Connect domain XML configuration (introduced in a previous patch) to bhyve command generation. Unfortunately, this option was documented just recently and at the time of writing official online manpages didn't have it updated, so for now one can refer to:

Re: [libvirt] [PATCH] bhyve: add support for video device configuration

2017-05-09 Thread Roman Bogorodskiy
Sorry for the strange splitting of this (supposed-to-be) series, apparently I have something weird happening on my system so git-send-email authenticates only when sending the first patch :-( Roman Bogorodskiy signature.asc Description: PGP signature -- libvir-list mailing list