Re: [Qemu-devel] [PATCH v8 00/10] Convert msix_init() to error

2017-01-13 Thread Cao jin
On 01/13/2017 04:22 PM, Markus Armbruster wrote: > Cao jin writes: > >> Only a tiny modification in patch "megasas: remove unnecessary >> megasas_use_msix()" to fix a megasas issue. > > Please have a look at Michael's review in > Message-ID: <20170112163519-mutt-send-email-...@kernel.org> >

Re: [Qemu-devel] [PATCH v8 00/10] Convert msix_init() to error

2017-01-13 Thread Markus Armbruster
Cao jin writes: > Only a tiny modification in patch "megasas: remove unnecessary > megasas_use_msix()" to fix a megasas issue. Please have a look at Michael's review in Message-ID: <20170112163519-mutt-send-email-...@kernel.org> > v8 changelog: > 1. reorder: place the "megasas: remove unnecessa

[Qemu-devel] [PATCH v8 00/10] Convert msix_init() to error

2017-01-12 Thread Cao jin
Only a tiny modification in patch "megasas: remove unnecessary megasas_use_msix()" to fix a megasas issue. v8 changelog: 1. reorder: place the "megasas: remove unnecessary megasas_use_msix()" as the last one. and fix the bug in it, detailed description in it, also removed the R-b of it. 2. A