From patchwork Wed Oct 22 03:29:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Max Filippov X-Patchwork-Id: 401869 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 8815E14007B for ; Wed, 22 Oct 2014 14:30:34 +1100 (AEDT) Received: from localhost ([::1]:54576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgmd4-0000wa-8U for incoming@patchwork.ozlabs.org; Tue, 21 Oct 2014 23:30:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgmce-0000aR-3c for qemu-devel@nongnu.org; Tue, 21 Oct 2014 23:30:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgmcV-0003rh-49 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 23:30:04 -0400 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:60303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgmcU-0003rT-Ry for qemu-devel@nongnu.org; Tue, 21 Oct 2014 23:29:55 -0400 Received: by mail-la0-f46.google.com with SMTP id gi9so2126509lab.5 for ; Tue, 21 Oct 2014 20:29:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=+rXvR32UirUOSPVbzBhIIQzWIYA+E93YEg2pEuSt/ps=; b=wKGPMRdiblt7xVhkasp62+1dmfetLXmeTTAKe2B77Unx61uouF1mW0vkkfdvQp0xPG RASE3PkZ2L0EEPVSNpruOLcuq4csyWX6HLwJBXvErvAXHrKMbR4OfSNTZdawz7bf5FT7 UsbRcRhKcd5HBUCl2jNfb9g0a4xU4jJCdVbyCa+3OmIleE9Pq39wx2jVwjyxYikpTjGP hx1/mYAC2dJT6kMSyfTtj4cl6azZLsR21rj4iWIjhvPj37I4kuDSvJn+W1tbmblXzFvf LkDA80zmAiyggbVXqCbGb8EYpHvFksDCjs+fXfd2tFg3GLEGfowSAcC/d3+b08zd+dwn rkjA== X-Received: by 10.112.47.132 with SMTP id d4mr38476153lbn.64.1413948593147; Tue, 21 Oct 2014 20:29:53 -0700 (PDT) Received: from octofox.metropolis ([5.19.183.212]) by mx.google.com with ESMTPSA id l7sm5174024lah.27.2014.10.21.20.29.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Oct 2014 20:29:52 -0700 (PDT) From: Max Filippov To: qemu-devel@nongnu.org Date: Wed, 22 Oct 2014 07:29:39 +0400 Message-Id: <1413948579-19951-1-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 1.8.1.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22e Cc: Max Filippov Subject: [Qemu-devel] [PATCH] MAINTAINERS: update xtensa boards 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 file names that were changed by the commit b707ab7 hw/xtensa: remove extraneous xtensa_ prefix from file names - mark OpenCores 10/100 Mbit MAC model as maintained. Signed-off-by: Max Filippov --- MAINTAINERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 206bf7e..5b29597 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -558,12 +558,13 @@ Xtensa Machines sim M: Max Filippov S: Maintained -F: hw/xtensa/xtensa_sim.c +F: hw/xtensa/sim.c -Avnet LX60 +XTFPGA (LX60, LX200, ML605, KC705) M: Max Filippov S: Maintained -F: hw/xtensa/xtensa_lx60.c +F: hw/xtensa/xtfpga.c +F: hw/net/opencores_eth.c Devices -------