From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mario Smarduch Date: Fri, 14 Nov 2014 18:57:15 +0000 Subject: Re: [PATCH v14 0/7] KVM/arm/x86: dirty page logging for ARMv7 (3.17.0-rc1) Message-Id: <5466508B.5030302@samsung.com> List-Id: References: <1415930268-7674-1-git-send-email-m.smarduch@samsung.com> In-Reply-To: <1415930268-7674-1-git-send-email-m.smarduch@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org On 11/14/2014 12:06 AM, Cornelia Huck wrote: > On Thu, 13 Nov 2014 17:57:41 -0800 > Mario Smarduch wrote: > >> Patch series adds support for ARMv7 and generic dirty page logging support. >> As we try to move towards generic dirty page logging additional logic is moved >> to generic code. Initially x86, armv7 KVM_GET_DIRTY_LOG reuses generic >> code, shortly followed by armv8 patches. > > FWIW: s390 (with qemu/master) seems to work as before. > Hi Cornelia, thanks for verifying. - Mario