From owner-freebsd-emulation@FreeBSD.ORG Thu Feb 1 20:03:03 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78EB416A403; Thu, 1 Feb 2007 20:03:03 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 1F44113C428; Thu, 1 Feb 2007 20:03:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l11K2wLJ097721; Thu, 1 Feb 2007 15:02:58 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Juergen Lock Date: Thu, 1 Feb 2007 15:02:53 -0500 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200702011502.56443.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2513/Thu Feb 1 11:48:53 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: freebsd-emulation@FreeBSD.org Subject: [FIX] QEMU and ACPI X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2007 20:03:03 -0000 You may have noticed recent QEMU does not boot FreeBSD/amd64 SMP guest on FreeBSD/amd64 -CURRENT host (i.e., you may have seen 'invalid RSDT checksum' error while booting). That is because the QEMU BIOS (which is actually Bochs BIOS with little modification) has a little bug in it. If you experience the issue, grab a file from here: http://people.freebsd.org/~jkim/qemu-bios.bin and replace /usr/local/share/qemu/bios.bin with it. The QEMU patch against Bochs BIOS is here: http://people.freebsd.org/~jkim/qemu-bios.diff Basically it wasn't clearing RSDT before checksum calculation. ;-) FYI... Jung-uk Kim