qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] visitor: Fix uint64 parsing for scsi-disk wwn


From: Andreas Färber
Subject: [Qemu-devel] [PATCH 0/7] visitor: Fix uint64 parsing for scsi-disk wwn
Date: Fri, 25 Sep 2015 14:39:41 +0200

Hello,

This series fixes uint64 handling in the string input visitor.
It was inspired by a patch from Lin Ma.

Test coverage is provided for string input visitor, QOM, scsi-disk levels.

Regards,
Andreas

Andreas Färber (7):
  string-input-visitor: Fix uint64 parsing
  test-string-input-visitor: Add int test case
  test-string-input-visitor: Add uint64 test
  tests: Add QOM property unit tests
  tests: Add scsi-disk test
  cutils: Normalize qemu_strto[u]ll() signature
  string-input-visitor: Use qemu_strto[u]ll()

 MAINTAINERS                       |   2 +
 include/qemu-common.h             |   4 +-
 qapi/string-input-visitor.c       |  68 +++++++++++++++++----
 tests/Makefile                    |   6 ++
 tests/check-qom-props.c           | 120 ++++++++++++++++++++++++++++++++++++++
 tests/scsi-disk-test.c            |  83 ++++++++++++++++++++++++++
 tests/test-cutils.c               |  76 ++++++++++++------------
 tests/test-string-input-visitor.c |  31 ++++++++++
 util/cutils.c                     |   4 +-
 9 files changed, 342 insertions(+), 52 deletions(-)
 create mode 100644 tests/check-qom-props.c
 create mode 100644 tests/scsi-disk-test.c

-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]