]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: consolidate vbox IID structures.
authorDawid Zamirski <dzamirski@datto.com>
Thu, 29 Dec 2016 20:34:32 +0000 (15:34 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 11 Jan 2017 00:20:08 +0000 (19:20 -0500)
commit73c6f16baf61087ace009a9e328277ffefef0efb
treee73f9d7757881db5ccdca106e74de14b109a55eb
parent362889178973a0e687aaaad09f0b0908dbe4df36
vbox: consolidate vbox IID structures.

* remove _vboxIID_v2_x and _vboxIID_v3_x structs and repalce with one
  _vboxIID as all supprted vbox versions have the same IID structure.
* remove vboxIIDUnion that was used to abstract version depended IID
  differences.
* remove IID_MEMBER macro and use the new vboxIID directly.
src/vbox/vbox_common.c
src/vbox/vbox_network.c
src/vbox/vbox_storage.c
src/vbox/vbox_tmpl.c
src/vbox/vbox_uniformed_api.h