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-Url: http://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=commitdiff_plain;h=df95f94a8dd9d6e6a56661f3ed9ae4ad37b8f2fc;p=systembsd.git "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 },