Hi Jonathan, Am 16.05.2011 13:23, schrieb Jonathan Nieder: > Hi, > > Kevin Wolf wrote: > >> This pulls the request completion for error cases from the caller to >> scsi_disk_emulate_command. This should not change semantics, but allows to >> reuse scsi_handle_write_error() for flushes in the next patch. > > Today I tried out qemu-system-arm for the first time. It's faster > than I expected; very neat. Unfortunately it segfaults. > > Reproducible with "master" (077030d11). Bisects to v0.14.0-rc0~489 > (scsi-disk: Complete failed requests in scsi_disk_emulate_command, > 2010-10-25).
Your instructions seemed clear enough, so I tried to reproduce your problem. Now I have an ARM VM with a Debian installation that works just fine and I have no idea what to use it for. ;-) I also reviewed the patch that you mentioned and I can't find anything suspicious there. I'm afraid you'll have to bite the bullet and run it with some debugging code yourself (if it's really related to that patch, you'll want to enable DPRINTF in hw/scsi-disk.c as a first step) Kevin