public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/12] kvm tools: Misc patches (mips support)
@ 2014-05-28 20:08 Andreas Herrmann
  2014-05-28 20:08 ` [PATCH v3 01/12] kvm tools: Print message on failure of KVM_CREATE_VM Andreas Herrmann
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Andreas Herrmann @ 2014-05-28 20:08 UTC (permalink / raw)
  To: Pekka Enberg; +Cc: David Daney, Andreas Herrmann, kvm, linux-mips, James Hogan

Hi,

This is v3 of my patch set to run lkvm on MIPS.

It's rebased on v3.13-rc1-1436-g1fc83c5 of
git://github.com/penberg/linux-kvm.git

Diffstat is:

 tools/kvm/Makefile                           |    9 +-
 tools/kvm/arm/fdt.c                          |    7 -
 tools/kvm/arm/include/arm-common/kvm-arch.h  |    2 +
 tools/kvm/builtin-run.c                      |   12 +-
 tools/kvm/builtin-stat.c                     |    2 +-
 tools/kvm/disk/core.c                        |    4 +-
 tools/kvm/hw/pci-shmem.c                     |    5 +-
 tools/kvm/include/kvm/kvm.h                  |    1 +
 tools/kvm/include/kvm/term.h                 |    2 +
 tools/kvm/kvm.c                              |   20 +-
 tools/kvm/mips/include/kvm/barrier.h         |   20 ++
 tools/kvm/mips/include/kvm/kvm-arch.h        |   38 +++
 tools/kvm/mips/include/kvm/kvm-config-arch.h |    7 +
 tools/kvm/mips/include/kvm/kvm-cpu-arch.h    |   42 ++++
 tools/kvm/mips/irq.c                         |   10 +
 tools/kvm/mips/kvm-cpu.c                     |  219 +++++++++++++++++
 tools/kvm/mips/kvm.c                         |  328 ++++++++++++++++++++++++++
 tools/kvm/mmio.c                             |    5 +-
 tools/kvm/pci.c                              |   16 +-
 tools/kvm/powerpc/include/kvm/kvm-arch.h     |    2 +
 tools/kvm/powerpc/kvm.c                      |    7 -
 tools/kvm/term.c                             |   10 +-
 tools/kvm/util/util.c                        |    4 +-
 tools/kvm/virtio/pci.c                       |    6 +-
 tools/kvm/x86/include/kvm/kvm-arch.h         |    2 +
 25 files changed, 742 insertions(+), 38 deletions(-)

Changelog:
v3:
 - Rebased to v3.13-rc1-1436-g1fc83c5
 - Moved patch "kvm tools: Provide per arch macro to specify type for
   KVM_CREATE_VM" before patch "kvm tools, mips: Enable build of mips
   support" to avoid broken built.
 - Added macro for hypercall number (KVM_HC_MIPS_CONSOLE_OUTPUT)
   (Once mips-paravirt is upstream and its changes merged into your
   tree this should be replaced by including the appropriate kernel
   header file.)
v2:
 - http://marc.info/?i=1400518411-9759-1-git-send-email-andreas.herrmann@caviumnetworks.com
v1:
 - http://marc.info/?i=1399391491-5021-1-git-send-email-andreas.herrmann@caviumnetworks.com


Please apply.


Thanks,

Andreas

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-05-30 18:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28 20:08 [PATCH v3 00/12] kvm tools: Misc patches (mips support) Andreas Herrmann
2014-05-28 20:08 ` [PATCH v3 01/12] kvm tools: Print message on failure of KVM_CREATE_VM Andreas Herrmann
2014-05-28 20:08 ` [PATCH v3 02/12] kvm tools: Fix print format warnings Andreas Herrmann
2014-05-28 20:20 ` [PATCH v3 03/12] kvm tools: Move definition of TERM_MAX_DEVS to header Andreas Herrmann
2014-05-28 20:27 ` [PATCH v3 04/12] kvm tools: Allow to load ELF binary Andreas Herrmann
2014-05-28 20:27 ` [PATCH v3 05/12] kvm tools: Introduce weak (default) load_bzimage function Andreas Herrmann
2014-05-28 20:28 ` [PATCH v3 06/12] kvm tools, mips: Add MIPS support Andreas Herrmann
2014-05-28 20:28 ` [PATCH v3 07/12] kvm tools: Provide per arch macro to specify type for KVM_CREATE_VM Andreas Herrmann
2014-05-28 20:28 ` [PATCH v3 08/12] kvm tools, mips: Enable build of mips support Andreas Herrmann
2014-05-28 20:28 ` [PATCH v3 09/12] kvm tools: Handle virtio/pci I/O space as little endian Andreas Herrmann
2014-05-28 20:28 ` [PATCH v3 10/12] kvm tools, mips: Add support for loading elf binaries Andreas Herrmann
2014-05-28 20:28 ` [PATCH v3 11/12] kvm tools: Modify term_putc to write more than one char Andreas Herrmann
2014-05-28 20:28 ` [PATCH v3 12/12] kvm tools: Return number of bytes written by term_putc Andreas Herrmann
2014-05-30 18:40 ` [PATCH v3 00/12] kvm tools: Misc patches (mips support) Pekka Enberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox