On Thu, Feb 27, 2025 at 01:38:08PM +0000, Roy Hopkins wrote: > Here is v7 of the set of patches to add support for IGVM files to QEMU. This > is > based on commit 40efe733e10cc00e4fb4f9f5790a28e744e63c62 of qemu. > > Firstly, apologies for the amount of time between the last version and this > one. > I moved roles to a different company and, although I always planned to see > this > patch series to completion, it took a while before I found time to setup a > development environment and be in a position to send a new version. I will > continue this series using a personal email address for now, hence the change > to the author and signed-off-by emails. > > The only changes in this version are to rebase on the current master branch > and > update commit metadata, including Signed-Off-By and Author emails for my > replacement email address, and to include the final Reviewed-By that were > added > in the last review. There were no requested changes on the previous version > [1] > so I believe this series is ready to merge. > > As always, thanks to those that have been following along, reviewing and > testing > this series. This v7 patch series is also available on github: [2] > > For testing IGVM support in QEMU you need to generate an IGVM file that is > configured for the platform you want to launch. You can use the `buildigvm` > test tool [3] to allow generation of IGVM files for all currently supported > platforms. Patch 11/17 contains information on how to generate an IGVM file > using this tool.
Looks good to me overall, although I don't know SEV good enough to review these changes in detail. Acked-by: Gerd Hoffmann <kra...@redhat.com> take care, Gerd