mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
QGA VSS: Add wrapper to send log to debugger and stderr
Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
This commit is contained in:
parent
fcd1ab3add
commit
925d05d38a
3 changed files with 65 additions and 1 deletions
|
@ -7,7 +7,7 @@ link_args = cc.get_supported_link_arguments([
|
|||
|
||||
qga_vss = shared_module(
|
||||
'qga-vss',
|
||||
['requester.cpp', 'provider.cpp', 'install.cpp', genh],
|
||||
['requester.cpp', 'provider.cpp', 'install.cpp', 'vss-debug.cpp', genh],
|
||||
name_prefix: '',
|
||||
cpp_args: ['-Wno-unknown-pragmas', '-Wno-delete-non-virtual-dtor', '-Wno-non-virtual-dtor'],
|
||||
link_args: link_args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue