Michael Zhao
Michael Zhao
A PR for AArch64 support on `gdbstub-arch` happened to be raised: https://github.com/daniel5151/gdbstub/pull/109 I will rebase when it got merged.
Hi, @ptosi Thanks for connecting. My implementation of `gdbstub_arch` is quite simply, I only considered the general-purposed registers, haven't figured out a solution for the system registers. I am happy...
No problem, @rbradford . It's better close now and I will PR again when `gdbstub_arch` is ready. I think it will be a while before the dependency is ready.
Another gap is in `gdbstub` crate, where the support of AArch64 is still missing. But it seems a small gap, we only need to add the definition of core registers...
@liuw Is anybody working on this issue now? Recently I began to look into this topic. If nobody is on this yet, I will continue to try.
Here comes the list of gaps to fill (also a plan) to support GDB on Arm64: - AArch64 support in `gdbstub_arch`: Add the core registers definition and implement `gdbstub::arch::Arch` -...
Thanks for reminding, I almost forgot to update the progress on this issue: (I am working on prototype in my fork for this: https://github.com/michael2012z/cloud-hypervisor/tree/aarch64-gdb) - **[Prototype ready]** AArch64 support in...
@jongwu Excellent job! Thanks for adding this important piece of hot-plugging functionalities on AArch64. @cloud-hypervisor/cloud-hypervisor-reviewers The PR is ready for review now, may I ask you to take a look?...
What is the main benefit to move the docs into a separate repo? One reason that I can figure out is: when the team improves the docs, working on a...
Hi, @intelkevinputnam , thank you for sharing the pages. I noticed a few things that could be improved regarding the format/structure, not text content. Not sure if they are the...