All of lore.kernel.org
 help / color / mirror / Atom feed
From: Divan Santana <divan@santanas.co.za>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [libvirt] inconsistent handling of "qemu64" CPU model
Date: Sat, 15 Oct 2016 23:05:22 +0200	[thread overview]
Message-ID: <87twcdnx0t.fsf@santanas.co.za> (raw)

> In your case, you should be able to use
>
>     <cpu mode'custom' match='exact'>
>         <model>qemu64</model>
>         <feature name='svm' policy='disable'/>
>     </cpu>
>
> to get the same CPU model you'd get by default (if not, you may need to
> also add <feature name='vmx' policy='require'/>).
>
> Alternatively
>
>     <cpu mode'custom' match='exact'>
>         <model>qemu64</model>
>         <feature name='svm' policy='force'/>
>     </cpu>
>
> should work too (and it would be better in case you use it on an AMD
> host).

Does anyone know how one can one make the above the default behavior on
a system, using libvirt?

The reason, is that I make use on some vagrant boxes, which have this
issue. I understand that the boxes have incorrectly configured and
hence I have this issue.

I'd prefer to set the above as default on my system, rather then editing
all the vagrant boxes I'm using

             reply	other threads:[~2016-10-15 21:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-15 21:05 Divan Santana [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-26  5:13 [Qemu-devel] inconsistent handling of "qemu64" CPU model Chris Friesen
2016-05-26  9:45 ` [Qemu-devel] [libvirt] " Kashyap Chamarthy
2016-05-26 10:41 ` Jiri Denemark
2016-05-26 14:08   ` Chris Friesen

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=87twcdnx0t.fsf@santanas.co.za \
    --to=divan@santanas.co.za \
    --cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.