]> Git Repo - qemu.git/commit
block/nbd: Store runtime option values
authorMax Reitz <[email protected]>
Mon, 15 Aug 2016 13:29:26 +0000 (15:29 +0200)
committerKevin Wolf <[email protected]>
Mon, 15 Aug 2016 13:52:29 +0000 (15:52 +0200)
commit03504d05f0618d1773d2335138fd7b8b18f32afb
tree69e3b1cae39c4cb28aba31da6d4b3effdc19a721
parent036990d72b00c920fc10158c14259fb59dbe61a1
block/nbd: Store runtime option values

Store the runtime option values in the BDRVNBDState so they can later be
used in nbd_refresh_filename() without having to directly access the
options QDict which may contain values of non-string types.

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Reviewed-by: Jeff Cody <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/nbd.c
This page took 0.024718 seconds and 4 git commands to generate.