DPDK patches and discussions
 help / color / mirror / Atom feed
From: Sharath <sharath.b814@gmail.com>
To: dev@dpdk.org
Subject: Re: [dpdk-dev] compile error on ubuntu 14.4.4 kernel 4.2.0-27-generic in qemu
Date: Wed, 20 Apr 2016 12:14:17 +0530	[thread overview]
Message-ID: <CAKxdSbgZ4tWeQT_3eQ=Uf02vKa=yApAp_i=hy8aF6jXPnUdgfw@mail.gmail.com> (raw)

Root cause: Default cpu config when the VM has be been started by qemu does
not support SSE.

I have resolved this issue. Here the resolution which I used. Might be
helpful for others

Method 1
After Configuring VM by GUI based Virtual Machine Manager, go to the CPU
config & make SSE as "Required"

Method 2
pass -cpu options to qemu-system-x86_64 with your cpu type [Nehalem] in my
case.
-cpu
Nehalem,+rdtscp,+x2apic,+dca,+pdcm,+xtpr,+tm2,+est,+vmx,+ds_cpl,+monitor,+dtes64,+pbe,+tm,+ht,+ss,+acpi,+ds,+vme

Thanks to *Masaru OKI & *
*Christian Ehrhardt for the info*

             reply	other threads:[~2016-04-20  6:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20  6:44 Sharath [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-17 18:27 Sharath
2016-04-17 18:41 ` Masaru OKI
2016-04-18  6:23   ` Christian Ehrhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKxdSbgZ4tWeQT_3eQ=Uf02vKa=yApAp_i=hy8aF6jXPnUdgfw@mail.gmail.com' \
    --to=sharath.b814@gmail.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).