aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2018-02-16 11:46:20 -0500
committerPeter Maydell <peter.maydell@linaro.org>2018-02-23 12:05:07 +0000
commit0a773d55ac76c5aa89ed9187a3bc5af8c5c2a6d0 (patch)
tree1b77ac705e5365cac7fd6604595b3f3d4c1c7cea
parent08a63553161d9d12fba217f07af49f986b487e9a (diff)
downloadqemu-0a773d55ac76c5aa89ed9187a3bc5af8c5c2a6d0.tar.gz
maintainers: Add myself as a OpenBSD maintainer
Add myself as an OpenBSD maintainer and add OpenBSD as maintained. Signed-off-by: Brad Smith <brad@comstyle.com> Reviewed-by: Kamil Rytarowski <n54@gmx.com> Message-id: 20180216164620.GA53727@humpty.home.comstyle.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--MAINTAINERS6
-rwxr-xr-xconfigure1
2 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6e7adad1df8..a334a25e5df 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -386,6 +386,12 @@ M: Kamil Rytarowski <kamil@netbsd.org>
S: Maintained
K: ^Subject:.*(?i)NetBSD
+OPENBSD
+L: qemu-devel@nongnu.org
+M: Brad Smith <brad@comstyle.com>
+S: Maintained
+K: ^Subject:.*(?i)OpenBSD
+
W32, W64
L: qemu-devel@nongnu.org
M: Stefan Weil <sw@weilnetz.de>
diff --git a/configure b/configure
index ed45a3c4dd9..39f3a430016 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"