[Bug 214518] Extremely slow refresh rate in vt on VMware Fusion (EFI firmware)

2017-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214518 Ed Maste changed: What|Removed |Added Keywords||vt CC|

[Bug 203682] Slow boot under VMware Fusion w/ UEFI firmware and SMP -- until APs are launched

2017-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203682 Ed Maste changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 214518] Extremely slow refresh rate in vt on VMware Fusion (EFI firmware)

2017-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214518 Ed Maste changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 203682] Slow boot under VMware Fusion w/ UEFI firmware and SMP -- until APs are launched

2017-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203682 Ed Maste changed: What|Removed |Added Status|New |In Progress -- You are receiving this

[Bug 214518] Extremely slow refresh rate in vt on VMware Fusion (EFI firmware)

2017-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214518 --- Comment #2 from Ed Maste --- Can you test with -current after 310177 (EARLY_AP_STARTUP on by default) and see if this is still reproducible? -- You are receiving this mail because: You are the assignee for the bug. ___

Unable to create OpenBSD 6.0 bhyve guest

2017-02-10 Thread C. L. Martinez
Hi all, I am trying to create an OpenBSD 6.0 virtual guest under FreeBSD 11 bhyve server. When I try list cd contents, segmentation faults appears: grub-bhyve -d /data/vms/conf/obsdfwwif -m device.map -r cd0 obsdfwwif GN

Re: Unable to create OpenBSD 6.0 bhyve guest

2017-02-10 Thread Shawn Webb
On Friday, 10 February 2017 06:15:13 PM C. L. Martinez wrote: > Hi all, > > I am trying to create an OpenBSD 6.0 virtual guest under FreeBSD 11 bhyve > server. When I try list cd contents, segmentation faults appears: > > grub-bhyve -d /data/vms/conf/obsdfwwif -m device.map -r cd0 obsdfwwif > >

Re: Unable to create OpenBSD 6.0 bhyve guest

2017-02-10 Thread C. L. Martinez
On Fri, Feb 10, 2017 at 01:27:21PM -0500, Shawn Webb wrote: > On Friday, 10 February 2017 06:15:13 PM C. L. Martinez wrote: > > Hi all, > > > > I am trying to create an OpenBSD 6.0 virtual guest under FreeBSD 11 bhyve > > server. When I try list cd contents, segmentation faults appears: > > > >

Re: Unable to create OpenBSD 6.0 bhyve guest

2017-02-10 Thread Shawn Webb
On Friday, 10 February 2017 06:35:19 PM C. L. Martinez wrote: > On Fri, Feb 10, 2017 at 01:27:21PM -0500, Shawn Webb wrote: > > On Friday, 10 February 2017 06:15:13 PM C. L. Martinez wrote: > > > Hi all, > > > > > > I am trying to create an OpenBSD 6.0 virtual guest under FreeBSD 11 > > > bhyve

Re: Unable to create OpenBSD 6.0 bhyve guest

2017-02-10 Thread Shawn Webb
On Friday, 10 February 2017 01:41:26 PM Shawn Webb wrote: > On Friday, 10 February 2017 06:35:19 PM C. L. Martinez wrote: > > On Fri, Feb 10, 2017 at 01:27:21PM -0500, Shawn Webb wrote: > > > On Friday, 10 February 2017 06:15:13 PM C. L. Martinez wrote: > > > > Hi all, > > > > > > > > I am trying

[Bug 211746] [Hyper-V] UEFI VM can't boot from the iso installation disk

2017-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211746 --- Comment #2 from Dexuan Cui --- By bisecting, I found the first "bad" commit for this bug is: https://github.com/freebsd/freebsd/commit/6471c2fc7c1fced2b5d2073b1629aa76588c61e2 (it changed EFI_STAGING_SIZE from 32MB to 48MB). It looks

[Bug 211746] [Hyper-V] UEFI VM can't boot from the iso installation disk

2017-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211746 --- Comment #3 from Marcel Moolenaar --- It looks like AllocatePages() succeeded. Is that correct? If yes, then it's possible that there's a Hyper-V bug. Try to obtain the memory map before the call to AllocatePages and then again after