From patchwork Fri Feb 16 16:46:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Smith X-Patchwork-Id: 10225083 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 547F1602CB for ; Fri, 16 Feb 2018 16:48:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 427C1295F6 for ; Fri, 16 Feb 2018 16:48:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 35A76295F8; Fri, 16 Feb 2018 16:48:59 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8140A295F6 for ; Fri, 16 Feb 2018 16:48:58 +0000 (UTC) Received: from localhost ([::1]:39426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emjBx-0001Pe-QG for patchwork-qemu-devel@patchwork.kernel.org; Fri, 16 Feb 2018 11:48:57 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emj9i-0008LG-Hu for qemu-devel@nongnu.org; Fri, 16 Feb 2018 11:46:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emj9h-0006mt-Fc for qemu-devel@nongnu.org; Fri, 16 Feb 2018 11:46:38 -0500 Received: from speedy.comstyle.com ([2001:470:1d:8c::2]:44353 helo=mail.comstyle.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emj9h-0006cO-An for qemu-devel@nongnu.org; Fri, 16 Feb 2018 11:46:37 -0500 Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 1908E9843A for ; Fri, 16 Feb 2018 11:46:23 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=date:from :to:subject:message-id:mime-version:content-type; s=selector1; bh=ojkPYwO4I+NU/pbYykKqzL7L9Gc=; b=G4B6WhBS92CTAS5r5HFBYl8QEaic CbMOlpT8ha7hUGL0bdJ9xYMLt+jlLBUnrXdur5o1lqpXcv+5FRkTcBh+gRYthhG6 ohj88kcg+4gBF/nZLEaA9JSQKlkwBXjdkr43LiTzdMzhyE7d0NGxNncUzMYO7wU9 mf8qY8kjQEMnJqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=date:from:to :subject:message-id:mime-version:content-type; q=dns; s= selector1; b=kfoCc/ihK0H9gYhzVMd5q+rmYVZarJgNMJZEZq148ob75kCA0B9 oySgVt13yYr+9rsw2mtAVaJ5PdxuqGrTdSF/oyw6Xk8G1XASuxtpO2OJ2GjknC22 CEZVZivTpXyF+dqbDLsWthsoMQv54TnWt0bv6B3C0Izf8Zw7kIl5Egkw= Received: from humpty.home.comstyle.com (unknown [IPv6:2001:470:c454:100:30be:948d:d233:387b]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 5FF5898439 for ; Fri, 16 Feb 2018 11:46:22 -0500 (EST) Date: Fri, 16 Feb 2018 11:46:20 -0500 From: Brad Smith To: qemu-devel@nongnu.org Message-ID: <20180216164620.GA53727@humpty.home.comstyle.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.3 (2018-01-21) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:470:1d:8c::2 Subject: [Qemu-devel] [PATCH] maintainers: Add myself as a OpenBSD maintainer X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Add myself as an OpenBSD maintainer and add OpenBSD as maintained. Signed-off-by: Brad Smith Reviewed-by: Kamil Rytarowski diff --git a/MAINTAINERS b/MAINTAINERS index 57358a08e2..86329e274f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -386,6 +386,12 @@ M: Kamil Rytarowski S: Maintained K: ^Subject:.*(?i)NetBSD +OPENBSD +L: qemu-devel@nongnu.org +M: Brad Smith +S: Maintained +K: ^Subject:.*(?i)OpenBSD + W32, W64 L: qemu-devel@nongnu.org M: Stefan Weil diff --git a/configure b/configure index 913e14839d..850c46ebac 100755 --- a/configure +++ b/configure @@ -760,6 +760,7 @@ OpenBSD) audio_drv_list="sdl" audio_possible_drivers="sdl" HOST_VARIANT_DIR="openbsd" + supported_os="yes" ;; Darwin) bsd="yes"