public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/2] lib,arm,powerpc: change command line parsing
@ 2016-05-11 20:55 Radim Krčmář
  2016-05-11 20:55 ` [kvm-unit-tests PATCH 1/2] lib/string: add strncmp Radim Krčmář
  2016-05-11 20:55 ` [kvm-unit-tests PATCH 2/2] lib/util,arm,powerpc: replace parse_keyval with better helpers Radim Krčmář
  0 siblings, 2 replies; 11+ messages in thread
From: Radim Krčmář @ 2016-05-11 20:55 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, Andrew Jones, Thomas Huth, Laurent Vivier

This series depends on http://www.spinics.net/lists/kvm/msg131243.html.

Most of the series is drop-in replacement without any visible change, but I
couldn't help to change powerpc/rtas.  I didn't see the reason why it was split
into exclusive sub-tests and the solution where one execution could test both
get and set paths was easier to code.

What do you think about that?

(Sorry for the tangled patch.)


Radim Krčmář (2):
  lib/string: add strncmp
  lib/util,arm,powerpc: replace parse_keyval with better helpers

 arm/selftest.c        | 36 +++++++++++++++---------------------
 lib/string.c          | 17 ++++++++++-------
 lib/string.h          |  1 +
 lib/util.c            | 44 ++++++++++++++++++++++++++++++++++++--------
 lib/util.h            | 28 ++++++++++++++++++----------
 powerpc/emulator.c    |  9 ++-------
 powerpc/rtas.c        | 33 ++++++++++-----------------------
 powerpc/selftest.c    | 40 +++++++++++++++-------------------------
 powerpc/unittests.cfg |  2 +-
 9 files changed, 108 insertions(+), 102 deletions(-)

-- 
2.8.2


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

end of thread, other threads:[~2016-05-12 13:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 20:55 [kvm-unit-tests PATCH 0/2] lib,arm,powerpc: change command line parsing Radim Krčmář
2016-05-11 20:55 ` [kvm-unit-tests PATCH 1/2] lib/string: add strncmp Radim Krčmář
2016-05-12  7:02   ` Laurent Vivier
2016-05-11 20:55 ` [kvm-unit-tests PATCH 2/2] lib/util,arm,powerpc: replace parse_keyval with better helpers Radim Krčmář
2016-05-12  7:19   ` Andrew Jones
2016-05-12  8:05     ` Andrew Jones
2016-05-12  8:09       ` Laurent Vivier
2016-05-12 13:22         ` Radim Krčmář
2016-05-12 13:27           ` Thomas Huth
2016-05-12 13:17       ` Radim Krčmář
2016-05-12 13:00     ` Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox