Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kvm-vmi for arm #165

Open
cocoeoli opened this issue Jan 25, 2024 · 4 comments
Open

kvm-vmi for arm #165

cocoeoli opened this issue Jan 25, 2024 · 4 comments

Comments

@cocoeoli
Copy link

Are there any plans to support VMI for arm(aarch32 or aarch64) platforms?

@thomasdangl
Copy link

Hi there,

I have a fork of KVMi for aarch64 systems (tested on ARMv8.1-A) that supports a limited subset of operations and events such as:

  • Reading / writing main memory
  • Reading / writing registers
  • Pause / resume events
  • Breakpoint events
  • Single-stepping events
  • TTBR0/TTBR1 write events

This implementation is used in a paper that is currently under review. If you are interested in the source code, I can make it available to you.

Best regards,
Thomas

@cocoeoli
Copy link
Author

Hi there,

I have a fork of KVMi for aarch64 systems (tested on ARMv8.1-A) that supports a limited subset of operations and events such as:

  • Reading / writing main memory
  • Reading / writing registers
  • Pause / resume events
  • Breakpoint events
  • Single-stepping events
  • TTBR0/TTBR1 write events

This implementation is used in a paper that is currently under review. If you are interested in the source code, I can make it available to you.

Best regards, Thomas

Hello, Thomas
Thank you very much. The platform I am using now is ARMv8.0. But I think the principle should be similar. If you can provide the source code for me to learn, it will definitely help me.

Best regards,
Charlie

@thomasdangl
Copy link

Hello Charlie,

for the source code, please see here: https://github.com/thomasdangl/kvmi-meta-armv8

Main difference to 8.0 will be missing Virtualization Host Extensions (VHE).

Best regards,
Thomas

@cocoeoli
Copy link
Author

cocoeoli commented Jan 27, 2024

Hello Thomas,

I appreciate you for sharing and the link to the source code. I will take a look at it.

Best regards,
Charlie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants