]> git.proxmox.com Git - qemu.git/commitdiff
s390x: fix indentation
authorAlexander Graf <agraf@suse.de>
Mon, 7 Jan 2013 15:44:27 +0000 (16:44 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 18 Jan 2013 18:07:47 +0000 (19:07 +0100)
In one of the last commits we accidently got 3-space indentation into
the tree. Fix it up so it's 4 spaces wide.

Reported-by: Andreas Faerber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/kvm.c

index 8bd308020ce4e0a080213fe5da0c0f581b8ee273..a63ee4650446c4297571c9e3a316db3536297e19 100644 (file)
@@ -89,11 +89,11 @@ int kvm_arch_init_vcpu(CPUState *cpu)
 
 void kvm_arch_reset_vcpu(CPUState *cpu)
 {
-   /* The initial reset call is needed here to reset in-kernel
-    * vcpu data that we can't access directly from QEMU
-    * (i.e. with older kernels which don't support sync_regs/ONE_REG).
-    * Before this ioctl cpu_synchronize_state() is called in common kvm
-    * code (kvm-all) */
+    /* The initial reset call is needed here to reset in-kernel
+     * vcpu data that we can't access directly from QEMU
+     * (i.e. with older kernels which don't support sync_regs/ONE_REG).
+     * Before this ioctl cpu_synchronize_state() is called in common kvm
+     * code (kvm-all) */
     if (kvm_vcpu_ioctl(cpu, KVM_S390_INITIAL_RESET, NULL)) {
         perror("Can't reset vcpu\n");
     }