mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
Move node device drivers to src/node_device/
* daemon/qemud.c, src/Makefile.am: Update for changed paths * src/node_device*.{h,c}: Move to src/node_device/ * src/storage/storage_backend.c: Remove bogus import of node_device.c
This commit is contained in:
parent
c3fd4a75e9
commit
91b56239e0
@ -90,7 +90,7 @@
|
||||
#include "storage/storage_driver.h"
|
||||
#endif
|
||||
#ifdef WITH_NODE_DEVICES
|
||||
#include "node_device.h"
|
||||
#include "node_device/node_device_driver.h"
|
||||
#endif
|
||||
#include "secret_driver.h"
|
||||
#endif
|
||||
|
@ -226,15 +226,15 @@ SECURITY_DRIVER_SELINUX_SOURCES = \
|
||||
|
||||
|
||||
NODE_DEVICE_DRIVER_SOURCES = \
|
||||
node_device.c node_device.h
|
||||
node_device/node_device_driver.c node_device/node_device_driver.h
|
||||
|
||||
NODE_DEVICE_DRIVER_HAL_SOURCES = \
|
||||
node_device_hal.c \
|
||||
node_device_hal.h \
|
||||
node_device_hal_linux.c
|
||||
node_device/node_device_hal.c \
|
||||
node_device/node_device_hal.h \
|
||||
node_device/node_device_hal_linux.c
|
||||
|
||||
NODE_DEVICE_DRIVER_DEVKIT_SOURCES = \
|
||||
node_device_devkit.c
|
||||
node_device/node_device_devkit.c
|
||||
|
||||
|
||||
#########################
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "logging.h"
|
||||
#include "node_device_conf.h"
|
||||
#include "node_device_hal.h"
|
||||
#include "node_device.h"
|
||||
#include "node_device_driver.h"
|
||||
#include "util.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NODEDEV
|
@ -36,7 +36,7 @@
|
||||
#include "memory.h"
|
||||
#include "uuid.h"
|
||||
#include "logging.h"
|
||||
#include "node_device.h"
|
||||
#include "node_device_driver.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NODEDEV
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "node_device.h"
|
||||
#include "node_device_driver.h"
|
||||
#include "node_device_hal.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
@ -47,7 +47,6 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "node_device.h"
|
||||
#include "internal.h"
|
||||
#include "secret_conf.h"
|
||||
#include "uuid.h"
|
||||
|
Loading…
Reference in New Issue
Block a user