From patchwork Mon Sep 17 17:15:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 184510 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 F22FF2C0087 for ; Tue, 18 Sep 2012 03:16:04 +1000 (EST) Received: from localhost ([::1]:49042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDevS-0005ra-VQ for incoming@patchwork.ozlabs.org; Mon, 17 Sep 2012 13:16:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDevH-0005om-SB for qemu-devel@nongnu.org; Mon, 17 Sep 2012 13:15:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDevG-00011m-MT for qemu-devel@nongnu.org; Mon, 17 Sep 2012 13:15:51 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46256 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDevG-00011R-9i for qemu-devel@nongnu.org; Mon, 17 Sep 2012 13:15:50 -0400 Received: from relay2.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 765D9A329E; Mon, 17 Sep 2012 19:15:49 +0200 (CEST) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Mon, 17 Sep 2012 19:15:43 +0200 Message-Id: <1347902143-10073-1-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= , anthony@codemonkey.ws Subject: [Qemu-devel] [PATCH qom-cpu] MAINTAINERS: Add entry for QOM CPU 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 Signed-off-by: Andreas Färber --- I keep bugging other maintainers about documenting their files in MAINTAINERS, yet the CPU files I added were not... I'm queuing this for the next CPU pull. We'll have to update it if we split or rearrange this files for linux-user. MAINTAINERS | 6 ++++++ 1 Datei geändert, 6 Zeilen hinzugefügt(+) diff --git a/MAINTAINERS b/MAINTAINERS index 61f8b45..25733fc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -531,6 +531,12 @@ M: Anthony Liguori S: Maintained F: qemu-char.c +CPU +M: Andreas Färber +S: Supported +F: qom/cpu.c +F: include/qemu/cpu.h + Device Tree M: Peter Crosthwaite M: Alexander Graf