Re: [Qemu-devel] [PATCH v2 0/9] virtio: avoid inappropriate QEMU termination

2016-09-23 Thread Greg Kurz
On Fri, 23 Sep 2016 14:31:56 +0100 Stefan Hajnoczi wrote: > On Wed, Sep 21, 2016 at 06:56:46PM +0200, Greg Kurz wrote: > > This series is a follow up to Stefan's work to eradicate most calls to > > exit() we currently have in the virtio code. > > > > It addresses all exit() call sites in the blk

Re: [Qemu-devel] [PATCH v2 0/9] virtio: avoid inappropriate QEMU termination

2016-09-23 Thread Stefan Hajnoczi
On Wed, Sep 21, 2016 at 06:56:46PM +0200, Greg Kurz wrote: > This series is a follow up to Stefan's work to eradicate most calls to > exit() we currently have in the virtio code. > > It addresses all exit() call sites in the blk, net and scsi device code, > where the error is about a missing or ma

Re: [Qemu-devel] [PATCH v2 0/9] virtio: avoid inappropriate QEMU termination

2016-09-22 Thread Cornelia Huck
On Wed, 21 Sep 2016 18:56:46 +0200 Greg Kurz wrote: > This series is a follow up to Stefan's work to eradicate most calls to > exit() we currently have in the virtio code. > > It addresses all exit() call sites in the blk, net and scsi device code, > where the error is about a missing or malform

Re: [Qemu-devel] [PATCH v2 0/9] virtio: avoid inappropriate QEMU termination

2016-09-21 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 147447700612.30952.9420141963781948805.stgit@bahia Subject: [Qemu-devel] [PATCH v2 0/9] virtio

[Qemu-devel] [PATCH v2 0/9] virtio: avoid inappropriate QEMU termination

2016-09-21 Thread Greg Kurz
This series is a follow up to Stefan's work to eradicate most calls to exit() we currently have in the virtio code. It addresses all exit() call sites in the blk, net and scsi device code, where the error is about a missing or malformed in/out header sent by the guest. They are converted to use vi