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

This is the uefi variable service (EfiSmmVariableProtocol), providing
functions for listing, reading and updating variables.

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