From patchwork Tue Dec 11 14:28:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongxue Zhang X-Patchwork-Id: 205245 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D20EB2C0087 for ; Wed, 12 Dec 2012 01:28:40 +1100 (EST) Received: from localhost ([::1]:46498 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiQp4-00008s-P2 for incoming@patchwork.ozlabs.org; Tue, 11 Dec 2012 09:28:38 -0500 Received: from eggs.gnu.org ([208.118.235.92]:38892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiQop-0008WC-4H for qemu-devel@nongnu.org; Tue, 11 Dec 2012 09:28:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiQok-00081U-W3 for qemu-devel@nongnu.org; Tue, 11 Dec 2012 09:28:23 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:39294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiQok-00081Q-Q5 for qemu-devel@nongnu.org; Tue, 11 Dec 2012 09:28:18 -0500 Received: by mail-pb0-f45.google.com with SMTP id mc8so2570032pbc.4 for ; Tue, 11 Dec 2012 06:28:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:content-type; bh=6kYsG43RGP7acmtRRUNgFqd/wtpANNlmM0P0W+J6IMw=; b=KNVnE2qYIs3zWEwkGNDyajfWUhTw47lC9hy43+dLq8jYNScpz8IKRdDuczL+EWJqhW JUgoPbRhsR1ZMOnHtXnH/pywLiCmrDAZ1UhZp4s2DW3vsJVzzvp9Dp5ZyRsEO0SKDp4C 0GT3qgu9Wu0rrtN/nhAmoBtvmApl7wcEZmTW4QCfzbz82b0kXOSC7Q7cXZw8E8VBRFTJ 9ScMbtN803qw0X5gSU7LJIvhrLN2WVfIza2UTRPFwVs2nkdvT2/4q/aXswsyJJag004g ln/i+ZnLgfdidNlkeECuyEJz8jraEjT7uEFa5x/bXQjY58N5PnguPy61dFHGqQE861cz lveA== Received: by 10.68.225.70 with SMTP id ri6mr49431579pbc.41.1355236097986; Tue, 11 Dec 2012 06:28:17 -0800 (PST) Received: from localhost ([122.70.210.161]) by mx.google.com with ESMTPS id wf8sm13839247pbc.65.2012.12.11.06.28.15 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Dec 2012 06:28:17 -0800 (PST) From: Dongxue Zhang To: qemu-devel@nongnu.org Date: Tue, 11 Dec 2012 22:28:28 +0800 Message-Id: <1355236110-4159-1-git-send-email-elta.era@gmail.com> X-Mailer: git-send-email 1.7.10.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.45 Cc: Dongxue Zhang , petarj@mips.com, chenwj@iis.sinica.edu.tw, rth@twiddle.net Subject: [Qemu-devel] [PATCH 1/3] Fix my email address X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Fix my email address, last time it's wrong. Signed-off-by: Dongxue Zhang --- target-mips/dsp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-mips/dsp_helper.c b/target-mips/dsp_helper.c index 14daf91..536032b 100644 --- a/target-mips/dsp_helper.c +++ b/target-mips/dsp_helper.c @@ -2,7 +2,7 @@ * MIPS ASE DSP Instruction emulation helpers for QEMU. * * Copyright (c) 2012 Jia Liu - * Dongxue Zhang + * Dongxue Zhang * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either