qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] kvm segfaulting


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] kvm segfaulting
Date: Mon, 11 Feb 2013 14:21:20 +0100

On Mon, Feb 11, 2013 at 2:08 PM, Stefan Priebe - Profihost AG
<address@hidden> wrote:
> Hi,
> Am 11.02.2013 13:48, schrieb Paolo Bonzini:
>> Il 11/02/2013 10:48, Stefan Priebe - Profihost AG ha scritto:
>>>     req->resp.cmd->status = status;
>>>     if (req->resp.cmd->status == GOOD) {
>>>         req->resp.cmd->resid = tswap32(resid);
>>>     } else {
>>>         req->resp.cmd->resid = 0;
>>>         sense_len = scsi_req_get_sense(r, req->resp.cmd->sense,
>>>                                        VIRTIO_SCSI_SENSE_SIZE);
>>>         req->resp.cmd->sense_len = tswap32(sense_len);
>>>     }
>>>     virtio_scsi_complete_req(req);
>>> }
>>
>> Can you reproduce this?
>
> Sadly no - but i've seen this 3 times in the last 4 weeks. I checked all
> addresses / dmesg messages and all crashes point to that line.

Just for sanity, because I never trust addr2line, can you please
confirm that you are using virtio-scsi in your guest?

The kvm command-line should contain "-device virtio-scsi-pci".

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]