From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Gerd Hoffmann <kraxel@redhat.com>,
Roy Hopkins <roy.hopkins@randomman.co.uk>,
Stefano Garzarella <sgarzare@redhat.com>,
Ani Sinha <anisinha@redhat.com>, Zhao Liu <zhao1.liu@intel.com>
Subject: [PATCH v3 1/5] igvm: move igvm.h file to include/system
Date: Wed, 15 Oct 2025 13:23:38 +0200 [thread overview]
Message-ID: <20251015112342.1672955-2-kraxel@redhat.com> (raw)
In-Reply-To: <20251015112342.1672955-1-kraxel@redhat.com>
Prepare for arch-specific igvm code being added to the code base.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
{backends => include/system}/igvm.h | 0
backends/igvm-cfg.c | 2 +-
backends/igvm.c | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
rename {backends => include/system}/igvm.h (100%)
diff --git a/backends/igvm.h b/include/system/igvm.h
similarity index 100%
rename from backends/igvm.h
rename to include/system/igvm.h
diff --git a/backends/igvm-cfg.c b/backends/igvm-cfg.c
index 45df63e06c1a..d00acf351249 100644
--- a/backends/igvm-cfg.c
+++ b/backends/igvm-cfg.c
@@ -12,7 +12,7 @@
#include "qemu/osdep.h"
#include "system/igvm-cfg.h"
-#include "igvm.h"
+#include "system/igvm.h"
#include "qom/object_interfaces.h"
static char *get_igvm(Object *obj, Error **errp)
diff --git a/backends/igvm.c b/backends/igvm.c
index 9ad41582ee5e..723d45b755a0 100644
--- a/backends/igvm.c
+++ b/backends/igvm.c
@@ -11,8 +11,8 @@
#include "qemu/osdep.h"
-#include "igvm.h"
#include "qapi/error.h"
+#include "system/igvm.h"
#include "system/memory.h"
#include "system/address-spaces.h"
#include "hw/core/cpu.h"
--
2.51.0
next prev parent reply other threads:[~2025-10-15 11:24 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 11:23 [PATCH v3 0/5] igvm: add support for igvm memory map parameter in native mode Gerd Hoffmann
2025-10-15 11:23 ` Gerd Hoffmann [this message]
2025-10-16 4:47 ` [PATCH v3 1/5] igvm: move igvm.h file to include/system Ani Sinha
2025-10-17 13:20 ` Stefano Garzarella
2025-10-15 11:23 ` [PATCH v3 2/5] igvm: add support for igvm memory map parameter in native mode Gerd Hoffmann
2025-10-17 13:23 ` Stefano Garzarella
2025-10-15 11:23 ` [PATCH v3 3/5] igvm: add support for initial register state load " Gerd Hoffmann
2025-10-17 13:56 ` Stefano Garzarella
2025-10-22 6:49 ` Gerd Hoffmann
2025-10-22 6:52 ` Gerd Hoffmann
2025-10-15 11:23 ` [PATCH v3 4/5] igvm: track memory regions created Gerd Hoffmann
2025-10-16 5:52 ` Ani Sinha
2025-10-17 13:58 ` Stefano Garzarella
2025-10-20 12:14 ` Gerd Hoffmann
2025-10-20 12:30 ` Stefano Garzarella
2025-10-15 11:23 ` [PATCH v3 5/5] igvm: add MAINTAINERS entry Gerd Hoffmann
2025-10-16 5:02 ` Ani Sinha
2025-10-22 6:57 ` Philippe Mathieu-Daudé
2025-10-22 8:51 ` 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=20251015112342.1672955-2-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=anisinha@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=roy.hopkins@randomman.co.uk \
--cc=sgarzare@redhat.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).