Re: Bhyve with UEFI edk2-stable201903 and CSM support - debugging the crash

2019-04-03 Thread Rodney W. Grimes
> I've spent some time trying to figure out where and why the UEFI 2.70 > firmware is crashing when built with CSM support under Bhyve. > > The first thing I noticed is that the code that builds the E820 table > doesn't appear to be finding the location of the EBDA at 0x40E: the > first entry s

Bhyve with UEFI edk2-stable201903 and CSM support - debugging the crash

2019-04-03 Thread Rebecca Cran via freebsd-virtualization
I've spent some time trying to figure out where and why the UEFI 2.70 firmware is crashing when built with CSM support under Bhyve. The first thing I noticed is that the code that builds the E820 table doesn't appear to be finding the location of the EBDA at 0x40E: the first entry should be so

Re: GPU passthrough: mixed success on Linux, not yet on Windows

2019-04-03 Thread Robert Crowston via freebsd-virtualization
To get Windows to boot I think the only hacks I needed were in bhyve/mem.c (this is not production ready!) Diff'd against 12.0-release -- /tmp//sh-np.vFXFJd 2019-04-04 00:29:32.75299 +0100 +++ mem.c 2019-03-02 22:27:14.500906000 + @@ -101,20 +101,22 @@ } static int -mmio_rb_add

Re: GPU passthrough: mixed success on Linux, not yet on Windows

2019-04-03 Thread Robert Crowston via freebsd-virtualization
> The hack I had to make: I found that many instructions to access > memory-mapped PCI BARs are not being executed on the CPU in guest mode but > are being passed back for emulation in the hypervisor. Update on this: I found that by mapping the BARs within the lower 4 GB of the guest's address

Re: Windows 2019 server

2019-04-03 Thread Jason Tubnor
On Wed, 3 Apr 2019 at 19:57, Michael Reifenberger wrote: > Hi, > do you mean: > https://reviews.freebsd.org/D19695 > if yes I can confirm that with the patch I get ltsc-2019 installed and > running. Yes, that is the patch. ___ freebsd-virtualization@f

CfP VHPC19: HPC Virtualization-Containers: Paper due May 1, 2019 (extended)

2019-04-03 Thread VHPC 19
CALL FOR PAPERS 14th Workshop on Virtualization in High­-Performance Cloud Computing (VHPC '19) held in conjunction with the International Supercomputing Conference - High Performance, June 16-20, 2019, Frankfurt, Germany. (Spri

Re: Windows 2019 server

2019-04-03 Thread Michael Reifenberger
Hi, do you mean: https://reviews.freebsd.org/D19695 if yes I can confirm that with the patch I get ltsc-2019 installed and running. Greetings --- mike Zitat von Jason Tubnor : On Wed, 3 Apr 2019 at 01:56, Nick Wolff wrote: specific virt-io drivers for windows I'm not sure if that is fix

Re: Windows 2019 server

2019-04-03 Thread Michael Reifenberger
Hi, Zitat von Nick Wolff : Micheal, Would you mind trying with https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.118-1/ That is the iso I've used in the past with newer drivers failing(I don't think it caused a panic though when I dealt with it)