qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: liguang <lig.fnst@cn.fujitsu.com>
To: afaerber@suse.de, qemu-devel@nongnu.org
Cc: liguang <lig.fnst@cn.fujitsu.com>
Subject: [Qemu-devel] [PATCH 2/2] target-i386: fix 2 malformed indents
Date: Wed, 10 Apr 2013 16:02:29 +0800	[thread overview]
Message-ID: <1365580949-32467-2-git-send-email-lig.fnst@cn.fujitsu.com> (raw)
In-Reply-To: <1365580949-32467-1-git-send-email-lig.fnst@cn.fujitsu.com>

Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
 target-i386/cpu.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target-i386/cpu.c b/target-i386/cpu.c
index 6e13053..9806a60 100644
--- a/target-i386/cpu.c
+++ b/target-i386/cpu.c
@@ -2108,7 +2108,7 @@ static void x86_cpu_realizefn(DeviceState *dev, Error **errp)
         env->cpuid_vendor3 == CPUID_VENDOR_AMD_3) {
         env->cpuid_ext2_features &= ~CPUID_EXT2_AMD_ALIASES;
         env->cpuid_ext2_features |= (env->cpuid_features
-           & CPUID_EXT2_AMD_ALIASES);
+                                     & CPUID_EXT2_AMD_ALIASES);
     }
 
     if (!kvm_enabled()) {
@@ -2116,7 +2116,7 @@ static void x86_cpu_realizefn(DeviceState *dev, Error **errp)
         env->cpuid_ext_features &= TCG_EXT_FEATURES;
         env->cpuid_ext2_features &= (TCG_EXT2_FEATURES
 #ifdef TARGET_X86_64
-            | CPUID_EXT2_SYSCALL | CPUID_EXT2_LM
+                                     | CPUID_EXT2_SYSCALL | CPUID_EXT2_LM
 #endif
             );
         env->cpuid_ext3_features &= TCG_EXT3_FEATURES;
-- 
1.7.2.5

  reply	other threads:[~2013-04-10  8:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-10  8:02 [Qemu-devel] [PATCH 1/2] target-i386: remove cpu reset callback liguang
2013-04-10  8:02 ` liguang [this message]
2013-04-10  8:34 ` Igor Mammedov
2013-04-10  8:52   ` li guang
2013-04-10  9:03     ` Igor Mammedov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1365580949-32467-2-git-send-email-lig.fnst@cn.fujitsu.com \
    --to=lig.fnst@cn.fujitsu.com \
    --cc=afaerber@suse.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).