All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: Peter Lieven <pl@dlh.net>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: Win2K8 32-bit Mix of IDE and SCSI assertion
Date: Fri, 06 Aug 2010 10:45:10 +0200	[thread overview]
Message-ID: <4C5BCB96.1010301@redhat.com> (raw)
In-Reply-To: <D65382F1-A32F-479D-AA97-BC1A48231265@dlh.net>

On 08/05/10 22:58, Peter Lieven wrote:
> Hi,
>
> we today saw a Win2k8 VM with first device IDE and second device SCSI crash reprocably during boot.
> Win2k8 32-bit Server was installed with IDE only. The second SCSI device was added later.
>
> Here is the output and commandline:
>
> Aug  5 20:42:55 172.21.59.142 exec: /usr/bin/qemu-kvm-0.12.4  -net tap,vlan=726,script=no,downscript=no,ifname=tap0 -net nic,vlan=726,model=rtl8139,macaddr=52:54:00:fe:00:bf   -drive format=host_device,file=/dev/mapper/iqn.2001-05.com.equallogic:0-8a0906-e4ce1ab04-3ce7a1250354c545-p01-w2k8,if=ide,boot=on,cache=none,aio=native  -drive format=host_device,file=/dev/mapper/iqn.2001-05.com.equallogic:0-8a0906-319e1ab04-39a7a1250204c503-test2,if=scsi,boot=off,cache=none,aio=native  -m 4096 -smp 4 -monitor tcp:0:4001,server,nowait -vnc :1 -name 'W2K8-01'  -boot order=dc,menu=off  -k de  -pidfile /var/run/qemu/vm-200.pid  -mem-path /hugepages -mem-prealloc  -cpu qemu64,model_id='Intel(R) Xeon(R) CPU           L5640  @ 2.27GHz',-nx  -rtc base=localtime,clock=vm -vga cirrus  -usb -usbdevice tablet
 
> Aug  5 20:43:06 172.21.59.142 kvm: lsi_scsi: error: Unhandled writeb 0xff = 0x0
> Aug  5 20:43:06 172.21.59.142 kvm: lsi_scsi: error: Unhandled writeb 0x100 = 0x0
> Aug  5 20:43:06 172.21.59.142 kvm: lsi_scsi: error: Unhandled writeb 0x101 = 0x0
> Aug  5 20:43:06 172.21.59.142 kvm: lsi_scsi: error: Unhandled writeb 0x102 = 0x0
> Aug  5 20:43:06 172.21.59.142 kvm: qemu-kvm-0.12.4: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:512: lsi_do_dma: Assertion `s->current' failed.
> Aug  5 20:43:06 172.21.59.142 kvm: Aborted
> Aug  5 20:43:06 172.21.59.142 kvm errno=134
>
> Any ideas?

Fixed in master.

http://git.qemu.org/qemu.git/commit/?id=d1d74664ea99cdc571afee12e31c8625595765b0

cheers,
   Gerd


WARNING: multiple messages have this Message-ID (diff)
From: Gerd Hoffmann <kraxel@redhat.com>
To: Peter Lieven <pl@dlh.net>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] Re: Win2K8 32-bit Mix of IDE and SCSI assertion
Date: Fri, 06 Aug 2010 10:45:10 +0200	[thread overview]
Message-ID: <4C5BCB96.1010301@redhat.com> (raw)
In-Reply-To: <D65382F1-A32F-479D-AA97-BC1A48231265@dlh.net>

On 08/05/10 22:58, Peter Lieven wrote:
> Hi,
>
> we today saw a Win2k8 VM with first device IDE and second device SCSI crash reprocably during boot.
> Win2k8 32-bit Server was installed with IDE only. The second SCSI device was added later.
>
> Here is the output and commandline:
>
> Aug  5 20:42:55 172.21.59.142 exec: /usr/bin/qemu-kvm-0.12.4  -net tap,vlan=726,script=no,downscript=no,ifname=tap0 -net nic,vlan=726,model=rtl8139,macaddr=52:54:00:fe:00:bf   -drive format=host_device,file=/dev/mapper/iqn.2001-05.com.equallogic:0-8a0906-e4ce1ab04-3ce7a1250354c545-p01-w2k8,if=ide,boot=on,cache=none,aio=native  -drive format=host_device,file=/dev/mapper/iqn.2001-05.com.equallogic:0-8a0906-319e1ab04-39a7a1250204c503-test2,if=scsi,boot=off,cache=none,aio=native  -m 4096 -smp 4 -monitor tcp:0:4001,server,nowait -vnc :1 -name 'W2K8-01'  -boot order=dc,menu=off  -k de  -pidfile /var/run/qemu/vm-200.pid  -mem-path /hugepages -mem-prealloc  -cpu qemu64,model_id='Intel(R) Xeon(R) CPU           L5640  @ 2.27GHz',-nx  -rtc base=localtime,clock=vm -vga cirrus  -usb -usbdevice tablet
> Aug  5 20:43:06 172.21.59.142 kvm: lsi_scsi: error: Unhandled writeb 0xff = 0x0
> Aug  5 20:43:06 172.21.59.142 kvm: lsi_scsi: error: Unhandled writeb 0x100 = 0x0
> Aug  5 20:43:06 172.21.59.142 kvm: lsi_scsi: error: Unhandled writeb 0x101 = 0x0
> Aug  5 20:43:06 172.21.59.142 kvm: lsi_scsi: error: Unhandled writeb 0x102 = 0x0
> Aug  5 20:43:06 172.21.59.142 kvm: qemu-kvm-0.12.4: /usr/src/qemu-kvm-0.12.4/hw/lsi53c895a.c:512: lsi_do_dma: Assertion `s->current' failed.
> Aug  5 20:43:06 172.21.59.142 kvm: Aborted
> Aug  5 20:43:06 172.21.59.142 kvm errno=134
>
> Any ideas?

Fixed in master.

http://git.qemu.org/qemu.git/commit/?id=d1d74664ea99cdc571afee12e31c8625595765b0

cheers,
   Gerd

  reply	other threads:[~2010-08-06  8:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-05 20:58 Win2K8 32-bit Mix of IDE and SCSI assertion Peter Lieven
2010-08-05 20:58 ` [Qemu-devel] " Peter Lieven
2010-08-06  8:45 ` Gerd Hoffmann [this message]
2010-08-06  8:45   ` [Qemu-devel] " Gerd Hoffmann
2010-08-06 11:08 ` [Qemu-devel] " Michal Novotny
2010-08-06 11:08   ` Michal Novotny
2010-08-06 11:17   ` Paolo Bonzini
2010-08-06 11:30     ` Michal Novotny
2010-08-06 14:37       ` Peter Lieven
2010-08-06 14:36         ` Michal Novotny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C5BCB96.1010301@redhat.com \
    --to=kraxel@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=pl@dlh.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.