]> xenbits.xensource.com Git - unikraft/libs/click.git/commit
click.cc: Update initrd structure members
authorStefan Jumarea <stefanjumarea02@gmail.com>
Fri, 8 Sep 2023 12:30:16 +0000 (15:30 +0300)
committerUnikraft <monkey@unikraft.io>
Sat, 9 Sep 2023 12:15:03 +0000 (12:15 +0000)
commite44da333806a6ef44c827eaeafe6b6392cd0c96f
tree9d50f00908024ec119301d3512eec2fb4544e2a2
parent073f0265fa66829d9b35148bd73ebac389021a15
click.cc: Update initrd structure members

Update initrd structures to match the updates to the Unikraft core.
Use `pbase` instead of `base`, and pass a `struct ukplat_memregion desc **`
to the `find_initrd` function.

Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #7
click.cc