Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
From: Terry <terry.cchang@gmail.com>
To: kvm-ppc@vger.kernel.org
Subject: kvm_arch_vcpu_ioctl_set/get_regs()
Date: Sat, 26 Sep 2009 14:10:35 +0000	[thread overview]
Message-ID: <4ABE20DB.8080106@gmail.com> (raw)

vcpu->arch.sprg5 = regs->sprg4;
vcpu->arch.sprg6 = regs->sprg5;
vcpu->arch.sprg7 = regs->sprg6;

and

regs->sprg5 = vcpu->arch.sprg4;
regs->sprg6 = vcpu->arch.sprg5;
regs->sprg7 = vcpu->arch.sprg6;

Typo?  The SPRG assignments do not match.


             reply	other threads:[~2009-09-26 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-26 14:10 Terry [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-05 15:14 kvm_arch_vcpu_ioctl_set/get_regs() Hollis Blanchard

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=4ABE20DB.8080106@gmail.com \
    --to=terry.cchang@gmail.com \
    --cc=kvm-ppc@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox