From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCJoQ-0006qk-S1 for qemu-devel@nongnu.org; Sun, 22 Nov 2009 16:17:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCJoM-0006pb-79 for qemu-devel@nongnu.org; Sun, 22 Nov 2009 16:17:38 -0500 Received: from [199.232.76.173] (port=55818 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCJoM-0006pY-4N for qemu-devel@nongnu.org; Sun, 22 Nov 2009 16:17:34 -0500 Received: from mail.gmx.net ([213.165.64.20]:48760) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NCJoL-00080B-Gz for qemu-devel@nongnu.org; Sun, 22 Nov 2009 16:17:33 -0500 Message-ID: <8585D0F6F32048A8AB01561715AA4AA6@FSCPC> From: "Sebastian Herbszt" References: <20091120225113.GD24539@morn.localdomain> <20091122123503.GH3193@redhat.com> <20091122151052.GK3193@redhat.com> <217FD12D88EA4AC2B2A32D77E010B16C@FSCPC> <20091122153809.GL3193@redhat.com> <20091122174024.GD13491@morn.localdomain> In-Reply-To: <20091122174024.GD13491@morn.localdomain> Subject: Re: [Qemu-devel] Re: POST failure (loop) with isapc and seabios Date: Sun, 22 Nov 2009 22:15:59 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor , Gleb Natapov Cc: qemu-devel@nongnu.org Kevin O'Connor wrote: >> On Sun, Nov 22, 2009 at 04:31:24PM +0100, Sebastian Herbszt wrote: >> > Bad things could happen if someone modifies the BIOS because it's unprotected >> > (e.g. VM crash). > > I'm not sure why modification of the BIOS would cause a VM crash. If > this is true, then a malicious guest could unlock the ram and write to > it for the same effect. On Linux only root can unlock the memory. If the memory is unlocked and a user manages to overwrite the BIOS, the VM will crash on next "reboot" or system_reset. If the OS is using the BIOS interfaces more often, e.g. INT 13h, bad things could happen earlier. - Sebastian