From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
Ani Sinha <anisinha@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Eduardo Habkost <eduardo@habkost.net>,
Zhao Liu <zhao1.liu@intel.com>, Eric Blake <eblake@redhat.com>,
roy.hopkins@randomman.co.uk
Subject: Re: [PATCH] igvm: add initial support for non-cc firmware in igvm format
Date: Fri, 12 Sep 2025 14:29:16 +0100 [thread overview]
Message-ID: <aMQgLMnz2YD6Tlo_@redhat.com> (raw)
In-Reply-To: <ub32mvhexl7ppqwzie53ztfnplamfsl6ahrlwlirvno56es36s@m6ozo7p4ao2j>
On Fri, Sep 12, 2025 at 03:25:08PM +0200, Gerd Hoffmann wrote:
> On Wed, Jul 09, 2025 at 02:30:07PM +0200, Gerd Hoffmann wrote:
> > Implement a ConfidentialGuestSupportClass for non-confidential VMs.
> > This allows the igvm support code work without sev/tdx.
> >
> > RfC: Not fully sure this is the best way to implement this.
> > Alternatively we could add this directly into the igvm backend and run
> > it in case no confidential guest support object is present.
>
> Started to look at this again. Noticed that at least simple native
> igvm files (with memory regions only) boot just fine without an
> ConfidentialGuestSupportClass. Which kind-of underlines that going for
> a pseudo-ConfidentialGuestSupportClass for native mode is maybe not the
> best design idea ...
>
> Nevertheless we'll go need target-specific code for some IGVM features.
> That is obviously the case for loading some custom initial CPU state.
> But also things like the memory map are not the same across targets,
> even though some targets might share an implementation (e820 on x86,
> fdt elsewhere).
>
> Suggestions how to wire that up best?
I'm not familiar with the details of IGVM wrt varying technologies.
Consider that x86 can boot a guest non-confidential, SEV-SNP or TDX.
Do we have a single IGVM file that provides enough data for all
three scenarios, or does each deployment technology need a separate
IGVM file to be provided ?
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2025-09-12 13:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 12:30 [PATCH] igvm: add initial support for non-cc firmware in igvm format Gerd Hoffmann
2025-07-09 13:34 ` Philippe Mathieu-Daudé
2025-07-09 14:22 ` Gerd Hoffmann
2025-09-12 13:25 ` Gerd Hoffmann
2025-09-12 13:29 ` Daniel P. Berrangé [this message]
2025-09-15 6:52 ` Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aMQgLMnz2YD6Tlo_@redhat.com \
--to=berrange@redhat.com \
--cc=anisinha@redhat.com \
--cc=armbru@redhat.com \
--cc=eblake@redhat.com \
--cc=eduardo@habkost.net \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=roy.hopkins@randomman.co.uk \
--cc=zhao1.liu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.