Re: bhyve graphics support

2016-06-29 Thread Fabian Freyer
Hi everybody, I've added some code to support VNC Authentication (as much as a 16-byte DES challenge response could be seen as Authentication) as per https://tools.ietf.org/html/rfc6143#page-10. It's my first time working with this reviews thing - I'm a bit unsure how to set the diff to be based

Re: bhyve graphics support

2016-06-14 Thread Yamagi Burmeister
Hello, I've overlooked your mail somehow. :( The Windows VM was destroyed between my attempts and not just rebooted. The problems may have been caused by VirtualBox. I don't run in parallel with Bhyve, but had a VirtualBox VM running right before I started my experiments. Regards, Yamagi On Sun,

Re: bhyve graphics support

2016-06-05 Thread Peter Grehan
Hi Yamagi, XHCI isn't in Windows7 so you can just remove that config line, pushing mouse input through the PS2 mouse. That was a little bit strange, it seemed like the emulated ps/2 devices just wouldn't work on a Win 7 VM. The "atkbd data buffer full" may be an indication for not delivered

Re: bhyve graphics support

2016-06-04 Thread James Lodge
>Hello, > > 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

Re: bhyve graphics support

2016-05-30 Thread Yamagi Burmeister
Hello, > > 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

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

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 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 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: > 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 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 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 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 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 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

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 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 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
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

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