Re: [PATCH v5 00/13] Multi-phase reset mechanism

2019-12-03 Thread Cornelia Huck
On Fri, 18 Oct 2019 17:06:17 +0200 Damien Hedde wrote: > Hi all, > > The purpose of this series is to split the current reset procedure > into multiple phases. This will help to solve some ordering > difficulties we have during reset. Previous version can be found here: > https://lists.gnu.org/a

Re: [PATCH v5 00/13] Multi-phase reset mechanism

2019-11-29 Thread Peter Maydell
On Fri, 18 Oct 2019 at 16:07, Damien Hedde wrote: > > Hi all, > > The purpose of this series is to split the current reset procedure > into multiple phases. This will help to solve some ordering > difficulties we have during reset. Previous version can be found here: > https://lists.gnu.org/archiv

Re: [PATCH v5 00/13] Multi-phase reset mechanism

2019-11-08 Thread Damien Hedde
On 11/8/19 4:28 PM, Peter Maydell wrote: > On Fri, 8 Nov 2019 at 15:26, Damien Hedde wrote: >> >> >> On 10/29/19 4:53 PM, Damien Hedde wrote: >>> Hi, >>> >>> Does anyone has comment about the interface / patch 3 ? >>> Should I try to split it ? >> >> ping > > Hi; this patchset is still in my to

Re: [PATCH v5 00/13] Multi-phase reset mechanism

2019-11-08 Thread Peter Maydell
On Fri, 8 Nov 2019 at 15:26, Damien Hedde wrote: > > > On 10/29/19 4:53 PM, Damien Hedde wrote: > > Hi, > > > > Does anyone has comment about the interface / patch 3 ? > > Should I try to split it ? > > ping Hi; this patchset is still in my to-review queue, but we've just gone into softfreeze for

Re: [PATCH v5 00/13] Multi-phase reset mechanism

2019-11-08 Thread Damien Hedde
On 10/29/19 4:53 PM, Damien Hedde wrote: > Hi, > > Does anyone has comment about the interface / patch 3 ? > Should I try to split it ? ping > > Thanks, > Damien > Thanks, Damien

Re: [PATCH v5 00/13] Multi-phase reset mechanism

2019-10-29 Thread Damien Hedde
Hi, Does anyone has comment about the interface / patch 3 ? Should I try to split it ? Thanks, Damien On 10/18/19 5:06 PM, Damien Hedde wrote: > Hi all, > > The purpose of this series is to split the current reset procedure > into multiple phases. This will help to solve some ordering > difficu

Re: [PATCH v5 00/13] Multi-phase reset mechanism

2019-10-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191018150630.31099-1-damien.he...@greensocs.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BE

[PATCH v5 00/13] Multi-phase reset mechanism

2019-10-18 Thread Damien Hedde
Hi all, The purpose of this series is to split the current reset procedure into multiple phases. This will help to solve some ordering difficulties we have during reset. Previous version can be found here: https://lists.gnu.org/archive/html/qemu-devel/2019-08/msg04359.html This series adds resett