On 11/18/21 2:35 PM, Daniel P. Berrangé wrote:
The following changes since commit 0055ecca84cb948c935224b4f7ca1ceb26209790: Merge tag 'vfio-fixes-20211117.0' of git://github.com/awilliam/qemu-vfio into staging (2021-11-18 09:39:47 +0100) are available in the Git repository at: https://gitlab.com/berrange/qemu tags/sev-hashes-pull-request for you to fetch changes up to 58603ba2680fa35eade630e4b040e96953a11021: target/i386/sev: Replace qemu_map_ram_ptr with address_space_map (2021-11-18 13:28:32 +0000) ---------------------------------------------------------------- Add property for requesting AMD SEV measured kernel launch - The 'sev-guest' object gains a boolean 'kernel-hashes' property which must be enabled to request a measured kernel launch. ---------------------------------------------------------------- Dov Murik (6): qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off option target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=on target/i386/sev: Rephrase error message when no hashes table in guest firmware target/i386/sev: Fail when invalid hashes table area detected target/i386/sev: Perform padding calculations at compile-time target/i386/sev: Replace qemu_map_ram_ptr with address_space_map qapi/qom.json | 7 ++++- qemu-options.hx | 6 +++- target/i386/sev.c | 79 +++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 77 insertions(+), 15 deletions(-)
Applied, thanks. r~