From owner-freebsd-virtualization@freebsd.org Wed Jan 15 14:12:14 2020 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D7591F4D59 for ; Wed, 15 Jan 2020 14:12:14 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47yTmF6SWKz4Y8p for ; Wed, 15 Jan 2020 14:12:13 +0000 (UTC) (envelope-from paul@redbarn.org) Received: by mailman.nyi.freebsd.org (Postfix) id DD8A01F4D58; Wed, 15 Jan 2020 14:12:13 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC3C61F4D57 for ; Wed, 15 Jan 2020 14:12:13 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from family.redbarn.org (family.redbarn.org [24.104.150.213]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47yTmD4wwsz4Y8m for ; Wed, 15 Jan 2020 14:12:12 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from [172.16.1.2] (unknown [14.207.148.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id D4B02B0591; Wed, 15 Jan 2020 14:12:08 +0000 (UTC) Subject: Re: Adding a different type of blockstore to Bhyve To: Willem Jan Withagen Cc: virtualization@FreeBSD.org References: <6e5508d0-4a41-8442-3807-8b9e22bba933@digiware.nl> <13c3951d-dd0e-7666-a56d-41f6368465c7@digiware.nl> From: Paul Vixie Message-ID: <680e7d3b-b71c-7f89-f6d1-c1ff8d646dae@redbarn.org> Date: Wed, 15 Jan 2020 06:12:04 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 PostboxApp/7.0.10 MIME-Version: 1.0 In-Reply-To: <13c3951d-dd0e-7666-a56d-41f6368465c7@digiware.nl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 47yTmD4wwsz4Y8m X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of paul@redbarn.org has no SPF policy when checking 24.104.150.213) smtp.mailfrom=paul@redbarn.org X-Spamd-Result: default: False [1.58 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[171.148.207.14.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; IP_SCORE(-0.01)[country: US(-0.05)]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[redbarn.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.89)[0.889,0]; NEURAL_HAM_LONG(-0.19)[-0.194,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[213.150.104.24.list.dnswl.org : 127.0.6.0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:33651, ipnet:24.104.150.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 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, 15 Jan 2020 14:12:14 -0000 Willem Jan Withagen wrote on 2020-01-07 01:53:> > Looking for reviewers of: > https://reviews.freebsd.org/D23010 this general approach seems legit to me. i don't know how to tell that to the "reviews" web site shown above, but i hope someone else here knows that answer and will take a look at your diffs. > In the days after newyear I made a first attempt to refactor the > block_if stuff into a generic backend: blockbe_ and and implementation > of the local storage: lockblk_ > > I've submitted it to phabricator, and I'm seeking reviews and ultimately > somebody that will commit this when all issues are worked out. i honestly don't know who that is. i hope they're here, listening. -- P Vixie