xfan1024

Results 6 comments of xfan1024

Hi @me-no-dev the pr can be merged?

Android 11 need declaring package visibility https://developer.android.com/training/package-visibility/declaring

Hello, I create a new [qemu-user-static image](https://hub.docker.com/r/xfan1024/qemu-user-static) like this project, that support loongarch64. can you try it [xfan1024/qemu-user-static](https://github.com/xfan1024/qemu-user-static) ``` $ docker run --rm --privileged xfan1024/qemu-user-static $ docker run --rm -it...

## Critical Code Execution Path ### Before Kernel Boot (DXE Phase) ``` [EDK2] CpuTimerLib.c::GetPerformanceCounterProperties() called from [EDK2] VirtualRealTimeClockLib.c::LibGetTime() called from [EDK2] RealTimeClock.c::GetTime() called from (ONLY IF QemuFwCfgIsAvailable()) [EDK2] QemuKernelLoaderFsDxe.c::QemuKernelLoaderFsDxeEntrypoint() ```...

I found this crash while creating a RISCV QEMU image. To determine whether this bug was caused by EDK2, QEMU, or Linux kernel, we spent a few days investigating what...

In my view, you might consider moving `mTimeBase` initialization from `GetPerformanceCounterProperties` into `Constructor`. Once the `Constructor` has been called, we don't need to check `mTimeBase` is zero everywhere, which can...