hw/uefi: add var-service-core.c
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 25 Feb 2025 16:30:14 +0000 (17:30 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Mar 2025 11:01:42 +0000 (12:01 +0100)
commit90ca4e03c27dc8ac821a2e1686e705ae9a93d301
treebbaef6c0cc68b70aa79885b681dd4755782fb4d0
parent034cb968ca8fc562ea11de516828228eeb146944
hw/uefi: add var-service-core.c

This is the core code for guest <-> host communication.  This accepts
request messages from the guest, dispatches them to the service called,
and sends back the response message.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20250225163031.1409078-11-kraxel@redhat.com>
hw/uefi/var-service-core.c [new file with mode: 0644]