From: Kamil Rytarowski Date: Sat, 13 May 2017 02:21:43 +0000 (+0200) Subject: maintainers: Add myself as a NetBSD reviewer X-Git-Tag: v2.10.0-rc0~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c2bdbc1e402fa88b80fcbba7f45cd778443e5c2;p=thirdparty%2Fqemu.git maintainers: Add myself as a NetBSD reviewer I volunteer to review NetBSD patches. Adding myself will help to not miss some of them. Restore NetBSD as a maintained host. All patches to make qemu/pkgsrc building have been emitted to review. Signed-off-by: Kamil Rytarowski Message-id: 20170513022143.2838-1-n54@gmx.com Signed-off-by: Stefan Hajnoczi --- diff --git a/MAINTAINERS b/MAINTAINERS index b05e7513768..ef2ec58a942 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -354,6 +354,12 @@ L: qemu-devel@nongnu.org S: Maintained F: *posix* +NETBSD +L: qemu-devel@nongnu.org +M: Kamil Rytarowski +S: Maintained +K: (?i)NetBSD + W32, W64 L: qemu-devel@nongnu.org M: Stefan Weil diff --git a/configure b/configure index 3df85fd77a8..57b5ae600b2 100755 --- a/configure +++ b/configure @@ -611,6 +611,7 @@ NetBSD) audio_possible_drivers="oss sdl" oss_lib="-lossaudio" HOST_VARIANT_DIR="netbsd" + supported_os="yes" ;; OpenBSD) bsd="yes"