63d2a5c787
An EIF (Enclave Image Format)[1] file is used to boot an AWS nitro enclave[2] virtual machine. The EIF file contains the necessary kernel, cmdline, ramdisk(s) sections to boot. Some helper functions have been introduced for extracting the necessary sections from an EIF file and then writing them to temporary files as well as computing SHA384 hashes from the section data. These will be used in the following commit to add support for nitro-enclave machine type in QEMU. The files added in this commit are not compiled yet but will be added to the hw/core/meson.build file in the following commit where CONFIG_NITRO_ENCLAVE will be introduced. [1] https://github.com/aws/aws-nitro-enclaves-image-format [2] https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html Signed-off-by: Dorjoy Chowdhury <dorjoychy111@gmail.com> Reviewed-by: Alexander Graf <graf@amazon.com> Link: https://lore.kernel.org/r/20241008211727.49088-4-dorjoychy111@gmail.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
64 lines
750 B
Plaintext
64 lines
750 B
Plaintext
# These are "proxy" symbols used to pass config-host.mak values
|
|
# down to Kconfig. See also kconfig_external_symbols in
|
|
# meson.build: these two need to be kept in sync.
|
|
|
|
config LINUX
|
|
bool
|
|
|
|
config LIBCBOR
|
|
bool
|
|
|
|
config GNUTLS
|
|
bool
|
|
|
|
config OPENGL
|
|
bool
|
|
|
|
config X11
|
|
bool
|
|
|
|
config PIXMAN
|
|
bool
|
|
|
|
config SPICE
|
|
bool
|
|
|
|
config IVSHMEM
|
|
bool
|
|
|
|
config TPM
|
|
bool
|
|
|
|
config FDT
|
|
bool
|
|
|
|
config VHOST_USER
|
|
bool
|
|
|
|
config VHOST_VDPA
|
|
bool
|
|
|
|
config VHOST_KERNEL
|
|
bool
|
|
|
|
config VIRTFS
|
|
bool
|
|
|
|
config MULTIPROCESS_ALLOWED
|
|
bool
|
|
imply MULTIPROCESS
|
|
|
|
config FUZZ
|
|
bool
|
|
select SPARSE_MEM
|
|
|
|
config VFIO_USER_SERVER_ALLOWED
|
|
bool
|
|
imply VFIO_USER_SERVER
|
|
|
|
config HV_BALLOON_POSSIBLE
|
|
bool
|
|
|
|
config HAVE_RUST
|
|
bool
|