From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BRice-0000UK-N5 for qemu-devel@nongnu.org; Sat, 22 May 2004 22:21:56 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BRic4-0000Nm-Ab for qemu-devel@nongnu.org; Sat, 22 May 2004 22:21:52 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BRh8m-0002NZ-IA for qemu-devel@nongnu.org; Sat, 22 May 2004 20:47:00 -0400 Received: from [195.122.192.2] (helo=janik.cz) by mx20.gnu.org with esmtp (Exim 4.34) id 1BRZ7P-0003TN-PC for qemu-devel@nongnu.org; Sat, 22 May 2004 12:13:08 -0400 From: Pavel@Janik.cz (=?iso-8859-2?q?Pavel_Jan=EDk?=) Date: Sat, 22 May 2004 18:09:56 +0200 Message-ID: <87n040tpd7.fsf@Janik.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] FreeBSD booting problem (resent) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, people on IRC channel reported problems booting FreeBSD ISO images and floppies. I have tried booting this floppy image: http://tmp.janik.cz/QEMU/FreeBSD/boot.flp with current CVS as of now. pavel@linux:~/Tmp/QEMU> /tmp/QEMU/bin/qemu -pci -boot a -fda ~/.www/tmp.j= anik.cz/QEMU/FreeBSD/boot.flp -S Serial port redirected to /dev/pts/143 QEMU 0.5.5 monitor - type 'help' for more information (qemu) log in_asm (qemu) c (qemu)=20 and /tmp/qemu.log contains: ... IN:=20 0x000090d6: xor %ecx,%ecx 0x000090d8: mov %ecx,%cr3 ---------------- IN:=20 0x000090db: lgdtl 0x96d0 0x000090e2: ljmpw $0x18,$0x90e8 Full log is available at http://tmp.janik.cz/QEMU/FreeBSD/qemu.log.bz2 Interesting thing is: pavel@linux:~/.www/tmp.janik.cz/QEMU/FreeBSD> wc -l qemu.log=20 324664 qemu.log pavel@linux:~/.www/tmp.janik.cz/QEMU/FreeBSD> grep -c "add %al,(%eax)"= qemu.log=20 299565 pavel@linux:~/.www/tmp.janik.cz/QEMU/FreeBSD>=20 Ie. 93% of all executed instructions is add %al,(%eax) --=20 Pavel Jan=EDk Ask three people which VM is best, and you will get four answers ;) -- Hubert Mantel about VM in 2.4.x