]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
user: Rename qemu-types.h to qemu-user-types.h
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 24 Oct 2012 00:54:34 +0000 (22:54 -0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 6 Dec 2012 08:17:04 +0000 (09:17 +0100)
The header file is specific for *-user, but I plan to introduce a more
generic qemu-types.h file, so I'm renaming it.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
bsd-user/qemu.h
cpu-all.h
linux-user/qemu.h
qemu-user-types.h [moved from qemu-types.h with 100% similarity]

index 8a5ee3d81f7f9f0a288a1f3059b243f950dc0d76..d2688995bdf203c5f992c8b8672296273d92a73c 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdlib.h>
 #endif /* DEBUG_REMAP */
 
-#include "qemu-types.h"
+#include "qemu-user-types.h"
 
 enum BSDType {
     target_freebsd,
index c9c51b83ac4c3e811f7827fab1a72dfca0f8a6e8..d6b2b19743ed55b30c5b74c6c7e002a452ed41d7 100644 (file)
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -180,7 +180,7 @@ static inline void tswap64s(uint64_t *s)
 
 #if defined(CONFIG_USER_ONLY)
 #include <assert.h>
-#include "qemu-types.h"
+#include "qemu-user-types.h"
 
 /* On some host systems the guest address space is reserved on the host.
  * This allows the guest address space to be offset to a convenient location.
index 5e53dca09e7aa6de1fb14f0d9c19158b65bbdfbb..ceddb3ce726fb56d5f45cd6a224fcc3f921adc9f 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdlib.h>
 #endif /* DEBUG_REMAP */
 
-#include "qemu-types.h"
+#include "qemu-user-types.h"
 
 #include "thunk.h"
 #include "syscall_defs.h"
similarity index 100%
rename from qemu-types.h
rename to qemu-user-types.h