Re: bhyve - windows7 installation

2018-03-01 Thread Ludovit Koren
> Andriy Gapon writes: > On 01/03/2018 16:06, Rodney W. Grimes wrote: >> Due to the design of the IOMMU you can only manage IO space in page >> (4096 on x86) granually sizes. The device your trying to pass in >> has a 1024 byte memory region that is part of a 4096 byte page t

Re: GSOC 2018

2018-03-01 Thread Ashish Gahlot
Hello all, Please have a look at my CV which was not displayed in my previous message. https://github.com/Agahlot/CV/blob/master/cv.pdf Thanks & Regards, Ashish Kumar Gahlot On Fri, Mar 2, 2018 at 12:28 AM, Tommi Pernila wrote: > Hi Ashish, > > this mailing list doesn’t allow attachements. > I

Re: bhyve - windows7 installation

2018-03-01 Thread Andriy Gapon
On 01/03/2018 16:06, Rodney W. Grimes wrote: > Due to the design of the IOMMU you can only manage IO space in page > (4096 on x86) granually sizes. The device your trying to pass in > has a 1024 byte memory region that is part of a 4096 byte page that > may have other things in it. > > At this ti

Re: bhyve - windows7 installation

2018-03-01 Thread Rodney W. Grimes
> > Rodney W Grimes writes: > > >> > Harry Schmalzbauer writes: > >> > >> > Bez?glich Ludovit Koren's Nachricht vom 01.03.2018 08:22 > (localtime): > >> >> > >> >> Hi, > > ... > >> > After connecting via VNC the vm boots from DVD and you see the setup >

Re: bhyve - windows7 installation

2018-03-01 Thread Ludovit Koren
> Rodney W Grimes writes: >> > Harry Schmalzbauer writes: >> >> > Bez?glich Ludovit Koren's Nachricht vom 01.03.2018 08:22 (localtime): >> >> >> >> Hi, > ... >> > After connecting via VNC the vm boots from DVD and you see the setup >> > program. You won

GSOC 2018

2018-03-01 Thread Ashish Gahlot
Hello all, My name is Ashish Kumar Gahlot and I am a final year undergraduate student of Engineering College Ajmer(Rajasthan, India) majoring in Computer Science. I am interested in working on project *Verification of bhyve's instruction emulation *for GSOC 2018. I am having experience with writi

Re: Ryzen lockup on bhyve was (Re: new Ryzen lockup issue ?)

2018-03-01 Thread Peter Grehan
On the Epyc it seemed to take a longer, but eventually the box locked up and the watchdog ended up rebooting the server. I started 3, vCPU guests all with separate CPU's pinned. It lasted 9hrs. The Ryzen board also locked up with just 2 VMs running, and all vCPUs pinned to separate cores

Re: Ryzen lockup on bhyve was (Re: new Ryzen lockup issue ?)

2018-03-01 Thread Mike Tancsa
On 3/1/2018 8:00 AM, Mike Tancsa wrote: > On 2/27/2018 6:30 PM, Peter Grehan wrote: >>  i.e. for a configuration that will lock up, run the same configuration >> but with vCPUs pinned. For example, a 4 vCPU guest that will have vCPUs >> 0-3 pinned to host physical CPUs 7-10 would look like: >> >>  

Re: bhyve - windows7 installation

2018-03-01 Thread Harry Schmalzbauer
Bezüglich Ludovit Koren's Nachricht vom 01.03.2018 14:33 (localtime): >> Harry Schmalzbauer writes: … > > I'd suggest the following mass storage config (adding a second ODD with > > the virtio-141 drivers): > > -s > > > 3,ahci,hd:/dev/zvol/zroot/msw7,sectorsize=512/8192,cd:./

Re: bhyve - windows7 installation

2018-03-01 Thread Rodney W. Grimes
> > Harry Schmalzbauer writes: > > > Bez?glich Ludovit Koren's Nachricht vom 01.03.2018 08:22 (localtime): > >> > >> Hi, ... > > After connecting via VNC the vm boots from DVD and you see the setup > > program. You won't have mouse support, but keyboard's been working,

Re: bhyve - windows7 installation

2018-03-01 Thread Ludovit Koren
> Harry Schmalzbauer writes: > Bezüglich Ludovit Koren's Nachricht vom 01.03.2018 08:22 (localtime): >> >> Hi, >> >> on FreeBSD 11.1-STABLE #0 r329013, I was trying to install windows7 >> using bhyve. I run the following commands: >> >> mkdir -p iso-remaste

Re: Ryzen lockup on bhyve was (Re: new Ryzen lockup issue ?)

2018-03-01 Thread Mike Tancsa
On 2/27/2018 6:30 PM, Peter Grehan wrote: >  i.e. for a configuration that will lock up, run the same configuration > but with vCPUs pinned. For example, a 4 vCPU guest that will have vCPUs > 0-3 pinned to host physical CPUs 7-10 would look like: > >  -c 4 -p 0:7 -p 1:8 -p 2:9 -p 3:10 Hi Peter,

Re: bhyve - windows7 installation

2018-03-01 Thread wishmaster
--- Original message --- From: "Ludovit Koren" Date: 1 March 2018, 11:40:05 > > > Hi, > > on FreeBSD 11.1-STABLE #0 r329013, I was trying to install windows7 > using bhyve. I run the following commands: > > mkdir -p iso-remaster/virtio > /usr/local/bin/7z x > en_windows_7_professi

Re: bhyve - windows7 installation

2018-03-01 Thread Harry Schmalzbauer
Bezüglich Ludovit Koren's Nachricht vom 01.03.2018 08:22 (localtime): > > Hi, > > on FreeBSD 11.1-STABLE #0 r329013, I was trying to install windows7 > using bhyve. I run the following commands: > > mkdir -p iso-remaster/virtio > /usr/local/bin/7z x > en_windows_7_professional_with_sp1_vl_build_x

bhyve - windows7 installation

2018-03-01 Thread Ludovit Koren
Hi, on FreeBSD 11.1-STABLE #0 r329013, I was trying to install windows7 using bhyve. I run the following commands: mkdir -p iso-remaster/virtio /usr/local/bin/7z x en_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677791.iso -oiso-remaster tar xf virtio-win-0.1.141.iso -C iso-remaster/vir