From owner-freebsd-virtualization@freebsd.org Mon Aug 28 07:53:07 2017 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54DC6E082FA for ; Mon, 28 Aug 2017 07:53:07 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2849B6D1FB for ; Mon, 28 Aug 2017 07:53:07 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: by mail-it0-x235.google.com with SMTP id o132so13643167itc.1 for ; Mon, 28 Aug 2017 00:53:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=jDHcml7+6M3eChrAWyyCE2PjM8JF+J2kEa2g9fvamfA=; b=opicGTBQqMImaBbRAPG1Qa+ABXyqoJt3z/um0OigB/l9V3n8/CDfdFry75NbvKuP5i UPD3p8/ZnOlXIrqDWdZDlhV1FziJNIWON/moPlfQ2ArlDWaf78qpmRJnBzTJXO8oPQfE dDp6ymFunpLxiOBKWFKJfGB6kXBy1u5I65B4lIOkD1J2qM9JaBIytXBiNMSJYCvOPg9r EgA+OJD7WUZKfqq+KgcIDH/JQRwTHQHzLCfEkrKTh+3I8ZWX4DsBq8ymWrid1ExXEqjW jyAQo0UsEoMzvrNK6GkouXd8kb6uhIPjsLiHJUzeJP1vwW4WfzyZ3utwo9fMXDZSwOwh XgNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=jDHcml7+6M3eChrAWyyCE2PjM8JF+J2kEa2g9fvamfA=; b=gcjyN8W2GDsNfMTlo4sRF5jNpIh7/ccCN4JFSabKDLmzurzNtzk32CINmeivZVjU7b b/T+jzqaY7fbFDBWXxCRfiKsFQTkCGKB/tB4KOEvdfW32l6JksJPE5sJKV5WPLJN/Fkj KBDJf0TcQvvP4Bja9Vt8z88WTJPcHtAn2P0OQEotQQ5PiVNZGZ0da0G+c8I44bs88V1L ebyzeOLNv8HchknW2q56IqrzLH5vyqmpHU4vMx8SWn7lBakX6tdVDnM1uz4+Kflf16QP TRmYqBNhYv0wbNu5nISpJNjno/4Xt5bkoZWdjTfv1QjVb6eWJzbRGUvnW26Y8Imli9yI Ipag== X-Gm-Message-State: AHYfb5j6eIyR560YO9sdGukag/zlXDo6zsqnehc578oSuVCnppv6w2CY zPZPKoRFk/e6B7GzFWl9wf7dM2ZmiIJA X-Received: by 10.36.79.9 with SMTP id c9mr5072657itb.104.1503906786061; Mon, 28 Aug 2017 00:53:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.22.66 with HTTP; Mon, 28 Aug 2017 00:53:05 -0700 (PDT) From: Aijaz Baig Date: Mon, 28 Aug 2017 13:23:05 +0530 Message-ID: Subject: Xeon E5 (PowerEdge 320) bailing out To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2017 07:53:07 -0000 Trying to run Bhyve on a PowerEdge 320 system which DOES have a POPCNT instruction which shows support for VT-x support via EPT but I still get the this error there sh /usr/share/examples/bhyve/vmrun.sh -c 1 -m 2048M -t tap0 -d guest.img -i -I FreeBSD-10.3-RELEASE-amd64-bootonly.iso fbsd10 Launching virtual machine "fbsd10" ... vm_create: Device not configured dmesg: vmx_init: processor does not support VMX operation cat /var/run/dmesg.boot | grep -i popcnt Features2=0xffba2203 Features2=0xffba2203 Isn't this processor supposed to support Bhyve (Xeon E5)?? -- Best Regards, Aijaz Baig