From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT1T2-00017Y-Nu for qemu-devel@nongnu.org; Thu, 18 Apr 2013 22:54:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT1T0-0000A0-RB for qemu-devel@nongnu.org; Thu, 18 Apr 2013 22:54:28 -0400 Received: from [222.73.24.84] (port=14051 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT1T0-00008z-GN for qemu-devel@nongnu.org; Thu, 18 Apr 2013 22:54:26 -0400 From: liguang Date: Fri, 19 Apr 2013 10:52:19 +0800 Message-Id: <1366339945-17151-1-git-send-email-lig.fnst@cn.fujitsu.com> Subject: [Qemu-devel] [PATCH 0/6] target-i386:do some cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: blauwirbel@gmail.com, pbonzini@redhat.com, aliguori@us.ibm.com, afaerber@suse.de, liguang here are some cleanups Li Guang (6) target-i386/seg_helper: replace env->eip with EIP target-i386/smm_helper: replace env->eip with EIP target-i386/svm_helper: replace env->eip with EIP target-i386/svm_helper: remove redundant assignment target-i386/seg_helper: refactor 4 helper functions target-i386/seg_helper: define names for code/data segment types target-i386/seg_helper.c | 296 +++++++++++++++++++++++----------------------- target-i386/smm_helper.c | 10 +++++----- target-i386/svm_helper.c | 6 +++--- 3 files changed, 139 insertions(+), 174 deletions(-)