From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guEYq-0002Kw-J7 for qemu-devel@nongnu.org; Thu, 14 Feb 2019 05:48:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guEYl-0002oY-Uq for qemu-devel@nongnu.org; Thu, 14 Feb 2019 05:48:08 -0500 From: Laurent Vivier Date: Thu, 14 Feb 2019 11:47:09 +0100 Message-Id: <20190214104717.3543-7-laurent@vivier.eu> In-Reply-To: <20190214104717.3543-1-laurent@vivier.eu> References: <20190214104717.3543-1-laurent@vivier.eu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 06/14] configure: Add HAX support in NetBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Laurent Vivier , Paolo Bonzini , kvm@vger.kernel.org, libvir-list@redhat.com, "Michael S. Tsirkin" , Eric Blake , Markus Armbruster , Michael Tokarev , "Dr. David Alan Gilbert" , qemu-trivial@nongnu.org, Gerd Hoffmann , Artyom Tarasenko , Kamil Rytarowski , Mark Cave-Ayland , Kamil Rytarowski From: Kamil Rytarowski The NetBSD support in Intel HAXM has beem merged upstream and is functional. Signed-off-by: Kamil Rytarowski Message-Id: <20190207233704.29978-1-n54@gmx.com> Signed-off-by: Laurent Vivier --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index c8fc1647fe69..649ef1b158d1 100755 --- a/configure +++ b/configure @@ -817,6 +817,7 @@ DragonFly) ;; NetBSD) bsd="yes" + hax="yes" make="${MAKE-gmake}" audio_drv_list="oss try-sdl" audio_possible_drivers="oss sdl" -- 2.20.1