Re: [PATCH v3 4/9] hw/misc/vmlaunchupdate: add api header
Ani Sinha <[email protected]> Mon, 3 Aug 2026 12:20:01 +0530
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
> On 31 Jul 2026, at 3:33 PM, Alexander Graf <[email protected]> wrote: > > > On 30.07.26 09:12, Ani Sinha wrote: >> Add a separate header file for guest usable api definitions. >> >> CC: Alex Graf <[email protected]> >> CC: Gerd Hoffman <[email protected]> >> Signed-off-by: Ani Sinha <[email protected]> >> --- >> .../standard-headers/misc/vmlaunchupdate.h | 102 ++++++++++++++++++ >> 1 file changed, 102 insertions(+) >> create mode 100644 include/standard-headers/misc/vmlaunchupdate.h >> >> diff --git a/include/standard-headers/misc/vmlaunchupdate.h b/include/standard-headers/misc/vmlaunchupdate.h >> new file mode 100644 >> index 0000000000..fc18f8faf7 >> --- /dev/null >> +++ b/include/standard-headers/misc/vmlaunchupdate.h > > > Didn't standard-headers usually get imported from somewhere, like Linux? Where does this one originate? If it's self written, why not put it into include/hw/misc? See https://lists.gnu.org/archive/html/qemu-devel/2026-06/msg06362.html