linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: alex.bennee@linaro.org (Alex Bennée)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/5] KVM ARM64 Migration Fixes
Date: Fri, 13 Mar 2015 17:02:51 +0000	[thread overview]
Message-ID: <1426266176-14933-1-git-send-email-alex.bennee@linaro.org> (raw)

Some fairly minor updates from the last series I sent out:

  - Re-based on v4.0-rc3
  - Use KVM_MP_STATE_STOPPED instead of KVM_MP_STATE_HALTED
  - Some minor textual tidy ups on commit msgs and comments
  - Move the re-factored vgic_queue_irq_to_lr to before the active changes

The branch I've been working with can be found at:

  http://git.linaro.org/people/alex.bennee/linux.git
  branch: migration/kvmarm-fixes-for-4.0-v3

Alex Benn?e (2):
  arm/arm64: KVM: export VCPU power state via MP_STATE ioctl
  arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn

Christoffer Dall (3):
  arm/arm64: KVM: support for un-queuing active IRQs
  arm/arm64: KVM: Fix migration race in the arch timer
  arm/arm64: KVM: Keep elrsr/aisr in sync with software model

 Documentation/virtual/kvm/api.txt |  16 ++-
 arch/arm/kvm/arm.c                |  23 +++-
 include/kvm/arm_arch_timer.h      |   7 ++
 include/kvm/arm_vgic.h            |  16 ++-
 virt/kvm/arm/arch_timer.c         |  45 +++++--
 virt/kvm/arm/vgic-v2-emul.c       |  20 +++-
 virt/kvm/arm/vgic-v2.c            |   8 ++
 virt/kvm/arm/vgic-v3.c            |   8 ++
 virt/kvm/arm/vgic.c               | 244 +++++++++++++++++++++++++++++++-------
 virt/kvm/arm/vgic.h               |   8 ++
 10 files changed, 335 insertions(+), 60 deletions(-)

-- 
2.3.2

             reply	other threads:[~2015-03-13 17:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-13 17:02 Alex Bennée [this message]
2015-03-13 17:02 ` [PATCH v3 1/5] arm/arm64: KVM: export VCPU power state via MP_STATE ioctl Alex Bennée
2015-03-13 17:02 ` [PATCH v3 2/5] arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn Alex Bennée
2015-03-13 17:02 ` [PATCH v3 3/5] arm/arm64: KVM: support for un-queuing active IRQs Alex Bennée
2015-03-13 17:02 ` [PATCH v3 4/5] arm/arm64: KVM: Fix migration race in the arch timer Alex Bennée
2015-03-13 17:02 ` [PATCH v3 5/5] arm/arm64: KVM: Keep elrsr/aisr in sync with software model Alex Bennée
2015-03-14 12:44 ` [PATCH v3 0/5] KVM ARM64 Migration Fixes Christoffer Dall

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=1426266176-14933-1-git-send-email-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).