Skip to content

Commit

Permalink
user: Rename qemu-types.h to qemu-user-types.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ehabkost authored and afaerber committed Dec 6, 2012
1 parent 89e0e9c commit ee9baa0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bsd-user/qemu.h
Expand Up @@ -11,7 +11,7 @@
#include <stdlib.h>
#endif /* DEBUG_REMAP */

#include "qemu-types.h"
#include "qemu-user-types.h"

enum BSDType {
target_freebsd,
Expand Down
2 changes: 1 addition & 1 deletion cpu-all.h
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion linux-user/qemu.h
Expand Up @@ -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"
Expand Down
File renamed without changes.

0 comments on commit ee9baa0

Please sign in to comment.