From owner-freebsd-emulation@FreeBSD.ORG Sun May 24 06:45:07 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 402931065675 for ; Sun, 24 May 2009 06:45:07 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from mail-qy0-f105.google.com (mail-qy0-f105.google.com [209.85.221.105]) by mx1.freebsd.org (Postfix) with ESMTP id E56BF8FC22 for ; Sun, 24 May 2009 06:45:06 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by qyk3 with SMTP id 3so3919876qyk.3 for ; Sat, 23 May 2009 23:45:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=u2X9SY0H6diJPFUhEsFcYTRk9u6XkLYbZL3ODQyW9vE=; b=pLmjqWGd6errYxq8wsxQELabAxB8np7NhKqZpWkqCKnf9qkxWn6yMr04TYRciZlrzf F9P+eHHVt8WzF1P4shNqQhpsg2+OxrFpr/e81oGmvwOznWnOqymbl9cqQF+fE6zncCUM 93bNM+txAv3gGHDQnaEVpsDoOaaEiFLdnPZqE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=GLQIf6vQ9lrx+jKin67l1cGXR6WZVS4XH8FqeX5mynNLBB73Cf3vQCT6J2vMqduIdT MJfVwQaFK7Y83+vMj9WNgpOh2AI4LNl0b+yCi9lIAQt6uFLbJsPp8scu1R4X/kbAMhn6 5DRxU8R4xlKDkt7AGo9X8+bq3g6llo76p0zYs= MIME-Version: 1.0 Received: by 10.229.70.210 with SMTP id e18mr1870769qcj.20.1243145629493; Sat, 23 May 2009 23:13:49 -0700 (PDT) Date: Sun, 24 May 2009 14:13:49 +0800 Message-ID: <53a1e0710905232313m5141ec3fne27c8d74e8d385e8@mail.gmail.com> From: Henry Hu To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 3 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hu.henry9@gmail.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2009 06:45:08 -0000 I've tried the virtualbox_4.tgz. It compiled and installed fine, but the screen keeps gray after I started the VM. I tried to debug and found that the VM stops in the wait() call in bios. After hlt instruction, the timer interrupt never arrives. But if I press a key, I can see log messages about it. After I changed kern.hz from 100 to 1000, the problem went away. There's a problem about VMX when installing Windows XP. I installed it with VMX disabled and then enabled VMX. Now I'm running Windows XP smoothly, much faster than qemu. Thanks for the great work! Cheers, Henry