Re: [Qemu-devel] [PULL 0/6] Migration pull

2017-02-09 Thread Peter Maydell
On 8 February 2017 at 08:47, Thomas Huth wrote: > How fast is that aarch64 machine? It's a juno board, so it's not very fast, but I wouldn't have expected it to hit a 100 second timeout assuming the test isn't trying to do a ludicrous amount of work. > The timeout of the prom-env test is > alrea

Re: [Qemu-devel] [PULL 0/6] Migration pull

2017-02-08 Thread Thomas Huth
On 07.02.2017 18:47, Peter Maydell wrote: > On 7 February 2017 at 07:50, Juan Quintela wrote: >> Peter Maydell wrote: >>> On 6 February 2017 at 16:51, Juan Quintela wrote: >> >>> I get a test failure on aarch64 host on one of the ppc guest tests: >>> >>> TEST: tests/prom-env-test... (pid=26435)

Re: [Qemu-devel] [PULL 0/6] Migration pull

2017-02-07 Thread Peter Maydell
On 7 February 2017 at 07:50, Juan Quintela wrote: > Peter Maydell wrote: >> On 6 February 2017 at 16:51, Juan Quintela wrote: > > >> I get a test failure on aarch64 host on one of the ppc guest tests: >> >> TEST: tests/prom-env-test... (pid=26435) >> /ppc64/prom-env/mac99:

Re: [Qemu-devel] [PULL 0/6] Migration pull

2017-02-06 Thread Juan Quintela
Peter Maydell wrote: > On 6 February 2017 at 16:51, Juan Quintela wrote: > I get a test failure on aarch64 host on one of the ppc guest tests: > > TEST: tests/prom-env-test... (pid=26435) > /ppc64/prom-env/mac99: OK > /ppc64/prom-env/g3beige:

Re: [Qemu-devel] [PULL 0/6] Migration pull

2017-02-06 Thread Peter Maydell
On 6 February 2017 at 16:51, Juan Quintela wrote: > Hi > > This are the current migration pull: > - fix long id's for migration (David) > - several postcopy fixes (David) > - create the incomming state in a single place for Migraition (me) > > Please, apply. > > The following changes since commit

[Qemu-devel] [PULL 0/6] Migration pull

2017-02-06 Thread Juan Quintela
Hi This are the current migration pull: - fix long id's for migration (David) - several postcopy fixes (David) - create the incomming state in a single place for Migraition (me) Please, apply. The following changes since commit 7d2c6c95511e42dffe2b263275e09957723d0ff4: Merge remote-tracking b

Re: [Qemu-devel] [PULL 0/6] migration pull

2016-02-26 Thread Denis V. Lunev
On 02/26/2016 06:14 PM, Amit Shah wrote: On (Fri) 26 Feb 2016 [17:58:34], Denis V. Lunev wrote: On 02/26/2016 04:15 PM, Amit Shah wrote: On (Fri) 26 Feb 2016 [12:23:01], Peter Maydell wrote: Hi. I'm afraid this causes make check to fail: Oops, I should've caught that. /i386/ahci/flush/mi

Re: [Qemu-devel] [PULL 0/6] migration pull

2016-02-26 Thread Amit Shah
On (Fri) 26 Feb 2016 [17:58:34], Denis V. Lunev wrote: > On 02/26/2016 04:15 PM, Amit Shah wrote: > >On (Fri) 26 Feb 2016 [12:23:01], Peter Maydell wrote: > >>Hi. I'm afraid this causes make check to fail: > >Oops, I should've caught that. > > > >> /i386/ahci/flush/migrate: > >> /i386/ahci/mig

Re: [Qemu-devel] [PULL 0/6] migration pull

2016-02-26 Thread Denis V. Lunev
On 02/26/2016 04:15 PM, Amit Shah wrote: On (Fri) 26 Feb 2016 [12:23:01], Peter Maydell wrote: On 26 February 2016 at 09:55, Amit Shah wrote: The following changes since commit 0c6940d086f39bbf725d96104abe46da87429cb6: build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target d

Re: [Qemu-devel] [PULL 0/6] migration pull

