Re: ZFS subvolume support inside Bhyve vm

2016-03-10 Thread Jakub Klama
> Wiadomość napisana przez Miroslav Lachman <000.f...@quip.cz> w dniu > 10.03.2016, o godz. 23:30: > > Pavel Odintsov wrote on 03/10/2016 23:24: >> Hello! >> >> Songs interesting! But I could not find any information regarding p9fs >> state in FreeBSD and their protocol overhead. >> >> Coukd y

Re: [Differential] D7185: Add virtio-console support to bhyve

2016-07-11 Thread Jakub Klama
> Wiadomość napisana przez Paul Vixie w dniu 11.07.2016, o > godz. 19:27: > > fwiw, bhyve's existing console support is working fine for me. i use rtty > (from ports). my configuration looks like this: > > [mm1.redbarn:amd64] ls -l /usr/local/rtty/dev > total 3 > lrwxr-xr-x 1 root wheel 11

Re: [Differential] D7185: Add virtio-console support to bhyve

2016-07-11 Thread Jakub Klama
> Jakub Klama wrote: >> The purpose of virtio-console is to create arbitrary bidirectional, >> host-to-guest communication >> channels that bypass guest's network stack (don't require working networking >> in the guest). > > thanks. i had no idea t

Re: [Differential] D7185: Add virtio-console support to bhyve

2016-07-11 Thread Jakub Klama
> Wiadomość napisana przez Paul Vixie w dniu 11.07.2016, o > godz. 20:32: >>> nmdm could theoretically (as pty and pts both do) support >>> TIOCGWINSZ and SIGWINCH, though? or perhaps bhyve's virtio_console >>> device could offer pts(4) support? >> >> Yeah, virtio_console totally deserves suppo

Re: [Differential] D7185: Add virtio-console support to bhyve

2016-07-11 Thread Jakub Klama
> Wiadomość napisana przez Peter Grehan w dniu 11.07.2016, > o godz. 23:52: > > Hi Jakub, > >> The purpose of virtio-console is to create arbitrary bidirectional, >> host-to-guest communication channels that bypass guest's network >> stack (don't require working networking in the guest). > >

Re: [Differential] D7185: Add virtio-console support to bhyve

2016-07-11 Thread Jakub Klama
> Wiadomość napisana przez Paul Vixie w dniu 11.07.2016, o > godz. 23:53: > > > > Jakub Klama wrote: >> nmdm(4) emulates a serial port. how could one pass ioctls and signals via >> serial port? > > i think if bhyve arranged for its virtio_console devi

Re: [Differential] D7185: Add virtio-console support to bhyve

2016-07-11 Thread Jakub Klama
> Wiadomość napisana przez Paul Vixie w dniu 12.07.2016, o > godz. 02:39: > > Jakub Klama wrote: > >> It doesn't speak any protocol. virtio-console is a pipe. it pushes >> bytes back and forth. Name is indeed unfortunate, it should have >> been called

Re: virtio_console in bhyve? (FreeBSD host and guest)

2017-02-23 Thread Jakub Klama
> Wiadomość napisana przez Patrick M. Hausen w dniu > 23.02.2017, o godz. 20:16: > > Some more information: > >> I'm trying to get guest-additions to work for FreeBSD guests in FreeNAS 10. >> FreeNAS 10 is built on top of RELENG_11 and uses the bhyve hypervisor. >> >> Each VM is started with

Re: Host filesystem in Bhyve

2017-03-26 Thread Jakub Klama
> Wiadomość napisana przez Peter Grehan w dniu 26.03.2017, > o godz. 19:10: > > Hi Rajil, > >> It seems that FreeNAS 10 is able to expose the host filesystem to bhyve >> sessions. >> Is there any plan to bring that feature into FreeBSD? > > I'd like to see it happen but it's really up to the

[Differential] D7185: Add virtio-console support to bhyve

2016-07-11 Thread jceel (Jakub Klama)
rights reserved. + * + * This software was developed by Jakub Klama + * under sponsorship from iXsystems Inc. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of s

[Differential] D7185: Add virtio-console support to bhyve

2016-09-17 Thread jceel (Jakub Klama)
hyve/pci_virtio_console.c --- a/usr.sbin/bhyve/pci_virtio_console.c +++ b/usr.sbin/bhyve/pci_virtio_console.c @@ -0,0 +1,631 @@ +/*- + * Copyright (c) 2016 iXsystems Inc. + * All rights reserved. + * + * This software was developed by Jakub Klama + * under sponsorship from iXsystems

[Differential] D7185: Add virtio-console support to bhyve

2016-09-17 Thread jceel (Jakub Klama)
in/bhyve/pci_virtio_console.c @@ -0,0 +1,631 @@ +/*- + * Copyright (c) 2016 iXsystems Inc. + * All rights reserved. + * + * This software was developed by Jakub Klama + * under sponsorship from iXsystems Inc. + * + * Redistribution and use in source and binary forms, with or without + * modification, are p

Re: pci_virtio_block.c Assertion failed: line 216

2017-01-03 Thread Jakub Klama via freebsd-virtualization
> Wiadomość napisana przez Harry Schmalzbauer w dniu > 03.01.2017, o godz. 20:33: > > Dear all, > > trying to use bhyve(8) with virtio-blk and Windows guest results in core > dump: > Assertion failed: (n >= 2 && n <= BLOCKIF_IOV_MAX + 2), function > pci_vtblk_proc, file usr.sbin/bhyve/pci_virt