* lsi_scsi assertion @ 2010-09-16 13:57 ` Peter Lieven 0 siblings, 0 replies; 18+ messages in thread From: Peter Lieven @ 2010-09-16 13:57 UTC (permalink / raw) To: qemu-devel, kvm Hi, I found the following assertion in my log files after a system reset was executed kvm: lsi_scsi: error: ORDERED queue not implemented last message repeated 5 times kvm: lsi_scsi: error: Unimplemented message 0x0d kvm: lsi_scsi: error: Unimplemented message 0x0c kvm: lsi_scsi: error: Unimplemented message 0x0d kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. kvm: Aborted kvm errno=134 The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. Sounds this familiar to anyone? BR, Peter ^ permalink raw reply [flat|nested] 18+ messages in thread
* [Qemu-devel] lsi_scsi assertion @ 2010-09-16 13:57 ` Peter Lieven 0 siblings, 0 replies; 18+ messages in thread From: Peter Lieven @ 2010-09-16 13:57 UTC (permalink / raw) To: qemu-devel, kvm Hi, I found the following assertion in my log files after a system reset was executed kvm: lsi_scsi: error: ORDERED queue not implemented last message repeated 5 times kvm: lsi_scsi: error: Unimplemented message 0x0d kvm: lsi_scsi: error: Unimplemented message 0x0c kvm: lsi_scsi: error: Unimplemented message 0x0d kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. kvm: Aborted kvm errno=134 The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. Sounds this familiar to anyone? BR, Peter ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion 2010-09-16 13:57 ` [Qemu-devel] " Peter Lieven @ 2010-09-17 11:36 ` Bernhard Kohl -1 siblings, 0 replies; 18+ messages in thread From: Bernhard Kohl @ 2010-09-17 11:36 UTC (permalink / raw) To: ext Peter Lieven; +Cc: qemu-devel, kvm, ext Kevin Wolf Am 16.09.2010 15:57, schrieb ext Peter Lieven: > Hi, > > I found the following assertion in my log files after a system reset > was executed > > kvm: lsi_scsi: error: ORDERED queue not implemented > last message repeated 5 times > kvm: lsi_scsi: error: Unimplemented message 0x0d > kvm: lsi_scsi: error: Unimplemented message 0x0c > kvm: lsi_scsi: error: Unimplemented message 0x0d > kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: > lsi_reselect: Assertion `s->current == ((void *)0)' failed. > kvm: Aborted > kvm errno=134 > > The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. > > Sounds this familiar to anyone? > > BR, > Peter For messages 0x0c and 0x0d I recently submitted a patch: http://thread.gmane.org/gmane.comp.emulators.qemu/79660 ORDERED queue is still missing. The assertion needs to be investigated. What guest OS? Bernhard ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion @ 2010-09-17 11:36 ` Bernhard Kohl 0 siblings, 0 replies; 18+ messages in thread From: Bernhard Kohl @ 2010-09-17 11:36 UTC (permalink / raw) To: ext Peter Lieven; +Cc: ext Kevin Wolf, qemu-devel, kvm Am 16.09.2010 15:57, schrieb ext Peter Lieven: > Hi, > > I found the following assertion in my log files after a system reset > was executed > > kvm: lsi_scsi: error: ORDERED queue not implemented > last message repeated 5 times > kvm: lsi_scsi: error: Unimplemented message 0x0d > kvm: lsi_scsi: error: Unimplemented message 0x0c > kvm: lsi_scsi: error: Unimplemented message 0x0d > kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: > lsi_reselect: Assertion `s->current == ((void *)0)' failed. > kvm: Aborted > kvm errno=134 > > The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. > > Sounds this familiar to anyone? > > BR, > Peter For messages 0x0c and 0x0d I recently submitted a patch: http://thread.gmane.org/gmane.comp.emulators.qemu/79660 ORDERED queue is still missing. The assertion needs to be investigated. What guest OS? Bernhard ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion 2010-09-17 11:36 ` Bernhard Kohl (?) @ 2010-09-17 12:26 ` Peter Lieven 2010-09-17 12:30 ` Jan Kiszka -1 siblings, 1 reply; 18+ messages in thread From: Peter Lieven @ 2010-09-17 12:26 UTC (permalink / raw) To: Bernhard Kohl; +Cc: ext Kevin Wolf, qemu-devel, kvm Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: > Am 16.09.2010 15:57, schrieb ext Peter Lieven: >> Hi, >> >> I found the following assertion in my log files after a system reset was executed >> >> kvm: lsi_scsi: error: ORDERED queue not implemented >> last message repeated 5 times >> kvm: lsi_scsi: error: Unimplemented message 0x0d >> kvm: lsi_scsi: error: Unimplemented message 0x0c >> kvm: lsi_scsi: error: Unimplemented message 0x0d >> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >> kvm: Aborted >> kvm errno=134 >> >> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >> >> Sounds this familiar to anyone? >> >> BR, >> Peter > > For messages 0x0c and 0x0d I recently submitted a patch: > http://thread.gmane.org/gmane.comp.emulators.qemu/79660 thanks. > > ORDERED queue is still missing. > The assertion needs to be investigated. What guest OS? ubuntu 10.04.1 lts 64-bit > > Bernhard > peter ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion 2010-09-17 12:26 ` Peter Lieven @ 2010-09-17 12:30 ` Jan Kiszka 0 siblings, 0 replies; 18+ messages in thread From: Jan Kiszka @ 2010-09-17 12:30 UTC (permalink / raw) To: Peter Lieven; +Cc: Bernhard Kohl, ext Kevin Wolf, qemu-devel, kvm Am 17.09.2010 14:26, Peter Lieven wrote: > > Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: > >> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>> Hi, >>> >>> I found the following assertion in my log files after a system reset was executed >>> >>> kvm: lsi_scsi: error: ORDERED queue not implemented >>> last message repeated 5 times >>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>> kvm: Aborted >>> kvm errno=134 >>> >>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>> >>> Sounds this familiar to anyone? >>> >>> BR, >>> Peter >> >> For messages 0x0c and 0x0d I recently submitted a patch: >> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 > > thanks. > >> >> ORDERED queue is still missing. >> The assertion needs to be investigated. What guest OS? > > ubuntu 10.04.1 lts 64-bit > Already checked if even the abort persists with 0.13-rc1? Just to exclude that this is only a missing back-port. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion @ 2010-09-17 12:30 ` Jan Kiszka 0 siblings, 0 replies; 18+ messages in thread From: Jan Kiszka @ 2010-09-17 12:30 UTC (permalink / raw) To: Peter Lieven; +Cc: ext Kevin Wolf, Bernhard Kohl, qemu-devel, kvm Am 17.09.2010 14:26, Peter Lieven wrote: > > Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: > >> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>> Hi, >>> >>> I found the following assertion in my log files after a system reset was executed >>> >>> kvm: lsi_scsi: error: ORDERED queue not implemented >>> last message repeated 5 times >>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>> kvm: Aborted >>> kvm errno=134 >>> >>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>> >>> Sounds this familiar to anyone? >>> >>> BR, >>> Peter >> >> For messages 0x0c and 0x0d I recently submitted a patch: >> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 > > thanks. > >> >> ORDERED queue is still missing. >> The assertion needs to be investigated. What guest OS? > > ubuntu 10.04.1 lts 64-bit > Already checked if even the abort persists with 0.13-rc1? Just to exclude that this is only a missing back-port. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion 2010-09-17 12:30 ` Jan Kiszka @ 2010-09-17 12:31 ` Peter Lieven -1 siblings, 0 replies; 18+ messages in thread From: Peter Lieven @ 2010-09-17 12:31 UTC (permalink / raw) To: Jan Kiszka; +Cc: Bernhard Kohl, ext Kevin Wolf, qemu-devel, kvm Am 17.09.2010 um 14:30 schrieb Jan Kiszka: > Am 17.09.2010 14:26, Peter Lieven wrote: >> >> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >> >>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>>> Hi, >>>> >>>> I found the following assertion in my log files after a system reset was executed >>>> >>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>> last message repeated 5 times >>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>> kvm: Aborted >>>> kvm errno=134 >>>> >>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>> >>>> Sounds this familiar to anyone? >>>> >>>> BR, >>>> Peter >>> >>> For messages 0x0c and 0x0d I recently submitted a patch: >>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >> >> thanks. >> >>> >>> ORDERED queue is still missing. >>> The assertion needs to be investigated. What guest OS? >> >> ubuntu 10.04.1 lts 64-bit >> > > Already checked if even the abort persists with 0.13-rc1? Just to > exclude that this is only a missing back-port. hi, not yet. i have not tried 0.13-rc1 because i did not find a valid changelog in the distro. thanks, peter > > Jan > > -- > Siemens AG, Corporate Technology, CT T DE IT 1 > Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion @ 2010-09-17 12:31 ` Peter Lieven 0 siblings, 0 replies; 18+ messages in thread From: Peter Lieven @ 2010-09-17 12:31 UTC (permalink / raw) To: Jan Kiszka; +Cc: ext Kevin Wolf, Bernhard Kohl, qemu-devel, kvm Am 17.09.2010 um 14:30 schrieb Jan Kiszka: > Am 17.09.2010 14:26, Peter Lieven wrote: >> >> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >> >>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>>> Hi, >>>> >>>> I found the following assertion in my log files after a system reset was executed >>>> >>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>> last message repeated 5 times >>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>> kvm: Aborted >>>> kvm errno=134 >>>> >>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>> >>>> Sounds this familiar to anyone? >>>> >>>> BR, >>>> Peter >>> >>> For messages 0x0c and 0x0d I recently submitted a patch: >>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >> >> thanks. >> >>> >>> ORDERED queue is still missing. >>> The assertion needs to be investigated. What guest OS? >> >> ubuntu 10.04.1 lts 64-bit >> > > Already checked if even the abort persists with 0.13-rc1? Just to > exclude that this is only a missing back-port. hi, not yet. i have not tried 0.13-rc1 because i did not find a valid changelog in the distro. thanks, peter > > Jan > > -- > Siemens AG, Corporate Technology, CT T DE IT 1 > Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion 2010-09-17 12:31 ` Peter Lieven @ 2010-09-17 12:38 ` Jan Kiszka -1 siblings, 0 replies; 18+ messages in thread From: Jan Kiszka @ 2010-09-17 12:38 UTC (permalink / raw) To: Peter Lieven Cc: Bernhard Kohl, ext Kevin Wolf, qemu-devel@nongnu.org, kvm@vger.kernel.org Am 17.09.2010 14:31, Peter Lieven wrote: > > Am 17.09.2010 um 14:30 schrieb Jan Kiszka: > >> Am 17.09.2010 14:26, Peter Lieven wrote: >>> >>> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >>> >>>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>>>> Hi, >>>>> >>>>> I found the following assertion in my log files after a system reset was executed >>>>> >>>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>>> last message repeated 5 times >>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>>> kvm: Aborted >>>>> kvm errno=134 >>>>> >>>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>>> >>>>> Sounds this familiar to anyone? >>>>> >>>>> BR, >>>>> Peter >>>> >>>> For messages 0x0c and 0x0d I recently submitted a patch: >>>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >>> >>> thanks. >>> >>>> >>>> ORDERED queue is still missing. >>>> The assertion needs to be investigated. What guest OS? >>> >>> ubuntu 10.04.1 lts 64-bit >>> >> >> Already checked if even the abort persists with 0.13-rc1? Just to >> exclude that this is only a missing back-port. > > hi, not yet. i have not tried 0.13-rc1 because i did not find a valid changelog in the distro. You mean you did not find any potentially related commit in git? There were definitely changes regarding reset, and I don't think we have them in 0.12 yet (backport was non-trivial, /me would have to check our local patches for 0.12 if those turns out to be the key for your abort). Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion @ 2010-09-17 12:38 ` Jan Kiszka 0 siblings, 0 replies; 18+ messages in thread From: Jan Kiszka @ 2010-09-17 12:38 UTC (permalink / raw) To: Peter Lieven Cc: ext Kevin Wolf, Bernhard Kohl, qemu-devel@nongnu.org, kvm@vger.kernel.org Am 17.09.2010 14:31, Peter Lieven wrote: > > Am 17.09.2010 um 14:30 schrieb Jan Kiszka: > >> Am 17.09.2010 14:26, Peter Lieven wrote: >>> >>> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >>> >>>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>>>> Hi, >>>>> >>>>> I found the following assertion in my log files after a system reset was executed >>>>> >>>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>>> last message repeated 5 times >>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>>> kvm: Aborted >>>>> kvm errno=134 >>>>> >>>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>>> >>>>> Sounds this familiar to anyone? >>>>> >>>>> BR, >>>>> Peter >>>> >>>> For messages 0x0c and 0x0d I recently submitted a patch: >>>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >>> >>> thanks. >>> >>>> >>>> ORDERED queue is still missing. >>>> The assertion needs to be investigated. What guest OS? >>> >>> ubuntu 10.04.1 lts 64-bit >>> >> >> Already checked if even the abort persists with 0.13-rc1? Just to >> exclude that this is only a missing back-port. > > hi, not yet. i have not tried 0.13-rc1 because i did not find a valid changelog in the distro. You mean you did not find any potentially related commit in git? There were definitely changes regarding reset, and I don't think we have them in 0.12 yet (backport was non-trivial, /me would have to check our local patches for 0.12 if those turns out to be the key for your abort). Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion 2010-09-17 12:38 ` Jan Kiszka @ 2010-09-17 12:51 ` Peter Lieven -1 siblings, 0 replies; 18+ messages in thread From: Peter Lieven @ 2010-09-17 12:51 UTC (permalink / raw) To: Jan Kiszka Cc: Bernhard Kohl, ext Kevin Wolf, qemu-devel@nongnu.org, kvm@vger.kernel.org Am 17.09.2010 um 14:38 schrieb Jan Kiszka: > Am 17.09.2010 14:31, Peter Lieven wrote: >> >> Am 17.09.2010 um 14:30 schrieb Jan Kiszka: >> >>> Am 17.09.2010 14:26, Peter Lieven wrote: >>>> >>>> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >>>> >>>>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>>>>> Hi, >>>>>> >>>>>> I found the following assertion in my log files after a system reset was executed >>>>>> >>>>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>>>> last message repeated 5 times >>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>>>> kvm: Aborted >>>>>> kvm errno=134 >>>>>> >>>>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>>>> >>>>>> Sounds this familiar to anyone? >>>>>> >>>>>> BR, >>>>>> Peter >>>>> >>>>> For messages 0x0c and 0x0d I recently submitted a patch: >>>>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >>>> >>>> thanks. >>>> >>>>> >>>>> ORDERED queue is still missing. >>>>> The assertion needs to be investigated. What guest OS? >>>> >>>> ubuntu 10.04.1 lts 64-bit >>>> >>> >>> Already checked if even the abort persists with 0.13-rc1? Just to >>> exclude that this is only a missing back-port. >> >> hi, not yet. i have not tried 0.13-rc1 because i did not find a valid changelog in the distro. > > You mean you did not find any potentially related commit in git? There > were definitely changes regarding reset, and I don't think we have them > in 0.12 yet (backport was non-trivial, /me would have to check our local > patches for 0.12 if those turns out to be the key for your abort). sorry, my sentence was not clear. i downloaded 0.13-rc1 tarball from sourceforge and there are no entries regarding 0.13-rc1 in the changelog. br, peter > > Jan > > -- > Siemens AG, Corporate Technology, CT T DE IT 1 > Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion @ 2010-09-17 12:51 ` Peter Lieven 0 siblings, 0 replies; 18+ messages in thread From: Peter Lieven @ 2010-09-17 12:51 UTC (permalink / raw) To: Jan Kiszka Cc: ext Kevin Wolf, Bernhard Kohl, qemu-devel@nongnu.org, kvm@vger.kernel.org Am 17.09.2010 um 14:38 schrieb Jan Kiszka: > Am 17.09.2010 14:31, Peter Lieven wrote: >> >> Am 17.09.2010 um 14:30 schrieb Jan Kiszka: >> >>> Am 17.09.2010 14:26, Peter Lieven wrote: >>>> >>>> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >>>> >>>>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>>>>> Hi, >>>>>> >>>>>> I found the following assertion in my log files after a system reset was executed >>>>>> >>>>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>>>> last message repeated 5 times >>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>>>> kvm: Aborted >>>>>> kvm errno=134 >>>>>> >>>>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>>>> >>>>>> Sounds this familiar to anyone? >>>>>> >>>>>> BR, >>>>>> Peter >>>>> >>>>> For messages 0x0c and 0x0d I recently submitted a patch: >>>>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >>>> >>>> thanks. >>>> >>>>> >>>>> ORDERED queue is still missing. >>>>> The assertion needs to be investigated. What guest OS? >>>> >>>> ubuntu 10.04.1 lts 64-bit >>>> >>> >>> Already checked if even the abort persists with 0.13-rc1? Just to >>> exclude that this is only a missing back-port. >> >> hi, not yet. i have not tried 0.13-rc1 because i did not find a valid changelog in the distro. > > You mean you did not find any potentially related commit in git? There > were definitely changes regarding reset, and I don't think we have them > in 0.12 yet (backport was non-trivial, /me would have to check our local > patches for 0.12 if those turns out to be the key for your abort). sorry, my sentence was not clear. i downloaded 0.13-rc1 tarball from sourceforge and there are no entries regarding 0.13-rc1 in the changelog. br, peter > > Jan > > -- > Siemens AG, Corporate Technology, CT T DE IT 1 > Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion 2010-09-17 12:51 ` Peter Lieven @ 2010-09-17 12:55 ` Jan Kiszka -1 siblings, 0 replies; 18+ messages in thread From: Jan Kiszka @ 2010-09-17 12:55 UTC (permalink / raw) To: Peter Lieven Cc: Bernhard Kohl, ext Kevin Wolf, qemu-devel@nongnu.org, kvm@vger.kernel.org Am 17.09.2010 14:51, Peter Lieven wrote: > > Am 17.09.2010 um 14:38 schrieb Jan Kiszka: > >> Am 17.09.2010 14:31, Peter Lieven wrote: >>> >>> Am 17.09.2010 um 14:30 schrieb Jan Kiszka: >>> >>>> Am 17.09.2010 14:26, Peter Lieven wrote: >>>>> >>>>> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >>>>> >>>>>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>>>>>> Hi, >>>>>>> >>>>>>> I found the following assertion in my log files after a system reset was executed >>>>>>> >>>>>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>>>>> last message repeated 5 times >>>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>>>>> kvm: Aborted >>>>>>> kvm errno=134 >>>>>>> >>>>>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>>>>> >>>>>>> Sounds this familiar to anyone? >>>>>>> >>>>>>> BR, >>>>>>> Peter >>>>>> >>>>>> For messages 0x0c and 0x0d I recently submitted a patch: >>>>>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >>>>> >>>>> thanks. >>>>> >>>>>> >>>>>> ORDERED queue is still missing. >>>>>> The assertion needs to be investigated. What guest OS? >>>>> >>>>> ubuntu 10.04.1 lts 64-bit >>>>> >>>> >>>> Already checked if even the abort persists with 0.13-rc1? Just to >>>> exclude that this is only a missing back-port. >>> >>> hi, not yet. i have not tried 0.13-rc1 because i did not find a valid changelog in the distro. >> >> You mean you did not find any potentially related commit in git? There >> were definitely changes regarding reset, and I don't think we have them >> in 0.12 yet (backport was non-trivial, /me would have to check our local >> patches for 0.12 if those turns out to be the key for your abort). > > sorry, my sentence was not clear. > > i downloaded 0.13-rc1 tarball from sourceforge and there are no entries regarding > 0.13-rc1 in the changelog. That's the problem with meta-changelogs: someone has to update them manually. The history is always in git (accessible via web as well). Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion @ 2010-09-17 12:55 ` Jan Kiszka 0 siblings, 0 replies; 18+ messages in thread From: Jan Kiszka @ 2010-09-17 12:55 UTC (permalink / raw) To: Peter Lieven Cc: ext Kevin Wolf, Bernhard Kohl, qemu-devel@nongnu.org, kvm@vger.kernel.org Am 17.09.2010 14:51, Peter Lieven wrote: > > Am 17.09.2010 um 14:38 schrieb Jan Kiszka: > >> Am 17.09.2010 14:31, Peter Lieven wrote: >>> >>> Am 17.09.2010 um 14:30 schrieb Jan Kiszka: >>> >>>> Am 17.09.2010 14:26, Peter Lieven wrote: >>>>> >>>>> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >>>>> >>>>>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>>>>>> Hi, >>>>>>> >>>>>>> I found the following assertion in my log files after a system reset was executed >>>>>>> >>>>>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>>>>> last message repeated 5 times >>>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>>>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>>>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>>>>> kvm: Aborted >>>>>>> kvm errno=134 >>>>>>> >>>>>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>>>>> >>>>>>> Sounds this familiar to anyone? >>>>>>> >>>>>>> BR, >>>>>>> Peter >>>>>> >>>>>> For messages 0x0c and 0x0d I recently submitted a patch: >>>>>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >>>>> >>>>> thanks. >>>>> >>>>>> >>>>>> ORDERED queue is still missing. >>>>>> The assertion needs to be investigated. What guest OS? >>>>> >>>>> ubuntu 10.04.1 lts 64-bit >>>>> >>>> >>>> Already checked if even the abort persists with 0.13-rc1? Just to >>>> exclude that this is only a missing back-port. >>> >>> hi, not yet. i have not tried 0.13-rc1 because i did not find a valid changelog in the distro. >> >> You mean you did not find any potentially related commit in git? There >> were definitely changes regarding reset, and I don't think we have them >> in 0.12 yet (backport was non-trivial, /me would have to check our local >> patches for 0.12 if those turns out to be the key for your abort). > > sorry, my sentence was not clear. > > i downloaded 0.13-rc1 tarball from sourceforge and there are no entries regarding > 0.13-rc1 in the changelog. That's the problem with meta-changelogs: someone has to update them manually. The history is always in git (accessible via web as well). Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion 2010-09-17 12:51 ` Peter Lieven (?) (?) @ 2010-10-04 9:34 ` Carlo Maraschin -1 siblings, 0 replies; 18+ messages in thread From: Carlo Maraschin @ 2010-10-04 9:34 UTC (permalink / raw) To: kvm Hi All, Just checking what is the status of this bug. I just tried ubuntu 10.10 with kvm 0.12.5 and I get the same problem, here the entry from my logs: kvm: /build/buildd/qemu-kvm-0.12.5+noroms/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. BTW, It does crash the VM when it happens... (not a very nice bug) Thanks, Carlo ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion 2010-09-17 12:30 ` Jan Kiszka @ 2010-09-17 13:16 ` Bernhard Kohl -1 siblings, 0 replies; 18+ messages in thread From: Bernhard Kohl @ 2010-09-17 13:16 UTC (permalink / raw) To: ext Jan Kiszka; +Cc: Peter Lieven, ext Kevin Wolf, qemu-devel, kvm Am 17.09.2010 14:30, schrieb ext Jan Kiszka: > Am 17.09.2010 14:26, Peter Lieven wrote: > >> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >> >> >>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>> >>>> Hi, >>>> >>>> I found the following assertion in my log files after a system reset was executed >>>> >>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>> last message repeated 5 times >>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>> kvm: Aborted >>>> kvm errno=134 >>>> >>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>> >>>> Sounds this familiar to anyone? >>>> >>>> BR, >>>> Peter >>>> >>> For messages 0x0c and 0x0d I recently submitted a patch: >>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >>> >> thanks. >> >> >>> ORDERED queue is still missing. >>> The assertion needs to be investigated. What guest OS? >>> >> ubuntu 10.04.1 lts 64-bit >> >> > Already checked if even the abort persists with 0.13-rc1? Just to > exclude that this is only a missing back-port. > > Jan > Maybe the assertion is a consequence of the improper handling of messages 0x0c and 0x0d which are SCSI ABORT messages. ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Qemu-devel] lsi_scsi assertion @ 2010-09-17 13:16 ` Bernhard Kohl 0 siblings, 0 replies; 18+ messages in thread From: Bernhard Kohl @ 2010-09-17 13:16 UTC (permalink / raw) To: ext Jan Kiszka; +Cc: ext Kevin Wolf, Peter Lieven, qemu-devel, kvm Am 17.09.2010 14:30, schrieb ext Jan Kiszka: > Am 17.09.2010 14:26, Peter Lieven wrote: > >> Am 17.09.2010 um 13:36 schrieb Bernhard Kohl: >> >> >>> Am 16.09.2010 15:57, schrieb ext Peter Lieven: >>> >>>> Hi, >>>> >>>> I found the following assertion in my log files after a system reset was executed >>>> >>>> kvm: lsi_scsi: error: ORDERED queue not implemented >>>> last message repeated 5 times >>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>> kvm: lsi_scsi: error: Unimplemented message 0x0c >>>> kvm: lsi_scsi: error: Unimplemented message 0x0d >>>> kvm: qemu-kvm-0.12.4.1: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed. >>>> kvm: Aborted >>>> kvm errno=134 >>>> >>>> The guest is a 64-bit ubuntu 10.04 server. Qemu-KVM is 0.12.4. >>>> >>>> Sounds this familiar to anyone? >>>> >>>> BR, >>>> Peter >>>> >>> For messages 0x0c and 0x0d I recently submitted a patch: >>> http://thread.gmane.org/gmane.comp.emulators.qemu/79660 >>> >> thanks. >> >> >>> ORDERED queue is still missing. >>> The assertion needs to be investigated. What guest OS? >>> >> ubuntu 10.04.1 lts 64-bit >> >> > Already checked if even the abort persists with 0.13-rc1? Just to > exclude that this is only a missing back-port. > > Jan > Maybe the assertion is a consequence of the improper handling of messages 0x0c and 0x0d which are SCSI ABORT messages. ^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2010-10-04 9:40 UTC | newest] Thread overview: 18+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-09-16 13:57 lsi_scsi assertion Peter Lieven 2010-09-16 13:57 ` [Qemu-devel] " Peter Lieven 2010-09-17 11:36 ` Bernhard Kohl 2010-09-17 11:36 ` Bernhard Kohl 2010-09-17 12:26 ` Peter Lieven 2010-09-17 12:30 ` Jan Kiszka 2010-09-17 12:30 ` Jan Kiszka 2010-09-17 12:31 ` Peter Lieven 2010-09-17 12:31 ` Peter Lieven 2010-09-17 12:38 ` Jan Kiszka 2010-09-17 12:38 ` Jan Kiszka 2010-09-17 12:51 ` Peter Lieven 2010-09-17 12:51 ` Peter Lieven 2010-09-17 12:55 ` Jan Kiszka 2010-09-17 12:55 ` Jan Kiszka 2010-10-04 9:34 ` Carlo Maraschin 2010-09-17 13:16 ` Bernhard Kohl 2010-09-17 13:16 ` Bernhard Kohl
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.