diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/detect_devices.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
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 |