Re: netbsd 9 upgrade experience

2020-06-23 Thread r0ller
Hi Hauke, I bumped into an email in one of the netbsd lists of which I concluded that generating an xorg.conf and adding the option AccelMethod in the device section like this, solves the i915 drmkms issue: Option    "AccelMethod"    "uxa" So I gave it a try and it seems to be true :) That

Re: qemu accel options on NetBSD 8 VPS [Was Re: Building Linux packages on NetBSD]

2020-06-23 Thread Petr Topiarz
Well in that case, if you dont have VT-x, you only can use XEN with PV. :-( Dne 23. 06. 20 v 18:08 Mayuresh napsal(a): On Tue, Jun 23, 2020 at 05:59:14PM +0200, Petr Topiarz wrote: Well, not quite so. It is true, that nvmm is only in 9.0, but you can run qemu -accel hax on NetBSD 8. Need to

Re: qemu accel options on NetBSD 8 VPS [Was Re: Building Linux packages on NetBSD]

2020-06-23 Thread Pedro Pinho
haxm works rather well also, https://www.unitedbsd.com/d/68-streaming-netflix-on-netbsd Den tis 23 juni 2020 17:26nia skrev: > On Tue, Jun 23, 2020 at 04:41:05PM +0530, Mayuresh wrote: > > What are the qemu accel options on NetBSD 8.0? (I guess nvmm is only in > > 9.0?) > > Just xen. >

Re: qemu accel options on NetBSD 8 VPS [Was Re: Building Linux packages on NetBSD]

2020-06-23 Thread Mayuresh
On Tue, Jun 23, 2020 at 05:59:14PM +0200, Petr Topiarz wrote: > Well, not quite so. It is true, that nvmm is only in 9.0, but you can run > qemu -accel hax on NetBSD 8. > Need to download sys.tgz sources and unpack it to /usr. > Then run "make install" in /usr/pkgsrc/emul/haxm > Then create haxm

Re: qemu accel options on NetBSD 8 VPS [Was Re: Building Linux packages on NetBSD]

2020-06-23 Thread Petr Topiarz
Well, not quite so. It is true, that nvmm is only in 9.0, but you can run qemu -accel hax on NetBSD 8. Need to download sys.tgz sources and unpack it to /usr. Then run "make install" in /usr/pkgsrc/emul/haxm Then create haxm devices and load haxm modules. Then it works. Petr Dne 23. 06. 20 v

Re: qemu accel options on NetBSD 8 VPS [Was Re: Building Linux packages on NetBSD]

2020-06-23 Thread nia
On Tue, Jun 23, 2020 at 04:41:05PM +0530, Mayuresh wrote: > What are the qemu accel options on NetBSD 8.0? (I guess nvmm is only in > 9.0?) Just xen.

Re: netbsd 9 upgrade experience

2020-06-23 Thread maya
On Tue, Jun 23, 2020 at 03:10:19PM +0200, Hauke Fath wrote: > On Sat, 20 Jun 2020 20:19:08 + (GMT), r0ller wrote: > > 3) xorg still crashes when it gets a little stress as it did in 8.1 > > with i915drmkms enabled tough I hoped that upgrading to 9 will solve > > it. See xdm.log and

Re: netbsd 9 upgrade experience

2020-06-23 Thread Hauke Fath
On Sat, 20 Jun 2020 20:19:08 + (GMT), r0ller wrote: > 3) xorg still crashes when it gets a little stress as it did in 8.1 > with i915drmkms enabled tough I hoped that upgrading to 9 will solve > it. See xdm.log and Xorg.0.log attached. You might be better off with wip/xf86-video-intel-git -

Re: qemu accel options on NetBSD 8 VPS [Was Re: Building Linux packages on NetBSD]

2020-06-23 Thread Mayuresh
On Tue, Jun 23, 2020 at 04:41:05PM +0530, Mayuresh wrote: > I am also checking with them on nested virtualization support they offer PS: They clarified they don't support nested virtualization in any of their VPS plans.

Re: mount qcow2 image : qemu-nbd or otherwise

2020-06-23 Thread Ottavio Caruso
On Mon, 22 Jun 2020 at 17:16, Mayuresh wrote: > > Is there any way I can mount qcow2 image on NetBSD? > > I see a utility qemu-nbd that creates a network block device for the > image, but not sure how to use it on NetBSD. I can't help you with qemu-ndb, but can you not just convert the .qcow2

Re: Internet access to qemu guest via bridge0

2020-06-23 Thread Chavdar Ivanov
On Mon, 22 Jun 2020 at 19:30, Mayuresh wrote: > > On Mon, Jun 22, 2020 at 07:09:51PM +0100, Ottavio Caruso wrote: > > Do you get Internet access if you just use "-nic user"? > > Yes. So I enabled both and kind of managed to get internet as well as host > access. But I wish just bridge could do