From: Antoine Jacoutot Date: Thu, 7 Aug 2014 09:42:48 +0000 (+0200) Subject: "SmartDC HVM" comes from illumos-joyent, not Oracle Solaris X-Git-Tag: gsoc-final~28 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=b21074ae1c590e840f61bd741f17b897135c4a26 "SmartDC HVM" comes from illumos-joyent, not Oracle Solaris --- diff --git a/src/interfaces/hostnamed/hostnamed.c b/src/interfaces/hostnamed/hostnamed.c index 69c7cc2..6d91173 100644 --- a/src/interfaces/hostnamed/hostnamed.c +++ b/src/interfaces/hostnamed/hostnamed.c @@ -92,7 +92,7 @@ const struct SYSCTL_LOOKUP_TABLE chassis_indicator_table[] = { { "QEMU Virtual CPU", "vm", NULL, FALSE, FALSE }, /* could be QEMU running in userspace or as part of KVM */ { "KVM", "vm", "drive-multidisk", FALSE, FALSE }, - { "SmartDC HVM", "vm", "drive-multidisk", TRUE, TRUE }, /* oracle solaris kvm */ + { "SmartDC HVM", "vm", "drive-multidisk", TRUE, TRUE }, /* illumos-joyent kvm */ { "VirtualBox", "vm", "drive-multidisk", TRUE, TRUE }, { "VMware, Inc.", "vm", "drive-multidisk", TRUE, TRUE }, { "VMware Virtual Platform", "vm", "drive-multidisk", TRUE, TRUE },