qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/14] Pending KVM patches for 2.1
Date: Fri, 20 Jun 2014 14:11:09 +0200	[thread overview]
Message-ID: <1403266283-1517-1-git-send-email-pbonzini@redhat.com> (raw)

The following changes since commit af44da87e926ff64260b95f4350d338c4fc113ca:

  Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2014-06-16 18:26:21 +0100)

are available in the git repository at:


  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

for you to fetch changes up to 3c5d0be553b18d47361ac3a701e2bff86b8256b0:

  hw/mips: malta: Don't boot from flash with KVM T&E (2014-06-20 13:51:29 +0200)

The highlight (covering 13/14th of the series) is MIPS Malta support
for trap-and-emulate KVM.  The QEMU<->kernel interface to implement
the equivalent of QEMU_CLOCK_VIRTUAL, that James came up with, is
particularly cool and a good model for other architectures to look at.

Alexander Graf (1):
      KVM: Fix GSI number space limit

James Hogan (8):
      target-mips: Reset CPU timer consistently
      target-mips: get_physical_address: Add defines for segment bases
      target-mips: get_physical_address: Add KVM awareness
      kvm: Allow arch to set sigmask length
      target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset()
      hw/mips: malta: Add KVM support
      MAINTAINERS: Add entry for MIPS KVM
      hw/mips: malta: Don't boot from flash with KVM T&E

Sanjay Lal (5):
      hw/mips/cputimer: Don't start periodic timer in KVM mode
      hw/mips: Add API to convert KVM guest KSEG0 <-> GPA
      target-mips: kvm: Add main KVM support for MIPS
      hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctls
      target-mips: Enable KVM support in build system

 MAINTAINERS               |    5 +
 configure                 |    6 +-
 hw/mips/addr.c            |    7 +-
 hw/mips/cputimer.c        |   18 +-
 hw/mips/mips_int.c        |   11 +
 hw/mips/mips_malta.c      |   79 ++++--
 include/hw/mips/cpudevs.h |    2 +
 include/sysemu/kvm.h      |    2 +
 kvm-all.c                 |   13 +-
 target-mips/Makefile.objs |    1 +
 target-mips/cpu.c         |    8 +
 target-mips/helper.c      |   51 +++-
 target-mips/kvm.c         |  683 +++++++++++++++++++++++++++++++++++++++++++++
 target-mips/kvm_mips.h    |   26 ++
 target-mips/translate.c   |    2 +
 15 files changed, 873 insertions(+), 41 deletions(-)
 create mode 100644 target-mips/kvm.c
 create mode 100644 target-mips/kvm_mips.h

             reply	other threads:[~2014-06-20 12:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-20 12:11 Paolo Bonzini [this message]
2014-06-20 12:11 ` [Qemu-devel] [PULL 01/14] KVM: Fix GSI number space limit Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 02/14] target-mips: Reset CPU timer consistently Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 03/14] hw/mips/cputimer: Don't start periodic timer in KVM mode Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 04/14] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 05/14] target-mips: get_physical_address: Add defines for segment bases Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 06/14] target-mips: get_physical_address: Add KVM awareness Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 07/14] kvm: Allow arch to set sigmask length Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 08/14] target-mips: kvm: Add main KVM support for MIPS Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 09/14] target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset() Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 10/14] hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctls Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 11/14] hw/mips: malta: Add KVM support Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 12/14] target-mips: Enable KVM support in build system Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 13/14] MAINTAINERS: Add entry for MIPS KVM Paolo Bonzini
2014-06-20 12:11 ` [Qemu-devel] [PULL 14/14] hw/mips: malta: Don't boot from flash with KVM T&E Paolo Bonzini
2014-06-20 19:01 ` [Qemu-devel] [PULL 00/14] Pending KVM patches for 2.1 Peter Maydell

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=1403266283-1517-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.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).