From: Alexander Graf <graf@amazon.com>
To: <qemu-devel@nongnu.org>
Cc: <qemu-arm@nongnu.org>, Peter Maydell <peter.maydell@linaro.org>,
"Thomas Huth" <thuth@redhat.com>, <alex.bennee@linaro.org>,
<philmd@linaro.org>, <berrange@redhat.com>,
<marcandre.lureau@redhat.com>, Cornelia Huck <cohuck@redhat.com>,
<mst@redhat.com>, Dorjoy Chowdhury <dorjoychy111@gmail.com>,
Pierrick Bouvier <pierrick.bouvier@linaro.org>,
Paolo Bonzini <pbonzini@redhat.com>,
Tyler Fanelli <tfanelli@redhat.com>, <mknaust@amazon.com>,
<nh-open-source@amazon.com>
Subject: [PATCH v2 01/11] scripts/update-linux-headers: Add Nitro Enclaves header
Date: Wed, 25 Feb 2026 14:45:20 +0000 [thread overview]
Message-ID: <20260225144532.84673-2-graf@amazon.com> (raw)
In-Reply-To: <20260225144532.84673-1-graf@amazon.com>
We want to enable QEMU to drive the /dev/nitro_enclaves device node. Add
its UAPI header into our kernel sync so we have all defines we need to
drive it.
Signed-off-by: Alexander Graf <graf@amazon.com>
---
| 1 +
1 file changed, 1 insertion(+)
--git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index d09d8cf4c6..386d7a38e7 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -254,6 +254,7 @@ for i in "$hdrdir"/include/linux/*virtio*.h \
"$hdrdir/include/linux/kvm_para.h" \
"$hdrdir/include/linux/vhost_types.h" \
"$hdrdir/include/linux/vmclock-abi.h" \
+ "$hdrdir/include/linux/nitro_enclaves.h" \
"$hdrdir/include/linux/sysinfo.h"; do
cp_portable "$i" "$output/include/standard-headers/linux"
done
--
2.47.1
Amazon Web Services Development Center Germany GmbH
Tamara-Danz-Str. 13
10243 Berlin
Geschaeftsfuehrung: Christof Hellmis, Andreas Stieger
Eingetragen am Amtsgericht Charlottenburg unter HRB 257764 B
Sitz: Berlin
Ust-ID: DE 365 538 597
next prev parent reply other threads:[~2026-02-25 14:46 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-25 14:45 [PATCH v2 00/11] Native Nitro Enclaves support Alexander Graf
2026-02-25 14:45 ` Alexander Graf [this message]
2026-02-25 14:45 ` [PATCH v2 02/11] linux-headers: Add nitro_enclaves.h Alexander Graf
2026-02-25 14:45 ` [PATCH v2 03/11] hw/nitro: Add Nitro Vsock Bus Alexander Graf
2026-02-25 14:45 ` [PATCH v2 04/11] accel: Add Nitro Enclaves accelerator Alexander Graf
2026-02-25 14:45 ` [PATCH v2 05/11] hw/nitro/nitro-serial-vsock: Nitro Enclaves vsock console Alexander Graf
2026-02-25 14:45 ` [PATCH v2 06/11] hw/nitro: Introduce Nitro Enclave Heartbeat device Alexander Graf
2026-02-25 17:24 ` Paolo Bonzini
2026-02-25 14:45 ` [PATCH v2 07/11] target/arm/cpu64: Allow -host for nitro Alexander Graf
2026-02-25 14:45 ` [PATCH v2 08/11] hw/nitro: Add nitro machine Alexander Graf
2026-02-25 14:45 ` [PATCH v2 09/11] hw/core/eif: Move definitions to header Alexander Graf
2026-02-25 14:45 ` [PATCH v2 10/11] hw/nitro: Enable direct kernel boot Alexander Graf
2026-02-25 16:28 ` Dorjoy Chowdhury
2026-02-25 22:01 ` Alexander Graf
2026-02-25 14:45 ` [PATCH v2 11/11] docs: Add Nitro Enclaves documentation Alexander Graf
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=20260225144532.84673-2-graf@amazon.com \
--to=graf@amazon.com \
--cc=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=cohuck@redhat.com \
--cc=dorjoychy111@gmail.com \
--cc=marcandre.lureau@redhat.com \
--cc=mknaust@amazon.com \
--cc=mst@redhat.com \
--cc=nh-open-source@amazon.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=pierrick.bouvier@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=tfanelli@redhat.com \
--cc=thuth@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox