[virt-tools-list] [PATCH virt-what] Add support for detecting bhyve

2016-07-30 Thread Leonardo Brondani Schenkel
--- virt-what.in | 7 +++ 1 file changed, 7 insertions(+) diff --git a/virt-what.in b/virt-what.in index 0e048a2..b1eff0d 100644 --- a/virt-what.in +++ b/virt-what.in @@ -134,6 +134,13 @@ if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; then echo virtualbox fi +# Check for bhyve

[virt-tools-list] [PATCH] Add detection of bhyve (FreeBSD hypervisor)

2016-09-17 Thread Leonardo Brondani Schenkel
--- Makefile.am | 1 + tests/bhyve/proc/cpuinfo| 0 tests/bhyve/sbin/dmidecode | 193 tests/bhyve/sbin/uname | 2 + tests/bhyve/sbin/virt-what-cpuid-helper | 2 + tests/test-bhyve.sh