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 vmstate dumps are currently unsupported #16

Open
ptesarik opened this issue Mar 27, 2019 · 2 comments
Open

kvm vmstate dumps are currently unsupported #16

ptesarik opened this issue Mar 27, 2019 · 2 comments
Assignees
Labels
enhancement formats Support for dump file formats

Comments

@ptesarik
Copy link
Owner

crash can open a vmstate dump from qemu, this feature currently is unavailable in crash python.

This feature would be very cool to have in crash-python as well.

@ptesarik
Copy link
Owner Author

This feature should probably cover:

  • plain QEMU device state files (file magic 0x5145564D big endian, or "QEVM")
  • QEMU device state files encapsulated in a libvirt container (file magic 0x4c696276 big endian, or "Libv")

@ptesarik
Copy link
Owner Author

Note that crash currently supports only ia32 and x86_64 QEMU dumps. I can have a look into other architectures, but it seems this file format is not very generic…

@ptesarik ptesarik added enhancement formats Support for dump file formats labels May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement formats Support for dump file formats
Projects
None yet
Development

No branches or pull requests

1 participant