]> git.ipfire.org Git - thirdparty/qemu.git/commit
qmp: Fix device-list-properties not to crash for abstract device
authorMarkus Armbruster <armbru@redhat.com>
Thu, 1 Oct 2015 08:59:57 +0000 (10:59 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 21 Oct 2015 15:46:48 +0000 (10:46 -0500)
commit2d0583fc79ab119def5cfd38b1c695654e332cf2
tree43806adc832aee0686e5fea1e0a99661b2c84150
parent40161bf27b6f0143062f588b496f0a66b6ec769b
qmp: Fix device-list-properties not to crash for abstract device

Broken in commit f4eb32b "qmp: show QOM properties in
device-list-properties", v2.1.

Cc: qemu-stable@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Message-Id: <1443689999-12182-9-git-send-email-armbru@redhat.com>
(cherry picked from commit edb1523d90415cb79f60f83b4028ef3820d15612)

Conflicts:
tests/device-introspect-test.c

* removed hunk specific to QAPI introspection (not in 2.4)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qmp.c