From: Christoffer Dall <christoffer.dall@linaro.org>
To: Marc Zyngier <marc.zyngier@arm.com>
Cc: Vijaya Kumar K <Vijaya.Kumar@cavium.com>,
kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
Date: Fri, 27 Jan 2017 11:27:21 +0100 [thread overview]
Message-ID: <20170127102721.GA10506@cbox> (raw)
In-Reply-To: <9fea1713-7087-7052-5ca6-d9257a6f973a@arm.com>
On Fri, Jan 27, 2017 at 09:45:06AM +0000, Marc Zyngier wrote:
> On 26/01/17 20:26, Christoffer Dall wrote:
> > Hi Vijaya,
> >
> > On Thu, Jan 26, 2017 at 07:50:45PM +0530, vijay.kilari@gmail.com wrote:
> >> From: Vijaya Kumar K <Vijaya.Kumar@cavium.com>
> >>
> >> This patchset adds API for saving and restoring
> >> of VGICv3 registers to support live migration with new vgic feature.
> >> This API definition is as per version of VGICv3 specification
> >> Documentation/virtual/kvm/devices/arm-vgic-v3.txt
> >>
> >> The patch 3 & 4 are picked from the Pavel's previous implementation.
> >> http://www.spinics.net/lists/kvm/msg122040.html
> >>
> >> NOTE: Only compilation tested for AArch32. No hardware available to test.
> >
> > Thanks for the respin. I've given this a once-over and tested on GICv2
> > against migrations and on GICv3 for this functionality, and it looks
haha, just noticed this. That's against *regressions* obviously.
> > good.
> >
> > It would be good to see a soon respin of the QEMU series as well.
> >
> > Marc, unless others have objections to this series, I think we can queue
> > this series.
>
> Yup, I'll queue it on top. Thanks everyone for sticking with this series.
>
Thanks,
-Christoffer
WARNING: multiple messages have this Message-ID (diff)
From: christoffer.dall@linaro.org (Christoffer Dall)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
Date: Fri, 27 Jan 2017 11:27:21 +0100 [thread overview]
Message-ID: <20170127102721.GA10506@cbox> (raw)
In-Reply-To: <9fea1713-7087-7052-5ca6-d9257a6f973a@arm.com>
On Fri, Jan 27, 2017 at 09:45:06AM +0000, Marc Zyngier wrote:
> On 26/01/17 20:26, Christoffer Dall wrote:
> > Hi Vijaya,
> >
> > On Thu, Jan 26, 2017 at 07:50:45PM +0530, vijay.kilari at gmail.com wrote:
> >> From: Vijaya Kumar K <Vijaya.Kumar@cavium.com>
> >>
> >> This patchset adds API for saving and restoring
> >> of VGICv3 registers to support live migration with new vgic feature.
> >> This API definition is as per version of VGICv3 specification
> >> Documentation/virtual/kvm/devices/arm-vgic-v3.txt
> >>
> >> The patch 3 & 4 are picked from the Pavel's previous implementation.
> >> http://www.spinics.net/lists/kvm/msg122040.html
> >>
> >> NOTE: Only compilation tested for AArch32. No hardware available to test.
> >
> > Thanks for the respin. I've given this a once-over and tested on GICv2
> > against migrations and on GICv3 for this functionality, and it looks
haha, just noticed this. That's against *regressions* obviously.
> > good.
> >
> > It would be good to see a soon respin of the QEMU series as well.
> >
> > Marc, unless others have objections to this series, I think we can queue
> > this series.
>
> Yup, I'll queue it on top. Thanks everyone for sticking with this series.
>
Thanks,
-Christoffer
next prev parent reply other threads:[~2017-01-27 10:27 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 14:20 [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration vijay.kilari
2017-01-26 14:20 ` vijay.kilari at gmail.com
2017-01-26 14:20 ` [PATCH v11 1/8] arm/arm64: vgic: Implement support for userspace access vijay.kilari
2017-01-26 14:20 ` vijay.kilari at gmail.com
2017-01-26 20:34 ` Christoffer Dall
2017-01-26 20:34 ` Christoffer Dall
2017-01-27 8:05 ` Auger Eric
2017-01-27 8:05 ` Auger Eric
2017-01-26 14:20 ` [PATCH v11 2/8] arm/arm64: vgic: Add distributor and redistributor access vijay.kilari
2017-01-26 14:20 ` vijay.kilari at gmail.com
2017-01-27 8:13 ` Auger Eric
2017-01-27 8:13 ` Auger Eric
2017-01-26 14:20 ` [PATCH v11 3/8] arm/arm64: vgic: Introduce find_reg_by_id() vijay.kilari
2017-01-26 14:20 ` vijay.kilari at gmail.com
2017-01-26 14:20 ` [PATCH v11 4/8] irqchip/gic-v3: Add missing system register definitions vijay.kilari
2017-01-26 14:20 ` vijay.kilari at gmail.com
2017-01-26 14:20 ` [PATCH v11 5/8] arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct vijay.kilari
2017-01-26 14:20 ` vijay.kilari at gmail.com
2017-01-27 8:18 ` Auger Eric
2017-01-27 8:18 ` Auger Eric
2017-01-26 14:20 ` [PATCH v11 6/8] arm/arm64: vgic: Implement VGICv3 CPU interface access vijay.kilari
2017-01-26 14:20 ` vijay.kilari at gmail.com
2017-01-26 20:24 ` Christoffer Dall
2017-01-26 20:24 ` Christoffer Dall
2017-01-27 8:21 ` Auger Eric
2017-01-27 8:21 ` Auger Eric
2017-01-26 14:20 ` [PATCH v11 7/8] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl vijay.kilari
2017-01-26 14:20 ` vijay.kilari at gmail.com
2017-01-26 18:02 ` Christoffer Dall
2017-01-26 18:02 ` Christoffer Dall
2017-01-27 8:32 ` Auger Eric
2017-01-27 8:32 ` Auger Eric
2017-01-27 8:37 ` Auger Eric
2017-01-27 8:37 ` Auger Eric
2017-01-26 14:20 ` [PATCH v11 8/8] arm/arm64: Documentation: Update arm-vgic-v3.txt vijay.kilari
2017-01-26 14:20 ` vijay.kilari at gmail.com
2017-01-26 20:24 ` Christoffer Dall
2017-01-26 20:24 ` Christoffer Dall
2017-01-27 8:39 ` Auger Eric
2017-01-27 8:39 ` Auger Eric
2017-01-26 20:26 ` [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration Christoffer Dall
2017-01-26 20:26 ` Christoffer Dall
2017-01-27 9:45 ` Marc Zyngier
2017-01-27 9:45 ` Marc Zyngier
2017-01-27 10:27 ` Christoffer Dall [this message]
2017-01-27 10:27 ` Christoffer Dall
2017-01-27 9:03 ` Auger Eric
2017-01-27 9:03 ` Auger Eric
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=20170127102721.GA10506@cbox \
--to=christoffer.dall@linaro.org \
--cc=Vijaya.Kumar@cavium.com \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=marc.zyngier@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.