]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: add version 7.0 CAPI header
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 18 Jan 2023 14:38:34 +0000 (15:38 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 24 Jan 2023 09:24:18 +0000 (10:24 +0100)
commit3ffb5742cb7be559579fb5a9f1ae376092e60978
tree15ccc57b43cc677d90dbb3c4740ff4ac3b5506fe
parent90178989c667cf4a9f29cbae38c2684e57d98dac
vbox: add version 7.0 CAPI header

Notable changes in the API:

- Both IVirtualBox::OpenMachine() and
  IVirtualBox::CreateMachine() have new @password argument for
  password protected settings files.

- The IMachine::GetAudioAdapter() function is gone and to be
  replaced with IMachine::GetAudioSettings() +
  IMachine::GetAdapter() combo.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/vbox/vbox_CAPI_v7_0.h [new file with mode: 0644]