All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <marc.zyngier@arm.com>
To: vijay.kilari@gmail.com, christoffer.dall@linaro.org,
	peter.maydell@linaro.org
Cc: kvmarm@lists.cs.columbia.edu,
	linux-arm-kernel@lists.infradead.org,
	Vijaya Kumar K <Vijaya.Kumar@cavium.com>
Subject: Re: [PATCH v4 0/5] arm/arm64: vgic-new: Implement API for vGICv3 live migration
Date: Mon, 12 Sep 2016 14:15:47 +0100	[thread overview]
Message-ID: <57D6AA83.6060208@arm.com> (raw)
In-Reply-To: <1473510138-4719-1-git-send-email-vijay.kilari@gmail.com>

On 10/09/16 13:22, 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
> http://lists.infradead.org/pipermail/linux-arm-kernel/2016-July/445611.html
> 
> Compatible live migration QEMU patches will be sent later.

Could you please point to the QEMU patches as well? I need to be able to
test the this infrastructure.

Thanks,

	M.
-- 
Jazz is not dead. It just smells funny...

WARNING: multiple messages have this Message-ID (diff)
From: marc.zyngier@arm.com (Marc Zyngier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/5] arm/arm64: vgic-new: Implement API for vGICv3 live migration
Date: Mon, 12 Sep 2016 14:15:47 +0100	[thread overview]
Message-ID: <57D6AA83.6060208@arm.com> (raw)
In-Reply-To: <1473510138-4719-1-git-send-email-vijay.kilari@gmail.com>

On 10/09/16 13:22, 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
> http://lists.infradead.org/pipermail/linux-arm-kernel/2016-July/445611.html
> 
> Compatible live migration QEMU patches will be sent later.

Could you please point to the QEMU patches as well? I need to be able to
test the this infrastructure.

Thanks,

	M.
-- 
Jazz is not dead. It just smells funny...

  parent reply	other threads:[~2016-09-12 13:07 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-10 12:22 [PATCH v4 0/5] arm/arm64: vgic-new: Implement API for vGICv3 live migration vijay.kilari
2016-09-10 12:22 ` vijay.kilari at gmail.com
2016-09-10 12:22 ` [PATCH v4 1/5] arm/arm64: vgic-new: Implement support for userspace access vijay.kilari
2016-09-10 12:22   ` vijay.kilari at gmail.com
2016-09-12  8:25   ` Marc Zyngier
2016-09-12  8:25     ` Marc Zyngier
2016-09-12  8:46     ` Vijay Kilari
2016-09-12  8:46       ` Vijay Kilari
2016-09-12  8:51       ` Marc Zyngier
2016-09-12  8:51         ` Marc Zyngier
2016-09-10 12:22 ` [PATCH v4 2/5] arm/arm64: vgic-new: Add distributor and redistributor access vijay.kilari
2016-09-10 12:22   ` vijay.kilari at gmail.com
2016-09-12  8:42   ` Marc Zyngier
2016-09-12  8:42     ` Marc Zyngier
2016-09-10 12:22 ` [PATCH v4 3/5] arm/arm64: vgic-new: Introduce find_reg_by_id() vijay.kilari
2016-09-10 12:22   ` vijay.kilari at gmail.com
2016-09-10 12:22 ` [PATCH v4 4/5] arm/arm64: vgic-new: Implement VGICv3 CPU interface access vijay.kilari
2016-09-10 12:22   ` vijay.kilari at gmail.com
2016-09-11  7:56   ` Marc Zyngier
2016-09-11  7:56     ` Marc Zyngier
2016-09-12  9:00     ` Vijay Kilari
2016-09-12  9:00       ` Vijay Kilari
2016-09-12  9:12       ` Marc Zyngier
2016-09-12  9:12         ` Marc Zyngier
2016-09-10 12:22 ` [PATCH 5/5] arm/arm64: vgic-new: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl vijay.kilari
2016-09-10 12:22   ` vijay.kilari at gmail.com
2016-09-12  8:49   ` Marc Zyngier
2016-09-12  8:49     ` Marc Zyngier
2016-09-12 13:15 ` Marc Zyngier [this message]
2016-09-12 13:15   ` [PATCH v4 0/5] arm/arm64: vgic-new: Implement API for vGICv3 live migration Marc Zyngier
2016-09-12 16:44   ` Vijay Kilari
2016-09-12 16:44     ` Vijay Kilari

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=57D6AA83.6060208@arm.com \
    --to=marc.zyngier@arm.com \
    --cc=Vijaya.Kumar@cavium.com \
    --cc=christoffer.dall@linaro.org \
    --cc=kvmarm@lists.cs.columbia.edu \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=peter.maydell@linaro.org \
    --cc=vijay.kilari@gmail.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.