All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] 2.6 kernel + new timing code + kqemu (-kernel-kqemu)
@ 2006-07-14 18:42 Lonnie Mendez
  2006-07-14 18:50 ` Fabrice Bellard
  0 siblings, 1 reply; 3+ messages in thread
From: Lonnie Mendez @ 2006-07-14 18:42 UTC (permalink / raw)
  To: qemu-devel

I ran a limited test with the new code to see what works.  All tests run
with kqemu enabled binary (1.3.0pre9).  Host is a laptop w/ pentium 3
mobile processor running ubuntu linux.

deb-sid (2.6.17-1-686 SMP):

qemu -hda deb-sid.qcow -no-kqemu
   boots to login prompt

qemu -hda deb-sid.qcow
    boots to login prompt

qemu -hda deb-sid.qcow -kernel-kqemu
    hangs on boot with:
       
  hda: QEMU HARDDISK, ATA DISK drive
  ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
  hdc: QEMU CD-ROM, ATAPI CD/DVD-ROM drive
  ide1 at 0x170-0x177,0x376 on irq 15
  hda: max request size: 512KiB
  hda: 6291456 sectors (3221 MB) w/256KiB Cache, CHS=6241/255/63, (U)DMA
  hda: lost interrupt
  hda: lost interrupt
  hda: lost interrupt
  hda: set_multmode: status=0x41 { DriveReady Error }
  hda: set_multmode: error=0x04 { DriveStatusError }
  ide: failed opcode was: 0xef
  ... hangs ...

qemu -hda deb-sid.qcow -kernel-kqemu -no-acpi
   boots to login prompt

I also tried an old fedora core 5 install iso 'FC-5-i386-disc1.iso'
since it uses a 2.6 kernel:

qemu -cdrom FC-5-i386-disc1.iso -kernel-kqemu
   hangs on boot with:

  hdc: QEMU CD-ROM, ATAPI CD/DVD-ROM drive
  ide1 at 0x170-0x177,0x376 on irq 15
  ide-cd: cmd 0x5a timed out
  hdc: lost interrupt
  ide-cd: cmd 0x5a timed out
  hdc: lost interrupt
  hdc: ATAPI 4X CD-ROM drive, 512kB Cache
  Uniform CD-ROM driver Revision: 3.20

  it will boot appending -no-acpi.  For whatever reason the images will
boot with qemu on windows host without problem.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] 2.6 kernel + new timing code + kqemu (-kernel-kqemu)
  2006-07-14 18:42 [Qemu-devel] 2.6 kernel + new timing code + kqemu (-kernel-kqemu) Lonnie Mendez
@ 2006-07-14 18:50 ` Fabrice Bellard
  2006-07-14 19:10   ` Lonnie Mendez
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Bellard @ 2006-07-14 18:50 UTC (permalink / raw)
  To: qemu-devel

Lonnie Mendez wrote:
> I ran a limited test with the new code to see what works.  All tests run
> with kqemu enabled binary (1.3.0pre9).  Host is a laptop w/ pentium 3
> mobile processor running ubuntu linux.
> 
> deb-sid (2.6.17-1-686 SMP):
> 
> qemu -hda deb-sid.qcow -no-kqemu
>    boots to login prompt
> 
> qemu -hda deb-sid.qcow
>     boots to login prompt
> 
> qemu -hda deb-sid.qcow -kernel-kqemu
>     hangs on boot with:
>        
>   hda: QEMU HARDDISK, ATA DISK drive
>   ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
>   hdc: QEMU CD-ROM, ATAPI CD/DVD-ROM drive
>   ide1 at 0x170-0x177,0x376 on irq 15
>   hda: max request size: 512KiB
>   hda: 6291456 sectors (3221 MB) w/256KiB Cache, CHS=6241/255/63, (U)DMA
>   hda: lost interrupt
>   hda: lost interrupt
>   hda: lost interrupt
>   hda: set_multmode: status=0x41 { DriveReady Error }
>   hda: set_multmode: error=0x04 { DriveStatusError }
>   ide: failed opcode was: 0xef
>   ... hangs ...

Did you have the same problem before the timer patch ?

> qemu -hda deb-sid.qcow -kernel-kqemu -no-acpi
>    boots to login prompt
> 
> I also tried an old fedora core 5 install iso 'FC-5-i386-disc1.iso'
> since it uses a 2.6 kernel:
> 
> qemu -cdrom FC-5-i386-disc1.iso -kernel-kqemu
>    hangs on boot with:
> 
>   hdc: QEMU CD-ROM, ATAPI CD/DVD-ROM drive
>   ide1 at 0x170-0x177,0x376 on irq 15
>   ide-cd: cmd 0x5a timed out
>   hdc: lost interrupt
>   ide-cd: cmd 0x5a timed out
>   hdc: lost interrupt
>   hdc: ATAPI 4X CD-ROM drive, 512kB Cache
>   Uniform CD-ROM driver Revision: 3.20
> 
>   it will boot appending -no-acpi.  For whatever reason the images will
> boot with qemu on windows host without problem.
> 
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] 2.6 kernel + new timing code + kqemu (-kernel-kqemu)
  2006-07-14 18:50 ` Fabrice Bellard
@ 2006-07-14 19:10   ` Lonnie Mendez
  0 siblings, 0 replies; 3+ messages in thread
From: Lonnie Mendez @ 2006-07-14 19:10 UTC (permalink / raw)
  To: qemu-devel

On Fri, 2006-07-14 at 20:50 +0200, Fabrice Bellard wrote:
> Lonnie Mendez wrote:
> > I ran a limited test with the new code to see what works.  All tests run
> > with kqemu enabled binary (1.3.0pre9).  Host is a laptop w/ pentium 3
> > mobile processor running ubuntu linux.
> > 
> > deb-sid (2.6.17-1-686 SMP):
> > 
> > qemu -hda deb-sid.qcow -no-kqemu
> >    boots to login prompt
> > 
> > qemu -hda deb-sid.qcow
> >     boots to login prompt
> > 
> > qemu -hda deb-sid.qcow -kernel-kqemu
> >     hangs on boot with:
> >        
> >   hda: QEMU HARDDISK, ATA DISK drive
> >   ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> >   hdc: QEMU CD-ROM, ATAPI CD/DVD-ROM drive
> >   ide1 at 0x170-0x177,0x376 on irq 15
> >   hda: max request size: 512KiB
> >   hda: 6291456 sectors (3221 MB) w/256KiB Cache, CHS=6241/255/63, (U)DMA
> >   hda: lost interrupt
> >   hda: lost interrupt
> >   hda: lost interrupt
> >   hda: set_multmode: status=0x41 { DriveReady Error }
> >   hda: set_multmode: error=0x04 { DriveStatusError }
> >   ide: failed opcode was: 0xef
> >   ... hangs ...
> 
> Did you have the same problem before the timer patch ?

  No.  The problem is not evident with qemu 0.8.1 release and CVS
checkouts from before the timer patch.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-14 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-14 18:42 [Qemu-devel] 2.6 kernel + new timing code + kqemu (-kernel-kqemu) Lonnie Mendez
2006-07-14 18:50 ` Fabrice Bellard
2006-07-14 19:10   ` Lonnie Mendez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.