public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Eduardo Habkost <ehabkost@redhat.com>
Cc: "Igor Mammedov" <imammedo@redhat.com>,
	"Marcelo Tosatti" <mtosatti@redhat.com>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [patch 2/2] target-i386: block migration and savevm if invariant tsc is exposed
Date: Mon, 28 Apr 2014 21:06:42 +0200	[thread overview]
Message-ID: <535EA6C2.4020103@redhat.com> (raw)
In-Reply-To: <20140428154652.GX3363@otherpad.lan.raisama.net>

Il 28/04/2014 17:46, Eduardo Habkost ha scritto:
>> So I couldn't indeed think of uses of "-cpu host" together with
>> migration.  But if you're sure there is none, block it in QEMU.
>> There's no reason why this should be specific to libvirt.
>
> It's not that there are no useful use cases, it is that we simply can't
> guarantee it will work because (by design) "-cpu host" enables features
> QEMU doesn't know about (so it doesn't know if migration is safe or
> not). And that's the main use case for "-cpu host".

True, but in practice QEMU and KVM support is added in parallel, and we 
already have full support for Broadwell (IIRC) and are starting to add 
Skylake features.

> So, what about doing the following on QEMU 2.1:
>
>  * "-cpu host,migratable=yes":
>    * No invtsc
>    * Migration not blocked
>    * No feature flag unknown to QEMU will be enabled
>  * "-cpu host,migratable=no":
>    * invtsc enabled
>    * Unknown-to-QEMU features enabled
>    * Migration blocked
>  * "-cpu host":
>    * Same behavior as "-cpu host,migratable=yes"
>  * Release notes indicating that "-cpu host,migratable=no" is
>    required if the user doesn't care about migration and wants new
>    (unknown to QEMU) features to be available
>
> I was going to propose making "migratable=no" the default after a few
> releases, as I expect the majority of existing users of "-cpu host" to
> not care about migration. But I am not sure, because there's less harm
> in _not_ getting new bleeding edge features enabled, and those users
> (and management software) can start using "migratable=no" if they really
> want the new unmigratable features.

Makes sense.  Basically "-cpu host,migratable=yes" is close to libvirt's 
host-model and Alex Graf's proposed "-cpu best".  Should we call it 
"-cpu best" and drop migratability of "-cpu host"?

Paolo

  reply	other threads:[~2014-04-28 19:06 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-22 19:10 [patch 0/2] expose invariant tsc flag for kvm guests Marcelo Tosatti
2014-04-22 19:10 ` [patch 1/2] target-i386: support "invariant tsc" flag Marcelo Tosatti
2014-04-23  0:26   ` Paolo Bonzini
2014-04-23  1:11     ` Eduardo Habkost
2014-04-22 19:10 ` [patch 2/2] target-i386: block migration and savevm if invariant tsc is exposed Marcelo Tosatti
2014-04-22 19:28   ` Marcelo Tosatti
2014-04-22 20:38   ` Eduardo Habkost
2014-04-22 21:27     ` Marcelo Tosatti
2014-04-23  1:14       ` Eduardo Habkost
2014-04-24 20:42         ` Paolo Bonzini
2014-04-24 20:57           ` Eduardo Habkost
2014-04-24 22:57             ` Paolo Bonzini
2014-04-24 23:18               ` Eduardo Habkost
2014-04-25 21:08                 ` Paolo Bonzini
2014-04-28 15:46                   ` Eduardo Habkost
2014-04-28 19:06                     ` Paolo Bonzini [this message]
2014-04-28 19:23                       ` Eduardo Habkost
2014-04-29  6:22                         ` Paolo Bonzini
2014-04-29 14:29                           ` Eduardo Habkost
2014-04-23 18:20 ` [patch 0/2] expose invariant tsc flag for kvm guests (v2) Marcelo Tosatti
2014-04-23 18:20   ` [patch 1/2] target-i386: support "invariant tsc" flag Marcelo Tosatti
2014-04-23 19:04     ` Eduardo Habkost
2014-04-23 18:20   ` [patch 2/2] target-i386: block migration and savevm if invariant tsc is exposed Marcelo Tosatti
2014-04-23 19:09     ` Eduardo Habkost
2014-04-23 21:04       ` target-i386: block migration and savevm if invariant tsc is exposed (v3) Marcelo Tosatti
2014-04-24 19:21         ` Eduardo Habkost
2014-04-24 21:32           ` Marcelo Tosatti
2014-04-25 20:38             ` Eduardo Habkost
2014-04-25 22:47               ` [PATCH] savevm: check vmsd for migratability status Marcelo Tosatti
2014-04-28 20:36                 ` Eduardo Habkost
2014-04-30  0:39                   ` [PATCH] savevm: check vmsd for migratability status (v2) Marcelo Tosatti
2014-04-30 15:47                     ` [Qemu-devel] " Eduardo Habkost
2014-04-25 22:47               ` target-i386: block migration and savevm if invariant tsc is exposed (v3) Marcelo Tosatti

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=535EA6C2.4020103@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=afaerber@suse.de \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox