Re: [Qemu-devel] [PATCH v3] target-arm: Make the counter tick relative to cntfrq

2019-09-11 Thread Andrew Jeffery
On Wed, 11 Sep 2019, at 15:40, no-re...@patchew.org wrote: > Patchew URL: https://patchew.org/QEMU/20190911034302.29108-1-and...@aj.id.au/ > > > > Hi, > > This series failed the docker-quick@centos7 build test. Please find the > testing commands and > their output below. If you have Docker

Re: [Qemu-devel] [PATCH v3] target-arm: Make the counter tick relative to cntfrq

2019-09-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190911034302.29108-1-and...@aj.id.au/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

[Qemu-devel] [PATCH v3] target-arm: Make the counter tick relative to cntfrq

2019-09-10 Thread Andrew Jeffery
Allow machines to configure CNTFRQ via a property if the ARM core supports the generic timer. This is necessary on e.g. the ASPEED AST2600 SoC where the generic timer clock is run at 800MHz or above. CNTFRQ is a read-as-written co-processor register; the property sets the register's initial value