Re: [patch] VirtualBox-4.0.14 + FreeBSD/CURRENT + VIMAGE: crash on vm shutdown

2012-04-01 Thread Mikolaj Golub
s: the first one is for VBoxNetFlt (the same I sent to the list but against 4.1.10) and the second one for VBoxNetAdp (a fix for the panic above). BF> Do you aggree that this patch is under MIT License so that I can push BF> it upstream? Sure for both patches. Thanks for taking it! -- Mi

Re: [patch] VirtualBox-4.0.14 + FreeBSD/CURRENT + VIMAGE: crash on vm shutdown

2012-03-20 Thread Mikolaj Golub
On Tue, 20 Mar 2012 09:24:46 +1100 Petro Rossini wrote: PR> On Tue, Mar 20, 2012 at 5:48 AM, Mikolaj Golub wrote: >> Hi, >> >> Here is a patch that fixes the issue I have been observing recently: running >> on VIMAGE enabled kernel VirtualBox causes the kernel cr

[patch] VirtualBox-4.0.14 + FreeBSD/CURRENT + VIMAGE: crash on vm shutdown

2012-03-19 Thread Mikolaj Golub
Xint0x80_syscall+0x21 -- Mikolaj Golub --- VirtualBox-4.0.14_OSE/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2012-03-18 00:21:42.0 +0200 +++ VirtualBox-4.0.14_OSE/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c 2012-03-18 00:22:18.0 +0200 @@ -651,13

Re: VirtualBox + VIMAGE

2011-03-17 Thread Mikolaj Golub
rts/revision/?rev=1264 BF> It got also reviewed from upstream and it looks fine so far. Will BF> hopefully be committed soon. Thank you! -- Mikolaj Golub ___ freebsd-emulation@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: VirtualBox + VIMAGE

2011-01-27 Thread Mikolaj Golub
anks! BF> It is currently unclear to me why you add VIMAGE to CFLAGS but nowhere BF> check for VIMAGE in VBoxNetFlt-freebsd.c. Shouldn't we add a check for BF> VIMAGE in the #if defined line or is this already done somewhere deep in BF> the included headers? All magic is in ne

Re: VirtualBox + VIMAGE

2011-01-26 Thread Mikolaj Golub
On Wed, 26 Jan 2011 14:18:03 + (UTC) Bjoern A. Zeeb wrote: BAZ> On Wed, 26 Jan 2011, Mikolaj Golub wrote: >> >> On Wed, 26 Jan 2011 09:15:46 + (UTC) Bjoern A. Zeeb wrote: >> >> BAZ> I think you should wrap the CURVNET changes in __FreeBSD_version &

Re: VirtualBox + VIMAGE

2011-01-26 Thread Mikolaj Golub
ernel" off .endif and if it is on set VIMAGE make environment variable. Or may be you have a better solution. BF> For Mikolaj Golub to get this patch upstream we need that you either BF> agree that his patch is under the MIT License or sign a Sun Contributors BF> Agreement. Then we

Re: VirtualBox + VIMAGE

2011-01-26 Thread Mikolaj Golub
BAZ> #if defined(__FreeBSD_version) && __FreeBSD_version >= 800500 BAZ> #endif BAZ> might be a save bet. Thanks. Something like in the patch below? Note, I have not run this version yet. Will test it tonight or tomorrow. -- Mikolaj Golub diff -rpu VirtualBox-3.2.12_OSE.orig/sr

Re: VirtualBox + VIMAGE

2011-01-25 Thread Mikolaj Golub
On Sun, 23 Jan 2011 23:44:41 -0800 Julian Elischer wrote: JE> On 1/23/11 6:33 AM, Mikolaj Golub wrote: >> As a quick fix I added in VBoxNetFlt-freebsd.c in all "problem" functions >> CURVNET_SET_QUIET(vnet0) macro, which sets td->td_vnet to default vnet (see

VirtualBox + VIMAGE

2011-01-23 Thread Mikolaj Golub
emulators/virtualbox-ose-kmod make patch cd work patch -p0 < /path/to/VirtualBox-3.2.12.VIMAGE.patch cd .. VIMAGE=1 make -- Mikolaj Golub diff -rpu VirtualBox-3.2.12_OSE.orig/src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile VirtualBox-3.2.12_OSE/src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile --

Re: CFT: Fix VirtualBox on 9-CURRENT and recent STABLE

2010-03-10 Thread Mikolaj Golub
7;t record it, so I am not sure it was the same assertion) so I alway built virtualbox without debugging. -- Mikolaj Golub ___ freebsd-emulation@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, se

Re: virtualbox status on 8.0-STABLE i386

2010-03-08 Thread Mikolaj Golub
se-kmod && make patch applied this patch and your previous patch ("Patch to fix VirtualBox with recent kernel versions") built and reinstall the same for emulators/virtualbox-ose 3) rebooted and started vm guest virtualbox-ose-3.1.2_1 A