On a Wednesday in 2022, Peng Liang wrote:
This series are the v3 of:
https://listman.redhat.com/archives/libvir-list/2022-May/231132.html.
And this version passes the pipeline in GitLab :)
(
https://gitlab.com/tcx4c70/libvirt/-/pipelines/558476177).
v2 -> v3:
1. Stop removing "internal.h"; [Ján Tomko]
2. Remove Patch 09, 15, 20, 21, and 23 of v2 since they have been merged;
3. Add Patch 26 (remove some unused includes in lxc);
v1 -> v2:
1. Fix build failure on many plantforms;
2. Fix my name in 'From';
3. Remove a few more unused includes;
Peng Liang (26):
access: Remove unused includes
[...]
tests: Remove unused includes
lxc: Remove unused includes
src/access/viraccessdriver.h | 1 -
src/access/viraccessdriverpolkit.c | 4 ----
src/access/viraccessdriverstack.c | 1 -
[...]
tools/virt-admin.c | 1 -
tools/virt-login-shell-helper.c | 1 -
tools/vsh-table.c | 1 -
tools/vsh.c | 1 -
tools/vsh.h | 1 -
448 files changed, 905 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano