diff options
author | Markus Armbruster | 2018-06-14 21:14:29 +0200 |
---|---|---|
committer | Kevin Wolf | 2018-06-15 14:49:44 +0200 |
commit | 0bcc8e5bd8d6fd6e5cb6462054f7cfa45b282f9a (patch) | |
tree | 3647e2348f6d7438d4cd6e9a5c9b1faf7a31c83e /MAINTAINERS | |
parent | block: Add block-specific QDict header (diff) | |
download | qemu-0bcc8e5bd8d6fd6e5cb6462054f7cfa45b282f9a.tar.gz qemu-0bcc8e5bd8d6fd6e5cb6462054f7cfa45b282f9a.tar.xz qemu-0bcc8e5bd8d6fd6e5cb6462054f7cfa45b282f9a.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8a94517e9e..0fb5f38f9f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1369,6 +1369,8 @@ F: qemu-img* F: qemu-io* F: tests/qemu-iotests/ F: util/qemu-progress.c +F: qobject/block-qdict.c +F: test/check-block-qdict.c T: git git://repo.or.cz/qemu/kevin.git block Block I/O path |