From 5fc79213f972618e34984dac7674c82f15244a7b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 24 Apr 2016 08:16:42 +0200 Subject: fix detecting running under Qemu --- perl-install/detect_devices.pm | 2 +- perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 9fd9e2ded..9034bff6c 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -1486,7 +1486,7 @@ Are we running under Qemu hypervisor? =cut sub is_qemu() { - virt_technology() eq 'microsoft'; + virt_technology() eq 'qemu'; } =item is_virtualbox() diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index dab2308b3..148d89e6c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - adapt to new brltty +- fix detecting running under Qemu Version 17.27 - 23 April 2016 -- cgit v1.2.1