From: pbonzini@redhat.com (Paolo Bonzini)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 0/9] KVM/ARM Changes for v3.19
Date: Tue, 09 Dec 2014 20:39:39 +0100 [thread overview]
Message-ID: <54874FFB.40306@redhat.com> (raw)
In-Reply-To: <1418124368-28418-1-git-send-email-christoffer.dall@linaro.org>
On 09/12/2014 12:25, Christoffer Dall wrote:
> Hi Paolo,
>
> The following changes since commit f62c95fd4041d669159dd76ac0bb2a7f86b5b05d:
>
> Merge tag 'kvm-s390-next-20141028' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD (2014-10-29 13:31:32 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git kvm-arm-for-3.19
>
> for you to fetch changes up to 016ed39c54b8a3db680e5c6a43419f806133caf2:
>
> arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all (2014-11-26 10:19:37 +0000)
>
> Thanks,
> -Christoffer
>
> ----------------------------------------------------------------
> Changes for KVM for arm/arm64 for v3.19 including mmio mapping fixups
> (already in kvm/next, apologies about duplicate commits), vgic cleanup
> and optimizations, and an MMIO path cleanup.
>
> ----------------------------------------------------------------
>
>
> Andre Przywara (1):
> arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO read
>
> Ard Biesheuvel (4):
> arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()
> kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
> kvm: add a memslot flag for incoherent memory regions
> arm, arm64: KVM: handle potential incoherency of readonly memslots
>
> Christoffer Dall (1):
> arm/arm64: vgic: Remove unreachable irq_clear_pending
>
> Laszlo Ersek (1):
> arm, arm64: KVM: allow forced dcache flush on page faults
>
> Shannon Zhao (1):
> arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating
> through all
>
> wanghaibin (1):
> KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function.
>
> arch/arm/include/asm/kvm_mmu.h | 5 +++--
> arch/arm/kvm/mmio.c | 15 +++++++++------
> arch/arm/kvm/mmu.c | 34 +++++++++++++++++++++++++++-------
> arch/arm64/include/asm/kvm_mmu.h | 5 +++--
> arch/ia64/kvm/kvm-ia64.c | 2 +-
> arch/x86/kvm/mmu.c | 6 +++---
> include/linux/kvm_host.h | 3 ++-
> virt/kvm/arm/vgic.c | 20 +++++++++++++-------
> virt/kvm/kvm_main.c | 16 ++++++++--------
> 9 files changed, 69 insertions(+), 37 deletions(-)
>
No dirty bitmap yet? You still have one week, I'm okay with a late
addition.
Paolo
WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Christoffer Dall <christoffer.dall@linaro.org>, kvm@vger.kernel.org
Cc: kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org,
Marc Zyngier <marc.zyngier@arm.com>
Subject: Re: [GIT PULL 0/9] KVM/ARM Changes for v3.19
Date: Tue, 09 Dec 2014 20:39:39 +0100 [thread overview]
Message-ID: <54874FFB.40306@redhat.com> (raw)
In-Reply-To: <1418124368-28418-1-git-send-email-christoffer.dall@linaro.org>
On 09/12/2014 12:25, Christoffer Dall wrote:
> Hi Paolo,
>
> The following changes since commit f62c95fd4041d669159dd76ac0bb2a7f86b5b05d:
>
> Merge tag 'kvm-s390-next-20141028' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD (2014-10-29 13:31:32 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git kvm-arm-for-3.19
>
> for you to fetch changes up to 016ed39c54b8a3db680e5c6a43419f806133caf2:
>
> arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all (2014-11-26 10:19:37 +0000)
>
> Thanks,
> -Christoffer
>
> ----------------------------------------------------------------
> Changes for KVM for arm/arm64 for v3.19 including mmio mapping fixups
> (already in kvm/next, apologies about duplicate commits), vgic cleanup
> and optimizations, and an MMIO path cleanup.
>
> ----------------------------------------------------------------
>
>
> Andre Przywara (1):
> arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO read
>
> Ard Biesheuvel (4):
> arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()
> kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
> kvm: add a memslot flag for incoherent memory regions
> arm, arm64: KVM: handle potential incoherency of readonly memslots
>
> Christoffer Dall (1):
> arm/arm64: vgic: Remove unreachable irq_clear_pending
>
> Laszlo Ersek (1):
> arm, arm64: KVM: allow forced dcache flush on page faults
>
> Shannon Zhao (1):
> arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating
> through all
>
> wanghaibin (1):
> KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function.
>
> arch/arm/include/asm/kvm_mmu.h | 5 +++--
> arch/arm/kvm/mmio.c | 15 +++++++++------
> arch/arm/kvm/mmu.c | 34 +++++++++++++++++++++++++++-------
> arch/arm64/include/asm/kvm_mmu.h | 5 +++--
> arch/ia64/kvm/kvm-ia64.c | 2 +-
> arch/x86/kvm/mmu.c | 6 +++---
> include/linux/kvm_host.h | 3 ++-
> virt/kvm/arm/vgic.c | 20 +++++++++++++-------
> virt/kvm/kvm_main.c | 16 ++++++++--------
> 9 files changed, 69 insertions(+), 37 deletions(-)
>
No dirty bitmap yet? You still have one week, I'm okay with a late
addition.
Paolo
next prev parent reply other threads:[~2014-12-09 19:39 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 11:25 [GIT PULL 0/9] KVM/ARM Changes for v3.19 Christoffer Dall
2014-12-09 11:25 ` Christoffer Dall
2014-12-09 11:26 ` [GIT PULL 1/9] KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function Christoffer Dall
2014-12-09 11:26 ` Christoffer Dall
2014-12-09 11:26 ` [GIT PULL 2/9] arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn() Christoffer Dall
2014-12-09 11:26 ` Christoffer Dall
2014-12-09 12:29 ` Ard Biesheuvel
2014-12-09 12:29 ` Ard Biesheuvel
2014-12-09 12:38 ` Christoffer Dall
2014-12-09 12:38 ` Christoffer Dall
2014-12-09 12:38 ` Ard Biesheuvel
2014-12-09 12:38 ` Ard Biesheuvel
2014-12-09 11:26 ` [GIT PULL 3/9] kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() Christoffer Dall
2014-12-09 11:26 ` Christoffer Dall
2014-12-09 11:26 ` [GIT PULL 4/9] kvm: add a memslot flag for incoherent memory regions Christoffer Dall
2014-12-09 11:26 ` Christoffer Dall
2014-12-09 11:26 ` [GIT PULL 5/9] arm, arm64: KVM: allow forced dcache flush on page faults Christoffer Dall
2014-12-09 11:26 ` Christoffer Dall
2014-12-09 11:26 ` [GIT PULL 6/9] arm, arm64: KVM: handle potential incoherency of readonly memslots Christoffer Dall
2014-12-09 11:26 ` Christoffer Dall
2014-12-09 11:26 ` [GIT PULL 7/9] arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO read Christoffer Dall
2014-12-09 11:26 ` Christoffer Dall
2014-12-09 11:26 ` [GIT PULL 8/9] arm/arm64: vgic: Remove unreachable irq_clear_pending Christoffer Dall
2014-12-09 11:26 ` Christoffer Dall
2014-12-09 11:26 ` [GIT PULL 9/9] arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all Christoffer Dall
2014-12-09 11:26 ` Christoffer Dall
2014-12-09 19:39 ` Paolo Bonzini [this message]
2014-12-09 19:39 ` [GIT PULL 0/9] KVM/ARM Changes for v3.19 Paolo Bonzini
2014-12-11 9:47 ` Christoffer Dall
2014-12-11 9:47 ` Christoffer Dall
2014-12-11 11:54 ` Paolo Bonzini
2014-12-11 11:54 ` Paolo Bonzini
2014-12-11 12:02 ` Christoffer Dall
2014-12-11 12:02 ` Christoffer Dall
2014-12-11 11:52 ` Paolo Bonzini
2014-12-11 11:52 ` Paolo Bonzini
2014-12-11 11:59 ` Christoffer Dall
2014-12-11 11:59 ` Christoffer Dall
2014-12-11 12:04 ` Paolo Bonzini
2014-12-11 12:04 ` Paolo Bonzini
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=54874FFB.40306@redhat.com \
--to=pbonzini@redhat.com \
--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 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.