bhyve graphics support

2016-05-27 Thread Peter Grehan
As of r300829, support for graphic output has been checked into the projects/bhyve_graphics branch. This is just the usr.sbin/bhyve executable, so is quick and easy to build from source. Assuming a reasonably current source tree is in /usr/src, svn co http://svn.freebsd.org/base/projects/bhyv

Re: bhyve graphics support

2016-05-27 Thread K. Macy
Cool stuff. FYI new i915 driver has vgpu support, incliuding 3D. On Friday, May 27, 2016, Peter Grehan wrote: > As of r300829, support for graphic output has been checked into the > projects/bhyve_graphics branch. This is just the usr.sbin/bhyve executable, > so is quick and easy to build from s

Re: bhyve graphics support

2016-05-27 Thread Peter Grehan
Cool stuff. FYI new i915 driver has vgpu support, incliuding 3D. Is that the KVM-GT work ? (https://github.com/01org/KVMGT-kernel) If so, yes, it would be great to support that in bhyve. later, Peter. ___ freebsd-virtualization@freebsd.org mailing

Re: bhyve graphics support

2016-05-27 Thread K. Macy
Yes. -M On Friday, May 27, 2016, Peter Grehan wrote: > Cool stuff. FYI new i915 driver has vgpu support, incliuding 3D. >> > > Is that the KVM-GT work ? (https://github.com/01org/KVMGT-kernel) > > If so, yes, it would be great to support that in bhyve. > > later, > > Peter. >

Re: bhyve graphics support

2016-05-27 Thread Lars Engels
On Fri, May 27, 2016 at 01:33:42AM -0700, Peter Grehan wrote: > As of r300829, support for graphic output has been checked into the > projects/bhyve_graphics branch. This is just the usr.sbin/bhyve > executable, so is quick and easy to build from source. > > Assuming a reasonably current source

Re: bhyve graphics support

2016-05-27 Thread Jason Tubnor
On 27 May 2016 8:44 PM, "Lars Engels" wrote: > > > downloading the UEFI image I start Ubuntu like this: > > grub-bhyve -m device.map -r hd0,msdos1 -M 4G ubuntu > ~lars/dev/bhyve_graphics/bhyve \ > -s 0:0,hostbridge \ > -s 1:0,lpc \ > -s 2:0,virtio-net,tap1 \ > -s 3:0,virtio-blk,./u

[Bug 202321] [bhyve, patch] More verbose error reporting in bhyve for backing images

2016-05-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202321 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: bapt Date: Fri May 27 11:46:54 UTC 2016 New revision: 300843 URL: https://svnweb.freebsd.org/changeset/base/300843 Log: Improve error message when fail

Re: bhyve graphics support

2016-05-27 Thread Lars Engels
On Fri, May 27, 2016 at 09:11:16PM +1000, Jason Tubnor wrote: > On 27 May 2016 8:44 PM, "Lars Engels" wrote: > > > > > > downloading the UEFI image I start Ubuntu like this: > > > > grub-bhyve -m device.map -r hd0,msdos1 -M 4G ubuntu > > ~lars/dev/bhyve_graphics/bhyve \ > > -s 0:0,hostbridge \

Re: bhyve graphics support

2016-05-27 Thread Yamagi Burmeister
> > > grub-bhyve -m device.map -r hd0,msdos1 -M 4G ubuntu > > > ~lars/dev/bhyve_graphics/bhyve \ > > > -s 0:0,hostbridge \ > > > -s 1:0,lpc \ > > > -s 2:0,virtio-net,tap1 \ > > > -s 3:0,virtio-blk,./ubuntu-hd.img \ > > > -s 11,fbuf,tcp=0.0.0.0:5900,w=1280,h=720,wait \ > > >

Re: bhyve graphics support

2016-05-27 Thread Peter Grehan
Hi Lars, -s 3:0,virtio-blk,./ubuntu-hd.img \ ... Then I connect with vncviewer but only see this message: "Boot failed. EFI misc device" Which Ubuntu version/image is this ? later, Peter. ___ freebsd-virtualization@freebsd.org mailing lis

Re: bhyve graphics support

2016-05-27 Thread Peter Grehan
Hi Yamagi, As far as I know UEFI supports ahci-* boot devices only. For the basic UEFI support without GOP the AHCI devices needed to be mapped on slot 3 and 4. I don't know if that's still the case. Depends on the o/s being booted - if it needs legacy interrupt support, the only available s

Re: bhyve graphics support

2016-05-27 Thread Roman Bogorodskiy
Peter Grehan wrote: > As of r300829, support for graphic output has been checked into the > projects/bhyve_graphics branch. This is just the usr.sbin/bhyve > executable, so is quick and easy to build from source. > > Assuming a reasonably current source tree is in /usr/src, >svn co http:/

Re: bhyve graphics support

2016-05-27 Thread Peter Grehan
Hi Roman, I've just tried to do a Fedora installation and it worked like a charm. A couple of questions: * There was a limitation that AHCI devices must use slots 3-6. [1] Is it still there? If yes, any plans to get rid of it? It's not a limitation for guests that can use MSI for AHCI.

Re: bhyve graphics support

2016-05-27 Thread Roman Bogorodskiy
Peter Grehan wrote: > Hi Roman, > > > I've just tried to do a Fedora installation and it worked like a charm. > > > > A couple of questions: > > > > * There was a limitation that AHCI devices must use slots 3-6. [1] > >Is it still there? If yes, any plans to get rid of it? > > It's not

Re: bhyve graphics support

2016-05-27 Thread Michael Dexter
On 5/27/16 1:33 AM, Peter Grehan wrote: As of r300829, support for graphic output has been checked into the projects/bhyve_graphics branch... HUGE thanks to Leon and Peter for making this happen. We all owe them our gratitude as with all things bhyve, this is non-trivial code. There is a ded

Re: bhyve graphics support

2016-05-27 Thread Shawn Webb
On Fri, May 27, 2016 at 10:48:54AM -0700, Michael Dexter wrote: > On 5/27/16 1:33 AM, Peter Grehan wrote: > > As of r300829, support for graphic output has been checked into the > > projects/bhyve_graphics branch... > > HUGE thanks to Leon and Peter for making this happen. We all owe them > our g