Re: [Qemu-devel] [PATCH for-2.10 2/2] xilinx-spips: add a migration blocker when using mmio_execution

2017-08-10 Thread KONRAD Frederic
On 08/10/2017 11:22 AM, Edgar E. Iglesias wrote: On Thu, Aug 10, 2017 at 10:11:13AM +0100, Peter Maydell wrote: On 1 August 2017 at 10:41, Peter Maydell wrote: On 1 August 2017 at 10:35, KONRAD Frederic wrote: On 08/01/2017 11:30

Re: [Qemu-devel] [PATCH for-2.10 2/2] xilinx-spips: add a migration blocker when using mmio_execution

2017-08-10 Thread Edgar E. Iglesias
On Thu, Aug 10, 2017 at 10:11:13AM +0100, Peter Maydell wrote: > On 1 August 2017 at 10:41, Peter Maydell wrote: > > On 1 August 2017 at 10:35, KONRAD Frederic > > wrote: > >> > >> > >> On 08/01/2017 11:30 AM, Edgar E. Iglesias wrote: > >>>

Re: [Qemu-devel] [PATCH for-2.10 2/2] xilinx-spips: add a migration blocker when using mmio_execution

2017-08-10 Thread Peter Maydell
On 1 August 2017 at 10:41, Peter Maydell wrote: > On 1 August 2017 at 10:35, KONRAD Frederic > wrote: >> >> >> On 08/01/2017 11:30 AM, Edgar E. Iglesias wrote: >>> At this stage, perhaps we should just register the blocker when this dev >>>

Re: [Qemu-devel] [PATCH for-2.10 2/2] xilinx-spips: add a migration blocker when using mmio_execution

2017-08-01 Thread Peter Maydell
On 1 August 2017 at 10:35, KONRAD Frederic wrote: > > > On 08/01/2017 11:30 AM, Edgar E. Iglesias wrote: >> At this stage, perhaps we should just register the blocker when this dev >> realizes. >> >> If a request_ptr comes in during migration, the VM will fail either

Re: [Qemu-devel] [PATCH for-2.10 2/2] xilinx-spips: add a migration blocker when using mmio_execution

2017-08-01 Thread KONRAD Frederic
On 08/01/2017 11:30 AM, Edgar E. Iglesias wrote: On Tue, Aug 01, 2017 at 11:13:56AM +0200, KONRAD Frederic wrote: On 08/01/2017 11:00 AM, Peter Maydell wrote: On 1 August 2017 at 09:10, KONRAD Frederic wrote: This adds a migration blocker when mmio_execution

Re: [Qemu-devel] [PATCH for-2.10 2/2] xilinx-spips: add a migration blocker when using mmio_execution

2017-08-01 Thread Edgar E. Iglesias
On Tue, Aug 01, 2017 at 11:13:56AM +0200, KONRAD Frederic wrote: > > > On 08/01/2017 11:00 AM, Peter Maydell wrote: > >On 1 August 2017 at 09:10, KONRAD Frederic > >wrote: > >>This adds a migration blocker when mmio_execution has been used. > >> > >>Signed-off-by:

Re: [Qemu-devel] [PATCH for-2.10 2/2] xilinx-spips: add a migration blocker when using mmio_execution

2017-08-01 Thread KONRAD Frederic
On 08/01/2017 11:00 AM, Peter Maydell wrote: On 1 August 2017 at 09:10, KONRAD Frederic wrote: This adds a migration blocker when mmio_execution has been used. Signed-off-by: KONRAD Frederic --- hw/ssi/xilinx_spips.c | 11

Re: [Qemu-devel] [PATCH for-2.10 2/2] xilinx-spips: add a migration blocker when using mmio_execution

2017-08-01 Thread Peter Maydell
On 1 August 2017 at 09:10, KONRAD Frederic wrote: > This adds a migration blocker when mmio_execution has been used. > > Signed-off-by: KONRAD Frederic > --- > hw/ssi/xilinx_spips.c | 11 +++ > 1 file changed, 11 insertions(+) >

[Qemu-devel] [PATCH for-2.10 2/2] xilinx-spips: add a migration blocker when using mmio_execution

2017-08-01 Thread KONRAD Frederic
This adds a migration blocker when mmio_execution has been used. Signed-off-by: KONRAD Frederic --- hw/ssi/xilinx_spips.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/hw/ssi/xilinx_spips.c b/hw/ssi/xilinx_spips.c index e833028..d46491f 100644 ---