27.03.2019, 22:50, "Jérôme Godbout" <[email protected]>: > Thanks, I have an issue that software reset my cdc_acm device inside a VM > make the xhci goes nuts (on native install it work just fine). So I will > print a message box when inside a VM and ask the user to unplug and replug > the device instead or software reset it. On native or Windows vm I will > simply do it by software and continue without user intervention. If I ever > found a cause or a real fix I will remove that popup, but until then I have > something that will work at least.
Note that it will only work if user has systemd installed > > -----Original Message----- > From: Interest <[email protected]> On Behalf Of Thiago Macieira > Sent: March 27, 2019 3:41 PM > To: [email protected] > Subject: Re: [Interest] Detemine Run into VM > > systemd-detect-virt -v if you don't want to be told about being run inside > containers. > > Note that you can also use ConditionVirtualization in your systemd units if > you need to start (or not start) a service. > > On Wednesday, 27 March 2019 11:37:42 PDT Jérôme Godbout wrote: >> Nice, thanks Thiago! >> >> -----Original Message----- >> From: Interest <[email protected]> On Behalf Of Thiago >> Macieira >> Sent: March 27, 2019 2:05 PM >> To: [email protected] >> Subject: Re: [Interest] Detemine Run into VM >> >> On Wednesday, 27 March 2019 09:11:11 PDT Jérôme Godbout wrote: >> >> > Is there a way to detect the application run inside a VM from Qt? >> >> Run systemd-detect-virt. > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel System Software Products > > _______________________________________________ > Interest mailing list > [email protected] > https://lists.qt-project.org/listinfo/interest > _______________________________________________ > Interest mailing list > [email protected] > https://lists.qt-project.org/listinfo/interest -- Regards, Konstantin _______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
