From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [ANNOUNCE] kvm-75 release Date: Sun, 14 Sep 2008 03:57:46 +0300 Message-ID: <48CC618A.6050303@qumranet.com> References: <48C7D894.1060304@qumranet.com> <20080913210651.GA25649@psychosis.jim.sh> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM list To: Jim Paris Return-path: Received: from il.qumranet.com ([212.179.150.194]:19141 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753010AbYINA5n (ORCPT ); Sat, 13 Sep 2008 20:57:43 -0400 In-Reply-To: <20080913210651.GA25649@psychosis.jim.sh> Sender: kvm-owner@vger.kernel.org List-ID: Jim Paris wrote: > Avi Kivity wrote: > >> - restore option roms to their original content on reset >> - fixes extboot failures after reset >> > > It doesn't seem to work here: > > $ dmesg | grep kvm | tail -1 > [1649282.904413] loaded kvm module (kvm-75) > $ sudo kvm | head -1 > QEMU PC emulator version 0.9.1 (kvm-75), Copyright (c) 2003-2008 Fabrice Bellard > $ sudo /usr/bin/kvm -M pc -m 512 -smp 1 -name svn -boot c -drive file=/dev/mapper/raid1-svn,if=virtio,index=0,boot=on > > At GRUB, I hit "c" for a command prompt, then type "reboot". > grub is probably booting via int 19 or jumping to the reset vector, so kvm doesn't see the reboot. If that's the case, we can either implement the chipset's memory control registers properly and teach the bios to program them, or add a hack in the bios to trigger the copying without the full reset. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.