]> git.proxmox.com Git - mirror_qemu.git/commit - qga/commands-win32.c
qga: Extract guest_file_handle_find() to commands-common.h
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 14 Apr 2020 13:30:42 +0000 (15:30 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 15 Apr 2020 14:15:53 +0000 (09:15 -0500)
commit5d3586b834633c8ac462d4741b85b4036cbc0f93
tree9531ff31b8ba3bb90f4c2763a951bb7838b8c462
parentf62ebb63848107336e57adc12369aefaa639e38c
qga: Extract guest_file_handle_find() to commands-common.h

As we are going to reuse this method, declare it in common
header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/commands-common.h [new file with mode: 0644]
qga/commands-posix.c
qga/commands-win32.c