summaryrefslogtreecommitdiff
path: root/qemu-kvm-ia64.c
diff options
context:
space:
mode:
authorJes Sorensen <jes@sgi.com>2008-09-26 16:55:39 +0200
committerAvi Kivity <avi@redhat.com>2008-09-27 13:54:37 +0300
commitdbad8465132d26c2fcb374da239672ee03da2d33 (patch)
treea108b2132e3d97536b8710947fbaf97727118bd1 /qemu-kvm-ia64.c
parent0423d72165cdf8ae98132621429bc1bb911f3a55 (diff)
Reindent ia64 code to match qemu code style
Reindent a bunch of ia64 code to better match the QEMU coding style. Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by : Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'qemu-kvm-ia64.c')
-rw-r--r--qemu-kvm-ia64.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/qemu-kvm-ia64.c b/qemu-kvm-ia64.c
index 042c7ed19..69abe2e11 100644
--- a/qemu-kvm-ia64.c
+++ b/qemu-kvm-ia64.c
@@ -1,4 +1,3 @@
-
#include "config.h"
#include "config-host.h"
@@ -15,7 +14,7 @@ extern kvm_context_t kvm_context;
int kvm_arch_qemu_create_context(void)
{
- return 0;
+ return 0;
}
void kvm_arch_load_regs(CPUState *env)
@@ -50,12 +49,12 @@ void kvm_arch_post_kvm_run(void *opaque, int vcpu)
int kvm_arch_has_work(CPUState *env)
{
- return 1;
+ return 1;
}
int kvm_arch_try_push_interrupts(void *opaque)
{
- return 1;
+ return 1;
}
void kvm_arch_update_regs_for_sipi(CPUState *env)