]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: remove getMachineForSession flag.
authorDawid Zamirski <dzamirski@datto.com>
Thu, 29 Dec 2016 20:34:27 +0000 (15:34 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 11 Jan 2017 00:19:49 +0000 (19:19 -0500)
commit374422ea1c546ca6245d01988b14cd5ced6b621c
treed509e79fa6d694c49e281163b3e29c7c679f2921
parentd7f369b571ca7bc6ae7068af2859030ed1e18f6c
vbox: remove getMachineForSession flag.

* the getMachineForSession is always true for 4.0+. This also means that
  checkflag argument in openSessionForMachine no longer has any meaning
  because it was or'ed with getMachineForSession (always true)
* remove supportScreenshot flag - vbox 4.0+ supports it
* remove detachDevicesExplicitly flag only relevant for < 4.0
src/vbox/vbox_common.c
src/vbox/vbox_storage.c
src/vbox/vbox_tmpl.c
src/vbox/vbox_uniformed_api.h