Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2018 12:45:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 230460] emulators/virtualbox-ose panic on CURRENT
Message-ID:  <bug-230460-26505-XyW3FbasEZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230460-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230460-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230460

--- Comment #22 from Vladimir Kondratyev <wulf@freebsd.org> ---
(In reply to Konstantin Belousov from comment #20)

> 1. Why vbox needs to access userspace
> 2. If the item 1 is legitimate, why doesn't vbox use copyin(9) KPI.
<CITE>
For historic reasons, VirutalBox kernel code needs to access user-level code
because the complete virtual memory of the guest is mapped on the host side=
 and
on 32-bit hosts we have the 1G limitation in the kernel part of the address
space (3G for userland, 1G for kernel, kernel starts at 0xC0000000). And we
don't want to limit guests on 32-bit hosts to 1GB RAM.
<\CITE>

https://www.virtualbox.org/ticket/13820

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230460-26505-XyW3FbasEZ>