qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] QEMU 0.5.3 release


From: Herbert Poetzl
Subject: Re: [Qemu-devel] QEMU 0.5.3 release
Date: Sun, 4 Apr 2004 20:31:19 +0200
User-agent: Mutt/1.4.1i

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
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/qemu-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]