From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Mon, 29 Sep 2014 15:36:08 +0200 Subject: [PATCH v11 2/6] KVM: Add generic implementation of kvm_vm_ioctl_get_dirty_log In-Reply-To: <1411433690-8104-3-git-send-email-m.smarduch@samsung.com> References: <1411433690-8104-1-git-send-email-m.smarduch@samsung.com> <1411433690-8104-3-git-send-email-m.smarduch@samsung.com> Message-ID: <20140929133608.GI3095@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Sep 22, 2014 at 05:54:46PM -0700, Mario Smarduch wrote: > Add support for generic implementation of dirty log read function. For now > x86_64 and ARMv7 share generic dirty log read. Other architectures call > their architecture specific functions. > > Signed-off-by: Mario Smarduch > --- This looks reasonable to me, Other arch kvm-maintainers: will you give this a look and a spin for your ok? Thanks, -Christoffer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v11 2/6] KVM: Add generic implementation of kvm_vm_ioctl_get_dirty_log Date: Mon, 29 Sep 2014 15:36:08 +0200 Message-ID: <20140929133608.GI3095@cbox> References: <1411433690-8104-1-git-send-email-m.smarduch@samsung.com> <1411433690-8104-3-git-send-email-m.smarduch@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, marc.zyngier@arm.com, pbonzini@redhat.com, gleb@kernel.org, agraf@suse.de, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com, xiaoguangrong@linux.vnet.ibm.com, ralf@linux-mips.org, catalin.marinas@arm.com, steve.capper@arm.com, peter.maydell@linaro.org, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: Mario Smarduch Return-path: Received: from mail-la0-f43.google.com ([209.85.215.43]:34756 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754619AbaI2Nff (ORCPT ); Mon, 29 Sep 2014 09:35:35 -0400 Received: by mail-la0-f43.google.com with SMTP id gb8so8556437lab.30 for ; Mon, 29 Sep 2014 06:35:33 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1411433690-8104-3-git-send-email-m.smarduch@samsung.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Sep 22, 2014 at 05:54:46PM -0700, Mario Smarduch wrote: > Add support for generic implementation of dirty log read function. For now > x86_64 and ARMv7 share generic dirty log read. Other architectures call > their architecture specific functions. > > Signed-off-by: Mario Smarduch > --- This looks reasonable to me, Other arch kvm-maintainers: will you give this a look and a spin for your ok? Thanks, -Christoffer