From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I4GVT-0008O0-Tr for qemu-devel@nongnu.org; Fri, 29 Jun 2007 09:27:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I4GVS-0008Ne-Jz for qemu-devel@nongnu.org; Fri, 29 Jun 2007 09:27:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4GVS-0008Nb-DM for qemu-devel@nongnu.org; Fri, 29 Jun 2007 09:27:26 -0400 Received: from smtp.freemail.gr ([81.171.104.107]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4GVR-00057I-Sj for qemu-devel@nongnu.org; Fri, 29 Jun 2007 09:27:26 -0400 Received: from [192.168.1.36] (ppp88-237.adsl.forthnet.gr [195.74.253.237]) by smtp.freemail.gr (Postfix) with ESMTP id 318C9A082AB for ; Fri, 29 Jun 2007 16:27:22 +0300 (EEST) Message-ID: <468508D6.8060902@freemail.gr> Date: Fri, 29 Jun 2007 16:27:50 +0300 From: Constantine Kousoulos MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-system-x86_64 bugs 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 Hello, I have qemu-0.9.0 (installed via deb package) on debian-amd64 unstable on a turion64 hp notebook. I have detected the following bugs when using the command "qemu-system-x86_64 -hda /dev/hda": 1) I use grub-0.97 to boot my system. Qemu (meaning the above command) always boots the same image although it may have changed between two uses of qemu. For example, if i use qemu and grub has the following options at boot time Linux MyOS1 MyOS2 i choose MyOS1 the first time. I close qemu, modify and rebuild MyOS1, then call qemu again. When i choose MyOS1, qemu will run the os image it run the first time and not the new image. This will repeat until i reboot my system. 2) When i use the monitor, qemu refuses to print 64-bit registers rax, rbx, rsp, etc. The command "info registers" does not show any of the above registers. The command "p $rax" produces the message "unknown register". In addition, it doesn't print either the 32-bit registers eax. ebx, esp, etc when using the command "info registers". However it does print the previously mentioned regs when the command "p $e**" is used. Regs e** seem to represent regs r** because the former can "contain" 64-bit values. In one of my test kernels, i did a "movq $0xffffffffff, %rdi" and from within qemu "p $edi" produced 0xffffffffff. Constantine PS I'm not registered to this list so please cc me to your replies.