All of lore.kernel.org
 help / color / mirror / Atom feed
From: Balbir Singh <bsingharora@gmail.com>
To: will.deacon@arm.com, kvm@vger.kernel.org
Cc: mpe@ellerman.id.au, mikey@neuling.org, aik@ozlabs.ru,
	Balbir Singh <bsingharora@gmail.com>
Subject: [PATCH 0/5][KVMTOOL] Add support for ppc64le
Date: Sun,  3 Apr 2016 20:37:57 +1000	[thread overview]
Message-ID: <1459679882-30382-1-git-send-email-bsingharora@gmail.com> (raw)

NOTE: Resending with Ack's and Patch 2/5 attribution

This patchset adds support for ppc64le. As a part of the support 1/4 converts
key data structures in the fdt to big endian. 2/4 introduces h_set_mode call
to support little endian interrupt processing. This requires support to execute
and queue commands to a particular vcpu and hence a generic infrastructure
is added in patch 2/4. Patch 3/4 fixes a race condition found during exit.
Patch 4/4 adds support for fixing spapr_pci to support little endian guests
so that virtio-pci can be detected and virtio can work

This patchset was tested on x64 (on my laptop) and on a ppc64le system.

Balbir Singh (5):
  Add basic little endian support for ppc64le.
  Add basic infrastructure to run tasks on vCPUs
  Implement H_SET_MODE for ppc64le
  Fix a race during exit processing
  Implement spapr pci for little endian systems.

 arm/include/arm-common/kvm-cpu-arch.h |  1 +
 builtin-run.c                         |  3 ++
 include/kvm/kvm-cpu.h                 |  6 +++
 include/kvm/kvm.h                     |  1 +
 kvm-cpu.c                             | 73 +++++++++++++++++++++++++++++++++++
 kvm.c                                 |  5 +++
 mips/include/kvm/kvm-cpu-arch.h       |  1 +
 powerpc/include/kvm/kvm-cpu-arch.h    |  3 ++
 powerpc/kvm.c                         | 26 ++++++-------
 powerpc/spapr.h                       | 20 ++++++++--
 powerpc/spapr_hcall.c                 | 66 +++++++++++++++++++++++++++++++
 powerpc/spapr_pci.c                   | 25 ++++++------
 x86/include/kvm/kvm-cpu-arch.h        |  1 +
 13 files changed, 203 insertions(+), 28 deletions(-)

-- 
2.5.5


             reply	other threads:[~2016-04-03 10:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-03 10:37 Balbir Singh [this message]
2016-04-03 10:37 ` [KVMTOOL][PATCH 1/5] Add basic little endian support for ppc64le Balbir Singh
2016-04-03 10:37 ` [KVMTOOL][PATCH 2/5] Add basic infrastructure to run tasks on vCPUs Balbir Singh
2016-04-03 10:38 ` [KVMTOOL][PATCH 3/5] Implement H_SET_MODE for ppc64le Balbir Singh
2016-04-03 10:38 ` [KVMTOOL][PATCH 4/5] Fix a race during exit processing Balbir Singh
2016-04-03 10:38 ` [KVMTOOL][PATCH 5/5] Implement spapr pci for little endian systems Balbir Singh

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=1459679882-30382-1-git-send-email-bsingharora@gmail.com \
    --to=bsingharora@gmail.com \
    --cc=aik@ozlabs.ru \
    --cc=kvm@vger.kernel.org \
    --cc=mikey@neuling.org \
    --cc=mpe@ellerman.id.au \
    --cc=will.deacon@arm.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 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.