kexec failure gives more detailed reason

Bug: 272365447
Test: apply https://android-review.git.corp.google.com/c/platform/external/scudo/+/247547
Build aosp_cf_x86_64_phone, and run the microdroid VM.

It fails with the following message:

[    1.353364] Failed to load panic kernel: Cannot assign requested
address
[    1.353678] Image size too big?
/system/etc/microdroid_crashdump_kernel:2262528 bytes,
/system/etc/microdroid_crashdump_initrd.img:10584832 bytes

Change-Id: I290c589b084ddb0a51a4e6018dfdf69e8505d341
1 file changed
tree: f9d1a57ae48ce6170a65099e50cf14cc641c6b4e
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. encryptedstore/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. rialto/
  15. tests/
  16. virtualizationmanager/
  17. virtualizationservice/
  18. vm/
  19. vm_payload/
  20. vmbase/
  21. vmclient/
  22. zipfuse/
  23. .clang-format
  24. .gitignore
  25. Android.bp
  26. OWNERS
  27. PREUPLOAD.cfg
  28. README.md
  29. TEST_MAPPING
README.md

Virtualization

This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.