Re: [Qemu-devel] lsi53c895a lsi_do_dma assertion failure

2015-03-16 Thread Chris Takemura
On 3/17/15, 2:21 AM, "Paolo Bonzini" wrote: > >On 16/03/2015 16:59, Chris Takemura wrote: >> Hi everyone, >> >> We're using qemu as a device model for xen 4.4. Lately we've been >> having qemu crashes with this output: >> >> lsi_s

[Qemu-devel] lsi53c895a lsi_do_dma assertion failure

2015-03-16 Thread Chris Takemura
Hi everyone, We're using qemu as a device model for xen 4.4. Lately we've been having qemu crashes with this output: lsi_scsi: error: Unhandled writeb 0xff = 0x0 lsi_scsi: error: Unhandled writeb 0x100 = 0x0 lsi_scsi: error: Unhandled writeb 0x101 = 0x0 lsi_scsi: error: Unhandled writeb 0x1

[Qemu-devel] Use of watch_pipe in xs_handle structure

2014-02-12 Thread Chris Takemura
Hi, I'm trying to debug a problem that causes qemu-dm to lock up with Xen HVM domains. We're using the qemu version that came with Xen 3.4.2. I know it's old, but we're stuck with it for a little while yet. I think the hang is related to thread synchronization and the xenstore, but I'm not s