From 3c2bdbc1e402fa88b80fcbba7f45cd778443e5c2 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Sat, 13 May 2017 04:21:43 +0200 Subject: [PATCH] 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 --- MAINTAINERS | 6 ++++++ configure | 1 + 2 files changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b05e751376..ef2ec58a94 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 3df85fd77a..57b5ae600b 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"