On Tue, 27 Oct 2020 at 05:53, Michael Roth <[email protected]> wrote:
>
> The following changes since commit a46e72710566eea0f90f9c673a0f02da0064acce:
>
> Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into
> staging (2020-10-26 14:50:03 +0000)
>
> are available in the Git repository at:
>
> git://github.com/mdroth/qemu.git tags/qga-pull-2020-10-27-tag
>
> for you to fetch changes up to 568979ea819d945e8af6c14658793b58bcd4485c:
>
> qga: add ssh-get-authorized-keys (2020-10-27 00:22:30 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for soft-freeze
>
> * add guest-get-disks for w32/linux
> * add guest-{add,remove,get}-authorized-keys
> * fix API violations and schema documentation inconsistencies with
> recently-added guest-get-devices
>
> ----------------------------------------------------------------
Link failure trying to link qemu-ga on OSX and the BSDs:
ld: error: undefined symbol: qmp_guest_get_disks
>>> referenced by qga-qapi-commands.c:987 (qga/qga-qapi-commands.c:987)
>>>
>>> qga/qemu-ga.p/meson-generated_.._qga-qapi-commands.c.o:(qmp_marshal_guest_get_disks)
and a compile failure with Clang on x86-64 Linux:
../../qga/commands-posix.c:1383:33: error: unused variable 'deps_dir'
[-Werror,-Wunused-variable]
*size_path = NULL, *deps_dir = NULL;
^
1 error generated.
thanks
-- PMM