On a Monday in 2020, Pavel Hrdina wrote:
On Wed, Jul 29, 2020 at 04:38:20PM +0200, Pavel Hrdina wrote:
> The second time around I will not post the complete series as it doesn't
> make that much sense. Instead I'll post a diff between the two series to
> provide the changes between these series together with links to both
> versions pushed to gitlab repository.
>
> Patches for v2 are available from my gitlab repository:
>
> git clone -b meson
https://gitlab.com/phrdina/libvirt.git
>
> and link to gitlab pipeline:
>
>
https://gitlab.com/phrdina/libvirt/-/pipelines/172042918
>
> Patches for v1 are available from different branch 'meson-v1' in the
> same repository. You can get the attached diff by running:
>
> git diff meson-v1 meson
Thanks for the review and all the feedback. I just pushed the patches to
master.
https://cirrus-ci.com/task/6453169632837632?command=build#L1177
In file included from ../tests/qemuhotplugmock.c:21:
In file included from ../src/qemu/qemu_hotplug.h:25:
In file included from ../src/qemu/qemu_domain.h:42:
../src/logging/log_manager.h:25:10: fatal error: 'logging/log_protocol.h' file not
found
#include "logging/log_protocol.h"
^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
There might be some dependency issue.
Jano