]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: storage: Add JSON parser for new options in iSCSI protocol
authorPeter Krempa <pkrempa@redhat.com>
Thu, 15 Jun 2017 15:12:01 +0000 (17:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 20 Jun 2017 06:40:18 +0000 (08:40 +0200)
commitb24bc54080b4bc444e60560c0db00c5867e74000
tree14701edd7b2d4d8700c7d833be9bf708e06e72d2
parent299aff7e0cd52c50da518eeed676144d373e9281
util: storage: Add JSON parser for new options in iSCSI protocol

Starting from qemu 2.9, more granular options are supported. Add parser
for the relevant bits.

With this patch libvirt is able to parse the host and target IQN of from
the JSON pseudo-protocol specification.

This corresponds to BlockdevOptionsIscsi in qemu qapi.
src/util/virstoragefile.c
tests/virstoragetest.c