Michael Zhao

Results 30 comments of Michael Zhao

> @carezkh Thank you for the prompt responses. I finally was able to reproduce the OOM in the way you described, after disabling the `Swap` on my system. This reminds...

> error: cannot find macro `debug` in this scope > --> vtpm/src/tpm_ioctl.rs:383:9 | > 383 | debug!("PtmResult Testing"); The `debug!` is in test code. The printings in unit test may...

Awesome! I will reach in Slack for the test environment. The problem of GICv2 is that it does not support MSI. But in CH the virtio-PCI requires MSI. So enabling...

> Right, I'd probably like to land things as-is so that you can release a new (minor) version of the crate and I get unblocked on the `crosvm` side. Regarding...

> Before I do that though, it'd be nice if @michael2012z could chip in and validate this implementation as well. I am glad to do that. A little work is...

I integrated the code of the PR to my development branch: https://github.com/michael2012z/cloud-hypervisor/tree/aarch64-gdb Everything looks good! `info registers` printed the expected long list of registers. And other (a few) features that...

Hi, Mark You were using gdb to debug an application program in an ARM64 VM, right? That is a different topic with this issue. This issue was tracking the support...

The problem seems tricky, I cannot reproduce the failure in my local machine.

@jongwu Do you know the latest progress of the fix in the UEFI shim? And is there any workaround available?

> One thing to mention is that `aarch64` had a requirement of restoring the GIC in the middle of restoring `device_manager` and other devices, and the restoration of GIC happens...