Re: REG: TTC Timer

2022-12-05 Thread Philippe Mathieu-Daudé
On 22/11/22 12:27, Gowri Shankar wrote: Hi Team, Advance Thanks for Your support. Could you please clarify one point here? I am using a Xilinx ZCU102 machine with QEMU7.1.0. I have seen QEMU 7.1.0 release has TTC timers for the Xilinx-zynqmp SoC model. url:

RE: REG: TTC Timer

2022-12-05 Thread Konrad, Frederic
Hi Philippe, Hi Gowri, The zcu102 has a zynqmp soc object (hw/arm/xlnx-zcu102.c:125): static void xlnx_zcu102_init(MachineState *machine) { ... object_initialize_child(OBJECT(machine), "soc", >soc, TYPE_XLNX_ZYNQMP); So the TTCs should work in the ZCU102. Best Regards, Fred -Original

windows 2019 on qemu 4.2.0 & ubuntu kernel 4.15.0-72 stuck

2022-12-05 Thread Jiatong Shen
Hello community, I would like to ask for some advices on debugging a weird problem. The setup is a qemu version is qemu-4.2.0-rc3 and kernel version is 4.15.0-72-generic and distro is ubuntu 18.04. And the symptom is windows stuck and cannot boot into system. After some debugging, I observe

Re: REG: TTC Timer

2022-12-05 Thread Gowri Shankar
Hi Konrad, Thanks for your quick response. Now I want to increment the TTC counter value to enable the system tick. How to configure the TTC register to increment it in QEMU. I found the steps to enable the TTC counter which is below. But not able to increment. If possible could you please