3975d1 Apply patch 0001-Import-fpgad-from-opae-legacy.patch

Authored and Committed by Packit Service 3 years ago
33 files changed. 6205 lines added. 0 lines removed.
tools/CMakeLists.txt
file modified
+1 -0
tools/fpgad/CMakeLists.txt
file added
+82
tools/fpgad/api/CMakeLists.txt
file added
+46
tools/fpgad/api/device_monitoring.c
file added
+73
tools/fpgad/api/device_monitoring.h
file added
+46
tools/fpgad/api/logging.c
file added
+132
tools/fpgad/api/logging.h
file added
+37
tools/fpgad/api/opae_events_api.c
file added
+239
tools/fpgad/api/opae_events_api.h
file added
+85
tools/fpgad/api/sysfs.c
file added
+76
tools/fpgad/api/sysfs.h
file added
+45
tools/fpgad/command_line.c
file added
+516
tools/fpgad/command_line.h
file added
+84
tools/fpgad/config_file.c
file added
+621
tools/fpgad/config_file.h
file added
+38
tools/fpgad/daemonize.c
file added
+98
tools/fpgad/event_dispatcher_thread.c
file added
+266
tools/fpgad/event_dispatcher_thread.h
file added
+63
tools/fpgad/events_api_thread.c
file added
+296
tools/fpgad/events_api_thread.h
file added
+43
tools/fpgad/fpgad.c
file added
+192
tools/fpgad/fpgad.cfg
file added
+38
tools/fpgad/fpgad.conf
file added
+4
tools/fpgad/fpgad.h
file added
+76
tools/fpgad/fpgad.service.in
file added
+21
tools/fpgad/monitor_thread.c
file added
+261
tools/fpgad/monitor_thread.h
file added
+50
tools/fpgad/monitored_device.c
file added
+394
tools/fpgad/monitored_device.h
file added
+123
tools/fpgad/plugins/fpgad-vc/CMakeLists.txt
file added
+41
tools/fpgad/plugins/fpgad-vc/fpgad-vc.c
file added
+1085
tools/fpgad/plugins/fpgad-xfpga/CMakeLists.txt
file added
+41
tools/fpgad/plugins/fpgad-xfpga/fpgad-xfpga.c
file added
+992
    Apply patch 0001-Import-fpgad-from-opae-legacy.patch
    
    patch_name: 0001-Import-fpgad-from-opae-legacy.patch
    present_in_specfile: true
    
        
file modified
+1 -0
file added
+192
file added
+76