From: Roman Kagan <rkagan@virtuozzo.com>
To: Eduardo Habkost <ehabkost@redhat.com>
Cc: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
Vitaly Kuznetsov <vkuznets@redhat.com>
Subject: Re: [Qemu-devel] [PATCH for-2.12 v2 2/2] i386/hyperv: error out if features requested but unsupported
Date: Thu, 29 Mar 2018 12:47:42 +0300 [thread overview]
Message-ID: <20180329094741.GA20366@rkaganb.sw.ru> (raw)
In-Reply-To: <20180328185331.GN5046@localhost.localdomain>
On Wed, Mar 28, 2018 at 03:53:31PM -0300, Eduardo Habkost wrote:
> On Wed, Mar 28, 2018 at 06:30:24PM +0300, Roman Kagan wrote:
> > In order to guarantee compatibility on migration, QEMU should have
> > complete control over the features it announces to the guest via CPUID.
> >
> > However, for a number of Hyper-V-related cpu properties, if the
> > corresponding feature is not supported by the underlying KVM, the
> > propery is silently ignored and the feature is not announced to the
> > guest.
> >
> > Refuse to start with an error instead.
> >
> > Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
>
> Something I didn't consider before:
>
> Will this block migration before it even starts, or will crash
> the VM only after all migration data was sent to the destination?
>
> I didn't test it, but kvm_arch_init_vcpu() seems to be too late
> to block an invalid/unsupport configuration.
I just did a simple test, force-failing one of the checks and starting
QEMU with -incoming defer. It refused to start with the expected error
message. IOW in the migration case the destination will abort before
the source have started to send any data.
> Maybe we can simply call hyperv_handle_properties() earlier,
> inside x86_cpu_realizefn()?
Now it's
...
x86_cpu_realizefn
qemu_init_vcpu
qemu_kvm_start_vcpu
qemu_thread_create(qemu_kvm_cpu_thread_fn)
[in vcpu thread]
qemu_kvm_cpu_thread_fn
kvm_init_vcpu
kvm_arch_init_vcpu
hyperv_handle_properties
[error return]
[error return]
[error return]
exit(1)
> (I know it's very late for this kind of intrusive change in
> v2.12, but I still think it's a good idea to fix this as soon as
> possible.)
I agree that the current hyperv flag handling begs for cleanup but I
think this can wait for post-2.12.
> > ---
> > v1 -> v2:
> > - indicate what flag requested the feature that can't be enabled in the
> > error message
> > - fix a typo in the error message for VP_RUNTIME
I just noticed that I missed hv-time being silently cleared, too (just
in a slightly different pattern), so I'll have to respin.
Thanks,
Roman.
next prev parent reply other threads:[~2018-03-29 9:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-28 15:30 [Qemu-devel] [PATCH for-2.12 v2 0/2] i386/hyperv: fully control Hyper-V features in CPUID Roman Kagan
2018-03-28 15:30 ` [Qemu-devel] [PATCH for-2.12 v2 1/2] i386/hyperv: add hv-frequencies cpu property Roman Kagan
2018-03-28 18:45 ` Eduardo Habkost
2018-03-28 15:30 ` [Qemu-devel] [PATCH for-2.12 v2 2/2] i386/hyperv: error out if features requested but unsupported Roman Kagan
2018-03-28 18:53 ` Eduardo Habkost
2018-03-29 9:47 ` Roman Kagan [this message]
2018-03-29 12:19 ` Eduardo Habkost
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=20180329094741.GA20366@rkaganb.sw.ru \
--to=rkagan@virtuozzo.com \
--cc=ehabkost@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=vkuznets@redhat.com \
/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).