From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VKBoB-0007gi-2q for mharc-qemu-trivial@gnu.org; Thu, 12 Sep 2013 14:40:03 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKBo4-0007Zt-8t for qemu-trivial@nongnu.org; Thu, 12 Sep 2013 14:40:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKBnz-0001Oh-FX for qemu-trivial@nongnu.org; Thu, 12 Sep 2013 14:39:56 -0400 Received: from mail-oa0-x229.google.com ([2607:f8b0:4003:c02::229]:47003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKBnp-0001Mi-8C; Thu, 12 Sep 2013 14:39:41 -0400 Received: by mail-oa0-f41.google.com with SMTP id j6so209858oag.28 for ; Thu, 12 Sep 2013 11:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DiSaRE9BGYZJb11OzYC8apAU8PHXV5oPB8HIvefg2ZI=; b=P5u8qojrf9+zZe1Ujq/bsILvosvxhJQiM8xQc6kUYSqiJD84g38XFwF42uZmt2L2uo k618WfjB0HblS4ADo4rxp2gHPxcPiL3rWFLjg2k3jyJiyD5N8r0Bonq6Nb7iDW2/U+BP nwUF458zIF9gIHRnQFGEu/2q+p9EE1skk/RfArQA7YoIno6/OhWjsNAuq+Vw7nBtO1jJ AjYzfIsAni4lXO5GM/+VfClEA+6wJEfc74m1guQ9P61UTUZQM55VwYav1oOuglu7gYMe lvYdiDYlnvUte4Q+z5bo579E+GriOMuSEu9qdGC4e5zQWmuiVE7y3j4aDImWUbTyxZzE 1jdw== X-Received: by 10.60.115.226 with SMTP id jr2mr1758039oeb.95.1379011180532; Thu, 12 Sep 2013 11:39:40 -0700 (PDT) Received: from anchor.twiddle.net (50-194-63-110-static.hfc.comcastbusiness.net. [50.194.63.110]) by mx.google.com with ESMTPSA id rr6sm7711290oeb.0.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 12 Sep 2013 11:39:39 -0700 (PDT) Sender: Richard Henderson Message-ID: <52320A68.4070108@twiddle.net> Date: Thu, 12 Sep 2013 11:39:36 -0700 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: Stefan Weil References: <1379010271-18503-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1379010271-18503-1-git-send-email-sw@weilnetz.de> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::229 Cc: qemu-trivial , qemu-devel Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] MAINTAINERS: Add missing entry to filelist for TCI target X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 18:40:01 -0000 On 09/12/2013 11:24 AM, Stefan Weil wrote: > tci.c is also a maintained part of the TCI implementation. > > Signed-off-by: Stefan Weil Reviewed-by: Richard Henderson r~ From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKBnu-0007Nm-B1 for qemu-devel@nongnu.org; Thu, 12 Sep 2013 14:39:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKBnp-0001Mn-DD for qemu-devel@nongnu.org; Thu, 12 Sep 2013 14:39:46 -0400 Sender: Richard Henderson Message-ID: <52320A68.4070108@twiddle.net> Date: Thu, 12 Sep 2013 11:39:36 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1379010271-18503-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1379010271-18503-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Add missing entry to filelist for TCI target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial , qemu-devel On 09/12/2013 11:24 AM, Stefan Weil wrote: > tci.c is also a maintained part of the TCI implementation. > > Signed-off-by: Stefan Weil Reviewed-by: Richard Henderson r~