From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I7wgZ-0006lc-05 for qemu-devel@nongnu.org; Mon, 09 Jul 2007 13:06:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I7wgW-0006lQ-L4 for qemu-devel@nongnu.org; Mon, 09 Jul 2007 13:06:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7wgW-0006lN-Fv for qemu-devel@nongnu.org; Mon, 09 Jul 2007 13:06:04 -0400 Received: from ik-out-1112.google.com ([66.249.90.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I7wgV-00024d-Vl for qemu-devel@nongnu.org; Mon, 09 Jul 2007 13:06:04 -0400 Received: by ik-out-1112.google.com with SMTP id c29so810286ika for ; Mon, 09 Jul 2007 10:06:02 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 20:06:01 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] 32 bit emulating 64 bit In-Reply-To: <46926434.20600@bandsman.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46926434.20600@bandsman.co.uk> 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 On 7/9/07, Nigel Horne wrote: > Is it possible to use a 32 bit host to run a 64 bit guest? I can't get the IA64 version > of FreeBSD6.2 to boot under my 32 bit Linux, qemu just changes its status bar to QEMU [ stopped ] > no reason or message is printed, it just silently stops. Generally yes, I don't know about IA64 status. For example Sparc64 emulator on x86 runs as fine as on x86-64: OpenBIOS for Sparc64 boot arg = 0x0 00000000-08000000 RAM 128 MB forth started. initializing memory...done Initializing PCI devices... 0:0.0 - 108e:a000 - /pci/pci108e,a000 - host 0:1.0 - 108e:5000 - /pci/pci108e,5000 - pci 0:1.1 - 108e:5000 - /pci/pci108e,5000 - pci 0:2.0 - 1013:b8 - /pci/pci1013,b8 - display 0:3.0 - 10ec:8029 - /pci/pci10ec,8029 - ethernet 0:4.0 - 8086:7010 - /pci/pci8086,7010 - ide ide0: [io ports 0x1f0-0x1f7,0x3f6] drive0 [ATA disk]: QEMU HARDDISK ide1: [io ports 0x170-0x177,0x376] drive0 [ATAPI floppy]: QEMU CD-ROM floppy_init FDC is a S82078B floppy_reset floppy_motor_off SENSEI 20 00 status = 80, reply_buffer= 20 0 fdc_specify FD_SPECIFY(c1, 11) set_drive status = 80, new_dor = 10 floppy_recalibrate fdc_state.version = 0062 invalid nvram partition length nvram error detected, zapping pram falling off... Unhandled Exception 0x0000000000000008 PC = 0x0000000000000008 NPC = 0x000000000000000c Stopping execution The physical address space is much larger than 4G.