On 6.11.2023 02:33, Stefan Hajnoczi wrote:
> On Sun, 5 Nov 2023 at 19:49, Maciej S. Szmigiero
> <mail@maciej.szmigiero.name> wrote:
>>
>> From: "Maciej S. Szmigiero" <maciej.szmigiero@oracle.com>
>>
>> The following changes since commit d762bf97931b58839316b68a570eecc6143c9e3e:
>>
>> Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-11-03 10:04:12 +0800)
>>
>> are available in the Git repository at:
>>
>> https://github.com/maciejsszmigiero/qemu.git tags/pull-hv-balloon-20231105
>>
>> for you to fetch changes up to 2b49ecabc6bf15efa6aa05f20a7c319ff65c4e11:
>>
>> MAINTAINERS: Add an entry for Hyper-V Dynamic Memory Protocol (2023-11-03 20:31:10 +0100)
>
> Hi Maciej,
> Please take a look at this CI system build failure:
>
> /usr/bin/ld: libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-machine.c.o:
> in function `qmp_marshal_query_hv_balloon_status_report':
> /builds/qemu-project/qemu/build/qapi/qapi-commands-machine.c:1000:
> undefined reference to `qmp_query_hv_balloon_status_report'
>
> https://gitlab.com/qemu-project/qemu/-/jobs/5463619044
>
> I have dropped this pull request from the staging tree for the time being.
>
> You can run the GitLab CI by pushing to a personal qemu.git fork on
> GitLab with "git push -o ci.variable=QEMU_CI=1 ..." and it's often
> possible to reproduce the CI jobs locally using the Docker build tests
> (see "make docker-help").
>
Oops, was testing the driver but forgot to also recently test the
configuration when the driver is disabled in QEMU build config.
Will fix this ASAP.
> Stefan
Thanks,
Maciej