2016-02-26 Thread Amit Shah
On (Fri) 26 Feb 2016 [12:23:01], Peter Maydell wrote: > On 26 February 2016 at 09:55, Amit Shah wrote: > > The following changes since commit 0c6940d086f39bbf725d96104abe46da87429cb6: > > > > build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target > > directories (2016-02-25 16:41:

Re: [Qemu-devel] [PULL 0/6] migration pull

2016-02-26 Thread Peter Maydell
On 26 February 2016 at 09:55, Amit Shah wrote: > The following changes since commit 0c6940d086f39bbf725d96104abe46da87429cb6: > > build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target > directories (2016-02-25 16:41:08 +) > > are available in the git repository at: > > http

[Qemu-devel] [PULL 0/6] migration pull

2016-02-26 Thread Amit Shah
The following changes since commit 0c6940d086f39bbf725d96104abe46da87429cb6: build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories (2016-02-25 16:41:08 +) are available in the git repository at: https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags

Re: [Qemu-devel] [PULL 0/6] Migration pull request

2015-11-12 Thread Peter Maydell
On 12 November 2015 at 17:20, Juan Quintela wrote: > Hi > > - fix for mutex initialzation (dave) > - different page sizes fixes (dave) > - better text (dave) > - Migration 32bits fixes (myself) > > Please, apply. > > The following changes since commit ed6c64489ef11d9ac5fb4b4c89d455a4f1ae8083: > >

[Qemu-devel] [PULL 0/6] Migration pull request

2015-11-12 Thread Juan Quintela
Hi - fix for mutex initialzation (dave) - different page sizes fixes (dave) - better text (dave) - Migration 32bits fixes (myself) Please, apply. The following changes since commit ed6c64489ef11d9ac5fb4b4c89d455a4f1ae8083: target-arm: Update PC before calling gen_helper_check_breakpoints() (

Re: [Qemu-devel] [PULL 0/6] Migration pull request

2015-10-01 Thread Peter Maydell
On 30 September 2015 at 09:56, Juan Quintela wrote: > Hi > > This get the auto-converge changes for migration, please pull. > > > The following changes since commit b2312c680084ea18cd55fa7093397cad2224ec14: > > Merge remote-tracking branch 'remotes/amit-migration/tags/for-juan-201509' > into st

[Qemu-devel] [PULL 0/6] Migration pull request

2015-09-30 Thread Juan Quintela
Hi This get the auto-converge changes for migration, please pull. The following changes since commit b2312c680084ea18cd55fa7093397cad2224ec14: Merge remote-tracking branch 'remotes/amit-migration/tags/for-juan-201509' into staging (2015-09-29 12:41:19 +0100) are available in the git reposit

Re: [Qemu-devel] [PULL 0/6] Migration pull request

2015-07-15 Thread Juan Quintela
Peter Maydell wrote: > On 15 July 2015 at 11:16, Amit Shah wrote: >> On (Wed) 15 Jul 2015 [11:04:34], Juan Quintela wrote: >>> Hi >>> >>> This pull requset: >>> - small optimization by Li >>> - fixes global state with savevm (reported by John Snow) >>> - get migration traces for migration state c

Re: [Qemu-devel] [PULL 0/6] Migration pull request

2015-07-15 Thread Peter Maydell
On 15 July 2015 at 11:16, Amit Shah wrote: > On (Wed) 15 Jul 2015 [11:04:34], Juan Quintela wrote: >> Hi >> >> This pull requset: >> - small optimization by Li >> - fixes global state with savevm (reported by John Snow) >> - get migration traces for migration state changes even if migration >> e

Re: [Qemu-devel] [PULL 0/6] Migration pull request

2015-07-15 Thread Juan Quintela
Self-Nack Misspelled Amit name, resending with name fixed. Sorry. Juan Quintela wrote: > Hi > > This pull requset: > - small optimization by Li > - fixes global state with savevm (reported by John Snow) > - get migration traces for migration state changes even if migration > events are not e

Re: [Qemu-devel] [PULL 0/6] Migration pull request

2015-07-15 Thread Amit Shah
On (Wed) 15 Jul 2015 [11:04:34], Juan Quintela wrote: > Hi > > This pull requset: > - small optimization by Li > - fixes global state with savevm (reported by John Snow) > - get migration traces for migration state changes even if migration > events are not enabled > - Change state after migrati

[Qemu-devel] [PULL 0/6] Migration pull request

2015-07-15 Thread Juan Quintela
Hi This pull requset: - small optimization by Li - fixes global state with savevm (reported by John Snow) - get migration traces for migration state changes even if migration events are not enabled - Change state after migration has finished (reported by Christian) - add documentation for events