mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-07 12:17:21 +00:00
EntryPoint had an optional entry_addr, but there is no usage of this struct that makes it necessary that the address is optional. Remove the Option to avoid being able to express things that are not useful. Signed-off-by: Julian Stecklina <julian.stecklina@cyberus-technology.de>