From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex =?utf-8?Q?Benn=C3=A9e?= Subject: Re: [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines Date: Tue, 13 Dec 2016 17:09:33 +0000 Message-ID: <874m27u56a.fsf@linaro.org> References: <20161208175030.12269-1-drjones@redhat.com> <20161208175030.12269-4-drjones@redhat.com> <8760mnu6ga.fsf@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id CA07D4028D for ; Tue, 13 Dec 2016 12:08:29 -0500 (EST) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I4anwCEY98+P for ; Tue, 13 Dec 2016 12:08:28 -0500 (EST) Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 8901740284 for ; Tue, 13 Dec 2016 12:08:28 -0500 (EST) Received: by mail-wm0-f44.google.com with SMTP id f82so127906733wmf.1 for ; Tue, 13 Dec 2016 09:09:35 -0800 (PST) In-reply-to: <8760mnu6ga.fsf@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Andrew Jones Cc: kvm@vger.kernel.org, marc.zyngier@arm.com, andre.przywara@arm.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org, pbonzini@redhat.com, kvmarm@lists.cs.columbia.edu List-Id: kvmarm@lists.cs.columbia.edu CkFsZXggQmVubsOpZSA8YWxleC5iZW5uZWVAbGluYXJvLm9yZz4gd3JpdGVzOgoKPiBBbmRyZXcg Sm9uZXMgPGRyam9uZXNAcmVkaGF0LmNvbT4gd3JpdGVzOgo+Cj4+IEFsbG93IGEgdGhyZWFkIHRv IHdhaXQgc29tZSBzcGVjaWZpZWQgYW1vdW50IG9mIHRpbWUuIENhbgo+PiBzcGVjaWZ5IGluIGN5 Y2xlcywgdXNlY3MsIGFuZCBtc2Vjcy4KPHNuaXA+Cj4+IGRpZmYgLS1naXQgYS9saWIvYXJtL2Fz bS9wcm9jZXNzb3IuaCBiL2xpYi9hcm0vYXNtL3Byb2Nlc3Nvci5oCj4+IGluZGV4IDZiMGQzNmI4 NzgxNy4uODU3YmRkOTZhM2NjIDEwMDY0NAo+PiAtLS0gYS9saWIvYXJtL2FzbS9wcm9jZXNzb3Iu aAo+PiArKysgYi9saWIvYXJtL2FzbS9wcm9jZXNzb3IuaAo+PiBAQCAtNyw2ICs3LDcgQEAKPj4g ICAqLwo+PiAgI2luY2x1ZGUgPGFzbS9wdHJhY2UuaD4KPj4gICNpbmNsdWRlIDxhc20vc3lzcmVn Lmg+Cj4+ICsjaW5jbHVkZSA8YXNtL2JhcnJpZXIuaD4KPgo+IEhtbSB0aGlzIGZhaWxzIHRvIGFw cGx5IGNsZWFubHkgdG8gbWFzdGVyIGFuZCBkb2Vzbid0IGJ1aWxkIGFzIHN5c3JlZy5oCj4gaXNu J3QgaW4gbXkgdHJlZS4gV2hhdCBoYXBwZW5lZCB0byBpdD8KPHNuaXA+CgpBaGggSSBtaXNzZWQg dGhpcyBpcyBiYXNlZCBvbiBhcm0vbmV4dAoKLS0KQWxleCBCZW5uw6llCl9fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCmt2bWFybSBtYWlsaW5nIGxpc3QKa3Zt YXJtQGxpc3RzLmNzLmNvbHVtYmlhLmVkdQpodHRwczovL2xpc3RzLmNzLmNvbHVtYmlhLmVkdS9t YWlsbWFuL2xpc3RpbmZvL2t2bWFybQo= From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id xu5sm62992656wjc.49.2016.12.13.09.09.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Dec 2016 09:09:33 -0800 (PST) Received: from zen (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTPS id 1B21A3E0C52; Tue, 13 Dec 2016 17:09:33 +0000 (GMT) References: <20161208175030.12269-1-drjones@redhat.com> <20161208175030.12269-4-drjones@redhat.com> <8760mnu6ga.fsf@linaro.org> User-agent: mu4e 0.9.19; emacs 25.1.90.4 From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Andrew Jones Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, qemu-devel@nongnu.org, qemu-arm@nongnu.org, peter.maydell@linaro.org, marc.zyngier@arm.com, andre.przywara@arm.com, eric.auger@redhat.com, pbonzini@redhat.com, christoffer.dall@linaro.org Subject: Re: [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines In-reply-to: <8760mnu6ga.fsf@linaro.org> Date: Tue, 13 Dec 2016 17:09:33 +0000 Message-ID: <874m27u56a.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-TUID: 4Br8FgAw+b00 Alex Bennée writes: > Andrew Jones writes: > >> Allow a thread to wait some specified amount of time. Can >> specify in cycles, usecs, and msecs. >> diff --git a/lib/arm/asm/processor.h b/lib/arm/asm/processor.h >> index 6b0d36b87817..857bdd96a3cc 100644 >> --- a/lib/arm/asm/processor.h >> +++ b/lib/arm/asm/processor.h >> @@ -7,6 +7,7 @@ >> */ >> #include >> #include >> +#include > > Hmm this fails to apply cleanly to master and doesn't build as sysreg.h > isn't in my tree. What happened to it? Ahh I missed this is based on arm/next -- Alex Bennée From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGqbA-0005ct-80 for qemu-devel@nongnu.org; Tue, 13 Dec 2016 12:10:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGqb6-0002AT-7V for qemu-devel@nongnu.org; Tue, 13 Dec 2016 12:10:40 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:38623) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cGqb6-0002A0-0J for qemu-devel@nongnu.org; Tue, 13 Dec 2016 12:10:36 -0500 Received: by mail-wm0-f42.google.com with SMTP id f82so127906732wmf.1 for ; Tue, 13 Dec 2016 09:10:35 -0800 (PST) References: <20161208175030.12269-1-drjones@redhat.com> <20161208175030.12269-4-drjones@redhat.com> <8760mnu6ga.fsf@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <8760mnu6ga.fsf@linaro.org> Date: Tue, 13 Dec 2016 17:09:33 +0000 Message-ID: <874m27u56a.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, qemu-devel@nongnu.org, qemu-arm@nongnu.org, peter.maydell@linaro.org, marc.zyngier@arm.com, andre.przywara@arm.com, eric.auger@redhat.com, pbonzini@redhat.com, christoffer.dall@linaro.org Alex Bennée writes: > Andrew Jones writes: > >> Allow a thread to wait some specified amount of time. Can >> specify in cycles, usecs, and msecs. >> diff --git a/lib/arm/asm/processor.h b/lib/arm/asm/processor.h >> index 6b0d36b87817..857bdd96a3cc 100644 >> --- a/lib/arm/asm/processor.h >> +++ b/lib/arm/asm/processor.h >> @@ -7,6 +7,7 @@ >> */ >> #include >> #include >> +#include > > Hmm this fails to apply cleanly to master and doesn't build as sysreg.h > isn't in my tree. What happened to it? Ahh I missed this is based on arm/next -- Alex Bennée