Re: [PATCH v2 9/9] hw/riscv: virt: Set the clock-frequency

2022-02-22 Thread Peter Maydell
On Tue, 21 Dec 2021 at 06:35, Alistair Francis wrote: > > On Mon, Dec 20, 2021 at 5:52 PM Bin Meng wrote: > > > > On Thu, Dec 16, 2021 at 12:55 PM Alistair Francis > > wrote: > > > > > > From: Alistair Francis > > > > > > As per the device tree specification let's set the clock-frequency for >

Re: [PATCH v2 9/9] hw/riscv: virt: Set the clock-frequency

2021-12-20 Thread Bin Meng
On Tue, Dec 21, 2021 at 2:32 PM Alistair Francis wrote: > > On Mon, Dec 20, 2021 at 5:52 PM Bin Meng wrote: > > > > On Thu, Dec 16, 2021 at 12:55 PM Alistair Francis > > wrote: > > > > > > From: Alistair Francis > > > > > > As per the device tree specification let's set the clock-frequency for

Re: [PATCH v2 9/9] hw/riscv: virt: Set the clock-frequency

2021-12-20 Thread Alistair Francis
On Mon, Dec 20, 2021 at 5:52 PM Bin Meng wrote: > > On Thu, Dec 16, 2021 at 12:55 PM Alistair Francis > wrote: > > > > From: Alistair Francis > > > > As per the device tree specification let's set the clock-frequency for > > the virt CPUs. > > > > QEMU doesn't really have an exact clock, so let'

Re: [PATCH v2 9/9] hw/riscv: virt: Set the clock-frequency

2021-12-20 Thread Bin Meng
On Thu, Dec 16, 2021 at 12:55 PM Alistair Francis wrote: > > From: Alistair Francis > > As per the device tree specification let's set the clock-frequency for > the virt CPUs. > > QEMU doesn't really have an exact clock, so let's just 100 as it's a > nice round number and matches the sifive_u

Re: [PATCH v2 9/9] hw/riscv: virt: Set the clock-frequency

2021-12-15 Thread Anup Patel
On Thu, Dec 16, 2021 at 10:31 AM Alistair Francis wrote: > > From: Alistair Francis > > As per the device tree specification let's set the clock-frequency for > the virt CPUs. > > QEMU doesn't really have an exact clock, so let's just 100 as it's a > nice round number and matches the sifive_u

[PATCH v2 9/9] hw/riscv: virt: Set the clock-frequency

2021-12-15 Thread Alistair Francis
From: Alistair Francis As per the device tree specification let's set the clock-frequency for the virt CPUs. QEMU doesn't really have an exact clock, so let's just 100 as it's a nice round number and matches the sifive_u CLINT_TIMEBASE_FREQ. Resolves: https://gitlab.com/qemu-project/qemu/-/