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

2016-09-22 Thread Cornelia Huck
On Thu, 22 Sep 2016 10:14:56 +0200 Greg Kurz wrote: > On Thu, 22 Sep 2016 07:38:29 + > "Gonglei (Arei)" wrote: > > I saw virtio_error() only handle the virtio 1.0 device, the legacy virtio > > device may > > still stuck, am I right? > > > > The DEVICE_NEEDS_RESET bit was introduced by th

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

2016-09-22 Thread Greg Kurz
el@nongnu.org; Kevin Wolf; Michael S. Tsirkin; Jason Wang; Max > > Reitz; Aneesh Kumar K.V; Stefan Hajnoczi; Cornelia Huck; Paolo Bonzini > > Subject: Re: [Qemu-devel] [PATCH 0/7] virtio: avoid inappropriate QEMU > > termination > > > > On Thu, 22 Sep 2016 06:55:43 + &

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

2016-09-22 Thread Gonglei (Arei)
Bonzini > Subject: Re: [Qemu-devel] [PATCH 0/7] virtio: avoid inappropriate QEMU > termination > > On Thu, 22 Sep 2016 06:55:43 + > "Gonglei (Arei)" wrote: > > > > -Original Message- > > > From: Greg Kurz [mailto:gr...@kaod.org] > >

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

2016-09-22 Thread Greg Kurz
el S. Tsirkin; Jason Wang; Max > > Reitz; Aneesh Kumar K.V; Stefan Hajnoczi; Cornelia Huck; Paolo Bonzini > > Subject: Re: [Qemu-devel] [PATCH 0/7] virtio: avoid inappropriate QEMU > > termination > > > > On Thu, 22 Sep 2016 09:19:49 +0800 > > Gonglei wrote: > &g

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

2016-09-22 Thread Gonglei (Arei)
uck; Paolo Bonzini > Subject: Re: [Qemu-devel] [PATCH 0/7] virtio: avoid inappropriate QEMU > termination > > On Thu, 22 Sep 2016 06:55:43 + > "Gonglei (Arei)" wrote: > > > > -Original Message- > > > From: Greg Kurz [mailto:gr...@kao

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

2016-09-22 Thread Greg Kurz
On Thu, 22 Sep 2016 09:19:49 +0800 Gonglei wrote: > On 2016/9/21 21:13, 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, >

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

2016-09-22 Thread Gonglei (Arei)
Bonzini > Subject: Re: [Qemu-devel] [PATCH 0/7] virtio: avoid inappropriate QEMU > termination > > On Thu, 22 Sep 2016 09:19:49 +0800 > Gonglei wrote: > > > On 2016/9/21 21:13, Greg Kurz wrote: > > > This series is a follow up to Stefan's work to eradicate mo

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

2016-09-21 Thread Fam Zheng
On Wed, 09/21 09:29, Eric Blake wrote: > On 09/21/2016 09:01 AM, Fam Zheng wrote: > > On Wed, 09/21 15:44, Greg Kurz wrote: > >> On Wed, 21 Sep 2016 06:35:04 -0700 (PDT) > >> no-re...@patchew.org wrote: > >> > >>> Hi, > >>> > >>> Your series failed automatic build test. Please find the testing comm

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

2016-09-21 Thread Gonglei
On 2016/9/21 21:13, 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 malformed in/out heade

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

2016-09-21 Thread Greg Kurz
On Wed, 21 Sep 2016 20:35:49 +0300 "Michael S. Tsirkin" wrote: > On Wed, Sep 21, 2016 at 03:44:33PM +0200, Greg Kurz wrote: > > On Wed, 21 Sep 2016 06:35:04 -0700 (PDT) > > no-re...@patchew.org wrote: > > > > > Hi, > > > > > > Your series failed automatic build test. Please find the testing c

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

2016-09-21 Thread Michael S. Tsirkin
On Wed, Sep 21, 2016 at 10:01:30PM +0800, Fam Zheng wrote: > On Wed, 09/21 15:44, Greg Kurz wrote: > > On Wed, 21 Sep 2016 06:35:04 -0700 (PDT) > > no-re...@patchew.org wrote: > > > > > Hi, > > > > > > Your series failed automatic build test. Please find the testing commands > > > and > > > thei

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

2016-09-21 Thread Michael S. Tsirkin
On Wed, Sep 21, 2016 at 03:44:33PM +0200, Greg Kurz wrote: > On Wed, 21 Sep 2016 06:35:04 -0700 (PDT) > no-re...@patchew.org wrote: > > > Hi, > > > > Your series failed automatic build test. Please find the testing commands > > and > > their output below. If you have docker installed, you can pr

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

2016-09-21 Thread Greg Kurz
On Wed, 21 Sep 2016 22:01:30 +0800 Fam Zheng wrote: > On Wed, 09/21 15:44, Greg Kurz wrote: > > On Wed, 21 Sep 2016 06:35:04 -0700 (PDT) > > no-re...@patchew.org wrote: > > > > > Hi, > > > > > > Your series failed automatic build test. Please find the testing commands > > > and > > > their o

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

2016-09-21 Thread Eric Blake
On 09/21/2016 09:01 AM, Fam Zheng wrote: > On Wed, 09/21 15:44, Greg Kurz wrote: >> On Wed, 21 Sep 2016 06:35:04 -0700 (PDT) >> no-re...@patchew.org wrote: >> >>> Hi, >>> >>> Your series failed automatic build test. Please find the testing commands >>> and >>> their output below. If you have docke

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

2016-09-21 Thread Fam Zheng
On Wed, 09/21 15:44, Greg Kurz wrote: > On Wed, 21 Sep 2016 06:35:04 -0700 (PDT) > no-re...@patchew.org wrote: > > > 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

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

2016-09-21 Thread Greg Kurz
patchew doesn't know about Stefan's series. :) Is there an appropriate way to avoid complaints when sending a patchset that isn't based on QEMU master ? > Type: series > Message-id: 147446363181.4880.18104448248886932114.stgit@bahia > Subject: [Qemu-devel] [PATCH 0/7]

Re: [Qemu-devel] [PATCH 0/7] 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: 147446363181.4880.18104448248886932114.stgit@bahia Subject: [Qemu-devel] [PATCH 0/7] virtio: avoid

[Qemu-devel] [PATCH 0/7] 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