qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Migration Arguments cleanup
@ 2019-12-18  1:55 Juan Quintela
  2019-12-18  1:55 ` [PATCH v2 01/10] migration-test: Create cmd_soure and cmd_target Juan Quintela
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Juan Quintela @ 2019-12-18  1:55 UTC (permalink / raw)
  To: qemu-devel
  Cc: Laurent Vivier, Paolo Bonzini, Thomas Huth,
	Dr. David Alan Gilbert, Juan Quintela

[v2]
- fix use-after-free (thanks peter)

[v1]
This series simplify test_migrate_start() in two ways:
- simplify the command line creation, so everything that is common between
  architectures don't have to be repeated (DRY).
  Note that this bit remove lines of code.
- test_migrate_start() has two bools and two strings as arguments, it is very
  difficult to remmeber which is which and meaning.  And it is even worse to
  add new parameters.  Just pass them through one struct.

Please, review.

Juan Quintela (10):
  migration-test: Create cmd_soure and cmd_target
  migration-test: Move hide_stderr to common commandline
  migration-test: Move -machine to common commandline
  migration-test: Move memory size to common commandline
  migration-test: Move shmem handling to common commandline
  migration-test: Move -name handling to common commandline
  migration-test: Move -serial handling to common commandline
  migration-test: Move -incomming handling to common commandline
  migration-test: Rename cmd_src/dst to arch_source/arch_target
  migration-test: Use a struct for test_migrate_start parameters

 tests/migration-test.c | 269 +++++++++++++++++++++++------------------
 1 file changed, 149 insertions(+), 120 deletions(-)

-- 
2.23.0



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-12-18 10:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-18  1:55 [PATCH v2 00/10] Migration Arguments cleanup Juan Quintela
2019-12-18  1:55 ` [PATCH v2 01/10] migration-test: Create cmd_soure and cmd_target Juan Quintela
2019-12-18 10:40   ` Thomas Huth
2019-12-18 10:58     ` Juan Quintela
2019-12-18  1:55 ` [PATCH v2 02/10] migration-test: Move hide_stderr to common commandline Juan Quintela
2019-12-18  1:55 ` [PATCH v2 03/10] migration-test: Move -machine " Juan Quintela
2019-12-18  1:55 ` [PATCH v2 04/10] migration-test: Move memory size " Juan Quintela
2019-12-18  1:55 ` [PATCH v2 05/10] migration-test: Move shmem handling " Juan Quintela
2019-12-18  1:55 ` [PATCH v2 06/10] migration-test: Move -name " Juan Quintela
2019-12-18  1:55 ` [PATCH v2 07/10] migration-test: Move -serial " Juan Quintela
2019-12-18  1:55 ` [PATCH v2 08/10] migration-test: Move -incomming " Juan Quintela
2019-12-18 10:43   ` Thomas Huth
2019-12-18  1:55 ` [PATCH v2 09/10] migration-test: Rename cmd_src/dst to arch_source/arch_target Juan Quintela
2019-12-18 10:44   ` Thomas Huth
2019-12-18  1:55 ` [PATCH v2 10/10] migration-test: Use a struct for test_migrate_start parameters Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).