Re: [PATCH] Detect Illumos (SmartOS/OmniOS) LX virtualization

2022-05-12 Thread Eric Blake
On Wed, May 11, 2022 at 11:28:56AM -0400, Steve Mokris wrote: > Here's a revised version of my previous patch, based on discussion at > https://github.com/TritonDataCenter/illumos-joyent/pull/415 . > > --- > +++ b/virt-what.in > @@ -179,6 +179,13 @@ if [ -e "${root}/proc/1/environ" ] && > e

Re: How to automatically install guest drivers inside a Windows VM

2022-05-12 Thread Richard W.M. Jones
You probably want to have a look at virt-v2v which does this sort of thing for Windows & Linux VMs. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from s

Re: [PATCH] Detect Illumos (SmartOS/OmniOS) LX virtualization

2022-05-12 Thread Richard W.M. Jones
On Wed, May 11, 2022 at 11:28:56AM -0400, Steve Mokris wrote: > Here's a revised version of my previous patch, based on discussion at > https://github.com/TritonDataCenter/illumos-joyent/pull/415 . > > --- > configure.ac| 2 ++ > tests/illumos-lx/proc/1/environ | Bin 0 -> 1

Re: [PATCH] Detect Illumos (SmartOS/OmniOS) LX virtualization

2022-05-12 Thread Richard W.M. Jones
On Thu, May 12, 2022 at 12:02:46PM -0400, Steve Mokris wrote: > Thanks for the feedback, Eric and Richard. In this version, I've expunged > the redundant cats and included the Makefile.am. Thanks - pushed as 763cf1b1123136751b71f475610c5ac1eeaba0ad Rich. > --- > configure.ac