OSDN Git Service

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 8a5ee3d..d268899 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 c9c51b8..d6b2b19 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 5e53dca..ceddb3c 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