From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNiP4-0001kA-8a for qemu-devel@nongnu.org; Wed, 12 Mar 2014 08:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNiOv-0004Jk-55 for qemu-devel@nongnu.org; Wed, 12 Mar 2014 08:36:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNiOu-0004JQ-Th for qemu-devel@nongnu.org; Wed, 12 Mar 2014 08:36:49 -0400 From: Marcel Apfelbaum Date: Wed, 12 Mar 2014 14:36:18 +0200 Message-Id: <1394627778-10310-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: add self as MACHINE maintainer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: afaerber@suse.de 'Machine as QOM object' feature produced a new file (machine.c). I am taking responsibility to maintain it (and others as needed). Signed-off-by: Marcel Apfelbaum --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7efaccf..60b7e00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -682,6 +682,11 @@ F: qom/cpu.c F: include/qom/cpu.h F: target-i386/cpu.c +MACHINE +M: Marcel Apfelbaum +S: Supported +F: hw/core/machine.c + ICC Bus M: Igor Mammedov S: Supported -- 1.8.3.1