From owner-freebsd-virtualization@freebsd.org Sun Mar 20 03:09:39 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F3B2AD6421 for ; Sun, 20 Mar 2016 03:09:39 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from quine.pinyon.org (quine.pinyon.org [65.101.5.249]) (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 CD72E1DCB for ; Sun, 20 Mar 2016 03:09:38 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by quine.pinyon.org (Postfix, from userid 122) id DE757160230; Sat, 19 Mar 2016 20:09:30 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on quine.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Received: from feyerabend.n1.pinyon.org (h5.esturion.net [65.101.5.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by quine.pinyon.org (Postfix) with ESMTPSA id B028B160160 for ; Sat, 19 Mar 2016 20:09:28 -0700 (MST) Subject: Re: UFS vs. ZFS inside bhyve hosted on ZFS To: freebsd-virtualization@freebsd.org References: <56ECAFEB.8060305@pinyon.org> From: "Russell L. Carter" Message-ID: <56EE1468.5050503@pinyon.org> Date: Sat, 19 Mar 2016 20:09:28 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56ECAFEB.8060305@pinyon.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 20 Mar 2016 03:09:39 -0000 On 03/18/16 18:48, Russell L. Carter wrote: > Greetings, > > So I am becoming quite enamored of an 11-current bhyve guest installed > with ZFS root running on a 10-stable host with ZFS and driven by an > AMD FX-8320. However the 3 cpus I give it seem to translate to a lot > of overhead on the host when building the -current world, determined > by drinking beer and watching htop on both. The guest is running a > GENERIC-NODEBUG kernel, and I'm building with MALLOC_PRODUCTION=yes. > The host is much leaner. > > So I am wondering if UFS in the -current guest might be better > overall. I can certainly do a multiple hour experiment, installing > a new guest with UFS root, but since I am new to this, perhaps there is > conventional wisdom about ZFS vs. UFS in the guest? Maybe UFS in the > guest requires less cpu resources from the host? Or not? I had an off-list suggestion to go ahead and DO THE WORK, so I'm now fairly far down the path. I have two bhyve VMs configured identically, both running r297047, each configured with 15G of RAM and 3 cpus, verified by examining 'sysctl hw' from within the running guest. One has the default ZFS install, the other UFS. However, # cd /usr/src && make buildworld -j after 15 minutes or so freezes the -current-UFS guest with the following console output: root@vm1:~ # ahcich0: Timeout on slot 29 port 0 ahcich0: is 00000008 cs 00000000 ss 00000000 rs bfffffff tfd 50 serr 00000000 cmd 0001dd17 (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 40 70 dc 3a 40 00 00 00 00 00 00 (ada0:ahcich0:0:0:0): CAM status: Command timeout (ada0:ahcich0:0:0:0): Retrying command I'm using the defaults for the iohyve script, which are easily extracted if required. The -current-ZFS guest has been completely solid, building ports and world/kernel across multiple revisions. That said I am completely new to this so likely have misconfigured something. Thanks, Russell From owner-freebsd-virtualization@freebsd.org Sun Mar 20 03:13:31 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01FD1AD65AA for ; Sun, 20 Mar 2016 03:13:31 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (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 E97117E for ; Sun, 20 Mar 2016 03:13:30 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from [10.1.10.35] (unknown [50.255.33.26]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id 1D4C31812B; Sun, 20 Mar 2016 03:13:24 +0000 (UTC) Message-ID: <56EE1550.4060403@redbarn.org> Date: Sat, 19 Mar 2016 20:13:20 -0700 From: Paul Vixie User-Agent: Postbox 4.0.8 (Windows/20151105) MIME-Version: 1.0 To: "Russell L. Carter" CC: freebsd-virtualization@freebsd.org Subject: Re: UFS vs. ZFS inside bhyve hosted on ZFS References: <56ECAFEB.8060305@pinyon.org> <56EE1468.5050503@pinyon.org> In-Reply-To: <56EE1468.5050503@pinyon.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 20 Mar 2016 03:13:31 -0000 Russell L. Carter wrote: > ... I have two bhyve VMs configured > identically, both running r297047, each configured with 15G of RAM and > 3 cpus, verified by examining 'sysctl hw' from within the running > guest. One has the default ZFS install, the other UFS. However, > > # cd /usr/src && make buildworld -j > > after 15 minutes or so freezes the -current-UFS guest with the > following console output: > > root@vm1:~ # ahcich0: Timeout on slot 29 port 0 > ahcich0: is 00000008 cs 00000000 ss 00000000 rs bfffffff tfd 50 serr > 00000000 cmd 0001dd17 > (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 40 70 dc 3a 40 00 00 > 00 00 00 00 > (ada0:ahcich0:0:0:0): CAM status: Command timeout > (ada0:ahcich0:0:0:0): Retrying command two questions: why ada rather than vtblk? is the host's backing store made with 'zfs create -V', or is it 'truncate'? -- P Vixie From owner-freebsd-virtualization@freebsd.org Sun Mar 20 03:33:01 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9873AD6C10 for ; Sun, 20 Mar 2016 03:33:01 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from quine.pinyon.org (quine.pinyon.org [65.101.5.249]) (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 BAB59BB0 for ; Sun, 20 Mar 2016 03:33:01 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by quine.pinyon.org (Postfix, from userid 122) id AEE8A160230; Sat, 19 Mar 2016 20:33:00 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on quine.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Received: from feyerabend.n1.pinyon.org (h5.esturion.net [65.101.5.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by quine.pinyon.org (Postfix) with ESMTPSA id DFCC1160160; Sat, 19 Mar 2016 20:32:57 -0700 (MST) Subject: Re: UFS vs. ZFS inside bhyve hosted on ZFS To: Paul Vixie References: <56ECAFEB.8060305@pinyon.org> <56EE1468.5050503@pinyon.org> <56EE1550.4060403@redbarn.org> From: "Russell L. Carter" Cc: freebsd-virtualization@freebsd.org Message-ID: <56EE19E9.7040403@pinyon.org> Date: Sat, 19 Mar 2016 20:32:57 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56EE1550.4060403@redbarn.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 20 Mar 2016 03:33:01 -0000 On 03/19/16 20:13, Paul Vixie wrote: > > > Russell L. Carter wrote: >> ... I have two bhyve VMs configured >> identically, both running r297047, each configured with 15G of RAM and >> 3 cpus, verified by examining 'sysctl hw' from within the running >> guest. One has the default ZFS install, the other UFS. However, >> >> # cd /usr/src && make buildworld -j >> >> after 15 minutes or so freezes the -current-UFS guest with the >> following console output: >> >> root@vm1:~ # ahcich0: Timeout on slot 29 port 0 >> ahcich0: is 00000008 cs 00000000 ss 00000000 rs bfffffff tfd 50 serr >> 00000000 cmd 0001dd17 >> (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 40 70 dc 3a 40 00 00 >> 00 00 00 00 >> (ada0:ahcich0:0:0:0): CAM status: Command timeout >> (ada0:ahcich0:0:0:0): Retrying command > > two questions: > > why ada rather than vtblk? No idea. I chose the default UFS selection in the iso installer. Happy to change it to something better. > > is the host's backing store made with 'zfs create -V', or is it 'truncate'? > From https://github.com/pr1ntf/iohyve/blob/master/iohyve: zfs create -V $size -o volmode=dev $pool/iohyve/$name/disk0 where $size is 32G. Neither side of (host/guest) looks even slightly cramped after the fact. Best, Russell From owner-freebsd-virtualization@freebsd.org Sun Mar 20 03:45:08 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57B8EAD6F0B for ; Sun, 20 Mar 2016 03:45:08 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (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 4A012E81 for ; Sun, 20 Mar 2016 03:45:08 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from [10.1.10.35] (unknown [50.255.33.26]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id E7068181F6; Sun, 20 Mar 2016 03:45:07 +0000 (UTC) Message-ID: <56EE1CC0.9020903@redbarn.org> Date: Sat, 19 Mar 2016 20:45:04 -0700 From: Paul Vixie User-Agent: Postbox 4.0.8 (Windows/20151105) MIME-Version: 1.0 To: "Russell L. Carter" CC: freebsd-virtualization@freebsd.org Subject: Re: UFS vs. ZFS inside bhyve hosted on ZFS References: <56ECAFEB.8060305@pinyon.org> <56EE1468.5050503@pinyon.org> <56EE1550.4060403@redbarn.org> <56EE19E9.7040403@pinyon.org> In-Reply-To: <56EE19E9.7040403@pinyon.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 20 Mar 2016 03:45:08 -0000 Russell L. Carter wrote: > > > On 03/19/16 20:13, Paul Vixie wrote: >> >> >>> root@vm1:~ # ahcich0: Timeout on slot 29 port 0 >>> ahcich0: is 00000008 cs 00000000 ss 00000000 rs bfffffff tfd 50 serr >>> 00000000 cmd 0001dd17 >>> (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 40 70 dc 3a 40 00 00 >>> 00 00 00 00 >>> (ada0:ahcich0:0:0:0): CAM status: Command timeout >>> (ada0:ahcich0:0:0:0): Retrying command >> >> two questions: >> >> why ada rather than vtblk? > > No idea. I chose the default UFS selection in the iso installer. > Happy to change it to something better. you're starting your bhyve with a -s that specifies the ahci-hd driver. the guest kernel therefore sees an 'ahcich0' device. if you start bhyve with a -s that specifies the virtio-blk driver, then your guest kernel will see a 'vtblk' device. this may matter, since the kernel timeout you showed was in the ahci driver. i have never used this driver in bhyve. -- P Vixie From owner-freebsd-virtualization@freebsd.org Sun Mar 20 03:53:03 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93368AD60E8 for ; Sun, 20 Mar 2016 03:53:03 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from quine.pinyon.org (quine.pinyon.org [65.101.5.249]) (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 626251132 for ; Sun, 20 Mar 2016 03:53:02 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by quine.pinyon.org (Postfix, from userid 122) id 1389F160230; Sat, 19 Mar 2016 20:53:02 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on quine.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Received: from feyerabend.n1.pinyon.org (h5.esturion.net [65.101.5.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by quine.pinyon.org (Postfix) with ESMTPSA id 196A2160160; Sat, 19 Mar 2016 20:52:59 -0700 (MST) Subject: Re: UFS vs. ZFS inside bhyve hosted on ZFS To: Paul Vixie References: <56ECAFEB.8060305@pinyon.org> <56EE1468.5050503@pinyon.org> <56EE1550.4060403@redbarn.org> <56EE19E9.7040403@pinyon.org> <56EE1CC0.9020903@redbarn.org> Cc: freebsd-virtualization@freebsd.org From: "Russell L. Carter" Message-ID: <56EE1E9B.2050101@pinyon.org> Date: Sat, 19 Mar 2016 20:52:59 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56EE1CC0.9020903@redbarn.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 20 Mar 2016 03:53:03 -0000 On 03/19/16 20:45, Paul Vixie wrote: > > > Russell L. Carter wrote: >> >> >> On 03/19/16 20:13, Paul Vixie wrote: >>> >>> >>>> root@vm1:~ # ahcich0: Timeout on slot 29 port 0 >>>> ahcich0: is 00000008 cs 00000000 ss 00000000 rs bfffffff tfd 50 serr >>>> 00000000 cmd 0001dd17 >>>> (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 40 70 dc 3a 40 00 00 >>>> 00 00 00 00 >>>> (ada0:ahcich0:0:0:0): CAM status: Command timeout >>>> (ada0:ahcich0:0:0:0): Retrying command >>> >>> two questions: >>> >>> why ada rather than vtblk? >> >> No idea. I chose the default UFS selection in the iso installer. >> Happy to change it to something better. > > you're starting your bhyve with a -s that specifies the ahci-hd driver. > the guest kernel therefore sees an 'ahcich0' device. > > if you start bhyve with a -s that specifies the virtio-blk driver, then > your guest kernel will see a 'vtblk' device. > > this may matter, since the kernel timeout you showed was in the ahci > driver. i have never used this driver in bhyve. > Ah! Ok, that makes sense. I have been hacking on the script already so it's going to be a day or so before I report back. I want everything easily reproducible. Thanks, Russell From owner-freebsd-virtualization@freebsd.org Sun Mar 20 17:26:15 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13695AD7653 for ; Sun, 20 Mar 2016 17:26:15 +0000 (UTC) (envelope-from ionutalex.teaca@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0977107C for ; Sun, 20 Mar 2016 17:26:14 +0000 (UTC) (envelope-from ionutalex.teaca@gmail.com) Received: by mail-ob0-x230.google.com with SMTP id fp4so158294862obb.2 for ; Sun, 20 Mar 2016 10:26:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=fJiLllDJAn1MhRurd5hOpZUqk7MapTcx30jBLd+tT+8=; b=fWpOoDOR43el6xdjqb1ptL2bctweSJUQKmQ5FuiKzjYHDl5b8oopIdmz0cMANnMl5W ZH0+ePG6orxeSeJBrFLwr/q1DiPO9d/+BLO2hzTBFgrCrPpD3x7kDXyFZ8ktdgu4IOht gLmJ/pODmLM3OaIt9NDYsxPGDNpwOdHs0TwgrD9uPUdt0IzKZoWzglk2l+dUiFE2c1Xx XqhYYi9bfC0Axl1DkCCxPOIlGktQXKm9EiGFbuTWexUBuFRvROe6ETxG8EafvuI1sRe4 QNOqh/WwmEV97eqyKIZqe/KI6lNzofNP5cRvBWoZ7b3noNugU5kM3WNxlS5xfyds/qNU gHOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=fJiLllDJAn1MhRurd5hOpZUqk7MapTcx30jBLd+tT+8=; b=WQY6Krlh/9jYCzfF6gwnqYpTJue4uBXELGRvN//drePx5PJAj5lYL145aLc9l82yTv IF5levoEO1yIH8Hiwb6poYgWSXhtmFqYkG2VWlCyg6ve58iYwhK4+mA0faZ1TV7iWjCB jYxO6+zTSyWa2n1uLkIGorStoPGmUdOHt38W9Nr59y9zMKiByHodbRAHs8LI0GlC6NfW x9pSH6l1N3gszZWE1r9WBSF3ijXMkQw2U3Fwmune7IVLlSS5gsbwl62rQKvh7L/0s5ZH kt4E6LkAeiQ4YxJbYGsTxvJ3nUMTex3vd4nopeigS0DpwcejLmvRyQWIEVfWGEtQnMAI In0g== X-Gm-Message-State: AD7BkJIKvg1lDsZ4xaWpykK1UTQhJ3ycl+04MibBs+Md32rqP6+dLO2DTD+bGi0qNggTT5o9WZva3AswoeHjxQ== MIME-Version: 1.0 X-Received: by 10.182.110.198 with SMTP id ic6mr16362044obb.15.1458494774100; Sun, 20 Mar 2016 10:26:14 -0700 (PDT) Received: by 10.76.175.168 with HTTP; Sun, 20 Mar 2016 10:26:14 -0700 (PDT) Date: Sun, 20 Mar 2016 19:26:14 +0200 Message-ID: Subject: [GSoC-Proposal] HD Audio device model in userspace for bhyve From: Alex Teaca To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 20 Mar 2016 17:26:15 -0000 Hi everyone, My name is Alex Teaca and I am a student in the second year of Master at University POLITEHNICA from Bucharest, Romania. Since I enjoyed working with FreeBSD (device emulation in bhyve) as a gsoc student last summer, I would like to get one more project in GSOC 2016. The link to the public proposal you will find here [0]. Any feedback is welcome. [0] https://docs.google.com/document/d/1bLLsr93yv5Stl6UM60WPjfu_TOu2a1ZaTwy7Hw4v7Ho/edit Thanks, Alex From owner-freebsd-virtualization@freebsd.org Sun Mar 20 21:01:19 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82472AD73A3 for ; Sun, 20 Mar 2016 21:01:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 601279A4 for ; Sun, 20 Mar 2016 21:01:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2KL01eS016727 for ; Sun, 20 Mar 2016 21:01:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201603202101.u2KL01eS016727@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-virtualization@FreeBSD.org Subject: Problem reports for freebsd-virtualization@FreeBSD.org that need special attention Date: Sun, 20 Mar 2016 21:01:19 +0000 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 20 Mar 2016 21:01:19 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 202321 | [bhyve,patch] More verbose error reporting in bhy New | 202322 | [bhyve,patch] add option to have bhyve write its 2 problems total for which you should take action. From owner-freebsd-virtualization@freebsd.org Mon Mar 21 14:50:42 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AA39AD83B2 for ; Mon, 21 Mar 2016 14:50:42 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA3E527D; Mon, 21 Mar 2016 14:50:41 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x232.google.com with SMTP id o5so127638689iod.2; Mon, 21 Mar 2016 07:50:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:cc; bh=OHLkYqhNBdz9XAB3lmwJxGcvS1ry1ftT3WuvF4ou07M=; b=v2rSesa39QylGocgDobUcpbAo8cDX/4bBeIu+4jvymQ39krCCtr8L7c74Vk/7ASCWx eR6FMHIEpO/Xu3ZRkYa0wzYeoWWVhvJqnwNsKxB0h8BokDDa6X4ahXtwEUvN3Q9uiNOg C5ZG0C1P3enmp/ShLQuzc/lwYD1GyfrXTnTXt/nWk/4H6CPiRaD2/5G/rUca5mtPRrNv XxnomxFoAHCOFWmxBFdV9LwgOWkoo0AIAOyy/VEww4ItMBt4k0uwQVOu6+aPzfteJJLz JVA+h1+LCehnV6WjVkQ0/1CUOoJSZQOhiA6h4INNkiYhPeb5tKgI3IUU6tqImIOLdqcP S60g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:cc; bh=OHLkYqhNBdz9XAB3lmwJxGcvS1ry1ftT3WuvF4ou07M=; b=kwzBVdFJLorHZjd868putAAIOdLsUdrvL1bK+zhI/WOrsM16FmAIb04T+Zp7Y//XS4 7wJt8/KjxPXCUflxNZtpK/xDSJ8vQNgtx6qlmfcrShmeKaDc7LiWBW7PzKB2x5f+A29a 9M/UlSNek7oemyJMqqM0JmX6PHmLjwCi5/QLm4xqX2QHWRJSvyFeBtkUnQncDmfcrIzg +5JT3Q0r5cxWVcfsBQjO2CUkKv/NpRZfWDesAF8i8QRplbBPSOKbMNCsW3yAdWIFKErp jwKXchF6KAmqNzDYbkiCKdk/epiod/Z+2pManJAAFTtOz+w++CHm9fo/Xwyj7k2HKlN/ dGJg== X-Gm-Message-State: AD7BkJJZLTlymS3C9JcOEgAIAWTe2OUz4hSnZwN+XRyC5GHakJnXJlwALy1C5RDnwWFDLCd+Q4sqW0CIgtZyDQ== X-Received: by 10.107.159.137 with SMTP id i131mr18690303ioe.29.1458571841380; Mon, 21 Mar 2016 07:50:41 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.39.66 with HTTP; Mon, 21 Mar 2016 07:50:21 -0700 (PDT) From: Ed Maste Date: Mon, 21 Mar 2016 10:50:21 -0400 X-Google-Sender-Auth: zhyT2c35dvtVrnBBsY1MUHjlQAU Message-ID: Subject: Re: ports/Xen on CURRENT, error: ELF start or entries are out of bounds. To: "dfh0522 ." Cc: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= , brahmann@lifec0re.net, "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Mon, 21 Mar 2016 14:50:42 -0000 On 17 March 2016 at 13:30, dfh0522 . wrote: > > I need to add WITHOUT_ELFCOPY_AS_OBJCOPY after r296096, Sorry for the trouble. I've submitted an ELF Tool Chain ticket (https://sourceforge.net/p/elftoolchain/tickets/524/) for this issue in elfcopy. I expect either Roger or I will have a fix in the next few days, but WITHOUT_ELFCOPY_AS_OBJCOPY will do for now. From owner-freebsd-virtualization@freebsd.org Mon Mar 21 18:01:24 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A8A6AD88BC for ; Mon, 21 Mar 2016 18:01:24 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from webmail2.jnielsen.NET (webmail2.jnielsen.net [50.114.224.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.jnielsen.net", Issuer "freebsdsolutions.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E1405C41 for ; Mon, 21 Mar 2016 18:01:23 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from jnielse-ml.domo.com (50-207-241-62-static.hfc.comcastbusiness.net [50.207.241.62]) (authenticated bits=0) by webmail2.jnielsen.NET (8.15.2/8.15.1) with ESMTPSA id u2LI1Drl061806 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Mar 2016 12:01:16 -0600 (MDT) (envelope-from lists@jnielsen.net) X-Authentication-Warning: webmail2.jnielsen.NET: Host 50-207-241-62-static.hfc.comcastbusiness.net [50.207.241.62] claimed to be jnielse-ml.domo.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: ZFS subvolume support inside Bhyve vm From: John Nielsen In-Reply-To: <56E211FE.2060700@redbarn.org> Date: Mon, 21 Mar 2016 12:01:09 -0600 Cc: =?utf-8?B?0KHQtdGA0LPQtdC5INCc0LDQvNC+0L3QvtCy?= , Sergei Mamonov , "freebsd-virtualization@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <06FE3C97-1165-482E-8DC3-1B3A2D6C4A91@jnielsen.net> References: <56E206FE.3080000@redbarn.org> <56E211FE.2060700@redbarn.org> To: Paul Vixie X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Mon, 21 Mar 2016 18:01:24 -0000 > On Mar 10, 2016, at 5:31 PM, Paul Vixie wrote: >=20 > =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 =D0=9C=D0=B0=D0=BC=D0=BE=D0=BD=D0=BE= =D0=B2 wrote: >> Hello! >>=20 >> Yes - zvols looks awesome. But what driver you use for it? >=20 > virtio-blk. >=20 >> And what >> about disk usage overhead in guest? >=20 > ufs on zvol is faster, either in the parent or a bhyve using = virtio-blk, than zfs. at least for writing, which is my dominant work = load. i expect that this is due to zfs's compression logic rather than = anything having to do with creating/extending files to accommodate = writes. >=20 >> virtio-blk doesnt support fstrim (ahci-hd support it, but slower? = "/At >> this point virtio-blk is indeed faster then ahci-hd on high IOPS/"). >> In linux && kvm we try used virtio-scsi driver with support fstrim, = but >> how I see it not availble now in 10-2 stable for bhyve. >> And I not lonely with this question - >> = https://lists.freebsd.org/pipermail/freebsd-virtualization/2015-March/0034= 42.html >=20 > i'm just going to live without fstrim until it's supported in = virtio-blk. i know that this option isn't available to everybody, but at = the moment storage is cheap enough to waste. At the risk of getting farther off-topic.. Virtio-blk can't and won't support fstrim. If/when bhyve were to have = virtio-scsi support that could work with trim, but last I was aware = there wasn't a whole lot of momentum in that direction. The virtual AHCI = controller in bhyve does support trim and performs remarkably well. = That's what I use for my vol-backed VMs and I haven't had any = complaints. Worth testing, IMO. JN From owner-freebsd-virtualization@freebsd.org Tue Mar 22 20:20:53 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7B0EAD88B3 for ; Tue, 22 Mar 2016 20:20:53 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-yw0-x236.google.com (mail-yw0-x236.google.com [IPv6:2607:f8b0:4002:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7D868E3; Tue, 22 Mar 2016 20:20:53 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-yw0-x236.google.com with SMTP id g127so269291913ywf.2; Tue, 22 Mar 2016 13:20:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=3P/aRA8h5oHR6SsvjelPPno0Xck7ikNayocYZSW1CPA=; b=AEEQy7kOSHoEu/yXjcOO0SzNYwlHBeEwTWw42RFW2pgKOlfPMYS46kRNv1rl97/AZq BLytpZe0JB1wY8BDEi0NV0gWPDqyGc0f9KQLmoZ4i1JUuci6CFk/0J1e4AqYcCs5GqoL 8iDSbduNYQlLVrqOIpFvbSY8Pp+eDtUf99VcblRGIO616NOQSK19LZg1JpCMUVFbKxHl 4k+YaGcitTbMTFYTDlzxjaXoeEdDSoW8cMrhBZ/JB3mBRPTUpCAeHaXgrEIMUNsNgdcY BLiJ59uMBfG93vHowwewn2ClWqt2RRcm2iV36Gwof037sr1ldKo2IvwojR613lYRSK3T SrwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=3P/aRA8h5oHR6SsvjelPPno0Xck7ikNayocYZSW1CPA=; b=JrCFBwVqnOfvnLQ7i1cO1Cm7g9EsFkZZN5alLA3NJp1UAgXdtQM5q8TPwOJ1jo8ccK jmhClfFwkjFz9kI+1gZaEzfVW6jyEABCgnVdiSHzIeZJLbVciXEBBE04scKUn7ZtiUeQ /t8odR1UNW1B+Qb54BKh7JMJPbIX+i6OX7yg7pdl70lBznRYUcBKvL81mb/V6VhykAvf jfnV/k89W7kZ+4yLi6n1U/oM8VMEZZznuLCjp3fU0sibWpejuUYQxsPamx9/kqP8cQqv UrtmLOMgysKcw6Xn7OMwIFpOKC5Dgyyj39gjTe0r9B3o1Kzc3/EMb+4PFv+OTWtCYvZX 54NA== X-Gm-Message-State: AD7BkJJMiPbehkKRtqVMhs60Sv1le5yM1juY0SzvToQeQTh/M2M2kNXWeJ++awKMArasLtw52RFeGmK/JLJF6A== X-Received: by 10.129.56.196 with SMTP id f187mr17748315ywa.111.1458678052948; Tue, 22 Mar 2016 13:20:52 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.37.11.132 with HTTP; Tue, 22 Mar 2016 13:20:33 -0700 (PDT) In-Reply-To: References: From: Ed Maste Date: Tue, 22 Mar 2016 16:20:33 -0400 X-Google-Sender-Auth: PsN_72BQTLaqeLDd9U6EhUY_3dw Message-ID: Subject: Re: ports/Xen on CURRENT, error: ELF start or entries are out of bounds. To: "dfh0522 ." Cc: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= , brahmann@lifec0re.net, "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 22 Mar 2016 20:20:54 -0000 On 21 March 2016 at 10:50, Ed Maste wrote: > On 17 March 2016 at 13:30, dfh0522 . wrote: >> >> I need to add WITHOUT_ELFCOPY_AS_OBJCOPY after r296096, > > Sorry for the trouble. > > I've submitted an ELF Tool Chain ticket > (https://sourceforge.net/p/elftoolchain/tickets/524/) for this issue > in elfcopy. I expect either Roger or I will have a fix in the next few > days, but WITHOUT_ELFCOPY_AS_OBJCOPY will do for now. Kai has committed a potential fix for the ticket to the ELF Tool Chain repo. I've made a patch for the FreeBSD contrib copy available for testing at https://people.freebsd.org/~emaste/patches/elfcopy-lma.diff . From owner-freebsd-virtualization@freebsd.org Wed Mar 23 10:07:09 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21242AB416D for ; Wed, 23 Mar 2016 10:07:09 +0000 (UTC) (envelope-from jesa7955@gmail.com) Received: from mail-yw0-x230.google.com (mail-yw0-x230.google.com [IPv6:2607:f8b0:4002:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D85D313E4 for ; Wed, 23 Mar 2016 10:07:08 +0000 (UTC) (envelope-from jesa7955@gmail.com) Received: by mail-yw0-x230.google.com with SMTP id h129so12376639ywb.1 for ; Wed, 23 Mar 2016 03:07:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=fWYSBc/MZ/JbZEiuvS7un5UcHEoory7QtEX+z1FTw/w=; b=0qWL5e86QqmSq//POqFOq5nNc+O2Mk3kndN+uuXkdYe1tB8bZWK+JurYce20k65bY/ nioxzFRpPN9Ule+TaGhcjuj3OYZt65vF7r473FbIsgOrwDcOLY/wByNi1TR0U3gM20cE n0CFyix1RYtqtRjfRcd3xYnXJ5E6eQbtbbb2vGf58rsl4gE7rGVK+wwWFwCTlQs3p2uw erHKwoTnma//t12cb5Yg2cP5Vbwa5oxHH2lPRm16kQI5qWt4F7gDFSc0Px53D/TWP8PA 1olGQqf4DKJhLWUBEEfgqiItd4BMGH2wyfQ7mJ88tsu3II/Qm5LE4ssmMy2Io80xWy9E FsnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=fWYSBc/MZ/JbZEiuvS7un5UcHEoory7QtEX+z1FTw/w=; b=YXpP1UdO1UqULGV4rwS8JulcA/obHMa1jyu9fwYnOgH/b1wckuRD8to+FVPInK2vHn HWMVfTx2ADwPA1ADrDktNUZVQ2bioa42ZeEbw/6e9ourHZFg0xOIRuE0yWRmk61mw3Tf J7ny1NpOfnvreZ1kj0yyunlcrHMG776xXlSeOOiEnehsIxwG5vKRiqUgP8wIfF1AS7kz QK4GqOb2hTh2iYCsu7YdcGtgPcOlHUweY6qEgyxk75SFqMa0gmUVBv2Avo0/pHPTGDuA DWxnZPEdnlBuwryTqKbveMr7gxVzcmvkjr8giFz9npmLosvg47JYewrc98Y3eEyvilvN NTtQ== X-Gm-Message-State: AD7BkJJiL4U7aAakHg5FkFZ2eKenYi8wIm+4vTkiQ75fY5v8159QT48Mt55NcMbc0CdvHRhfSo5uJgIfNaPS/g== MIME-Version: 1.0 X-Received: by 10.13.227.196 with SMTP id m187mr1012960ywe.18.1458727628181; Wed, 23 Mar 2016 03:07:08 -0700 (PDT) Received: by 10.37.215.80 with HTTP; Wed, 23 Mar 2016 03:07:08 -0700 (PDT) Date: Wed, 23 Mar 2016 18:07:08 +0800 Message-ID: Subject: Looking for potential mentor for "Support bhyve as Vagrant VM backend" From: Tong Li To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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, 23 Mar 2016 10:07:09 -0000 Dear FreeBSD Virtualization Developers, Hello, my name is Tong Li and I am a junior of Computer Science major in Jilin University, China. I am wondering to participate in GSoC with the project "Support bhyve as Vagrant VM backend" of FreeBSD. I think this project is quite interesting and it can simplify the usage of bhyve a lot. I have did some researches on this topic and submitted my proposal. But there isn't any potential mentor for this project listed on the FreeBSD's GSoC ideas page so I have leave the item "Possiable metor" blank on my proposal. It seems that a proposal without a possiable mentor has a higher probability to be rejected. So I am looking for help from you. Is there someone who could do me a favor to mentor me on this project? Any help you may provide will be much appreciated. Best Regards, Tong From owner-freebsd-virtualization@freebsd.org Wed Mar 23 11:10:41 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 486A5ADA937 for ; Wed, 23 Mar 2016 11:10:41 +0000 (UTC) (envelope-from royger@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D408418FE; Wed, 23 Mar 2016 11:10:40 +0000 (UTC) (envelope-from royger@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id p65so19000503wmp.0; Wed, 23 Mar 2016 04:10:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version; bh=Q5B4t+ghBL9wLm/UkTmmoCM9Vs0HeMA7VBjOoYpIcYY=; b=A6tB+RE3UvTw/fCY9o13eScnQ00lBbQU1u/i8lQmPJ/RVCZGqSshU+rIOxPMgXggcE F1LDZH7aHCDJW7vJP4hRI28fc4426jTcQbC2Pku9T8hqq1xGzxboNO7Dj37UdvEFLDv2 vfmXc9fpTBmLJxtuAYHsfiP/qia+djadTejqD2FrXwn1p5VE7qPLIUCFh9XnzKnvOnqi VO2kSvH/xsrYd8qIgh5XgoyuGpR2fR6LkqOZXi3nEsViidaMRapToci6MXhMQYPQ/8ws g0wiMipTjcYQgcs18dP9g+PO30SA83/jZnHURAdXR7Y0NXTITu/M3noxiqPF/A+qncud 88qA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:in-reply-to :message-id:references:user-agent:mime-version; bh=Q5B4t+ghBL9wLm/UkTmmoCM9Vs0HeMA7VBjOoYpIcYY=; b=AzuO14WjPUoz9saljT//7aHdbyDraReQMMxhmDdr6WO7xzC4yCjaWYwyJ7Gg7MF9Xd P8HB9iRiKCHuFnAJO+UlLTRp7RkHLjuV4eziw99xhoYhEqDq1CDI8o3WA8J5zwwJ8+lP IfaLXeaglegZ/ogVVr7cOWf2yrXOcF32tosB8R4qQjrs1OGaiTTfeBXzivXHNnGdicM0 eOqFjAtBk1m4ZqJ6U2aHtD41g+sEllegANnGSsNCRM4twIUxOHPGAtr50MQLMFKgcqL9 dnzLjSh/eDXnl4GvY2KkX8l6ukndsj3l6EZha/Teqpvx2sZ5ucw9U7CGvNUEDmRwGCL8 sTYw== X-Gm-Message-State: AD7BkJL6ltGK9N+L1XwBNkjc9DxuVTYxVFVIibqw0uBePdpF3CyRV8H0fgfmZcYGK7Zi6g== X-Received: by 10.194.201.130 with SMTP id ka2mr2663738wjc.34.1458731439249; Wed, 23 Mar 2016 04:10:39 -0700 (PDT) Received: from mac (83.red-88-8-243.dynamicip.rima-tde.net. [88.8.243.83]) by smtp.gmail.com with ESMTPSA id x203sm2393114wmg.23.2016.03.23.04.10.37 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Mar 2016 04:10:38 -0700 (PDT) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Date: Wed, 23 Mar 2016 12:10:36 +0100 (CET) From: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= X-X-Sender: royger@mac To: Ed Maste cc: "dfh0522 ." , brahmann@lifec0re.net, "freebsd-virtualization@freebsd.org" Subject: Re: ports/Xen on CURRENT, error: ELF start or entries are out of bounds. In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (OSX 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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, 23 Mar 2016 11:10:41 -0000 On Tue, 22 Mar 2016, Ed Maste wrote: > On 21 March 2016 at 10:50, Ed Maste wrote: > > On 17 March 2016 at 13:30, dfh0522 . wrote: > >> > >> I need to add WITHOUT_ELFCOPY_AS_OBJCOPY after r296096, > > > > Sorry for the trouble. > > > > I've submitted an ELF Tool Chain ticket > > (https://sourceforge.net/p/elftoolchain/tickets/524/) for this issue > > in elfcopy. I expect either Roger or I will have a fix in the next few > > days, but WITHOUT_ELFCOPY_AS_OBJCOPY will do for now. > > Kai has committed a potential fix for the ticket to the ELF Tool Chain > repo. I've made a patch for the FreeBSD contrib copy available for > testing at https://people.freebsd.org/~emaste/patches/elfcopy-lma.diff > . Thanks for the notice! I've tried the patch and it indeed fixes the issue seen on the FreeBSD kernel, here's the readelf output now: Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align PHDR 0x0000000000000040 0xffffffff80200040 0x0000000000200040 0x0000000000000150 0x0000000000000150 R E 0x8 INTERP 0x0000000000000190 0xffffffff80200190 0x0000000000200190 0x000000000000000d 0x000000000000000d R 0x1 [Requesting program interpreter: /red/herring] LOAD 0x0000000000000000 0xffffffff80200000 0x0000000000200000 0x00000000013ed618 0x00000000013ed618 R E 0x200000 LOAD 0x00000000013ee000 0xffffffff817ee000 0x00000000017ee000 0x0000000000135c38 0x000000000060fc40 RW 0x200000 DYNAMIC 0x00000000013ee000 0xffffffff817ee000 0x00000000017ee000 0x00000000000000d0 0x00000000000000d0 RW 0x8 GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000 RWE 0x8 Roger. From owner-freebsd-virtualization@freebsd.org Wed Mar 23 13:20:18 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BE43ADB4DC for ; Wed, 23 Mar 2016 13:20:18 +0000 (UTC) (envelope-from royger@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D827A16AE; Wed, 23 Mar 2016 13:20:17 +0000 (UTC) (envelope-from royger@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id l68so23864654wml.1; Wed, 23 Mar 2016 06:20:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version; bh=vCtyWj4HV7gGVIsZ1RHEqa6V9y7mzAnnwb0uIARGGw8=; b=T2nMrSZtyA/hdSzBqT7yrlrD7aQkyHNiJdvS9lsSy2PY4/OUp3OZ0nptSgrifIdfx0 2HUkkXpVQL68PmRziwoOGr1TiIMn8DzpDOZfbJJ3utwe3u1j9sNfelehFSCe1FqKV2Hx 9//cCHlFFKYRI+/dZTR1rWchhX9ffuBavLwymh4St49SQ0ijCKyI8DU6MR/2j7qHrXbL RLx1XYgytKX8LTEb8nrPqx1mu7NBTPaKs3svylUbhRZNnjy8lLk8xNCqeOEd6JfSkDW9 k7/owqaAjYBhl5YxXGTqZUjLgcWMDSixwiiZ9qRS9ftL/qdeohrDiRZWSj7gorW6bgIv UoLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:in-reply-to :message-id:references:user-agent:mime-version; bh=vCtyWj4HV7gGVIsZ1RHEqa6V9y7mzAnnwb0uIARGGw8=; b=TDr1BEpt6UgPqn63CZPWfeAAczUcCLJbCGaA3jqiFD0ditbVJmRWeLKwkX5GsG4jC5 e14ZlNN+EfvaTP2jkggyOltaf7nDszLFdXV+RxZtLYUymYySeuoadCdm4uF43Dfc3Ml/ zl3VrMo/RiFT5dq+wwl3l0EFpBsyBdn9grkogK8UIMZn79VrDnSrc9iZm8NA4rprSJDV zBRZoLKoEGPRemQVHOjhuzY3iIcmXWG7Um984rPBqd+Sz/dy+Mtp2ifYJxxGmkUSNCh/ 1iUrZ6pLWGKCIeJKcUo29M8Kcz7WWRZBgSjCV0qOeEkDDNYyMVrE+GVcW9iRb0hh6iqo dgGQ== X-Gm-Message-State: AD7BkJJgngwm/pz3m5FOuFREStLH7LMyA1+pBL2S2+SEV7X5o8e0ReTV2fEiOY0UnFWI9w== X-Received: by 10.28.137.139 with SMTP id l133mr4246996wmd.1.1458739216494; Wed, 23 Mar 2016 06:20:16 -0700 (PDT) Received: from mac (83.red-88-8-243.dynamicip.rima-tde.net. [88.8.243.83]) by smtp.gmail.com with ESMTPSA id ks5sm2596208wjb.13.2016.03.23.06.20.14 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Mar 2016 06:20:15 -0700 (PDT) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Date: Wed, 23 Mar 2016 14:20:13 +0100 (CET) From: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= X-X-Sender: royger@mac To: Julian Elischer cc: huanghwh , freebsd-virtualization@freebsd.org Subject: Re: Poor disk performance of FreeBSD under AWS In-Reply-To: <56EBDC2A.1020304@freebsd.org> Message-ID: References: <4a285458.9323.15388672651.Coremail.huanghwh@163.com> <91dc4bd.a112.15388868b7d.Coremail.huanghwh@163.com> <56EBDC2A.1020304@freebsd.org> User-Agent: Alpine 2.20 (OSX 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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, 23 Mar 2016 13:20:18 -0000 On Fri, 18 Mar 2016, Julian Elischer wrote: > On 18/03/2016 3:00 PM, huanghwh wrote: > > BTW, with 1G ram configuration, vi can exit very quickly. > > At 2016-03-18 14:26:14, "huanghwh" wrote: > > > I have a EC2 server in AWS, 4CPU+16G ram, FreeBSD 10.2R. > > > > > > Use two command dd and vi: > > > dd if=/dev/zero of=/.swap bs=1M count=8192 & > > > > > > 8589934592 bytes transferred in 117.074462 secs (73371549 bytes/sec) > > > > > > when dd run in background, input vi command to edit a small txt file > > > "d.txt" at same time, > > > > > > and then write and quit immediately: > > > > > > > > > /usr/bin/time vi d.txt > > > > > > > > > 49.82 real 0.00 user 0.00 sys > > > > > > in top command show: > > > 810 root 1 23 0 12344K 2524K wswbuf 0 0:04 5.76% dd > > > 821 root 1 20 0 23448K 4092K wdrain 0 0:00 0.00% vi > > > > > > vi need almost 50 seconds to quit. > I think some people are already looking at this.. it's not limited to AWS. Is there a PR or Review about this? I don't have a 16GB system at hand, but it looks quite weird that it works "better" with 1GB rather than with 16GB. Are you using ZFS or UFS as your filesystem? Roger. From owner-freebsd-virtualization@freebsd.org Thu Mar 24 07:18:26 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33C47ADBA8A for ; Thu, 24 Mar 2016 07:18:26 +0000 (UTC) (envelope-from huanghwh@163.com) Received: from m12-13.163.com (m12-13.163.com [220.181.12.13]) by mx1.freebsd.org (Postfix) with ESMTP id 722D01489; Thu, 24 Mar 2016 07:18:23 +0000 (UTC) (envelope-from huanghwh@163.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Mime-Version:Subject:From:Date:Message-Id; bh=GgQZa EHhN7L/CCiDEdpo5n0UBOBNadsBNL89LGcAGwc=; b=gsegW3LsPGib8ETAAolns YPKyz8xCw5iyS3/vmLEWZOzLZ7t1SQxG5jtrdPngTaccxw+XGN3h2k01kGpAXNfa KePZYGMAHsqRlVuIbn60T7zhS2/sYaxLT6TfI57OfXdECWpPCCBZ9f1Xo9PtROOX H3HuKoQva6kbewaatJ17yU= Received: from [10.44.8.203] (unknown [218.19.164.153]) by smtp9 (Coremail) with SMTP id DcCowABXsaWylPNWWl0VAA--.304S2; Thu, 24 Mar 2016 15:18:13 +0800 (CST) Content-Type: text/plain; charset=gb2312 Mime-Version: 1.0 (1.0) Subject: Re: Poor disk performance of FreeBSD under AWS From: =?GB2312?B?u8bOxLvU?= X-Mailer: iPhone Mail (13A452) In-Reply-To: Date: Thu, 24 Mar 2016 15:18:09 +0800 Cc: freebsd-virtualization@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <5C4F9BBA-5532-48A7-AEB1-64B83CFC2AA3@163.com> References: <4a285458.9323.15388672651.Coremail.huanghwh@163.com> <91dc4bd.a112.15388868b7d.Coremail.huanghwh@163.com> <56EBDC2A.1020304@freebsd.org> To: =?GB2312?Q?Roger_Pau_Monn=A8=A6?= X-CM-TRANSID: DcCowABXsaWylPNWWl0VAA--.304S2 X-Coremail-Antispam: 1Uf129KBjvJXoW7Kw4kury8Xr4xurWDZr48Xrb_yoW8Gr13pF yjgF4qkFWkGFyIy3sakr4S9Fy0vr1vqFn8Xr15XryDJan0vrn0gryIyrn5Ka4rZr1xGr1j vrWUGa4agr15taDanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07UiXocUUUUU= X-Originating-IP: [218.19.164.153] X-CM-SenderInfo: xkxd0wxkzkqiywtou0bp/1tbiFRU2K1WBUtOT-QAAsm X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Thu, 24 Mar 2016 07:18:26 -0000 > =D4=DA 2016=C4=EA3=D4=C223=C8=D5=A3=AC21:20=A3=ACRoger Pau Monn=A8=A6 =D0=B4=B5=C0=A3=BA >=20 >> On Fri, 18 Mar 2016, Julian Elischer wrote: >>> On 18/03/2016 3:00 PM, huanghwh wrote: >>> BTW, with 1G ram configuration, vi can exit very quickly. >>> At 2016-03-18 14:26:14, "huanghwh" wrote: >>>> I have a EC2 server in AWS, 4CPU+16G ram, FreeBSD 10.2R. >>>>=20 >>>> Use two command dd and vi: >>>> dd if=3D/dev/zero of=3D/.swap bs=3D1M count=3D8192 & >>>>=20 >>>> 8589934592 bytes transferred in 117.074462 secs (73371549 bytes/sec) >>>>=20 >>>> when dd run in background, input vi command to edit a small txt file >>>> "d.txt" at same time, >>>>=20 >>>> and then write and quit immediately: >>>>=20 >>>>=20 >>>> /usr/bin/time vi d.txt >>>>=20 >>>>=20 >>>> 49.82 real 0.00 user 0.00 sys >>>>=20 >>>> in top command show: >>>> 810 root 1 23 0 12344K 2524K wswbuf 0 0:04 5.76% dd >>>> 821 root 1 20 0 23448K 4092K wdrain 0 0:00 0.00% vi >>>>=20 >>>> vi need almost 50 seconds to quit. >> I think some people are already looking at this.. it's not limited to AWS= . >=20 > Is there a PR or Review about this? I don't have a 16GB system at hand,=20= > but it looks quite weird that it works "better" with 1GB rather than with=20= > 16GB. If you like, I can give you a server to try, the server is at ALiYun, not A= WS, but same problem. >=20 > Are you using ZFS or UFS as your filesystem? I am use UFS and ZFS >=20 > Roger. From owner-freebsd-virtualization@freebsd.org Thu Mar 24 20:16:16 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E13CADCE42 for ; Thu, 24 Mar 2016 20:16:16 +0000 (UTC) (envelope-from fabian.freyer@physik.tu-berlin.de) Received: from mail.tu-berlin.de (mail.tu-berlin.de [130.149.7.33]) (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 B809F1BC1 for ; Thu, 24 Mar 2016 20:16:15 +0000 (UTC) (envelope-from fabian.freyer@physik.tu-berlin.de) X-tubIT-Incoming-IP: 130.149.58.163 Received: from mail.physik-pool.tu-berlin.de ([130.149.58.163] helo=mail.physik.tu-berlin.de) by mail.tu-berlin.de (exim-4.76/mailfrontend-5) with esmtp for id 1ajBfw-0001kh-92; Thu, 24 Mar 2016 21:16:14 +0100 Received: from box.local (x4d0c521b.dyn.telefonica.de [77.12.82.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.physik.tu-berlin.de (Postfix) with ESMTPSA id 20B7C5658 for ; Thu, 24 Mar 2016 20:16:11 +0000 (UTC) References: <56F3EF1F.4030909@physik.tu-berlin.de> Subject: Fwd: [GSOC 2016] Introduction and proposal To: freebsd-virtualization@freebsd.org From: Fabian Freyer X-Forwarded-Message-Id: <56F3EF1F.4030909@physik.tu-berlin.de> Message-ID: <56F44B07.4060203@physik.tu-berlin.de> Date: Thu, 24 Mar 2016 21:16:07 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56F3EF1F.4030909@physik.tu-berlin.de> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rhewuQphOW3vwcAjtxvfdtC1Kht3FqFxe" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Thu, 24 Mar 2016 20:16:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rhewuQphOW3vwcAjtxvfdtC1Kht3FqFxe Content-Type: multipart/mixed; boundary="SpvKk4PPFdTrETnuuEpvXLbdpXhRm4nof" From: Fabian Freyer To: freebsd-virtualization@freebsd.org Message-ID: <56F44B07.4060203@physik.tu-berlin.de> Subject: Fwd: [GSOC 2016] Introduction and proposal References: <56F3EF1F.4030909@physik.tu-berlin.de> In-Reply-To: <56F3EF1F.4030909@physik.tu-berlin.de> --SpvKk4PPFdTrETnuuEpvXLbdpXhRm4nof Content-Type: multipart/mixed; boundary="------------030809020601000906080301" This is a multi-part message in MIME format. --------------030809020601000906080301 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi, I've written this post to the freebsd-hackers@ mailing list, but I think = it belongs here better. While I appreciate it's very short before the GSO= C application deadline, I'd like to ask how the resonance to such a propo= sal would be, and how the chances to finding a mentor for that project st= and. Fabian Freyer --------------030809020601000906080301 Content-Type: message/rfc822; name="[GSOC 2016] Introduction and proposal.eml" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="[GSOC 2016] Introduction and proposal.eml" Return-Path: X-Original-To: fabian.freyer@physik.tu-berlin.de Delivered-To: fabian.freyer@physik.tu-berlin.de Received: from mail.tu-berlin.de (mail.tu-berlin.de [130.149.7.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.physik.tu-berlin.de (Postfix) with ESMTPS id 0ACD856F1 for ; Thu, 24 Mar 2016 13:44:26 +0000 (UTC) Received: from mx2.freebsd.org ([8.8.178.116]) by mail.tu-berlin.de (exim-4.76/mailfrontend-5) with esmtps [UNKNOWN:AES256-GCM-SHA384:256] for id 1aj5Yl-0007z3-9Q; Thu, 24 Mar 2016 14:44:26 +0100 Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.freebsd.org (Postfix) with ESMTPS id 827206B756; Thu, 24 Mar 2016 13:44:22 +0000 (UTC) (envelope-from owner-freebsd-hackers@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 65EFA1864; Thu, 24 Mar 2016 13:44:22 +0000 (UTC) (envelope-from owner-freebsd-hackers@freebsd.org) Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EE46ADC098 for ; Thu, 24 Mar 2016 13:44:05 +0000 (UTC) (envelope-from fabian.freyer@physik.tu-berlin.de) Received: from mail.tu-berlin.de (mail.tu-berlin.de [130.149.7.33]) (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 EA63F171C for ; Thu, 24 Mar 2016 13:44:04 +0000 (UTC) (envelope-from fabian.freyer@physik.tu-berlin.de) X-tubIT-Incoming-IP: 130.149.58.163 Received: from mail.physik-pool.tu-berlin.de ([130.149.58.163] helo=mail.physik.tu-berlin.de) by mail.tu-berlin.de (exim-4.76/mailfrontend-7) with esmtp for id 1aj5YQ-0001bk-0B; Thu, 24 Mar 2016 14:44:03 +0100 Received: from [130.149.58.170] (firefox.physik-pool.tu-berlin.de [130.149.58.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.physik.tu-berlin.de (Postfix) with ESMTPSA id 2F18C56ED for ; Thu, 24 Mar 2016 13:44:00 +0000 (UTC) To: freebsd-hackers@freebsd.org From: Fabian Freyer Subject: [GSOC 2016] Introduction and proposal X-Enigmail-Draft-Status: N1110 Message-ID: <56F3EF1F.4030909@physik.tu-berlin.de> Date: Thu, 24 Mar 2016 14:43:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: owner-freebsd-hackers@freebsd.org Sender: owner-freebsd-hackers@freebsd.org X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2016.3.24.133617 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1800_1899 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, __ANY_URI 0, __CANPHARM_UNSUB_LINK 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FRAUD_INTRO 0, __HAS_FROM 0, __HAS_LIST_HEADER 0, __HAS_LIST_HELP 0, __HAS_LIST_SUBSCRIBE 0, __HAS_LIST_UNSUBSCRIBE 0, __HAS_MSGID 0, __HTTPS_URI 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __MULTIPLE_URI_TEXT 0, __PHISH_SPEAR_GREETING 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_IN_BODY 0, __URI_NO_WWW 0, __URI_NS , __URI_WITH_PATH 0, __USER_AGENT 0' Hi! First of all, I would like to introduce myself: My name is Fabian Freyer, I am a physics student at the TU Berlin where I have been working as a FreeBSD Sysadmin for about 3 years. I am fluent in C and python and am interested in OS development; in fact I have been working on a toy operating system and boot loader as a side project for a while now. I enjoy playing CTFs and am working on my skills at reading and writing x86, amd64 and arm assembly. I have not yet participated in a GSOC due to other projects, but would like to participate this year. I started using bhyve with libvirt around a year ago to play around with, and have been using it as my main supervisor on server and development systems since; especially the debugging interface has proven useful to me on many occasions. I could imagine working on one or more of the following projects, since these are all features I would like to see in bhyve: 1) Implementing suspend / resume / snapshot behaviour for bhyve vm's 2) Going further from 1) implementing porcelain for migrating zvol-backed bhyve guests using zfs-send and moving state between hypervisors 3) Working on better libvirt support for bhyve. However, I haven't yet had much contact with hypervisor code. I have started looking into SimpleVisor [1] and the usr.sbin/bhyve/ source. I would greatly appreciate some guidance in that direction. Fabian Freyer Links: [1] - https://github.com/ionescu007/SimpleVisor -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? _______________________________________________ freebsd-hackers@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" --------------030809020601000906080301-- --SpvKk4PPFdTrETnuuEpvXLbdpXhRm4nof-- --rhewuQphOW3vwcAjtxvfdtC1Kht3FqFxe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJW9EsKAAoJEDlu9CkMwdG7sVcP/1vg4/tJFoFLeZ5IKD2h/ARH LP7CwcGN4pKjqBpIhzOOVkWgKZhY51PRdUWwetn7XMEQLwbwPGz8wxn7EPg3FZKY PZjBRG1lmIPwV0dC8Y+Nmzj8kd49B6sTKgkeqShc0VavqT0TFt/B2s3ElFtvRv5i 2ygZ9pTbhPeTnXf/jgBPpLQCe6nrY/oJzF5V4+BRCLC7NY76zMCJPNlOntnYNKS8 zocDbE1Z/WiyqlNgFUSl7e2pv9Ssk0k9abubpAE5VdWi2aWHq6SOVZat26/wxYTj yRZJFAm6bkNvDrM5fTsT3AgBqwKfpLfNOKcHh01TQHLQZ5nQs9zh1D+slDZjZM/i TwQNV6qXH2C0/O/ne3seFxzjyNpzWG2KcFylE+KxsKrbApPSSvhdlH/zP7IejdKf cMELzVQSngcsPVF+IL5T2lIS43OMAsuy9Z+/7FXrCFj5XjfuXrlrzvkhF+KiWfW+ yuX+K+0nDmB+fFaLOa2aPoIrMykgSjey3Sci94CHQe54cCj7ufLPxdVA/Ud8OI8L KdWxj580npI93aGk/pKWq/I1/u8bRSnGifi0YJObfNaNKin9NwEM/YJw0n4ariPF 29ONjzs6M2w/Aik/6dhAzFNeG20r/imGtv/v5QHBqDiXq96rh/7zOtscn2Fqfm/w IB/kX/qSaibc2F+cIDA6 =RtOz -----END PGP SIGNATURE----- --rhewuQphOW3vwcAjtxvfdtC1Kht3FqFxe-- From owner-freebsd-virtualization@freebsd.org Thu Mar 24 20:45:57 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C502ADC675 for ; Thu, 24 Mar 2016 20:45:57 +0000 (UTC) (envelope-from mgrooms@shrew.net) Received: from mx1.shrew.net (mx1.shrew.net [38.97.5.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 143A41D4E for ; Thu, 24 Mar 2016 20:45:56 +0000 (UTC) (envelope-from mgrooms@shrew.net) Received: from mail.shrew.net (mail.shrew.prv [10.24.10.20]) by mx1.shrew.net (8.14.7/8.14.7) with ESMTP id u2OKak7I066995 for ; Thu, 24 Mar 2016 15:36:46 -0500 (CDT) (envelope-from mgrooms@shrew.net) Received: from [10.16.32.30] (72-48-144-84.static.grandenetworks.net [72.48.144.84]) by mail.shrew.net (Postfix) with ESMTPSA id 2659918A7AC for ; Thu, 24 Mar 2016 15:36:41 -0500 (CDT) Subject: Re: Fwd: [GSOC 2016] Introduction and proposal To: freebsd-virtualization@freebsd.org References: <56F3EF1F.4030909@physik.tu-berlin.de> <56F44B07.4060203@physik.tu-berlin.de> From: Matthew Grooms Message-ID: <56F45035.4010406@shrew.net> Date: Thu, 24 Mar 2016 15:38:13 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56F44B07.4060203@physik.tu-berlin.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mx1.shrew.net [10.24.10.10]); Thu, 24 Mar 2016 15:36:46 -0500 (CDT) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Thu, 24 Mar 2016 20:45:57 -0000 On 3/24/2016 3:16 PM, Fabian Freyer wrote: > Hi, > > I've written this post to the freebsd-hackers@ mailing list, but I think it belongs here better. While I appreciate it's very short before the GSOC application deadline, I'd like to ask how the resonance to such a proposal would be, and how the chances to finding a mentor for that project stand. > > Fabian Freyer I really, really hope someone picks up suspend and resume support. IMO, it's the next major hurdle bhyve needs to pass before it can be considered as a serious alternative to other hypervisor options. It also appears to be a prerequisite for more advanced features such as snapshots and live migration. -Matthew From owner-freebsd-virtualization@freebsd.org Fri Mar 25 10:50:59 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD2A1ADDEAD for ; Fri, 25 Mar 2016 10:50:59 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58EDA1FB9 for ; Fri, 25 Mar 2016 10:50:59 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id u125so15643620wmg.1 for ; Fri, 25 Mar 2016 03:50:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=8VSX5m/HAOT4MgqtWSXui+BDWtHqW0MrgEUjmXAHuMU=; b=KCSTQX4vsG3qRHasCoUWFshvr0/IateVfAP9Tkkau82UfXjGY7RZvxjXOVsGXlfJvi BxQ9abqX7UKDgGtyTdGLPWHCd71TV/A2tXDgxJVSvcat3nWT1DKtj2ohr2JuCQiFztsQ Z+xMkrGxhxdBXY0VKFFEjWKsBfzj6OQ5XTkUwehUSgggbiwEG3dWtRYw2E3ba/1bFawY Xvy/XMKpPGlsWbQ1XWnP2AO9L9LnRq5pbSmDjFZEIQNRnlmn0Q8gHptVxsN+5IPippcP WB8H9FVzkK5alyO40cFv378tfoVgU4Cyhd6tY8GgM010Nv5SFsKsxYzRiiYj1nlNrguv 2kYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=8VSX5m/HAOT4MgqtWSXui+BDWtHqW0MrgEUjmXAHuMU=; b=gyfHeFCuJNnjVeXIlbh3jadafAZucl+SRe2SgMSVVY/O2ktatZ4a+4R66auyAMpz00 5du7bIbinCqNCDb4ZJ+s2ZeRY14xepn7S6UGVI89mruCw/8hltFmv67FN/hN3kdAmWw3 sguZzf0waPbB/2XuhVGrUvqnflXjyWMKZR2Lqkxm7s+T/7VpF64edUxkpaa8ghYMIuDn Lu0t8PvfY8TRLKWHNwWLEHQo0QvhMOrdDtU3yJfZisHVB3mZ4MRaoAwA98iD8+f7rftD PNQ2x4QUxX9dpG9XfilH6lr/j9/r7+bhqU1eT8vGWnBubWu6r3/oaLpTpPNyMp1q+bXo bJkQ== X-Gm-Message-State: AD7BkJIs+kbu9LAmNLFKcNSuOL2ZmkUD8EzDzMdRXuBZsV+FwHQ5cUgaI2Bj1msH1yYDGCeY3Rz/GM0OUN/LeA== MIME-Version: 1.0 X-Received: by 10.194.123.35 with SMTP id lx3mr14183740wjb.132.1458903057516; Fri, 25 Mar 2016 03:50:57 -0700 (PDT) Received: by 10.28.22.5 with HTTP; Fri, 25 Mar 2016 03:50:57 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Mar 2016 12:50:57 +0200 Message-ID: Subject: Re: [GSoC-Proposal] Porting bhyve on an ARMv8 platform From: Mihai Carabas To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 25 Mar 2016 10:50:59 -0000 Hi everyone, Unfortunatelly I have to officially retreat my proposal from GSoC due to the fact that I participated three times in the past and they added a new rule this year (you are not allowed to participate as a student if you have been in the program three times already), so I'm not eligible. I apologize to the FreeBSD organization members that manage the GSoC program because I didn't read carefully this year's rules. Thank you, Mihai Carabas On Sat, Mar 19, 2016 at 11:19 AM, Mihai Carabas wrote: > Hi everyone, > > My name is Mihai Carabas and I'm a third year student at PhD in > University POLITEHNICA from Bucharest, Romania. After some discussions > with Peter Grehan about next steps in bhyve-arm, I came with a GSoC > proposal for the project "Porting bhyve an an ARMv8 platform" which is > publicly available here [1]. Any feedback on the proposal would be > great. > > Thanks, > Mihai > > [1] https://docs.google.com/document/d/1t4gQ3bc69Zy5QDq1z50BdVkaniZsy47S-Et-hJVwEZE/edit?usp=sharing From owner-freebsd-virtualization@freebsd.org Fri Mar 25 13:38:42 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D388ADC63F for ; Fri, 25 Mar 2016 13:38:42 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 072E61D56 for ; Fri, 25 Mar 2016 13:38:42 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: by mail-io0-x231.google.com with SMTP id 124so113388537iov.3 for ; Fri, 25 Mar 2016 06:38:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=GC4UvRosc+/bKqLu0zDH3DApNt7Fi5HoikdUhSdHFA0=; b=nx79s3dVgqcS7B9igzVuhlepy3XxtVRkZmRmjEb7lfOlv2YhWih9FGLxtzn45PYB3X IBRTOiexrf+KyXCd+qw/IKVI/aHJ/FWRzY7+2hixyJqOSlG7SNeEe4MhsiDzhLcxR4kL YRhvO7xKOHPsjxIjrZ6TKGAOMSESPWKkYQr7hlSiiTi0rejADcl6uQud1BFfdELzdGir uSpzsl/VXDbQ9DiHTiiHuHTFLwv7n5FGpko2Nwkf64hvoA+OH5c2kyvqjq2aDV30R3Ue nrOLof59v2rOTlkes8bO6KFbF0RNf8UQ4LQBvQ2O7q30qjSPf8xR+tNnD8d0aoPDr3zN b4fQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=GC4UvRosc+/bKqLu0zDH3DApNt7Fi5HoikdUhSdHFA0=; b=ewfLmRIu3xlQ6xKpdBYnRLhhE7lB+TE28ECBhS6Fy53sDBgRLTegzZ1D0140jcF/o/ 8NmYVoVCDrGddg2lULO5b30cfFJ1WNNLbMlS14pQzmPd1LMrkbqMSUNeOscduXx+n1Pu U+9bPV3+uo2WDvH8byBR5TlfI7x3osi3W6J644zdhNEFl6fFhgbrxYIMfzozIiIKhPK6 4WjaBW5dXSoeBGQntp/ZxxW8eR1SHG39xJkl80Ere0FC6uE5ItOmdNQkeazObGyzFcmr kANP3AlIi+HRFRzls83M3EO+xGzfj+8SnDHkVgwtFqBqoyfY1aH8HZ7QSk9oSWdkhe4M nhGg== X-Gm-Message-State: AD7BkJL4qNSxwuRGqahorqkXgY66LOIIGvW8qC3Jc7t/J7nUcMLgmmobZNkuX2AqJIXDbk65An+iDrEU08wVNQ== X-Received: by 10.107.149.3 with SMTP id x3mr14445003iod.51.1458913121443; Fri, 25 Mar 2016 06:38:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.176.147 with HTTP; Fri, 25 Mar 2016 06:38:11 -0700 (PDT) In-Reply-To: References: From: Matthias Gamsjager Date: Fri, 25 Mar 2016 14:38:11 +0100 Message-ID: Subject: Re: [GSoC-Proposal] Porting bhyve on an ARMv8 platform To: Mihai Carabas Cc: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 25 Mar 2016 13:38:42 -0000 I wonder why this rule even exist? Because apparently projects will not be done which seem a bigger issue when someone participating 3 times On 25 March 2016 at 11:50, Mihai Carabas wrote: > Hi everyone, > > Unfortunatelly I have to officially retreat my proposal from GSoC due > to the fact that I participated three times in the past and they added > a new rule this year (you are not allowed to participate as a student > if you have been in the program three times already), so I'm not > eligible. > > I apologize to the FreeBSD organization members that manage the GSoC > program because I didn't read carefully this year's rules. > > Thank you, > Mihai Carabas > > On Sat, Mar 19, 2016 at 11:19 AM, Mihai Carabas > wrote: > > Hi everyone, > > > > My name is Mihai Carabas and I'm a third year student at PhD in > > University POLITEHNICA from Bucharest, Romania. After some discussions > > with Peter Grehan about next steps in bhyve-arm, I came with a GSoC > > proposal for the project "Porting bhyve an an ARMv8 platform" which is > > publicly available here [1]. Any feedback on the proposal would be > > great. > > > > Thanks, > > Mihai > > > > [1] > https://docs.google.com/document/d/1t4gQ3bc69Zy5QDq1z50BdVkaniZsy47S-Et-hJVwEZE/edit?usp=sharing > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to " > freebsd-virtualization-unsubscribe@freebsd.org" > From owner-freebsd-virtualization@freebsd.org Fri Mar 25 13:42:19 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2992AADC82A for ; Fri, 25 Mar 2016 13:42:19 +0000 (UTC) (envelope-from david@wimsey.us) Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8CF91FD4 for ; Fri, 25 Mar 2016 13:42:18 +0000 (UTC) (envelope-from david@wimsey.us) Received: by mail-qk0-x230.google.com with SMTP id s5so31300670qkd.0 for ; Fri, 25 Mar 2016 06:42:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wimsey-us.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=j7PxgftBEittIKkzaBMbjQmzbqctMuP/IGndCXsUjn0=; b=Q1mYBRM5rnrMzjp+1dCVQd0LQPrJoTMhMDNp2bkFS+lT1SE84HtqbLdDqFgtTCJ8iQ nOVe42EMnETIoJ/x47ONnz9bDS/Tc7SxeI/xeDACSqwBZ9HENtvEpYWKn4SY3e6HLvVW 6myMuUR1MhQL0LoWtSn61eCBw5adVLKOkmD7hFFCXl1EuXdZd2SOgxLZOrdVPuH9kZXH FfkjsSjlMiVMp9ruoEIJiOvuDzdXe0qnoqStnHCDlcaoZx/FwV48/0VOA0KlgUKRPWsi 0cGZWakOFEnZdfF6yoJX9XC2sa8mqqOLvZW2A5cUkdwZHu5ZY6TV0IP6mXHXWZeB1sbJ d0lQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=j7PxgftBEittIKkzaBMbjQmzbqctMuP/IGndCXsUjn0=; b=deNzu0L3I1sL4sSyxYoLkepU5KN9s+zUv3y8WjRTcz4mYr+qo+7KimP2QRjHWpF9Dy tmCvoVKDg5GjY+gxIWTvGsEiE5pV/KKJSR8AE9oa7zd+CLeFQXG9UEGaFNtssE9WzSI+ 44ro+KPAkWTgktJVjnnvBCkyaYbnvLf76SYH+EJGtDRnsosfwOs/IFbBu/zNCC0f50bG dO9WUY0x4l4gvAju3iMZRKYpXRyKYEu6JwWoVHX7ycGlqZJ3eoOqpvbggtvJwfP5Hb/S A3SSeJd+oJY4VihABWBq/olRIpT0d7g6psZ8Jg8tnz9+n4d99xGQwb09oduuvHc3HFYu mDOQ== X-Gm-Message-State: AD7BkJLsZLaN0pfQDMe2CWlr38k3lcQl3BfsOdcq67loP6/yzS3RVJBbOmwUjBQiGGRzIw== X-Received: by 10.55.75.85 with SMTP id y82mr17208144qka.29.1458913337813; Fri, 25 Mar 2016 06:42:17 -0700 (PDT) Received: from chaos.wimsey.us (cpe-107-15-203-139.nc.res.rr.com. [107.15.203.139]) by smtp.gmail.com with ESMTPSA id o62sm5392992qkl.28.2016.03.25.06.42.16 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 25 Mar 2016 06:42:16 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: [GSoC-Proposal] Porting bhyve on an ARMv8 platform From: David Wimsey In-Reply-To: Date: Fri, 25 Mar 2016 09:43:04 -0400 Cc: "freebsd-virtualization@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <550FF03B-3479-4A56-B493-6C29AFEA094E@wimsey.us> References: To: Matthias Gamsjager X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 25 Mar 2016 13:42:19 -0000 Because there are other people in the world who want to participate as = well and they deserve a chance too. Not a bad idea for Mihai to try = something different either. Its not like they don=E2=80=99t get enough applicants to fill all the = slots. > On Mar 25, 2016, at 9:38 AM, Matthias Gamsjager = wrote: >=20 > I wonder why this rule even exist? Because apparently projects will = not be > done which seem a bigger issue when someone participating 3 times >=20 > On 25 March 2016 at 11:50, Mihai Carabas = wrote: >=20 >> Hi everyone, >>=20 >> Unfortunatelly I have to officially retreat my proposal from GSoC due >> to the fact that I participated three times in the past and they = added >> a new rule this year (you are not allowed to participate as a student >> if you have been in the program three times already), so I'm not >> eligible. >>=20 >> I apologize to the FreeBSD organization members that manage the GSoC >> program because I didn't read carefully this year's rules. >>=20 >> Thank you, >> Mihai Carabas >>=20 >> On Sat, Mar 19, 2016 at 11:19 AM, Mihai Carabas = >> wrote: >>> Hi everyone, >>>=20 >>> My name is Mihai Carabas and I'm a third year student at PhD in >>> University POLITEHNICA from Bucharest, Romania. After some = discussions >>> with Peter Grehan about next steps in bhyve-arm, I came with a GSoC >>> proposal for the project "Porting bhyve an an ARMv8 platform" which = is >>> publicly available here [1]. Any feedback on the proposal would be >>> great. >>>=20 >>> Thanks, >>> Mihai >>>=20 >>> [1] >> = https://docs.google.com/document/d/1t4gQ3bc69Zy5QDq1z50BdVkaniZsy47S-Et-hJ= VwEZE/edit?usp=3Dsharing >> _______________________________________________ >> freebsd-virtualization@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization >> To unsubscribe, send any mail to " >> freebsd-virtualization-unsubscribe@freebsd.org" >>=20 > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to = "freebsd-virtualization-unsubscribe@freebsd.org" From owner-freebsd-virtualization@freebsd.org Fri Mar 25 13:55:06 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21918ADCA40 for ; Fri, 25 Mar 2016 13:55:06 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A08B91355 for ; Fri, 25 Mar 2016 13:55:05 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id l68so23791457wml.1 for ; Fri, 25 Mar 2016 06:55:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-transfer-encoding; bh=HYNIT+gf1i4+eQyh9yWnkatPjRhH0R05y2QagtB5eFQ=; b=H+ux0HC7f3rsuyp6FmrlMLt1lccj7v4lMszeb057GRO7S4BxSmRxP4r7KFCE2lzh+T ALvFwu/ZRAVPlLLvveZjCY3SoTTTeZCF65ZFPHkunhyvaN3Liwt1Iz9o6KFQ4+YyIICQ IutP0oICEPqMitAb7K3x2q3Hu7eLyDXt2UfKP5HW1PzjOpp7wmKg9ASSPGOIhEX+9Bjy LRpEWxpsMzhX4WnExv5BPvV6nnSfar9MuwToa2pOxlj1aqnW+Usu4Xq1+XQLl6sEJe1H ub8iG9MIXsMo7QIONCblR2DumJlvyD1PTjflePDlov5G+QNN3gHeVCfK3KJ/r0pstu46 nHiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=HYNIT+gf1i4+eQyh9yWnkatPjRhH0R05y2QagtB5eFQ=; b=X7zWeNXlCGzlKEvK7sZCrmnQH7nSF6jK17fQrtjKu+NING2HTAVyppcMn9VjKq4WAo WzFXRaMZrmm3RZpUzqLrpTgs7uuFLN+xMbtCQhoucwNviBP/OR+eyZ31TcKGOaNC3mgP H+187Pkg5sh2Wbc4/MxaCv1iFzfUAO7GaVfTObNp5mjeGPrcy7bei70+8va0IzjI3lKw qYpfryzcahOZSHTh+NEyl/9B7euCI4KPP8XVq9AJX37cC9bM+bUhiuYgV71LPub5tTg6 Jke06ukufc/wUx2jaHGJX1hZIi4BHWKeULN4/rr+OuqIyszH4D9ATeF9gbKr9XXWiKZA +V3Q== X-Gm-Message-State: AD7BkJJCYMofipTe0/nmbMYOqEyfZu4hCJGLZPR9Mr/bqAhBaGTofGRwELvavCM3BzZeQ3ZNmCo+fmRuo1DrYg== MIME-Version: 1.0 X-Received: by 10.194.123.35 with SMTP id lx3mr15041232wjb.132.1458914103084; Fri, 25 Mar 2016 06:55:03 -0700 (PDT) Received: by 10.28.22.5 with HTTP; Fri, 25 Mar 2016 06:55:03 -0700 (PDT) In-Reply-To: <550FF03B-3479-4A56-B493-6C29AFEA094E@wimsey.us> References: <550FF03B-3479-4A56-B493-6C29AFEA094E@wimsey.us> Date: Fri, 25 Mar 2016 15:55:03 +0200 Message-ID: Subject: Re: [GSoC-Proposal] Porting bhyve on an ARMv8 platform From: Mihai Carabas To: David Wimsey Cc: Matthias Gamsjager , "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 25 Mar 2016 13:55:06 -0000 On Fri, Mar 25, 2016 at 3:43 PM, David Wimsey wrote: > Because there are other people in the world who want to participate as we= ll and they deserve a chance too. Not a bad idea for Mihai to try somethin= g different either. > > Its not like they don=E2=80=99t get enough applicants to fill all the slo= ts. My e-mail doesn't accuse anybody of anything. It was just a notice and an apology to FreeBSD members. Thank you, Mihai > > >> On Mar 25, 2016, at 9:38 AM, Matthias Gamsjager w= rote: >> >> I wonder why this rule even exist? Because apparently projects will not = be >> done which seem a bigger issue when someone participating 3 times >> >> On 25 March 2016 at 11:50, Mihai Carabas wrote= : >> >>> Hi everyone, >>> >>> Unfortunatelly I have to officially retreat my proposal from GSoC due >>> to the fact that I participated three times in the past and they added >>> a new rule this year (you are not allowed to participate as a student >>> if you have been in the program three times already), so I'm not >>> eligible. >>> >>> I apologize to the FreeBSD organization members that manage the GSoC >>> program because I didn't read carefully this year's rules. >>> >>> Thank you, >>> Mihai Carabas >>> >>> On Sat, Mar 19, 2016 at 11:19 AM, Mihai Carabas >>> wrote: >>>> Hi everyone, >>>> >>>> My name is Mihai Carabas and I'm a third year student at PhD in >>>> University POLITEHNICA from Bucharest, Romania. After some discussions >>>> with Peter Grehan about next steps in bhyve-arm, I came with a GSoC >>>> proposal for the project "Porting bhyve an an ARMv8 platform" which is >>>> publicly available here [1]. Any feedback on the proposal would be >>>> great. >>>> >>>> Thanks, >>>> Mihai >>>> >>>> [1] >>> https://docs.google.com/document/d/1t4gQ3bc69Zy5QDq1z50BdVkaniZsy47S-Et= -hJVwEZE/edit?usp=3Dsharing >>> _______________________________________________ >>> freebsd-virtualization@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization >>> To unsubscribe, send any mail to " >>> freebsd-virtualization-unsubscribe@freebsd.org" >>> >> _______________________________________________ >> freebsd-virtualization@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization >> To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@fre= ebsd.org" > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@free= bsd.org" From owner-freebsd-virtualization@freebsd.org Fri Mar 25 15:16:01 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FCF7ADDC52 for ; Fri, 25 Mar 2016 15:16:01 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from mx1.scaleengine.net (mx1.scaleengine.net [209.51.186.6]) by mx1.freebsd.org (Postfix) with ESMTP id 165571ACA for ; Fri, 25 Mar 2016 15:16:00 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from [10.1.1.2] (unknown [10.1.1.2]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 49A08D648 for ; Fri, 25 Mar 2016 15:15:54 +0000 (UTC) Subject: Re: [GSoC-Proposal] Porting bhyve on an ARMv8 platform To: freebsd-virtualization@freebsd.org References: <550FF03B-3479-4A56-B493-6C29AFEA094E@wimsey.us> From: Allan Jude Message-ID: <56F55625.3050005@freebsd.org> Date: Fri, 25 Mar 2016 11:15:49 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ctSxiFvHBRGHqSXIHJ0Us8FtP2IdikQUv" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 25 Mar 2016 15:16:01 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ctSxiFvHBRGHqSXIHJ0Us8FtP2IdikQUv Content-Type: multipart/mixed; boundary="mAVU8vj2bc89WskStvsrKfgUKmUDgerHP" From: Allan Jude To: freebsd-virtualization@freebsd.org Message-ID: <56F55625.3050005@freebsd.org> Subject: Re: [GSoC-Proposal] Porting bhyve on an ARMv8 platform References: <550FF03B-3479-4A56-B493-6C29AFEA094E@wimsey.us> In-Reply-To: --mAVU8vj2bc89WskStvsrKfgUKmUDgerHP Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2016-03-25 09:55, Mihai Carabas wrote: > On Fri, Mar 25, 2016 at 3:43 PM, David Wimsey wrote: >> Because there are other people in the world who want to participate as= well and they deserve a chance too. Not a bad idea for Mihai to try som= ething different either. >> >> Its not like they don=E2=80=99t get enough applicants to fill all the = slots. > My e-mail doesn't accuse anybody of anything. It was just a notice and > an apology to FreeBSD members. >=20 > Thank you, > Mihai >> >> >>> On Mar 25, 2016, at 9:38 AM, Matthias Gamsjager wrote: >>> >>> I wonder why this rule even exist? Because apparently projects will n= ot be >>> done which seem a bigger issue when someone participating 3 times >>> >>> On 25 March 2016 at 11:50, Mihai Carabas wr= ote: >>> >>>> Hi everyone, >>>> >>>> Unfortunatelly I have to officially retreat my proposal from GSoC du= e >>>> to the fact that I participated three times in the past and they add= ed >>>> a new rule this year (you are not allowed to participate as a studen= t >>>> if you have been in the program three times already), so I'm not >>>> eligible. >>>> >>>> I apologize to the FreeBSD organization members that manage the GSoC= >>>> program because I didn't read carefully this year's rules. >>>> >>>> Thank you, >>>> Mihai Carabas >>>> >>>> On Sat, Mar 19, 2016 at 11:19 AM, Mihai Carabas >>>> wrote: >>>>> Hi everyone, >>>>> >>>>> My name is Mihai Carabas and I'm a third year student at PhD in >>>>> University POLITEHNICA from Bucharest, Romania. After some discussi= ons >>>>> with Peter Grehan about next steps in bhyve-arm, I came with a GSoC= >>>>> proposal for the project "Porting bhyve an an ARMv8 platform" which= is >>>>> publicly available here [1]. Any feedback on the proposal would be >>>>> great. >>>>> >>>>> Thanks, >>>>> Mihai >>>>> >>>>> [1] >>>> https://docs.google.com/document/d/1t4gQ3bc69Zy5QDq1z50BdVkaniZsy47S= -Et-hJVwEZE/edit?usp=3Dsharing Are you sure you wouldn't be interested in working on it anyway? ;) bhyve on armv8 would be really nice to have. --=20 Allan Jude --mAVU8vj2bc89WskStvsrKfgUKmUDgerHP-- --ctSxiFvHBRGHqSXIHJ0Us8FtP2IdikQUv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) iQIcBAEBAgAGBQJW9VYpAAoJEBmVNT4SmAt+OPwQAMz5z+NMMxEOQgd2bG3BHUSs Xp+jNA5bHzLVTPLfD5kZS85KYIbFrzeDwUC8D/xwiIyyclPvNpvXlGq8a6cH3GLX xITEqy+5mz8ss472XakEXs3caYBQIfpO9yDdZnUbwsaq+Bid+6SiHcVwS1qHZy1X iEzGaMq2TvwfP2caOJ3Ojp9MIvo3MS8hBo+XRyfj4ij35P4oz0UFI4O1nGlil8Jg 1zVOFXWl9eNcuTuWEFsQX1dYpQRf3ANDVtwZYxOpuXIrPUIqkwL2xltASQv4PM4O kyMoJYM0rYBftswbpdNJmyRExwnQPgXY2oZ1q8+Sn5jris3gI+N2Z94T4D2CP9Iu IwLFLPZPzu7+XOlaGCnUsGi+hrgDtGkobciQjozX4d79ZSq2Y+ETPAfZhL2ZESPK 0PXaJNEIfJW2azQZebeC8NOjwerDNgyPU9AD4Uumi7H63Fdg9SU5Wui56cSoJEqJ RRwB9J3bryDDWWFmMHVbSgKCAcORL6i5NBJthYAfb0ULMc/AW+cVU3w6chQx6gXL pW7Y1vlem65tcYHWWKc78mgW72a6IMr3s+B/KF6aayX9A0aA4I5+gs5HRyloEWVF PCRKxMz8Nkq2NcF44tfyQY56AjE0yMpz4qR/J7UDWKOwWz7bjsZqkNJsRwF8+Fx3 9GXSGg7O0v3zEkVDtyn1 =3ph+ -----END PGP SIGNATURE----- --ctSxiFvHBRGHqSXIHJ0Us8FtP2IdikQUv-- From owner-freebsd-virtualization@freebsd.org Fri Mar 25 15:30:09 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12C4BADDFCB for ; Fri, 25 Mar 2016 15:30:09 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95DB2117E; Fri, 25 Mar 2016 15:30:08 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id l68so29092528wml.0; Fri, 25 Mar 2016 08:30:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=/hu2WvBAZywdFFz1GLkJHyljXutau5k40vagf19zwZM=; b=LEBq8GwgOymyYA8PHTAz0gR9oGMQWMUNBvOZ2fAu59qd+mEslnFp/Llishm7Xf7NBp cL/8Y6+MtOT5cO4OgU3cylTfaodFPJ/GxpyP7rqm2ykcuoOyS/xDPQ8z/ADSRwWcztrv dtD+Zafo/BzpYNBePUFjzUzciChEG6KvQpVGzK2723U0VaztUu2T/3wJhKrM02CXOe2g hveWxXVkSvZmSR6Oa/w+jo+PBhvrS9+W6Fw6ZYAo9WXzxoEJXDAvkjSEU0vndxsLq9N6 WBEKwC6uoaczr44o0PnvLYPrurzI/N/rKD2pEBiqbNmZmb2s7BsiWY2LOfasm7eFSA8F yvwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=/hu2WvBAZywdFFz1GLkJHyljXutau5k40vagf19zwZM=; b=KaKNiyw+oNML4YrmKQnp/PsrSyJKcx59Z9Wkkvhf35J43BXGBzzq72Fny2eFk7pvUu HE2cBpQiDvhntd6pA3YxUodFCK1L+ydvOg5jXdmNq7AS6bgzqxWopRqDeEEO4DJ2hcyW UDruLiDABY5+/PMCKcicGUSRuJZ70HMd8LHd8YHhTRww14goc8OQV9pi8ofmCzdqLQ+t DDdelRR7j8it6mpgX+2eRIoUT2BaLBpFoIo418pwfjxgMepEE/wKZu0lxx0gaGpzwwoo R3pHrGx38Fe19RpoGQlR0cveGQc+wHl1U2NDWSHjkJMTgdi2lJQWjFQ1buQ79CtRxYgA vpuw== X-Gm-Message-State: AD7BkJLOVGe+rG+1Cu7+rasNZcQpM/7nFt/7zRCydDQHGIRkuOm7kiK+A974udReD5DE6v1LjaA2Gt6CeXTKHQ== MIME-Version: 1.0 X-Received: by 10.194.7.201 with SMTP id l9mr15842535wja.16.1458919806491; Fri, 25 Mar 2016 08:30:06 -0700 (PDT) Received: by 10.28.22.5 with HTTP; Fri, 25 Mar 2016 08:30:06 -0700 (PDT) Received: by 10.28.22.5 with HTTP; Fri, 25 Mar 2016 08:30:06 -0700 (PDT) In-Reply-To: <56F55625.3050005@freebsd.org> References: <550FF03B-3479-4A56-B493-6C29AFEA094E@wimsey.us> <56F55625.3050005@freebsd.org> Date: Fri, 25 Mar 2016 17:30:06 +0200 Message-ID: Subject: Re: [GSoC-Proposal] Porting bhyve on an ARMv8 platform From: Mihai Carabas To: Allan Jude Cc: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 25 Mar 2016 15:30:09 -0000 Hello, I didn't exclude my work on the port. I've only retreat my proposal for GSoC not to invalidate a student slot for FreeBSD. That's all. I'm still interested in all bhyve related projects. Thank you, Mihai On Mar 25, 2016 5:16 PM, "Allan Jude" wrote: > On 2016-03-25 09:55, Mihai Carabas wrote: > > On Fri, Mar 25, 2016 at 3:43 PM, David Wimsey wrote: > >> Because there are other people in the world who want to participate as > well and they deserve a chance too. Not a bad idea for Mihai to try > something different either. > >> > >> Its not like they don=E2=80=99t get enough applicants to fill all the = slots. > > My e-mail doesn't accuse anybody of anything. It was just a notice and > > an apology to FreeBSD members. > > > > Thank you, > > Mihai > >> > >> > >>> On Mar 25, 2016, at 9:38 AM, Matthias Gamsjager > wrote: > >>> > >>> I wonder why this rule even exist? Because apparently projects will > not be > >>> done which seem a bigger issue when someone participating 3 times > >>> > >>> On 25 March 2016 at 11:50, Mihai Carabas > wrote: > >>> > >>>> Hi everyone, > >>>> > >>>> Unfortunatelly I have to officially retreat my proposal from GSoC du= e > >>>> to the fact that I participated three times in the past and they add= ed > >>>> a new rule this year (you are not allowed to participate as a studen= t > >>>> if you have been in the program three times already), so I'm not > >>>> eligible. > >>>> > >>>> I apologize to the FreeBSD organization members that manage the GSoC > >>>> program because I didn't read carefully this year's rules. > >>>> > >>>> Thank you, > >>>> Mihai Carabas > >>>> > >>>> On Sat, Mar 19, 2016 at 11:19 AM, Mihai Carabas < > mihai.carabas@gmail.com> > >>>> wrote: > >>>>> Hi everyone, > >>>>> > >>>>> My name is Mihai Carabas and I'm a third year student at PhD in > >>>>> University POLITEHNICA from Bucharest, Romania. After some > discussions > >>>>> with Peter Grehan about next steps in bhyve-arm, I came with a GSoC > >>>>> proposal for the project "Porting bhyve an an ARMv8 platform" which > is > >>>>> publicly available here [1]. Any feedback on the proposal would be > >>>>> great. > >>>>> > >>>>> Thanks, > >>>>> Mihai > >>>>> > >>>>> [1] > >>>> > https://docs.google.com/document/d/1t4gQ3bc69Zy5QDq1z50BdVkaniZsy47S-Et-h= JVwEZE/edit?usp=3Dsharing > > Are you sure you wouldn't be interested in working on it anyway? ;) > > bhyve on armv8 would be really nice to have. > > -- > Allan Jude > >