[libvirt PATCH 0/2] header fixes

Pavel Hrdina posted 2 patches 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1596532192.git.phrdina@redhat.com
src/logging/log_manager.h           | 2 --
src/qemu/qemu_command.c             | 1 +
src/remote/remote_daemon_dispatch.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
[libvirt PATCH 0/2] header fixes
Posted by Pavel Hrdina 3 years, 8 months ago
Pavel Hrdina (2):
  remote: remove duplicated header
  src/logging: no need to include log_protocol.h in log_manager.h

 src/logging/log_manager.h           | 2 --
 src/qemu/qemu_command.c             | 1 +
 src/remote/remote_daemon_dispatch.c | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

-- 
2.26.2

Re: [libvirt PATCH 0/2] header fixes
Posted by Ján Tomko 3 years, 8 months ago
On a Tuesday in 2020, Pavel Hrdina wrote:
>Pavel Hrdina (2):
>  remote: remove duplicated header
>  src/logging: no need to include log_protocol.h in log_manager.h
>
> src/logging/log_manager.h           | 2 --
> src/qemu/qemu_command.c             | 1 +
> src/remote/remote_daemon_dispatch.c | 1 -
> 3 files changed, 1 insertion(+), 3 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano