]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
igvm: move igvm.h file to include/system
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 29 Oct 2025 10:55:51 +0000 (11:55 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 3 Nov 2025 06:38:52 +0000 (07:38 +0100)
Prepare for arch-specific igvm code being added to the code base.

Reviewed-by: Ani Sinha <anisinha@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Luigi Leonardi <leonardi@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20251029105555.2492276-2-kraxel@redhat.com>

backends/igvm-cfg.c
backends/igvm.c
include/system/igvm.h [moved from backends/igvm.h with 100% similarity]

index 45df63e06c1a055a435d189b962141e2b3699082..d00acf351249b8c8b4d0643eb9fc4e69b587eb98 100644 (file)
@@ -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)
index 9ad41582ee5ef5c5c6f9261ec0dff7a6ae8e85fb..723d45b755a0f75190c6557f8ce11dad17adeb3d 100644 (file)
@@ -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"
similarity index 100%
rename from backends/igvm.h
rename to include/system/igvm.h