From owner-freebsd-virtualization@freebsd.org Wed Aug 22 20:26:08 2018 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A85F1094F73 for ; Wed, 22 Aug 2018 20:26:08 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-lf1-x12a.google.com (mail-lf1-x12a.google.com [IPv6:2a00:1450:4864:20::12a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 079358A351 for ; Wed, 22 Aug 2018 20:26:08 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-lf1-x12a.google.com with SMTP id g6-v6so2346330lfb.11 for ; Wed, 22 Aug 2018 13:26:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=cxBcXRfYW3/Rgt6tQTWofnDs05fo/vfCUZL9JLY29T0=; b=sHfxHfwq59PWfIw94hq/bbXbHweXVPo34kWataNXHR/l9JYuBSqL4/GUNHeGkMTPHV 5u6U9mAZ3UpyioanZbijVbv9yDvWeZ3wtPatF4CoLC2EDGvRMSZdXTVc5ce/kLnMnVWD f05eNFuvKZ0Xa5OWh0WnkDuWSt2KScPjlJ+oXdFk3oKaVt02oiU8xz7bcEoPyOHXMXWP gsUycZmypzof8TgE3J096xdFX3+MnLPE8E5pQilUBehAQuR5J8F/96iDwOM4b4pYvK7j 4V+VVzvfXfZ2oROv58kTsXEN9TfQpsdIt5sZ2HM5iGi5+wp57Vj/PgvIQIcWH7Vb++I/ On1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=cxBcXRfYW3/Rgt6tQTWofnDs05fo/vfCUZL9JLY29T0=; b=DJtxlZMIyP5y27t9fcIb6KPdgcMFwmQE4iKaDsWEszjFg0PS7qNtKoBJ0l6m6xl3DE sGIL3k2qhE/w9LuwRWlvOV5hzm6g9iSt+FJlBuYLcNYDI6pUwSUpfy/UmHVO/wvLRKD8 WPaaaTh0jyal3WR9DQPYzS1UfT1eZXEbjRmTT/OMQ9nuUpiDSDEEUjhG/isCWRwUa3jv lkMqodsEQfwZhbH8nX0tIrToWbmrbDu9tqwzldXqmnperfLklMTFJh7wIi61KEenjy8J sO+l7Bl//1RdXS8IeNfye65qzzt6uj3URHJNMCycPgGccdEXIBeyOgCCtwnxOg+FAc24 YmyQ== X-Gm-Message-State: AOUpUlETFY5O8tuJ9NFnUT3dcHs7k2jiQ2hUGxz4mk8uZAZeXaP+DS4x A6WB8gKIYc3zaidb9gUdSO13RS1qd9RQ4HfgGvc= X-Google-Smtp-Source: AA+uWPwUFGmL+LWdfNeNaUYp3/G4JU9ikgooL1cxL7Gb+uWMGNySuT7oDA2vaFgrZhU7jS/41bBh4zDduRJUSO8Mb5I= X-Received: by 2002:a19:c646:: with SMTP id w67-v6mr20849936lff.108.1534969566671; Wed, 22 Aug 2018 13:26:06 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a19:1f4c:0:0:0:0:0 with HTTP; Wed, 22 Aug 2018 13:26:05 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: <77D2D821-9132-4AD1-95C1-D2B825E91A6A@physik.tu-berlin.de> References: <3393f8f3d32a4f0890aab87185fbed01@SERVER.ad.usd-group.com> <77D2D821-9132-4AD1-95C1-D2B825E91A6A@physik.tu-berlin.de> From: Marcelo Araujo Date: Thu, 23 Aug 2018 04:26:05 +0800 Message-ID: Subject: Re: Checking bhyve supported features (sysctls) To: Fabian Freyer Cc: Matt Churchyard , freebsd-virtualization@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2018 20:26:08 -0000 2018-08-17 0:07 GMT+08:00 Fabian Freyer = : > On 16 Aug 2018, at 12:16, Matt Churchyard wrote: > >> I'm looking for better ways to check for bhyve support / available >> features without trying to scan through dmesg output. >> > > There=E2=80=99s a few patches floating around for checking features [1,2]= - > however none of these are yet committed. > For [2], there=E2=80=99s also an RFC mailing list thread [3]. > > CC=E2=80=99ing novel@, as he wrote those patches. > > The hackish way libvirt checks for features right now is to parse error > messages from invalid invocations of bhyve(8). > Hi, I have committed r338210 the solution [1] that seemed to be the simplest one comparing with [2]. Thank you and novel@ to keep working on bhyve libvirt support, appreciate it. Best, > > [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210111 > [2] https://reviews.freebsd.org/D15992 > [3] https://lists.freebsd.org/pipermail/freebsd-virtualization/ > 2018-June/006536.html > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubs > cribe@freebsd.org" > --=20 --=20 Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_)