On 06/15/2018 09:20 AM, Kevin Wolf wrote:
From: Markus Armbruster <arm...@redhat.com>

Pure code motion, except for two brace placements and a comment
tweaked to appease checkpatch.

Signed-off-by: Markus Armbruster <arm...@redhat.com>
Reviewed-by: Kevin Wolf <kw...@redhat.com>
Signed-off-by: Kevin Wolf <kw...@redhat.com>
---
  qobject/block-qdict.c     | 640 ++++++++++++++++++++++++++++++++++++++++++++
  qobject/qdict.c           | 629 --------------------------------------------
  tests/check-block-qdict.c | 655 ++++++++++++++++++++++++++++++++++++++++++++++
  tests/check-qdict.c       | 642 ---------------------------------------------
  MAINTAINERS               |   2 +
  qobject/Makefile.objs     |   1 +
  tests/Makefile.include    |   4 +
  7 files changed, 1302 insertions(+), 1271 deletions(-)
  create mode 100644 qobject/block-qdict.c
  create mode 100644 tests/check-block-qdict.c

and missing a change to tests/.gitignore, so that tests/check-block-qdict now shows up as an untracked file on an in-tree build.

(We really should follow through with our threat of renaming all the tests to use a consistent suffix-based pattern, as it's much easier to gitignore a suffix than a prefix)

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Reply via email to