[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 1/6] Include headers for types used in helper_regs.h
From: |
Hollis Blanchard |
Subject: |
[Qemu-devel] [PATCH 1/6] Include headers for types used in helper_regs.h |
Date: |
Thu, 11 Dec 2008 14:52:27 -0600 |
helper_regs.h uses "always_inline" and MSR_* constants, which are defined
in osdep.h and cpu.h.
Signed-off-by: Hollis Blanchard <address@hidden>
---
target-ppc/helper_regs.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/target-ppc/helper_regs.h b/target-ppc/helper_regs.h
index 9666d4b..72a3f87 100644
--- a/target-ppc/helper_regs.h
+++ b/target-ppc/helper_regs.h
@@ -21,6 +21,10 @@
#if !defined(__HELPER_REGS_H__)
#define __HELPER_REGS_H__
+#include "osdep.h"
+#include <stdio.h>
+#include "cpu.h"
+
/* Swap temporary saved registers with GPRs */
static always_inline void hreg_swap_gpr_tgpr (CPUPPCState *env)
{
--
1.5.6.5
- [Qemu-devel] PowerPC KVM support, Hollis Blanchard, 2008/12/11
- [Qemu-devel] [PATCH 1/6] Include headers for types used in helper_regs.h,
Hollis Blanchard <=
- [Qemu-devel] [PATCH 4/6] Implement device tree support needed for Bamboo emulation, Hollis Blanchard, 2008/12/11
- [Qemu-devel] [PATCH 2/6] kvm: sync vcpu state during initialization, Hollis Blanchard, 2008/12/11
- [Qemu-devel] Re: [PATCH 2/6] kvm: sync vcpu state during initialization, Hollis Blanchard, 2008/12/11
- Re: [Qemu-devel] [PATCH 2/6] kvm: sync vcpu state during initialization, Anthony Liguori, 2008/12/11
- Re: [Qemu-devel] [PATCH 2/6] kvm: sync vcpu state during initialization, Hollis Blanchard, 2008/12/12
- Re: [Qemu-devel] [PATCH 2/6] kvm: sync vcpu state during initialization, Hollis Blanchard, 2008/12/12
- Re: [Qemu-devel] [PATCH 2/6] kvm: sync vcpu state during initialization, Anthony Liguori, 2008/12/13
[Qemu-devel] [PATCH 3/6] Enable KVM for ppcemb., Hollis Blanchard, 2008/12/11