Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-23 Thread Peter Maydell
On 22 January 2018 at 13:38, Peter Maydell wrote: > On 22 January 2018 at 12:38, Dr. David Alan Gilbert > wrote: >> It's probably better to remove the whole set of 6, then we can come >> back to it later rather than leaving something half-implemented in >> there. > > OK. I'm currently running a

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-22 Thread Dr. David Alan Gilbert
* Alexey Perevalov (a.pereva...@samsung.com) wrote: > On 01/22/2018 07:26 PM, Peter Maydell wrote: > > On 22 January 2018 at 16:25, Alexey Perevalov > > wrote: > > > I want to keep 64bit atomic operations in migration. > > Sorry, you can't -- some 32 bit CPUs simply do not provide these > > opera

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-22 Thread Alex Bennée
Juan Quintela writes: > Peter Maydell wrote: >> On 19 January 2018 at 16:43, Alexey Perevalov >> wrote: >>> As I remember, I tested build in QEMU's docker build system, >>> but now I checked it on i386 Ubuntu, and yes linker says about unresolved >>> atomic symbols. Next week, I'll have a tim

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-22 Thread Alexey Perevalov
On 01/22/2018 07:26 PM, Peter Maydell wrote: On 22 January 2018 at 16:25, Alexey Perevalov wrote: I want to keep 64bit atomic operations in migration. Sorry, you can't -- some 32 bit CPUs simply do not provide these operations. You need to rework your design to not require this. I would like

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-22 Thread Peter Maydell
On 22 January 2018 at 16:25, Alexey Perevalov wrote: > I want to keep 64bit atomic operations in migration. Sorry, you can't -- some 32 bit CPUs simply do not provide these operations. You need to rework your design to not require this. thanks -- PMM

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-22 Thread Alexey Perevalov
On 01/22/2018 01:03 PM, Peter Maydell wrote: On 20 January 2018 at 23:36, Juan Quintela wrote: Peter Maydell wrote: On 19 January 2018 at 16:43, Alexey Perevalov wrote: As I remember, I tested build in QEMU's docker build system, but now I checked it on i386 Ubuntu, and yes linker says abou

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-22 Thread Peter Maydell
On 22 January 2018 at 12:38, Dr. David Alan Gilbert wrote: > * Peter Maydell (peter.mayd...@linaro.org) wrote: >> On 15 January 2018 at 11:52, Juan Quintela wrote: >> > Alexey Perevalov (6): >> > migration: introduce postcopy-blocktime capability >> > migration: add postcopy blocktime

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-22 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On 15 January 2018 at 11:52, Juan Quintela wrote: > > Hi > > - rebase on top of lastest > > - fix compilation on 32bit machines > > - add Peter Xu cleanups > > > > Please, apply. > > > > The following changes since commit fd06527b80c88c8dde1b35fd

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-22 Thread Peter Maydell
On 15 January 2018 at 11:52, Juan Quintela wrote: > Hi > - rebase on top of lastest > - fix compilation on 32bit machines > - add Peter Xu cleanups > > Please, apply. > > The following changes since commit fd06527b80c88c8dde1b35fdc692685b68d2fd93: > > Merge remote-tracking branch 'remotes/thibau

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-22 Thread Peter Maydell
On 20 January 2018 at 23:36, Juan Quintela wrote: > Peter Maydell wrote: >> On 19 January 2018 at 16:43, Alexey Perevalov >> wrote: >>> As I remember, I tested build in QEMU's docker build system, >>> but now I checked it on i386 Ubuntu, and yes linker says about unresolved >>> atomic symbols.

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-20 Thread Philippe Mathieu-Daudé
Hi Juan, On 01/20/2018 08:36 PM, Juan Quintela wrote: > Peter Maydell wrote: >> On 19 January 2018 at 16:43, Alexey Perevalov >> wrote: >>> As I remember, I tested build in QEMU's docker build system, >>> but now I checked it on i386 Ubuntu, and yes linker says about unresolved >>> atomic symbo

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-20 Thread Juan Quintela
Peter Maydell wrote: > On 19 January 2018 at 16:43, Alexey Perevalov wrote: >> As I remember, I tested build in QEMU's docker build system, >> but now I checked it on i386 Ubuntu, and yes linker says about unresolved >> atomic symbols. Next week, I'll have a time to investigate it deeper. > > Thi

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-19 Thread Peter Maydell
On 19 January 2018 at 16:43, Alexey Perevalov wrote: > As I remember, I tested build in QEMU's docker build system, > but now I checked it on i386 Ubuntu, and yes linker says about unresolved > atomic symbols. Next week, I'll have a time to investigate it deeper. This sounds like exactly the prob

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-19 Thread Philippe Mathieu-Daudé
On 01/19/2018 01:34 PM, Peter Maydell wrote: > On 19 January 2018 at 16:27, Philippe Mathieu-Daudé wrote: >> We have armel/armhf/powerpc hosts failing since this pull due to commit >> 3be98be4e9f. >> >> Those target are currently tested on Shippable CI, eventually adding an >> IRC bot we could not

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-19 Thread Alexey Perevalov
On 01/19/2018 07:27 PM, Philippe Mathieu-Daudé wrote: On 01/15/2018 01:14 PM, Peter Maydell wrote: On 15 January 2018 at 11:52, Juan Quintela wrote: Hi - rebase on top of lastest - fix compilation on 32bit machines - add Peter Xu cleanups Please, apply. The following changes since commit fd0

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-19 Thread Peter Maydell
On 19 January 2018 at 16:27, Philippe Mathieu-Daudé wrote: > We have armel/armhf/powerpc hosts failing since this pull due to commit > 3be98be4e9f. > > Those target are currently tested on Shippable CI, eventually adding an > IRC bot we could notice. > > I know companies using QEMU system in embed

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-19 Thread Philippe Mathieu-Daudé
On 01/15/2018 01:14 PM, Peter Maydell wrote: > On 15 January 2018 at 11:52, Juan Quintela wrote: >> Hi >> - rebase on top of lastest >> - fix compilation on 32bit machines >> - add Peter Xu cleanups >> >> Please, apply. >> >> The following changes since commit fd06527b80c88c8dde1b35fdc692685b68d2f

Re: [Qemu-devel] [PULL 00/27] Migration pull

2018-01-15 Thread Peter Maydell
On 15 January 2018 at 11:52, Juan Quintela wrote: > Hi > - rebase on top of lastest > - fix compilation on 32bit machines > - add Peter Xu cleanups > > Please, apply. > > The following changes since commit fd06527b80c88c8dde1b35fdc692685b68d2fd93: > > Merge remote-tracking branch 'remotes/thibau

[Qemu-devel] [PULL 00/27] Migration pull

2018-01-15 Thread Juan Quintela
Hi - rebase on top of lastest - fix compilation on 32bit machines - add Peter Xu cleanups Please, apply. The following changes since commit fd06527b80c88c8dde1b35fdc692685b68d2fd93: Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2018-01-15 10:39:29 +)