From: Gleb Natapov <gleb@redhat.com>
To: Alexander Graf <agraf@suse.de>
Cc: kvm-ppc@vger.kernel.org,
"kvm@vger.kernel.org mailing list" <kvm@vger.kernel.org>,
Marcelo Tosatti <mtosatti@redhat.com>
Subject: Re: [PULL 0/5] ppc patch queue 2013-04-17
Date: Mon, 22 Apr 2013 07:47:50 +0000 [thread overview]
Message-ID: <20130422074750.GG8997@redhat.com> (raw)
In-Reply-To: <1366225447-24008-1-git-send-email-agraf@suse.de>
On Wed, Apr 17, 2013 at 09:04:04PM +0200, Alexander Graf wrote:
> Hi Marcelo / Gleb,
>
> This is my current patch queue for ppc. Please pull for 3.10.
>
Pulled. Thanks.
> Changes include:
>
> - KVM: PPC: Fix in-kernel MMIO loads
> - KVM: PPC: BookE: Fix 64-bit guest kernels with SMP
>
> Alex
>
>
> The following changes since commit 79558f112fc0352e057f7b5e158e3d88b8b62c60:
> Alexander Graf (1):
> KVM: ARM: Fix kvm_vm_ioctl_irq_line
>
> are available in the git repository at:
>
> git://github.com/agraf/linux-2.6.git kvm-ppc-next
>
> Alexander Graf (2):
> Merge commit 'origin/next' into kvm-ppc-next
> Merge commit 'origin/next' into kvm-ppc-next
>
> Bharat Bhushan (1):
> Added ONE_REG interface for debug instruction
>
> Scott Wood (1):
> kvm/ppc: don't call complete_mmio_load when it's a store
>
> Stuart Yoder (1):
> KVM: PPC: emulate dcbst
>
> arch/powerpc/include/asm/kvm_book3s.h | 2 ++
> arch/powerpc/include/asm/kvm_booke.h | 2 ++
> arch/powerpc/include/uapi/asm/kvm.h | 4 ++++
> arch/powerpc/kvm/book3s.c | 6 ++++++
> arch/powerpc/kvm/booke.c | 6 ++++++
> arch/powerpc/kvm/emulate.c | 2 ++
> arch/powerpc/kvm/powerpc.c | 1 -
> 7 files changed, 22 insertions(+), 1 deletions(-)
--
Gleb.
WARNING: multiple messages have this Message-ID (diff)
From: Gleb Natapov <gleb@redhat.com>
To: Alexander Graf <agraf@suse.de>
Cc: kvm-ppc@vger.kernel.org,
"kvm@vger.kernel.org mailing list" <kvm@vger.kernel.org>,
Marcelo Tosatti <mtosatti@redhat.com>
Subject: Re: [PULL 0/5] ppc patch queue 2013-04-17
Date: Mon, 22 Apr 2013 10:47:50 +0300 [thread overview]
Message-ID: <20130422074750.GG8997@redhat.com> (raw)
In-Reply-To: <1366225447-24008-1-git-send-email-agraf@suse.de>
On Wed, Apr 17, 2013 at 09:04:04PM +0200, Alexander Graf wrote:
> Hi Marcelo / Gleb,
>
> This is my current patch queue for ppc. Please pull for 3.10.
>
Pulled. Thanks.
> Changes include:
>
> - KVM: PPC: Fix in-kernel MMIO loads
> - KVM: PPC: BookE: Fix 64-bit guest kernels with SMP
>
> Alex
>
>
> The following changes since commit 79558f112fc0352e057f7b5e158e3d88b8b62c60:
> Alexander Graf (1):
> KVM: ARM: Fix kvm_vm_ioctl_irq_line
>
> are available in the git repository at:
>
> git://github.com/agraf/linux-2.6.git kvm-ppc-next
>
> Alexander Graf (2):
> Merge commit 'origin/next' into kvm-ppc-next
> Merge commit 'origin/next' into kvm-ppc-next
>
> Bharat Bhushan (1):
> Added ONE_REG interface for debug instruction
>
> Scott Wood (1):
> kvm/ppc: don't call complete_mmio_load when it's a store
>
> Stuart Yoder (1):
> KVM: PPC: emulate dcbst
>
> arch/powerpc/include/asm/kvm_book3s.h | 2 ++
> arch/powerpc/include/asm/kvm_booke.h | 2 ++
> arch/powerpc/include/uapi/asm/kvm.h | 4 ++++
> arch/powerpc/kvm/book3s.c | 6 ++++++
> arch/powerpc/kvm/booke.c | 6 ++++++
> arch/powerpc/kvm/emulate.c | 2 ++
> arch/powerpc/kvm/powerpc.c | 1 -
> 7 files changed, 22 insertions(+), 1 deletions(-)
--
Gleb.
next prev parent reply other threads:[~2013-04-22 7:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-17 19:04 [PULL 0/5] ppc patch queue 2013-04-17 Alexander Graf
2013-04-17 19:04 ` Alexander Graf
2013-04-17 19:04 ` [PATCH 1/3] Added ONE_REG interface for debug instruction Alexander Graf
2013-04-17 19:04 ` Alexander Graf
2013-04-17 19:04 ` [PATCH 2/3] KVM: PPC: emulate dcbst Alexander Graf
2013-04-17 19:04 ` Alexander Graf
2013-04-17 19:04 ` [PATCH 3/3] kvm/ppc: don't call complete_mmio_load when it's a store Alexander Graf
2013-04-17 19:04 ` Alexander Graf
2013-04-22 7:47 ` Gleb Natapov [this message]
2013-04-22 7:47 ` [PULL 0/5] ppc patch queue 2013-04-17 Gleb Natapov
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=20130422074750.GG8997@redhat.com \
--to=gleb@redhat.com \
--cc=agraf@suse.de \
--cc=kvm-ppc@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.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.