Re: [PATCH v2] qemu/timer: Add host ticks function for RISC-V

2023-09-15 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH v2] qemu/timer: Add host ticks function for RISC-V

2023-09-10 Thread LIU Zhiwei
Signed-off-by: LIU Zhiwei --- v2: 1) Use rdtime instead of rdcycle for dynamic cpuclk adjustment. 2) Read timeh twice in case of time overflow for 32-bit cpu. --- include/qemu/timer.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/include/qemu/timer.h b/include/qemu