All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ani Sinha <anisinha@redhat.com>
To: Gerd Hoffman <kraxel@redhat.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>,
	Cornelia Huck <cohuck@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>, Ani Sinha <ani@anisinha.ca>,
	agraf@csgraf.de, Alexander Graf <graf@amazon.com>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [PATCH v6 06/11] hw/misc/vmlaunchupdate: add api header
Date: Wed, 19 Aug 2026 10:01:29 +0530	[thread overview]
Message-ID: <120B0AD1-ADC0-42AE-914D-01FA6CD3C14A@redhat.com> (raw)
In-Reply-To: <aoQj6adCq0pnmhiH@sirius.home.kraxel.org>



> On 18 Aug 2026, at 2:52 PM, Gerd Hoffman <kraxel@redhat.com> wrote:
> 
>  Hi,
> 
>> +/* status code */
>> +enum VMLaunchUpdateStatus {
>> +    VM_LAUNCHUPDATE_SUCCESS,
>> +    VM_LAUNCHUPDATE_LOAD_FAIL,
>> +    VM_LAUNCHUPDATE_NOT_IGVM_INIT,
>> +};
> 
> As this is an external API it should have the numbers explicitly assigned.

Sent an update here https://lists.gnu.org/archive/html/qemu-devel/2026-08/msg04166.html 


  reply	other threads:[~2026-08-19  4:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-17 14:19 [PATCH v6 00/11] Introducing guest driven VM launch update mechanism (BYOF interface) Ani Sinha
2026-08-17 14:19 ` [PATCH v6 01/11] igvm: store IgvmCfg pointer in QIgvm Ani Sinha
2026-08-17 14:19 ` [PATCH v6 02/11] igvm: track memory regions Ani Sinha
2026-08-17 14:19 ` [PATCH v6 03/11] igvm: cleanup " Ani Sinha
2026-08-17 14:19 ` [PATCH v6 04/11] system/memory: add a tracepoint for memory_region_finalize Ani Sinha
2026-08-17 14:20 ` [PATCH v6 05/11] backends/igvm: add a tracepoint for qigvm_cleanup_memory Ani Sinha
2026-08-17 14:20 ` [PATCH v6 06/11] hw/misc/vmlaunchupdate: add api header Ani Sinha
2026-08-18  9:22   ` Gerd Hoffman
2026-08-19  4:31     ` Ani Sinha [this message]
2026-08-17 14:20 ` [PATCH v6 07/11] hw/misc/vmlaunchupdate: Introduce hypervisor fw-cfg interface support Ani Sinha
2026-08-17 14:20 ` [PATCH v6 08/11] docs/spec: Add a specification document for vm-launch-update device Ani Sinha
2026-08-17 14:20 ` [PATCH v6 09/11] tests/qtest: Add small igvm files for testing purpose Ani Sinha
2026-08-17 14:20 ` [PATCH v6 10/11] Add functional and unit tests for the vm-launch-update device Ani Sinha
2026-08-17 14:20 ` [PATCH v6 11/11] Update MAINTAINERS Ani Sinha

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=120B0AD1-ADC0-42AE-914D-01FA6CD3C14A@redhat.com \
    --to=anisinha@redhat.com \
    --cc=agraf@csgraf.de \
    --cc=ani@anisinha.ca \
    --cc=cohuck@redhat.com \
    --cc=graf@amazon.com \
    --cc=kraxel@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.