Re: [PATCH 00/16] hw/mips: Set CPU frequency

2020-10-09 Thread Philippe Mathieu-Daudé
On 9/28/20 7:15 PM, Philippe Mathieu-Daudé wrote: All the MIPS cores emulated by QEMU provides the Coproc#0 'Count' register which can be used as a free running timer. Since it's introduction in 2005 this timer uses a fixed frequency of 100 MHz (for a CPU freq of 200 MHz). While this is not an i

Re: [PATCH 00/16] hw/mips: Set CPU frequency

2020-09-30 Thread Philippe Mathieu-Daudé
On 9/30/20 9:40 AM, Igor Mammedov wrote: > On Mon, 28 Sep 2020 19:15:23 +0200 > Philippe Mathieu-Daudé wrote: > >> All the MIPS cores emulated by QEMU provides the Coproc#0 >> 'Count' register which can be used as a free running timer. >> >> Since it's introduction in 2005 this timer uses a fixed

Re: [PATCH 00/16] hw/mips: Set CPU frequency

2020-09-30 Thread Igor Mammedov
On Mon, 28 Sep 2020 19:15:23 +0200 Philippe Mathieu-Daudé wrote: > All the MIPS cores emulated by QEMU provides the Coproc#0 > 'Count' register which can be used as a free running timer. > > Since it's introduction in 2005 this timer uses a fixed > frequency of 100 MHz (for a CPU freq of 200 MHz

Re: [PATCH 00/16] hw/mips: Set CPU frequency

2020-09-29 Thread Philippe Mathieu-Daudé
On 9/29/20 4:46 AM, no-re...@patchew.org wrote: > Patchew URL: https://patchew.org/QEMU/20200928171539.788309-1-f4...@amsat.org/ > time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1 > --- > qemu-system-aarch64: falling back to tcg > socket_accept failed: Resource temporarily unavailable

Re: [PATCH 00/16] hw/mips: Set CPU frequency

2020-09-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200928171539.788309-1-f4...@amsat.org/ 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 === #!

[PATCH 00/16] hw/mips: Set CPU frequency

2020-09-28 Thread Philippe Mathieu-Daudé
All the MIPS cores emulated by QEMU provides the Coproc#0 'Count' register which can be used as a free running timer. Since it's introduction in 2005 this timer uses a fixed frequency of 100 MHz (for a CPU freq of 200 MHz). While this is not an issue with Linux guests, it makes some firmwares beha