Re: [vbox-dev] Possible bug in VB

2010-04-08 Thread Michal Seben
On Thursday 08 April 2010 13:33:09 Sander van Leeuwen wrote: > Thanks for the link. I've found and fixed the problem. It's an edge case > where the guest writes to a non-present guest page > in the same region our hypervisor is located. That caused a #PF storm > inside the guest, because the hyperv

Re: [vbox-dev] Possible bug in VB

2010-04-08 Thread Michal Seben
On Wednesday 07 April 2010 09:55:05 Sander van Leeuwen wrote: > Larry, > > Is there a bootable ISO available with this 11.3 kernel? > > Thanks, > Jirka uploaded build0518 with some debug marks to kernel see his comment : https://bugzilla.novell.com/show_bug.cgi?id=576681#c60 and his prepared iso

Re: [vbox-dev] assignment makes pointer from integer w ithout a cast in fakedri_drv.c

2009-12-02 Thread Michal Seben
> Hi Michal, > > Thanks for noticing the warning. > Your change is a bit wrong though, because you've changed +5 to -5 ... > Also, it should be cast to intptr_t. > I'd add the change to our tree after the test. > > Leonid. > > > ___ > vbox-dev mailin

[vbox-dev] assignment makes pointer from integer without a cast in fakedri_drv.c

2009-12-02 Thread Michal Seben
Hi all! I have problem with next piece of code in src/VBox/Additions/common/crOpenGL/fakedri_drv.c:201 -- shift = pStart-(dlip.dli_saddr+5); -- build runs fine, but I hit warning : -- /usr/src/packages/BUILD/VirtualBox-3.1.0_OSE/src/VBox/Additions/common/crOpenGL/fakedri_drv.c:201: warning: ass