qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] QEMU on x86_64: some feedback and questions
@ 2007-06-03 21:03 Bruno Cornec
  2007-06-04  8:24 ` Natalia Portillo
  2007-06-04  9:39 ` [Qemu-devel] " Loiseleur Michel
  0 siblings, 2 replies; 3+ messages in thread
From: Bruno Cornec @ 2007-06-03 21:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: bruno

Hello,

I hope this kind of message is acceptable for this list.
[I'm not a subscriber yet, please keep my address in cc:]

I'm the developper of a project (http://www.mondorescue.org) where I
extensively use QEMU for generating all the packages I want to produce
for my application.

Up to now my home system was an i686 machine and I had 26 different VMs
to generate my sw for 26 different distros. All was fine, and kudos to
the dev team for that.

I recently changed for a Core2 Duo machine, and began to add 64 bits
virutal machines to the play. 

First point, all my 26 i386 VMs seem to still work fine.
For x86_64 VMs, the results are mixed:

Fully operational for fedora 6, mandriva 2007.0, 2007.1, rhel 4 and 5.

My rhel 3 x86_64 VM is unable to reboot correctly. When no special
parameter given to the kernel, it does 'Lost interrupts' after detecting
my hda IDE drive, and finishes by a kernel panic. If I add noapic
nolapic to the boot line, it goes further (without 'Lost interrupts'
mesages) but panics during ethernet card setup (acpi irq messages).

My debian 4.0 and suse 10.2 x86_64 VMs exhibit another issue. During
installation they block at grub-install and never go out - I left them
for hours with out sign of change. I tried to install grub manually
without more luck. And thus can't really finish the installation.

Let me know if I can provide you more precise details (or screenshots)
that could help you solve those issues, or if you have tests that you
want me to perform in order to diagnose the problem.

I already saw some similar reports (Cf:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425648) but not any
track to solve them.

At least I hope the report is useful.
Thanks for a great tool and best regards,
Bruno.
-- 
Des infos sur la musique ancienne  -- http://www.musique-ancienne.org
Des infos sur les logiciels libres -- http://www.HyPer-Linux.org
Home, sweet musical Home -- Lover of Andromède, Béatrice, Early Music, 
Josquin, Linux, Mélisande, Recorder, and Ségolène (not in that order)

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

* Re: [Qemu-devel] QEMU on x86_64: some feedback and questions
  2007-06-03 21:03 [Qemu-devel] QEMU on x86_64: some feedback and questions Bruno Cornec
@ 2007-06-04  8:24 ` Natalia Portillo
  2007-06-04  9:39 ` [Qemu-devel] " Loiseleur Michel
  1 sibling, 0 replies; 3+ messages in thread
From: Natalia Portillo @ 2007-06-04  8:24 UTC (permalink / raw)
  To: qemu-devel

Try to disable ACPI emulation in both Linux guest and QEMU command line.

It may help.

Also check the dmesg output when grub hangs. It may be trying to access
an empty or nonexistent floppy drive (I've had this behaviour in a real
machine where I had to tell grub to not search for a floppy drive)

El dom, 03-06-2007 a las 23:03 +0200, Bruno Cornec escribió:
> Hello,
> 
> I hope this kind of message is acceptable for this list.
> [I'm not a subscriber yet, please keep my address in cc:]
> 
> I'm the developper of a project (http://www.mondorescue.org) where I
> extensively use QEMU for generating all the packages I want to produce
> for my application.
> 
> Up to now my home system was an i686 machine and I had 26 different VMs
> to generate my sw for 26 different distros. All was fine, and kudos to
> the dev team for that.
> 
> I recently changed for a Core2 Duo machine, and began to add 64 bits
> virutal machines to the play. 
> 
> First point, all my 26 i386 VMs seem to still work fine.
> For x86_64 VMs, the results are mixed:
> 
> Fully operational for fedora 6, mandriva 2007.0, 2007.1, rhel 4 and 5.
> 
> My rhel 3 x86_64 VM is unable to reboot correctly. When no special
> parameter given to the kernel, it does 'Lost interrupts' after detecting
> my hda IDE drive, and finishes by a kernel panic. If I add noapic
> nolapic to the boot line, it goes further (without 'Lost interrupts'
> mesages) but panics during ethernet card setup (acpi irq messages).
> 
> My debian 4.0 and suse 10.2 x86_64 VMs exhibit another issue. During
> installation they block at grub-install and never go out - I left them
> for hours with out sign of change. I tried to install grub manually
> without more luck. And thus can't really finish the installation.
> 
> Let me know if I can provide you more precise details (or screenshots)
> that could help you solve those issues, or if you have tests that you
> want me to perform in order to diagnose the problem.
> 
> I already saw some similar reports (Cf:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425648) but not any
> track to solve them.
> 
> At least I hope the report is useful.
> Thanks for a great tool and best regards,
> Bruno.

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

* [Qemu-devel] Re: QEMU on x86_64: some feedback and questions
  2007-06-03 21:03 [Qemu-devel] QEMU on x86_64: some feedback and questions Bruno Cornec
  2007-06-04  8:24 ` Natalia Portillo
@ 2007-06-04  9:39 ` Loiseleur Michel
  1 sibling, 0 replies; 3+ messages in thread
From: Loiseleur Michel @ 2007-06-04  9:39 UTC (permalink / raw)
  To: qemu-devel

Bruno Cornec a écrit :
> Hello,
> 
> I hope this kind of message is acceptable for this list.
> [I'm not a subscriber yet, please keep my address in cc:]
> 
> I'm the developper of a project (http://www.mondorescue.org) where I
> extensively use QEMU for generating all the packages I want to produce
> for my application.
> 
> Up to now my home system was an i686 machine and I had 26 different VMs
> to generate my sw for 26 different distros. All was fine, and kudos to
> the dev team for that.
> 
> I recently changed for a Core2 Duo machine, and began to add 64 bits
> virutal machines to the play. 
> 
> First point, all my 26 i386 VMs seem to still work fine.
> For x86_64 VMs, the results are mixed:
> 
> Fully operational for fedora 6, mandriva 2007.0, 2007.1, rhel 4 and 5.
> 
> My rhel 3 x86_64 VM is unable to reboot correctly. When no special
> parameter given to the kernel, it does 'Lost interrupts' after detecting
> my hda IDE drive, and finishes by a kernel panic. If I add noapic
> nolapic to the boot line, it goes further (without 'Lost interrupts'
> mesages) but panics during ethernet card setup (acpi irq messages).
> 
You can try also with -kernel-kqemu or with -no-kqemu. Sometimes, it's
more reliable.


Regards,
Michel

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

end of thread, other threads:[~2007-06-04  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03 21:03 [Qemu-devel] QEMU on x86_64: some feedback and questions Bruno Cornec
2007-06-04  8:24 ` Natalia Portillo
2007-06-04  9:39 ` [Qemu-devel] " Loiseleur Michel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).