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

Xen events ABI compatiblity #142

Open
Wenzel opened this issue Dec 17, 2020 · 1 comment
Open

Xen events ABI compatiblity #142

Wenzel opened this issue Dec 17, 2020 · 1 comment
Labels
enhancement New feature or request Xen Xen driver

Comments

@Wenzel
Copy link
Owner

Wenzel commented Dec 17, 2020

The Xen events ABI has changed a lot along the Xen releases.

Right now, we are following the ABI from Xen 4.11 and onwards.
If we want to be compatible with all release, we need to follow what LibVMI implemented with xen_events_abi.h

And deduce the vm_event version from the Xen version:
https://github.com/libvmi/libvmi/blob/master/libvmi/driver/xen/xen_events.c#L3213

@Wenzel Wenzel added enhancement New feature or request Xen Xen driver labels Dec 17, 2020
@Wenzel
Copy link
Owner Author

Wenzel commented Dec 17, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Xen Xen driver
Projects
None yet
Development

No branches or pull requests

1 participant