All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: kvm@vger.kernel.org
Subject: [Bug 116031] New: Many MSR sets are skipped when vcpu type is qemu64.
Date: Fri, 08 Apr 2016 06:54:48 +0000	[thread overview]
Message-ID: <bug-116031-28872@https.bugzilla.kernel.org/> (raw)

https://bugzilla.kernel.org/show_bug.cgi?id=116031

            Bug ID: 116031
           Summary: Many MSR sets are skipped when vcpu type is qemu64.
           Product: Virtualization
           Version: unspecified
    Kernel Version: 4.1.x
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: high
          Priority: P1
         Component: kvm
          Assignee: virtualization_kvm@kernel-bugs.osdl.org
          Reporter: changlimin@h3c.com
        Regression: No

1. When vcpu type is qemu64, cpuid[8000_0001_EDX] does not support EXT2_RDTSCP
on default.

2. Because kvm msrs_to_save contains MSR_TSC_AUX, qemu will set MSR_TSC_AUX in
kvm_put_msrs.

3. In kvm, vmx->rdtscp_enabled is false(see 1), so vmx_set_msr set MSR_TSC_AUX
will return error.

4. In __msr_io, the error will break the loop, so msrs after MSR_TSC_AUX will
be skipped.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

             reply	other threads:[~2016-04-08  6:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-08  6:54 bugzilla-daemon [this message]
2016-04-08  8:06 ` [Bug 116031] Many MSR sets are skipped when vcpu type is qemu64 bugzilla-daemon

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=bug-116031-28872@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=kvm@vger.kernel.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.