misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-12-17 18:20:00 +01:00
parent 14cccb6185
commit 1de7afc984
496 changed files with 673 additions and 673 deletions

View file

@ -20,7 +20,7 @@
#define CPU_ALL_H
#include "qemu-common.h"
#include "qemu-tls.h"
#include "qemu/tls.h"
#include "exec/cpu-common.h"
/* some important defines:

View file

@ -9,8 +9,8 @@
#include "exec/poison.h"
#endif
#include "bswap.h"
#include "qemu-queue.h"
#include "qemu/bswap.h"
#include "qemu/queue.h"
#if !defined(CONFIG_USER_ONLY)

View file

@ -27,8 +27,8 @@
#include <setjmp.h>
#include <inttypes.h>
#include <signal.h>
#include "osdep.h"
#include "qemu-queue.h"
#include "qemu/osdep.h"
#include "qemu/queue.h"
#include "exec/hwaddr.h"
#ifndef TARGET_LONG_BITS

View file

@ -70,7 +70,7 @@ typedef struct TranslationBlock TranslationBlock;
#define OPPARAM_BUF_SIZE (OPC_BUF_SIZE * MAX_OPC_PARAM)
#include "qemu-log.h"
#include "qemu/log.h"
void gen_intermediate_code(CPUArchState *env, struct TranslationBlock *tb);
void gen_intermediate_code_pc(CPUArchState *env, struct TranslationBlock *tb);

View file

@ -1,7 +1,7 @@
#ifndef GEN_ICOUNT_H
#define GEN_ICOUNT_H 1
#include "qemu-timer.h"
#include "qemu/timer.h"
/* Helpers for instruction counting code generation. */

View file

@ -21,10 +21,10 @@
#include "qemu-common.h"
#include "exec/cpu-common.h"
#include "exec/hwaddr.h"
#include "qemu-queue.h"
#include "qemu/queue.h"
#include "exec/iorange.h"
#include "exec/ioport.h"
#include "int128.h"
#include "qemu/int128.h"
typedef struct MemoryRegionOps MemoryRegionOps;
typedef struct MemoryRegion MemoryRegion;

View file

@ -21,7 +21,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "qemu-timer.h"
#include "qemu/timer.h"
#include "exec/memory.h"
#define DATA_SIZE (1 << SHIFT)