Skip to content

Conversation

@agicy
Copy link
Contributor

@agicy agicy commented Dec 10, 2025

This patch adds a modules JSON array to support loading arbitrary binary images into guest memory.

The primary motivation is to support Android boot flows, which often require loading both a main ramdisk and a second (vendor) ramdisk at specific addresses.

The feature is implemented using the generic name "modules" to ensure future extensibility for other payloads, such as firmware blobs or security keys.

Closes: #59

This patch adds a `modules` JSON array to support loading arbitrary binary
images into guest memory.

The primary motivation is to support Android boot flows, which often require
loading both a main ramdisk and a second (vendor) ramdisk at specific
addresses.

The feature is implemented using the generic name "modules" to ensure future
extensibility for other payloads, such as firmware blobs or security keys.
@caodg caodg requested a review from Stone749990226 December 10, 2025 02:06
@Stone749990226 Stone749990226 merged commit 5b23346 into syswonder:main Dec 11, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

feat: Support generic modules loading in zone configuration for complex guests

2 participants