qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [kqemu] BR and presentation
@ 2008-01-18 17:34 Jérôme PRIOR
       [not found] ` <200801182352.14314.phillip.s.young@gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Jérôme PRIOR @ 2008-01-18 17:34 UTC (permalink / raw)
  To: qemu-devel

Hi,

I'm using qemu on a Slackware 12.0 up to date. Kernel is home made, and
release is : 2.6.21.5
My processor is an AthlonXP 2500+ (so, single core and no virtualisation
instructions embedded)
My qemu and kqemu version are : kqemu-1.3.0pre11-i686-1ast
qemu-0.9.0-i686-0ast. I build myself the package stripping qemu
binaries, but not kqemu module of course.

I try to run Fedora 8. It is a live CD installable.
I first try to boot it whit kqemu enable. Kernel Panic :
cl : qemu -hda fedora8.qcow2 -cdrom /dev/hdb -kernel-kqemu -boot d

--- boq ---

[[a big serie of lines likes this are before those]]
 [<c04041be>] __switch_to+0xcb/0x149
 [<c0405046>] ret_from_fork+0x6/0x1c
 [<c073f3e0>] kernel_init+0x0/0x360
 [<c073f3e0>] kernel_init+0x0/0x360
 [<c0405dbb>] kernel_thread_helper+0x7/0x10
 =======================
Code : 57 89 d1 .... [[lot of other during 3 lines]]
EIP: [<c046b372>] __init_zone_state+0x2b/0x4d SS:ESP 0068:c7fd9c10
kernel panic - not syncing: Attemped to kill init!
Clocksource tsc unstable (delta = -339335566 ns)
Time: pit clocksource has been installed.

--- eoq ---

Booting without the kqemu just works fine ... and slowly ;)
After installing the liveCD, I try to boot my new vm, with the kqemu
enable, the kernel panic is the same.
cl : qemu -hda fedora8.qcow2 -cdrom /dev/hdb -kernel-kqemu -boot c
Booting without -kernel-kqemu option just works fine.

I don't know if I can help you to have many informations, or if the bug
is known.

I've got some other problems, maybe this is linked :
  1/ I installed slackware-12.0 on a vm (the same OS as hosted, may I
consult a psychanalist ?), on qcow2 virtual disk. The installation and
use works fine, full virtualisation enabled, and today, without doing
nothing particular, the vm won't boot : no hard disk bootable. I boot
on my cd, I fdisk, and I just cry and constast my disk was just empty :
no partition, no swap, nothing, just a virgin hard drive, even though I
used this virtual machine many time before ! And the matter is similar
in 2/
  2/ When I tried to snapshot my virtual Slackware-12.0 (this Slackware
is for make perfect package/SlackBuild on a full installed and vanilla
slackware), my hard disk worked, and few seconds later, the vm just
stop. When I try to boot, same error as in 1/. And when I boot my
rescue CD on it, same thing. This last point (trying to make a
snapshot) has been made 3 times ! And 3 times the same errors. Now I'm
going to use qcow instead of qcow2 and just cp/dd my virtual disk
instead of using snapshot.

I hope I help you a little, see you and thx

-- 
aster

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

* Re: [Qemu-devel] [kqemu] BR and presentation
       [not found] ` <200801182352.14314.phillip.s.young@gmail.com>
@ 2008-01-19  9:28   ` Jérôme PRIOR
  2008-01-20 10:17     ` Thomas Irlet
  0 siblings, 1 reply; 3+ messages in thread
From: Jérôme PRIOR @ 2008-01-19  9:28 UTC (permalink / raw)
  To: Phillip S. Young; +Cc: qemu-devel

> > I've got some other problems, maybe this is linked :
> >   1/ I installed slackware-12.0 on a vm (the same OS as hosted, may
> > I consult a psychanalist ?), on qcow2 virtual disk. The
> > installation and use works fine, full virtualisation enabled, and
> > today, without doing nothing particular, the vm won't boot : no
> > hard disk bootable. I boot on my cd, I fdisk, and I just cry and
> > constast my disk was just empty : no partition, no swap, nothing,
> > just a virgin hard drive, even though I used this virtual machine
> > many time before ! And the matter is similar in 2/
> >   2/ When I tried to snapshot my virtual Slackware-12.0 (this
> > Slackware is for make perfect package/SlackBuild on a full
> > installed and vanilla slackware), my hard disk worked, and few
> > seconds later, the vm just stop. When I try to boot, same error as
> > in 1/. And when I boot my rescue CD on it, same thing. This last
> > point (trying to make a snapshot) has been made 3 times ! And 3
> > times the same errors. Now I'm going to use qcow instead of qcow2
> > and just cp/dd my virtual disk instead of using snapshot.
> >
> > I hope I help you a little, see you and thx
> 
> If I'm not mistaken, the 0.9.0 release had an issue with corrupting
> the qcow2 image when it was around 2GB.
> 

thx for info. My virtual disk in around 5 Gb. I'm going to try with
another format.

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

* Re: [Qemu-devel] [kqemu] BR and presentation
  2008-01-19  9:28   ` Jérôme PRIOR
@ 2008-01-20 10:17     ` Thomas Irlet
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Irlet @ 2008-01-20 10:17 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

>
> > If I'm not mistaken, the 0.9.0 release had an issue with corrupting
> > the qcow2 image when it was around 2GB.
> >
>
> Why not using the newest version, 0.9.1?


Tom

[-- Attachment #2: Type: text/html, Size: 366 bytes --]

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

end of thread, other threads:[~2008-01-20 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-18 17:34 [Qemu-devel] [kqemu] BR and presentation Jérôme PRIOR
     [not found] ` <200801182352.14314.phillip.s.young@gmail.com>
2008-01-19  9:28   ` Jérôme PRIOR
2008-01-20 10:17     ` Thomas Irlet

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).