From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BACRN-0002eH-0E for qemu-devel@nongnu.org; Sun, 04 Apr 2004 14:33:53 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BACQq-0002Sg-Be for qemu-devel@nongnu.org; Sun, 04 Apr 2004 14:33:51 -0400 Received: from [212.16.62.51] (helo=mail.13thfloor.at) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BACOy-0001Nn-I0 for qemu-devel@nongnu.org; Sun, 04 Apr 2004 14:31:24 -0400 Date: Sun, 4 Apr 2004 20:31:19 +0200 From: Herbert Poetzl Subject: Re: [Qemu-devel] QEMU 0.5.3 release Message-ID: <20040404183119.GA5281@MAIL.13thfloor.at> References: <40702CB3.5050406@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40702CB3.5050406@bellard.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabrice Bellard Cc: qemu-devel@nongnu.org On Sun, Apr 04, 2004 at 05:41:39PM +0200, Fabrice Bellard wrote: > Hi, > > QEMU 0.5.3 is available at http://bellard.org/qemu/. hmm, and I have the first issues ... # qemu-0.5.3/i386/qemu-fast -nographic -L qemu-0.5.3/pc-bios -m 128 -snapshot -hda IMGs/TEST_32M.img -hdb IMGs/TEST_256M.img -kernel linux-2.6.5-vs1.9.0pre1-XB/arch/i386/boot/bzImage -append "rw root=/dev/hda1" ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx hda: QEMU HARDDISK, ATA DISK drive hdc: QEMU CD-ROM, ATAPI CD/DVD-ROM drive Using anticipatory io scheduler ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 ide1 at 0x170-0x177,0x376 on irq 15 hda: max request size: 128KiB hda: 65537 sectors (33 MB) w/256KiB Cache, CHS=65/16/63 /dev/ide/host0/bus0/target0/lun0:<4>hda: set_multmode: status=0x41 { DriveReady Error } hda: set_multmode: error=0x04 { DriveStatusError } ... VFS: Cannot open root device "hda1" or hda1 Please append a correct "root=" boot option Kernel panic: VFS: Unable to mount root fs on hda1 <4>Losing too many ticks! TSC cannot be used as a timesource. <4>Possible reasons for this are: You're running with Speedstep, You don't have DMA enabled for your hard disk (see hdparm), Incorrect TSC synchronization on an SMP system (see dmesg). Falling back to a sane timesource now. where 0.5.2 with the same options gives ... ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx hda: QEMU HARDDISK, ATA DISK drive hdb: QEMU HARDDISK, ATA DISK drive hda: 65537 sectors (33 MB) w/256KiB Cache, CHS=65/16/63 /dev/ide/host0/bus0/target0/lun0:<4>hda: set_multmode: status=0x41 { DriveReady Error } hda: set_multmode: error=0x04 { DriveStatusError } p1 hdb: max request size: 128KiB hdb: 524289 sectors (268 MB) w/256KiB Cache, CHS=520/16/63 /dev/ide/host0/bus0/target1/lun0:<4>hdb: set_multmode: status=0x41 { DriveReady Error } hdb: set_multmode: error=0x04 { DriveStatusError } p1 and everything works fine ... if you need any additional info, please let me know ... TIA, Herbert > Changelog: > > version 0.5.3: > > - added Bochs VESA VBE support > - VGA memory map mode 3 access fix (OS/2 install fix) > - IDE fixes (Jens Axboe) > - CPU interrupt fixes > - fixed various TLB invalidation cases (NT install) > - fixed cr0.WP semantics (XP install) > - direct chaining support for SPARC and PowerPC (faster) > - ARM NWFPE support (initial patch by Ulrich Hecht) > - added specific x86 to x86 translator (close to native performance > in qemu-i386 and qemu-fast) > - shm syscalls support (Paul McKerras) > - added accurate CR0.MP/ME/TS emulation > - fixed DMA memory write access (Win95 boot floppy fix) > - graphical x86 linux loader > - command line monitor > - generic removable device support > - support of CD-ROM change > - multiple network interface support > - initial x86-64 host support (Gwenole Beauchesne) > - lret to outer priviledge fix (OS/2 install fix) > - task switch fixes (SkyOS boot) > - VM save/restore commands > - new timer API > - more precise RTC emulation (periodic timers + time updates) > - Win32 port (initial patch by Kazu) > > Fabrice. > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://mail.nongnu.org/mailman/listinfo/qemu-devel