]> git.proxmox.com Git - mirror_qemu.git/commit - tests/check-block-qdict.c
qobject: Move block-specific qdict code to block-qdict.c
authorMarkus Armbruster <armbru@redhat.com>
Thu, 14 Jun 2018 19:14:29 +0000 (21:14 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Jun 2018 12:49:44 +0000 (14:49 +0200)
commit0bcc8e5bd8d6fd6e5cb6462054f7cfa45b282f9a
tree3647e2348f6d7438d4cd6e9a5c9b1faf7a31c83e
parent609f45ea9507fc1603eaeda7f5066b99beac6721
qobject: Move block-specific qdict code to block-qdict.c

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

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
MAINTAINERS
qobject/Makefile.objs
qobject/block-qdict.c [new file with mode: 0644]
qobject/qdict.c
tests/Makefile.include
tests/check-block-qdict.c [new file with mode: 0644]
tests/check-qdict.c