* [Qemu-devel] Suggested Parameters for SLES 10 64-bit
@ 2010-05-18 9:14 Peter Lieven
2010-05-18 9:23 ` Alexander Graf
0 siblings, 1 reply; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 9:14 UTC (permalink / raw)
To: qemu-devel, kvm
Hi,
we try to migrate some Suse Linux Enterprise 10 64-bit guests from abandoned
Virtual Iron by Iron Port to qemu-kvm 0.12.4. Unfortunately the guests
are not
very stable by now. With ACPI they end up in a kernel panic at boot time
and without
they occasionally hang during boot or shortly after.
Has anyone experience with suitable kvm and/or kernel parameters to get
this stable?
Thanks,
Peter
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 9:14 [Qemu-devel] Suggested Parameters for SLES 10 64-bit Peter Lieven
@ 2010-05-18 9:23 ` Alexander Graf
2010-05-18 9:57 ` Peter Lieven
0 siblings, 1 reply; 22+ messages in thread
From: Alexander Graf @ 2010-05-18 9:23 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel, kvm
On 18.05.2010, at 11:14, Peter Lieven wrote:
> Hi,
>
> we try to migrate some Suse Linux Enterprise 10 64-bit guests from abandoned
> Virtual Iron by Iron Port to qemu-kvm 0.12.4. Unfortunately the guests are not
> very stable by now. With ACPI they end up in a kernel panic at boot time and without
> they occasionally hang during boot or shortly after.
Could you please post the panics you get? What does hang during boot mean?
The easiest way to get them is probably to start the guest with -serial stdio and pass "console=ttyS0" on the grub command line.
> Has anyone experience with suitable kvm and/or kernel parameters to get
> this stable?
It should be reasonably stable already. The only issue I'm aware of is the missing kvm-clock, so don't expect your timekeeping inside the guest to be 100% sane.
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 9:23 ` Alexander Graf
@ 2010-05-18 9:57 ` Peter Lieven
2010-05-18 10:07 ` Alexander Graf
2010-05-18 13:36 ` Andi Kleen
0 siblings, 2 replies; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 9:57 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
Alexander Graf wrote:
> On 18.05.2010, at 11:14, Peter Lieven wrote:
>
>
>> Hi,
>>
>> we try to migrate some Suse Linux Enterprise 10 64-bit guests from abandoned
>> Virtual Iron by Iron Port to qemu-kvm 0.12.4. Unfortunately the guests are not
>> very stable by now. With ACPI they end up in a kernel panic at boot time and without
>> they occasionally hang during boot or shortly after.
>>
>
> Could you please post the panics you get? What does hang during boot mean?
>
with acpi=off it hangs after starting powersaved
> The easiest way to get them is probably to start the guest with -serial stdio and pass "console=ttyS0" on the grub command line.
>
>
without acpi=off it hangs always with a lookup. one time it happened
directly after initializing hpet0.
btw, is it safe to turn of hpet for linux guests in genereal?
regarding missing kvm-clock. i made the experience that some guests
crash after live migration
with clocksource=kvm_clock while they don't with clocksource=acpi_pm.
this is off topic here,
but its also something i would like to debug with someone.
Starting cupsd done
Starting ZENworks Management Daemon done
IA-32 Microcode Update Driver v1.14 unregistered
Starting INET services. (xinetd) done
Checking/updating CPU microcode done
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
..dead
Try to get initial date and time via NTP from 212.110.100.1 done
Starting network time protocol daemon (NTPD) done
Starting Name Service Cache Daemon done
NetBackup SAN Client Fibre Transport daemon started.
Starting powersaved: done
Starting mail service (Postfix)
NMI Watchdog detected LOCKUP on CPU 0
CPU 0
Modules linked in: ipv6 button battery ac apparmor aamatch_pcre loop
usbhid dm_mod 8139cp mii uhci_hcd e1000 i2c_piix4 usbcore ide_cd
i2c_core cdrom parport_pc lp parport ext3 jbd sg sym53c8xx
scsi_transport_spi edd fan thermal processor piix sd_mod scsi_mod
ide_disk ide_core
Pid: 3134, comm: powersaved Not tainted 2.6.16.46-0.12-smp #1
RIP: 0010:[<ffffffff802dabf1>] <ffffffff802dabf1>{paranoid_restore+81}
RSP: 0000:ffffffff8041afd8 EFLAGS: 00010086
RAX: ffffffff88021d50 RBX: ffffffff88021e18 RCX: 00000000b4c562b6
RDX: 00000000000001f7 RSI: ffffffff88021e18 RDI: 00000000000001f7
RBP: 0000000000000000 R08: 00000000000004e2 R09: ffffffff80417d60
R10: 000000000000001f R11: ffffffff8800752c R12: ffffffff88021d00
R13: 00000000000004e2 R14: ffffffff80417dac R15: 0000000000000040
FS: 00002ae1d26ee760(0000) GS:ffffffff803be000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 0000000000555b30 CR3: 0000000210fe9000 CR4: 00000000000006e0
Process powersaved (pid: 3134, threadinfo ffff810210ff2000, task
ffff810211f83850)
Stack: ffffffff802dabf1 0000000000000010 0000000000010086 ffffffff8041afd8
0000000000000000 0000000000000000 0000000000000000 0000000000000000
0000000000000000 0000000000000000
Call Trace: <NMI> <ffffffff802dabf1>{paranoid_restore+81} <EOE>
<ffffffff802dabf1>{paranoid_restore+81}
Code: 48 cf 65 48 8b 0c 25 10 00 00 00 48 81 e9 d8 1f 00 00 8b 59
console shuts up ...
<0>Kernel panic - not syncing: Aiee, killing interrupt handler!
>> Has anyone experience with suitable kvm and/or kernel parameters to get
>> this stable?
>>
>
> It should be reasonably stable already. The only issue I'm aware of is the missing kvm-clock, so don't expect your timekeeping inside the guest to be 100% sane.
>
>
> Alex
>
>
>
--
Mit freundlichen Grüßen/Kind Regards
Peter Lieven
..........................................................................................................
KAMP Netzwerkdienste GmbH
Vestische Str. 89-91 | 46117 Oberhausen
Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40
mailto:pl@kamp.de | http://www.kamp.de
Geschäftsführer: Heiner Lante | Michael Lante
Amtsgericht Duisburg | HRB Nr. 12154
USt-Id-Nr.: DE 120607556
.........................................................................................................
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 9:57 ` Peter Lieven
@ 2010-05-18 10:07 ` Alexander Graf
2010-05-18 10:12 ` Peter Lieven
2010-05-18 10:18 ` Peter Lieven
2010-05-18 13:36 ` Andi Kleen
1 sibling, 2 replies; 22+ messages in thread
From: Alexander Graf @ 2010-05-18 10:07 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel, kvm
On 18.05.2010, at 11:57, Peter Lieven wrote:
> Alexander Graf wrote:
>> On 18.05.2010, at 11:14, Peter Lieven wrote:
>>
>>
>>> Hi,
>>>
>>> we try to migrate some Suse Linux Enterprise 10 64-bit guests from abandoned
>>> Virtual Iron by Iron Port to qemu-kvm 0.12.4. Unfortunately the guests are not
>>> very stable by now. With ACPI they end up in a kernel panic at boot time and without
>>> they occasionally hang during boot or shortly after.
>>>
>>
>> Could you please post the panics you get? What does hang during boot mean?
>>
> with acpi=off it hangs after starting powersaved
>> The easiest way to get them is probably to start the guest with -serial stdio and pass "console=ttyS0" on the grub command line.
>>
>>
> without acpi=off it hangs always with a lookup. one time it happened directly after initializing hpet0.
> btw, is it safe to turn of hpet for linux guests in genereal?
>
> regarding missing kvm-clock. i made the experience that some guests crash after live migration
> with clocksource=kvm_clock while they don't with clocksource=acpi_pm. this is off topic here,
> but its also something i would like to debug with someone.
>
>
> Starting cupsd done
> Starting ZENworks Management Daemon done
> IA-32 Microcode Update Driver v1.14 unregistered
> Starting INET services. (xinetd) done
> Checking/updating CPU microcode done
> NET: Registered protocol family 10
> lo: Disabled Privacy Extensions
> IPv6 over IPv4 tunneling driver
> ..dead
> Try to get initial date and time via NTP from 212.110.100.1 done
> Starting network time protocol daemon (NTPD) done
> Starting Name Service Cache Daemon done
> NetBackup SAN Client Fibre Transport daemon started.
> Starting powersaved: done
> Starting mail service (Postfix)
> NMI Watchdog detected LOCKUP on CPU 0
What host kernel are you running on? Or rather, what host kvm module version?
> CPU 0
> Modules linked in: ipv6 button battery ac apparmor aamatch_pcre loop usbhid dm_mod 8139cp mii uhci_hcd e1000 i2c_piix4 usbcore ide_cd i2c_core cdrom parport_pc lp parport ext3 jbd sg sym53c8xx scsi_transport_spi edd fan thermal processor piix sd_mod scsi_mod ide_disk ide_core
> Pid: 3134, comm: powersaved Not tainted 2.6.16.46-0.12-smp #1
This looks old. The SP3 GM version is 2.6.16.60-0.54.5. This release is definitely out of support :(.
After some searching I found the RPM. That's the SLES10 SP1 GM kernel version. I don't think anyone ever tested that one on kvm.
> RIP: 0010:[<ffffffff802dabf1>] <ffffffff802dabf1>{paranoid_restore+81}
Yeah, great. That one's not helpful at all:
0xffffffff802dabf1 <paranoid_restore+81>: iretq
> RSP: 0000:ffffffff8041afd8 EFLAGS: 00010086
> RAX: ffffffff88021d50 RBX: ffffffff88021e18 RCX: 00000000b4c562b6
> RDX: 00000000000001f7 RSI: ffffffff88021e18 RDI: 00000000000001f7
> RBP: 0000000000000000 R08: 00000000000004e2 R09: ffffffff80417d60
> R10: 000000000000001f R11: ffffffff8800752c R12: ffffffff88021d00
> R13: 00000000000004e2 R14: ffffffff80417dac R15: 0000000000000040
> FS: 00002ae1d26ee760(0000) GS:ffffffff803be000(0000) knlGS:0000000000000000
> CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
> CR2: 0000000000555b30 CR3: 0000000210fe9000 CR4: 00000000000006e0
> Process powersaved (pid: 3134, threadinfo ffff810210ff2000, task ffff810211f83850)
> Stack: ffffffff802dabf1 0000000000000010 0000000000010086 ffffffff8041afd8
> 0000000000000000 0000000000000000 0000000000000000 0000000000000000
> 0000000000000000 0000000000000000
> Call Trace: <NMI> <ffffffff802dabf1>{paranoid_restore+81} <EOE>
> <ffffffff802dabf1>{paranoid_restore+81}
>
> Code: 48 cf 65 48 8b 0c 25 10 00 00 00 48 81 e9 d8 1f 00 00 8b 59
> console shuts up ...
> <0>Kernel panic - not syncing: Aiee, killing interrupt handler!
Please try out different values for -cpu. I think powersaved gets confused by the invalid CPU type we're emulating.
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 10:07 ` Alexander Graf
@ 2010-05-18 10:12 ` Peter Lieven
2010-05-18 10:21 ` Alexander Graf
2010-05-18 10:18 ` Peter Lieven
1 sibling, 1 reply; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 10:12 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
hi alex,
what 64-bit -cpu types do you suggest?
when i boot the kernel with "nohpet" it simply hangs shortly after
powersaved...
br,
peter
Alexander Graf wrote:
> On 18.05.2010, at 11:57, Peter Lieven wrote:
>
>
>> Alexander Graf wrote:
>>
>>> On 18.05.2010, at 11:14, Peter Lieven wrote:
>>>
>>>
>>>
>>>> Hi,
>>>>
>>>> we try to migrate some Suse Linux Enterprise 10 64-bit guests from abandoned
>>>> Virtual Iron by Iron Port to qemu-kvm 0.12.4. Unfortunately the guests are not
>>>> very stable by now. With ACPI they end up in a kernel panic at boot time and without
>>>> they occasionally hang during boot or shortly after.
>>>>
>>>>
>>> Could you please post the panics you get? What does hang during boot mean?
>>>
>>>
>> with acpi=off it hangs after starting powersaved
>>
>>> The easiest way to get them is probably to start the guest with -serial stdio and pass "console=ttyS0" on the grub command line.
>>>
>>>
>>>
>> without acpi=off it hangs always with a lookup. one time it happened directly after initializing hpet0.
>> btw, is it safe to turn of hpet for linux guests in genereal?
>>
>> regarding missing kvm-clock. i made the experience that some guests crash after live migration
>> with clocksource=kvm_clock while they don't with clocksource=acpi_pm. this is off topic here,
>> but its also something i would like to debug with someone.
>>
>>
>> Starting cupsd done
>> Starting ZENworks Management Daemon done
>> IA-32 Microcode Update Driver v1.14 unregistered
>> Starting INET services. (xinetd) done
>> Checking/updating CPU microcode done
>> NET: Registered protocol family 10
>> lo: Disabled Privacy Extensions
>> IPv6 over IPv4 tunneling driver
>> ..dead
>> Try to get initial date and time via NTP from 212.110.100.1 done
>> Starting network time protocol daemon (NTPD) done
>> Starting Name Service Cache Daemon done
>> NetBackup SAN Client Fibre Transport daemon started.
>> Starting powersaved: done
>> Starting mail service (Postfix)
>> NMI Watchdog detected LOCKUP on CPU 0
>>
>
> What host kernel are you running on? Or rather, what host kvm module version?
>
>
>> CPU 0
>> Modules linked in: ipv6 button battery ac apparmor aamatch_pcre loop usbhid dm_mod 8139cp mii uhci_hcd e1000 i2c_piix4 usbcore ide_cd i2c_core cdrom parport_pc lp parport ext3 jbd sg sym53c8xx scsi_transport_spi edd fan thermal processor piix sd_mod scsi_mod ide_disk ide_core
>> Pid: 3134, comm: powersaved Not tainted 2.6.16.46-0.12-smp #1
>>
>
> This looks old. The SP3 GM version is 2.6.16.60-0.54.5. This release is definitely out of support :(.
>
> After some searching I found the RPM. That's the SLES10 SP1 GM kernel version. I don't think anyone ever tested that one on kvm.
>
>
>> RIP: 0010:[<ffffffff802dabf1>] <ffffffff802dabf1>{paranoid_restore+81}
>>
>
> Yeah, great. That one's not helpful at all:
>
> 0xffffffff802dabf1 <paranoid_restore+81>: iretq
>
>
>
>> RSP: 0000:ffffffff8041afd8 EFLAGS: 00010086
>> RAX: ffffffff88021d50 RBX: ffffffff88021e18 RCX: 00000000b4c562b6
>> RDX: 00000000000001f7 RSI: ffffffff88021e18 RDI: 00000000000001f7
>> RBP: 0000000000000000 R08: 00000000000004e2 R09: ffffffff80417d60
>> R10: 000000000000001f R11: ffffffff8800752c R12: ffffffff88021d00
>> R13: 00000000000004e2 R14: ffffffff80417dac R15: 0000000000000040
>> FS: 00002ae1d26ee760(0000) GS:ffffffff803be000(0000) knlGS:0000000000000000
>> CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
>> CR2: 0000000000555b30 CR3: 0000000210fe9000 CR4: 00000000000006e0
>> Process powersaved (pid: 3134, threadinfo ffff810210ff2000, task ffff810211f83850)
>> Stack: ffffffff802dabf1 0000000000000010 0000000000010086 ffffffff8041afd8
>> 0000000000000000 0000000000000000 0000000000000000 0000000000000000
>> 0000000000000000 0000000000000000
>> Call Trace: <NMI> <ffffffff802dabf1>{paranoid_restore+81} <EOE>
>> <ffffffff802dabf1>{paranoid_restore+81}
>>
>> Code: 48 cf 65 48 8b 0c 25 10 00 00 00 48 81 e9 d8 1f 00 00 8b 59
>> console shuts up ...
>> <0>Kernel panic - not syncing: Aiee, killing interrupt handler!
>>
>
> Please try out different values for -cpu. I think powersaved gets confused by the invalid CPU type we're emulating.
>
>
> Alex
>
>
>
>
--
Mit freundlichen Grüßen/Kind Regards
Peter Lieven
..........................................................................................................
KAMP Netzwerkdienste GmbH
Vestische Str. 89-91 | 46117 Oberhausen
Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40
mailto:pl@kamp.de | http://www.kamp.de
Geschäftsführer: Heiner Lante | Michael Lante
Amtsgericht Duisburg | HRB Nr. 12154
USt-Id-Nr.: DE 120607556
.........................................................................................................
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 10:07 ` Alexander Graf
2010-05-18 10:12 ` Peter Lieven
@ 2010-05-18 10:18 ` Peter Lieven
2010-05-18 10:19 ` Alexander Graf
1 sibling, 1 reply; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 10:18 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
Sorry, ommitted your questions. This particular system
is still runnung on
/kernel: /2.6.31-14-server, /bin: /qemu-kvm-0.12.2, /mod: /kvm-kmod-2.6.32.7
If there where any fixes improvements I can try on:
/kernel: /2.6.33.3, /bin: /qemu-kvm-0.12.4, /mod: /2.6.33.3
BR,
Peter
Alexander Graf wrote:
> On 18.05.2010, at 11:57, Peter Lieven wrote:
>
>
>> Alexander Graf wrote:
>>
>>> On 18.05.2010, at 11:14, Peter Lieven wrote:
>>>
>>>
>>>
>>>> Hi,
>>>>
>>>> we try to migrate some Suse Linux Enterprise 10 64-bit guests from abandoned
>>>> Virtual Iron by Iron Port to qemu-kvm 0.12.4. Unfortunately the guests are not
>>>> very stable by now. With ACPI they end up in a kernel panic at boot time and without
>>>> they occasionally hang during boot or shortly after.
>>>>
>>>>
>>> Could you please post the panics you get? What does hang during boot mean?
>>>
>>>
>> with acpi=off it hangs after starting powersaved
>>
>>> The easiest way to get them is probably to start the guest with -serial stdio and pass "console=ttyS0" on the grub command line.
>>>
>>>
>>>
>> without acpi=off it hangs always with a lookup. one time it happened directly after initializing hpet0.
>> btw, is it safe to turn of hpet for linux guests in genereal?
>>
>> regarding missing kvm-clock. i made the experience that some guests crash after live migration
>> with clocksource=kvm_clock while they don't with clocksource=acpi_pm. this is off topic here,
>> but its also something i would like to debug with someone.
>>
>>
>> Starting cupsd done
>> Starting ZENworks Management Daemon done
>> IA-32 Microcode Update Driver v1.14 unregistered
>> Starting INET services. (xinetd) done
>> Checking/updating CPU microcode done
>> NET: Registered protocol family 10
>> lo: Disabled Privacy Extensions
>> IPv6 over IPv4 tunneling driver
>> ..dead
>> Try to get initial date and time via NTP from 212.110.100.1 done
>> Starting network time protocol daemon (NTPD) done
>> Starting Name Service Cache Daemon done
>> NetBackup SAN Client Fibre Transport daemon started.
>> Starting powersaved: done
>> Starting mail service (Postfix)
>> NMI Watchdog detected LOCKUP on CPU 0
>>
>
> What host kernel are you running on? Or rather, what host kvm module version?
>
>
>> CPU 0
>> Modules linked in: ipv6 button battery ac apparmor aamatch_pcre loop usbhid dm_mod 8139cp mii uhci_hcd e1000 i2c_piix4 usbcore ide_cd i2c_core cdrom parport_pc lp parport ext3 jbd sg sym53c8xx scsi_transport_spi edd fan thermal processor piix sd_mod scsi_mod ide_disk ide_core
>> Pid: 3134, comm: powersaved Not tainted 2.6.16.46-0.12-smp #1
>>
>
> This looks old. The SP3 GM version is 2.6.16.60-0.54.5. This release is definitely out of support :(.
>
> After some searching I found the RPM. That's the SLES10 SP1 GM kernel version. I don't think anyone ever tested that one on kvm.
>
>
>> RIP: 0010:[<ffffffff802dabf1>] <ffffffff802dabf1>{paranoid_restore+81}
>>
>
> Yeah, great. That one's not helpful at all:
>
> 0xffffffff802dabf1 <paranoid_restore+81>: iretq
>
>
>
>> RSP: 0000:ffffffff8041afd8 EFLAGS: 00010086
>> RAX: ffffffff88021d50 RBX: ffffffff88021e18 RCX: 00000000b4c562b6
>> RDX: 00000000000001f7 RSI: ffffffff88021e18 RDI: 00000000000001f7
>> RBP: 0000000000000000 R08: 00000000000004e2 R09: ffffffff80417d60
>> R10: 000000000000001f R11: ffffffff8800752c R12: ffffffff88021d00
>> R13: 00000000000004e2 R14: ffffffff80417dac R15: 0000000000000040
>> FS: 00002ae1d26ee760(0000) GS:ffffffff803be000(0000) knlGS:0000000000000000
>> CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
>> CR2: 0000000000555b30 CR3: 0000000210fe9000 CR4: 00000000000006e0
>> Process powersaved (pid: 3134, threadinfo ffff810210ff2000, task ffff810211f83850)
>> Stack: ffffffff802dabf1 0000000000000010 0000000000010086 ffffffff8041afd8
>> 0000000000000000 0000000000000000 0000000000000000 0000000000000000
>> 0000000000000000 0000000000000000
>> Call Trace: <NMI> <ffffffff802dabf1>{paranoid_restore+81} <EOE>
>> <ffffffff802dabf1>{paranoid_restore+81}
>>
>> Code: 48 cf 65 48 8b 0c 25 10 00 00 00 48 81 e9 d8 1f 00 00 8b 59
>> console shuts up ...
>> <0>Kernel panic - not syncing: Aiee, killing interrupt handler!
>>
>
> Please try out different values for -cpu. I think powersaved gets confused by the invalid CPU type we're emulating.
>
>
> Alex
>
>
>
>
--
Mit freundlichen Grüßen/Kind Regards
Peter Lieven
..........................................................................................................
KAMP Netzwerkdienste GmbH
Vestische Str. 89-91 | 46117 Oberhausen
Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40
mailto:pl@kamp.de | http://www.kamp.de
Geschäftsführer: Heiner Lante | Michael Lante
Amtsgericht Duisburg | HRB Nr. 12154
USt-Id-Nr.: DE 120607556
.........................................................................................................
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 10:18 ` Peter Lieven
@ 2010-05-18 10:19 ` Alexander Graf
0 siblings, 0 replies; 22+ messages in thread
From: Alexander Graf @ 2010-05-18 10:19 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel, kvm
Hi Peter,
On 18.05.2010, at 12:18, Peter Lieven wrote:
> Sorry, ommitted your questions. This particular system
> is still runnung on
Please don't top post.
>
> /kernel: /2.6.31-14-server, /bin: /qemu-kvm-0.12.2, /mod: /kvm-kmod-2.6.32.7
This looks reasonable.
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 10:12 ` Peter Lieven
@ 2010-05-18 10:21 ` Alexander Graf
2010-05-18 11:01 ` Peter Lieven
0 siblings, 1 reply; 22+ messages in thread
From: Alexander Graf @ 2010-05-18 10:21 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel, kvm
On 18.05.2010, at 12:12, Peter Lieven wrote:
> hi alex,
>
> what 64-bit -cpu types do you suggest?
For starters I'd say try -cpu host.
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 10:21 ` Alexander Graf
@ 2010-05-18 11:01 ` Peter Lieven
2010-05-18 11:07 ` Alexander Graf
0 siblings, 1 reply; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 11:01 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
hi alex,
unfortunately -cpu host, -cpu qemu64, -cpu core2duo, -cpu kvm64 (which
should be default) doesn't help
all other cpus available are 32-bit afaik.
as i said if i boot with with kernel parameter "nohpet", but acpi on the
guest just hangs at 100% cpu.
would a backtrace help?
br,
peter
Alexander Graf wrote:
> On 18.05.2010, at 12:12, Peter Lieven wrote:
>
>
>> hi alex,
>>
>> what 64-bit -cpu types do you suggest?
>>
>
> For starters I'd say try -cpu host.
>
> Alex
>
>
>
>
--
Mit freundlichen Grüßen/Kind Regards
Peter Lieven
..........................................................................................................
KAMP Netzwerkdienste GmbH
Vestische Str. 89-91 | 46117 Oberhausen
Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40
mailto:pl@kamp.de | http://www.kamp.de
Geschäftsführer: Heiner Lante | Michael Lante
Amtsgericht Duisburg | HRB Nr. 12154
USt-Id-Nr.: DE 120607556
.........................................................................................................
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 11:01 ` Peter Lieven
@ 2010-05-18 11:07 ` Alexander Graf
2010-05-18 11:08 ` Peter Lieven
0 siblings, 1 reply; 22+ messages in thread
From: Alexander Graf @ 2010-05-18 11:07 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel, kvm
On 18.05.2010, at 13:01, Peter Lieven wrote:
> hi alex,
>
> unfortunately -cpu host, -cpu qemu64, -cpu core2duo, -cpu kvm64 (which should be default) doesn't help
> all other cpus available are 32-bit afaik.
>
> as i said if i boot with with kernel parameter "nohpet", but acpi on the guest just hangs at 100% cpu.
>
> would a backtrace help?
Sigh. Is there any way to upgrade the system to SP3? Preferably incl. the latest maintenance update?
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 11:07 ` Alexander Graf
@ 2010-05-18 11:08 ` Peter Lieven
2010-05-18 11:09 ` Alexander Graf
0 siblings, 1 reply; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 11:08 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
Alexander Graf wrote:
> On 18.05.2010, at 13:01, Peter Lieven wrote:
>
>
>> hi alex,
>>
>> unfortunately -cpu host, -cpu qemu64, -cpu core2duo, -cpu kvm64 (which should be default) doesn't help
>> all other cpus available are 32-bit afaik.
>>
>> as i said if i boot with with kernel parameter "nohpet", but acpi on the guest just hangs at 100% cpu.
>>
>> would a backtrace help?
>>
>
> Sigh. Is there any way to upgrade the system to SP3? Preferably incl. the latest maintenance update?
>
yes, we will try this. if you don't suspect it is a generall problem
with qemu-kvm that should
be fixed. keep you posted.
thanks for you help,
peter
>
> Alex
>
>
>
--
Mit freundlichen Grüßen/Kind Regards
Peter Lieven
..........................................................................................................
KAMP Netzwerkdienste GmbH
Vestische Str. 89-91 | 46117 Oberhausen
Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40
mailto:pl@kamp.de | http://www.kamp.de
Geschäftsführer: Heiner Lante | Michael Lante
Amtsgericht Duisburg | HRB Nr. 12154
USt-Id-Nr.: DE 120607556
.........................................................................................................
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 11:08 ` Peter Lieven
@ 2010-05-18 11:09 ` Alexander Graf
2010-05-18 12:00 ` Peter Lieven
2010-05-18 12:11 ` Peter Lieven
0 siblings, 2 replies; 22+ messages in thread
From: Alexander Graf @ 2010-05-18 11:09 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel, kvm
On 18.05.2010, at 13:08, Peter Lieven wrote:
> Alexander Graf wrote:
>> On 18.05.2010, at 13:01, Peter Lieven wrote:
>>
>>
>>> hi alex,
>>>
>>> unfortunately -cpu host, -cpu qemu64, -cpu core2duo, -cpu kvm64 (which should be default) doesn't help
>>> all other cpus available are 32-bit afaik.
>>>
>>> as i said if i boot with with kernel parameter "nohpet", but acpi on the guest just hangs at 100% cpu.
>>>
>>> would a backtrace help?
>>>
>>
>> Sigh. Is there any way to upgrade the system to SP3? Preferably incl. the latest maintenance update?
>>
> yes, we will try this. if you don't suspect it is a generall problem with qemu-kvm that should
> be fixed. keep you posted.
Alright. Installing SLES10 SP1 in a VM in parallel.
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 11:09 ` Alexander Graf
@ 2010-05-18 12:00 ` Peter Lieven
2010-05-18 12:38 ` Alexander Graf
2010-05-18 12:11 ` Peter Lieven
1 sibling, 1 reply; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 12:00 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
hi alex,
here is a backtrace of the sles 10 sp1 vm running on qemu-kvm 0.12.4.
hanging at boot.
a colleguage is meanwhile upgraded a cloned system to sp3 to see if it
is also
not working.
^C
Program received signal SIGINT, Interrupt.
[Switching to Thread 0x7f0b753c76f0 (LWP 25532)]
0x00007f0b73e13742 in select () from /lib/libc.so.6
(gdb) thread apply all bt
Thread 5 (Thread 0x7f0b72115950 (LWP 25546)):
#0 0x00007f0b73e12cd7 in ioctl () from /lib/libc.so.6
#1 0x000000000042b945 in kvm_run (env=0x201cb10) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:921
#2 0x000000000042cea2 in kvm_cpu_exec (env=0x201cb10) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1651
#3 0x000000000042d62c in kvm_main_loop_cpu (env=0x201cb10) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1893
#4 0x000000000042d76d in ap_main_loop (_env=0x201cb10) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1943
#5 0x00007f0b74d983ba in start_thread () from /lib/libpthread.so.0
#6 0x00007f0b73e1afcd in clone () from /lib/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 4 (Thread 0x7f0b72916950 (LWP 25545)):
#0 0x00007f0b73d69461 in sigtimedwait () from /lib/libc.so.6
#1 0x000000000042d1e5 in kvm_main_loop_wait (env=0x200ed90,
timeout=1000) at /usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1752
#2 0x000000000042d64a in kvm_main_loop_cpu (env=0x200ed90) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1896
#3 0x000000000042d76d in ap_main_loop (_env=0x200ed90) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1943
#4 0x00007f0b74d983ba in start_thread () from /lib/libpthread.so.0
#5 0x00007f0b73e1afcd in clone () from /lib/libc.so.6
#6 0x0000000000000000 in ?? ()
Thread 3 (Thread 0x7f0b73117950 (LWP 25544)):
#0 0x00007f0b73d69461 in sigtimedwait () from /lib/libc.so.6
#1 0x000000000042d1e5 in kvm_main_loop_wait (env=0x2001010,
timeout=1000) at /usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1752
#2 0x000000000042d64a in kvm_main_loop_cpu (env=0x2001010) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1896
#3 0x000000000042d76d in ap_main_loop (_env=0x2001010) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1943
#4 0x00007f0b74d983ba in start_thread () from /lib/libpthread.so.0
#5 0x00007f0b73e1afcd in clone () from /lib/libc.so.6
#6 0x0000000000000000 in ?? ()
Thread 2 (Thread 0x7f0b73918950 (LWP 25543)):
#0 0x00007f0b73d69461 in sigtimedwait () from /lib/libc.so.6
#1 0x000000000042d1e5 in kvm_main_loop_wait (env=0x1fe75b0,
timeout=1000) at /usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1752
#2 0x000000000042d64a in kvm_main_loop_cpu (env=0x1fe75b0) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1896
#3 0x000000000042d76d in ap_main_loop (_env=0x1fe75b0) at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:1943
#4 0x00007f0b74d983ba in start_thread () from /lib/libpthread.so.0
#5 0x00007f0b73e1afcd in clone () from /lib/libc.so.6
#6 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x7f0b753c76f0 (LWP 25532)):
---Type <return> to continue, or q <return> to quit---
#0 0x00007f0b73e13742 in select () from /lib/libc.so.6
#1 0x000000000040c25a in main_loop_wait (timeout=1000) at
/usr/src/qemu-kvm-0.12.4/vl.c:3994
#2 0x000000000042dcf1 in kvm_main_loop () at
/usr/src/qemu-kvm-0.12.4/qemu-kvm.c:2126
#3 0x000000000040c98c in main_loop () at /usr/src/qemu-kvm-0.12.4/vl.c:4212
#4 0x000000000041054b in main (argc=43, argv=0x7fffcc0c3398,
envp=0x7fffcc0c34f8) at /usr/src/qemu-kvm-0.12.4/vl.c:6252
Alexander Graf wrote:
> On 18.05.2010, at 13:08, Peter Lieven wrote:
>
>
>> Alexander Graf wrote:
>>
>>> On 18.05.2010, at 13:01, Peter Lieven wrote:
>>>
>>>
>>>
>>>> hi alex,
>>>>
>>>> unfortunately -cpu host, -cpu qemu64, -cpu core2duo, -cpu kvm64 (which should be default) doesn't help
>>>> all other cpus available are 32-bit afaik.
>>>>
>>>> as i said if i boot with with kernel parameter "nohpet", but acpi on the guest just hangs at 100% cpu.
>>>>
>>>> would a backtrace help?
>>>>
>>>>
>>> Sigh. Is there any way to upgrade the system to SP3? Preferably incl. the latest maintenance update?
>>>
>>>
>> yes, we will try this. if you don't suspect it is a generall problem with qemu-kvm that should
>> be fixed. keep you posted.
>>
>
> Alright. Installing SLES10 SP1 in a VM in parallel.
>
> Alex
>
>
>
--
Mit freundlichen Grüßen/Kind Regards
Peter Lieven
..........................................................................................................
KAMP Netzwerkdienste GmbH
Vestische Str. 89-91 | 46117 Oberhausen
Tel: +49 (0) 208.89 402-50 | Fax: +49 (0) 208.89 402-40
mailto:pl@kamp.de | http://www.kamp.de
Geschäftsführer: Heiner Lante | Michael Lante
Amtsgericht Duisburg | HRB Nr. 12154
USt-Id-Nr.: DE 120607556
.........................................................................................................
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 11:09 ` Alexander Graf
2010-05-18 12:00 ` Peter Lieven
@ 2010-05-18 12:11 ` Peter Lieven
1 sibling, 0 replies; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 12:11 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
during my tests i also got the following error:
Freeing initrd memory: 2860k freed
not found!
..MP-BIOS bug: 8254 timer not connected to IO-APIC
failed.
timer doesn't work through the IO-APIC - disabling NMI Watchdog!
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 12:00 ` Peter Lieven
@ 2010-05-18 12:38 ` Alexander Graf
2010-05-18 12:54 ` Peter Lieven
0 siblings, 1 reply; 22+ messages in thread
From: Alexander Graf @ 2010-05-18 12:38 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel, kvm
Peter,
Peter Lieven wrote:
> hi alex,
>
> here is a backtrace of the sles 10 sp1 vm running on qemu-kvm 0.12.4.
> hanging at boot.
Please do not top post! Seriously. One more time and I'll stop responding.
I tried to reproduce this locally on an openSUSE 11.1 system using
latest qemu-kvm.git/stable-0.12 which should basically be 0.12.4:
$ /sbin/modinfo kvm-intel
...
version: kvm-kmod-78.2.6.30.1-20.4
...
agraf@busu:~/git/qemu-kvm> cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 16
model : 2
model name : AMD Phenom(tm) 9550 Quad-Core Processor
stepping : 3
cpu MHz : 1100.000
cache size : 512 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt
pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl pni monitor
cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a
misalignsse 3dnowprefetch osvw ibs
bogomips : 4409.11
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate
The freshly installed sles10 sp1 image works just fine.
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 12:38 ` Alexander Graf
@ 2010-05-18 12:54 ` Peter Lieven
2010-05-18 12:58 ` Alexander Graf
0 siblings, 1 reply; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 12:54 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
Alexander Graf wrote:
> Peter,
>
> Peter Lieven wrote:
>
>> hi alex,
>>
>> here is a backtrace of the sles 10 sp1 vm running on qemu-kvm 0.12.4.
>> hanging at boot.
>>
>
> Please do not top post! Seriously. One more time and I'll stop responding.
>
> I tried to reproduce this locally on an openSUSE 11.1 system using
> latest qemu-kvm.git/stable-0.12 which should basically be 0.12.4:
>
> $ /sbin/modinfo kvm-intel
> ...
> version: kvm-kmod-78.2.6.30.1-20.4
> ...
>
> agraf@busu:~/git/qemu-kvm> cat /proc/cpuinfo
> processor : 0
> vendor_id : AuthenticAMD
> cpu family : 16
> model : 2
> model name : AMD Phenom(tm) 9550 Quad-Core Processor
> stepping : 3
> cpu MHz : 1100.000
> cache size : 512 KB
> physical id : 0
> siblings : 4
> core id : 0
> cpu cores : 4
> apicid : 0
> initial apicid : 0
> fpu : yes
> fpu_exception : yes
> cpuid level : 5
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
> cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt
> pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl pni monitor
> cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a
> misalignsse 3dnowprefetch osvw ibs
> bogomips : 4409.11
> TLB size : 1024 4K pages
> clflush size : 64
> cache_alignment : 64
> address sizes : 48 bits physical, 48 bits virtual
> power management: ts ttp tm stc 100mhzsteps hwpstate
>
>
> The freshly installed sles10 sp1 image works just fine.
>
>
>
we are running on intel xeons here:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU L5530 @ 2.40GHz
stepping : 5
cpu MHz : 2394.403
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology
tsc_reliable nonstop_tsc pni dtes64 monitor ds_cpl vmx est tm2 ssse3
cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm tpr_shadow vnmi
flexpriority ept vpid
bogomips : 4788.80
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
kvm-kmod is 2.6.32.7
...
which commandline parameters do you supply to qemu-kvm?
which kernel parameters do you use for the sles 10 guest?
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 12:54 ` Peter Lieven
@ 2010-05-18 12:58 ` Alexander Graf
2010-05-18 13:17 ` Peter Lieven
0 siblings, 1 reply; 22+ messages in thread
From: Alexander Graf @ 2010-05-18 12:58 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel, kvm
Peter Lieven wrote:
> we are running on intel xeons here:
That might be the reason. Does it break when passing -no-kvm?
>
> processor : 0
> vendor_id : GenuineIntel
> cpu family : 6
> model : 26
> model name : Intel(R) Xeon(R) CPU L5530 @ 2.40GHz
> stepping : 5
> cpu MHz : 2394.403
> cache size : 8192 KB
> physical id : 1
> siblings : 4
> core id : 0
> cpu cores : 4
> apicid : 16
> initial apicid : 16
> fpu : yes
> fpu_exception : yes
> cpuid level : 11
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
> syscall rdtscp lm constant_tsc arch_perfmon pebs bts rep_good
> xtopology tsc_reliable nonstop_tsc pni dtes64 monitor ds_cpl vmx est
> tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm tpr_shadow
> vnmi flexpriority ept vpid
> bogomips : 4788.80
> clflush size : 64
> cache_alignment : 64
> address sizes : 40 bits physical, 48 bits virtual
> power management:
>
> kvm-kmod is 2.6.32.7
> ...
>
> which commandline parameters do you supply to qemu-kvm?
None :)
>
> which kernel parameters do you use for the sles 10 guest?
Just the default. I took the SP1 DVD, installed it and booted it up. All
is fine:
$ ./x86_64-softmmu/qemu-system-x86_64 -snapshot
/media/studio/images/SUSE/sles10/sles10sp1.x86_64.raw -vnc :10
Running on Intel might be the culprit though. I'll try and check if
booting the image on an Intel box works.
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 12:58 ` Alexander Graf
@ 2010-05-18 13:17 ` Peter Lieven
2010-05-18 13:51 ` Alexander Graf
0 siblings, 1 reply; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 13:17 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
Alexander Graf wrote:
> Peter Lieven wrote:
>
>> we are running on intel xeons here:
>>
>
> That might be the reason. Does it break when passing -no-kvm?
>
>
>> processor : 0
>> vendor_id : GenuineIntel
>> cpu family : 6
>> model : 26
>> model name : Intel(R) Xeon(R) CPU L5530 @ 2.40GHz
>> stepping : 5
>> cpu MHz : 2394.403
>> cache size : 8192 KB
>> physical id : 1
>> siblings : 4
>> core id : 0
>> cpu cores : 4
>> apicid : 16
>> initial apicid : 16
>> fpu : yes
>> fpu_exception : yes
>> cpuid level : 11
>> wp : yes
>> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
>> mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
>> syscall rdtscp lm constant_tsc arch_perfmon pebs bts rep_good
>> xtopology tsc_reliable nonstop_tsc pni dtes64 monitor ds_cpl vmx est
>> tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm tpr_shadow
>> vnmi flexpriority ept vpid
>> bogomips : 4788.80
>> clflush size : 64
>> cache_alignment : 64
>> address sizes : 40 bits physical, 48 bits virtual
>> power management:
>>
>> kvm-kmod is 2.6.32.7
>> ...
>>
>> which commandline parameters do you supply to qemu-kvm?
>>
>
> None :)
>
It seems to stop working if i supply -no-kvm-irqchip. Can you try to
reproduce this?
We introduced that parameter because we encountered some problems with
the e1000 kernel driver stopped to work in some
guests after live migration with a "nobody cared about interupt" (i
don't know the exact error anymore). supplying
-no-kvm-irqchip made live migration of these guests possible...
Sounds that familiar to someone?
Peter
>
>> which kernel parameters do you use for the sles 10 guest?
>>
>
> Just the default. I took the SP1 DVD, installed it and booted it up. All
> is fine:
>
> $ ./x86_64-softmmu/qemu-system-x86_64 -snapshot
> /media/studio/images/SUSE/sles10/sles10sp1.x86_64.raw -vnc :10
>
> Running on Intel might be the culprit though. I'll try and check if
> booting the image on an Intel box works.
>
>
> Alex
>
>
>
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 9:57 ` Peter Lieven
2010-05-18 10:07 ` Alexander Graf
@ 2010-05-18 13:36 ` Andi Kleen
1 sibling, 0 replies; 22+ messages in thread
From: Andi Kleen @ 2010-05-18 13:36 UTC (permalink / raw)
To: Peter Lieven; +Cc: Alexander Graf, kvm, qemu-devel
Peter Lieven <pl@dlh.net> writes:
> Starting mail service (Postfix)
> NMI Watchdog detected LOCKUP on CPU 0
You could simply turn off the NMI watchdog (nmi_watchdog=0 at the kernel
command line)
Perhaps the PMU emulation is not complete and nmi watchdog
needs PMU. It's not really needed normally.
-Andi
--
ak@linux.intel.com -- Speaking for myself only.
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 13:17 ` Peter Lieven
@ 2010-05-18 13:51 ` Alexander Graf
2010-05-18 14:00 ` Peter Lieven
2010-05-23 9:40 ` Peter Lieven
0 siblings, 2 replies; 22+ messages in thread
From: Alexander Graf @ 2010-05-18 13:51 UTC (permalink / raw)
To: Peter Lieven; +Cc: qemu-devel, kvm
Peter Lieven wrote:
> Alexander Graf wrote:
>> Peter Lieven wrote:
>>
>>> we are running on intel xeons here:
>>>
>>
>> That might be the reason. Does it break when passing -no-kvm?
>>
>>
>>> processor : 0
>>> vendor_id : GenuineIntel
>>> cpu family : 6
>>> model : 26
>>> model name : Intel(R) Xeon(R) CPU L5530 @ 2.40GHz
>>> stepping : 5
>>> cpu MHz : 2394.403
>>> cache size : 8192 KB
>>> physical id : 1
>>> siblings : 4
>>> core id : 0
>>> cpu cores : 4
>>> apicid : 16
>>> initial apicid : 16
>>> fpu : yes
>>> fpu_exception : yes
>>> cpuid level : 11
>>> wp : yes
>>> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
>>> mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
>>> syscall rdtscp lm constant_tsc arch_perfmon pebs bts rep_good
>>> xtopology tsc_reliable nonstop_tsc pni dtes64 monitor ds_cpl vmx est
>>> tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm tpr_shadow
>>> vnmi flexpriority ept vpid
>>> bogomips : 4788.80
>>> clflush size : 64
>>> cache_alignment : 64
>>> address sizes : 40 bits physical, 48 bits virtual
>>> power management:
>>>
>>> kvm-kmod is 2.6.32.7
>>> ...
>>>
>>> which commandline parameters do you supply to qemu-kvm?
>>>
>>
>> None :)
>>
> It seems to stop working if i supply -no-kvm-irqchip. Can you try to
> reproduce this?
>
> We introduced that parameter because we encountered some problems with
> the e1000 kernel driver stopped to work in some
> guests after live migration with a "nobody cared about interupt" (i
> don't know the exact error anymore). supplying
> -no-kvm-irqchip made live migration of these guests possible...
> Sounds that familiar to someone?
So it works with the in-kernel irqchip? That's the normally supported
configuration anyways. If migration fails with that, that's a different
thing and definitely needs to be addressed.
Alex
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 13:51 ` Alexander Graf
@ 2010-05-18 14:00 ` Peter Lieven
2010-05-23 9:40 ` Peter Lieven
1 sibling, 0 replies; 22+ messages in thread
From: Peter Lieven @ 2010-05-18 14:00 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
Alexander Graf wrote:
> Peter Lieven wrote:
>
>> Alexander Graf wrote:
>>
>>> Peter Lieven wrote:
>>>
>>>
>>>> we are running on intel xeons here:
>>>>
>>>>
>>> That might be the reason. Does it break when passing -no-kvm?
>>>
>>>
>>>
>>>> processor : 0
>>>> vendor_id : GenuineIntel
>>>> cpu family : 6
>>>> model : 26
>>>> model name : Intel(R) Xeon(R) CPU L5530 @ 2.40GHz
>>>> stepping : 5
>>>> cpu MHz : 2394.403
>>>> cache size : 8192 KB
>>>> physical id : 1
>>>> siblings : 4
>>>> core id : 0
>>>> cpu cores : 4
>>>> apicid : 16
>>>> initial apicid : 16
>>>> fpu : yes
>>>> fpu_exception : yes
>>>> cpuid level : 11
>>>> wp : yes
>>>> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
>>>> mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
>>>> syscall rdtscp lm constant_tsc arch_perfmon pebs bts rep_good
>>>> xtopology tsc_reliable nonstop_tsc pni dtes64 monitor ds_cpl vmx est
>>>> tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm tpr_shadow
>>>> vnmi flexpriority ept vpid
>>>> bogomips : 4788.80
>>>> clflush size : 64
>>>> cache_alignment : 64
>>>> address sizes : 40 bits physical, 48 bits virtual
>>>> power management:
>>>>
>>>> kvm-kmod is 2.6.32.7
>>>> ...
>>>>
>>>> which commandline parameters do you supply to qemu-kvm?
>>>>
>>>>
>>> None :)
>>>
>>>
>> It seems to stop working if i supply -no-kvm-irqchip. Can you try to
>> reproduce this?
>>
>> We introduced that parameter because we encountered some problems with
>> the e1000 kernel driver stopped to work in some
>> guests after live migration with a "nobody cared about interupt" (i
>> don't know the exact error anymore). supplying
>> -no-kvm-irqchip made live migration of these guests possible...
>> Sounds that familiar to someone?
>>
>
> So it works with the in-kernel irqchip? That's the normally supported
> configuration anyways. If migration fails with that, that's a different
> thing and definitely needs to be addressed.
>
Yes, it seems, I got the machine booting ~10 times without any problems.
I will try to reproduce the error condition after migration and come back
to the list.
Thanks for your help,
Peter
> Alex
>
>
>
>
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [Qemu-devel] Suggested Parameters for SLES 10 64-bit
2010-05-18 13:51 ` Alexander Graf
2010-05-18 14:00 ` Peter Lieven
@ 2010-05-23 9:40 ` Peter Lieven
1 sibling, 0 replies; 22+ messages in thread
From: Peter Lieven @ 2010-05-23 9:40 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel, kvm
Am 18.05.2010 um 15:51 schrieb Alexander Graf:
> Peter Lieven wrote:
>> Alexander Graf wrote:
>>> Peter Lieven wrote:
>>>
>>>> we are running on intel xeons here:
>>>>
>>>
>>> That might be the reason. Does it break when passing -no-kvm?
>>>
>>>
>>>> processor : 0
>>>> vendor_id : GenuineIntel
>>>> cpu family : 6
>>>> model : 26
>>>> model name : Intel(R) Xeon(R) CPU L5530 @ 2.40GHz
>>>> stepping : 5
>>>> cpu MHz : 2394.403
>>>> cache size : 8192 KB
>>>> physical id : 1
>>>> siblings : 4
>>>> core id : 0
>>>> cpu cores : 4
>>>> apicid : 16
>>>> initial apicid : 16
>>>> fpu : yes
>>>> fpu_exception : yes
>>>> cpuid level : 11
>>>> wp : yes
>>>> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
>>>> mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
>>>> syscall rdtscp lm constant_tsc arch_perfmon pebs bts rep_good
>>>> xtopology tsc_reliable nonstop_tsc pni dtes64 monitor ds_cpl vmx est
>>>> tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm tpr_shadow
>>>> vnmi flexpriority ept vpid
>>>> bogomips : 4788.80
>>>> clflush size : 64
>>>> cache_alignment : 64
>>>> address sizes : 40 bits physical, 48 bits virtual
>>>> power management:
>>>>
>>>> kvm-kmod is 2.6.32.7
>>>> ...
>>>>
>>>> which commandline parameters do you supply to qemu-kvm?
>>>>
>>>
>>> None :)
>>>
>> It seems to stop working if i supply -no-kvm-irqchip. Can you try to
>> reproduce this?
>>
>> We introduced that parameter because we encountered some problems with
>> the e1000 kernel driver stopped to work in some
>> guests after live migration with a "nobody cared about interupt" (i
>> don't know the exact error anymore). supplying
>> -no-kvm-irqchip made live migration of these guests possible...
>> Sounds that familiar to someone?
>
> So it works with the in-kernel irqchip? That's the normally supported
> configuration anyways. If migration fails with that, that's a different
> thing and definitely needs to be addressed.
I got the error reproduced in ubuntu 9.10 server 64-bit and Suse Linux 10.1. I will
file a seperate report.
Peter
>
> Alex
>
>
>
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2010-05-23 9:40 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 9:14 [Qemu-devel] Suggested Parameters for SLES 10 64-bit Peter Lieven
2010-05-18 9:23 ` Alexander Graf
2010-05-18 9:57 ` Peter Lieven
2010-05-18 10:07 ` Alexander Graf
2010-05-18 10:12 ` Peter Lieven
2010-05-18 10:21 ` Alexander Graf
2010-05-18 11:01 ` Peter Lieven
2010-05-18 11:07 ` Alexander Graf
2010-05-18 11:08 ` Peter Lieven
2010-05-18 11:09 ` Alexander Graf
2010-05-18 12:00 ` Peter Lieven
2010-05-18 12:38 ` Alexander Graf
2010-05-18 12:54 ` Peter Lieven
2010-05-18 12:58 ` Alexander Graf
2010-05-18 13:17 ` Peter Lieven
2010-05-18 13:51 ` Alexander Graf
2010-05-18 14:00 ` Peter Lieven
2010-05-23 9:40 ` Peter Lieven
2010-05-18 12:11 ` Peter Lieven
2010-05-18 10:18 ` Peter Lieven
2010-05-18 10:19 ` Alexander Graf
2010-05-18 13:36 ` Andi Kleen
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).