“4d8345e3ac0ba79a17359a72e940ade284c0b1a9”上不存在“paddle/fluid/operators/reduce_mean_op.h”
提交 e33ed8cd 编写于 作者: D Daniel P. Berrange

Move virNodeDevice related APIs out of libvirt.c

Introduce a src/libvirt-nodedev.c file to hold all the
methods related to the virNodeDevice type.
上级 35ed9875
...@@ -27,6 +27,7 @@ included_files = { ...@@ -27,6 +27,7 @@ included_files = {
"libvirt-domain-snapshot.c": "Domain snapshot interfaces for the libvirt library", "libvirt-domain-snapshot.c": "Domain snapshot interfaces for the libvirt library",
"libvirt-interface.c": "Interface interfaces for the libvirt library", "libvirt-interface.c": "Interface interfaces for the libvirt library",
"libvirt-network.c": "Network interfaces for the libvirt library", "libvirt-network.c": "Network interfaces for the libvirt library",
"libvirt-nodedev.c": "Node device interfaces for the libvirt library",
"libvirt-nwfilter.c": "NWFilter interfaces for the libvirt library", "libvirt-nwfilter.c": "NWFilter interfaces for the libvirt library",
"virerror.c": "implements error handling and reporting code for libvirt", "virerror.c": "implements error handling and reporting code for libvirt",
"virevent.c": "event loop for monitoring file handles", "virevent.c": "event loop for monitoring file handles",
......
...@@ -192,6 +192,7 @@ DRIVER_SOURCES = \ ...@@ -192,6 +192,7 @@ DRIVER_SOURCES = \
libvirt-domain-snapshot.c \ libvirt-domain-snapshot.c \
libvirt-interface.c \ libvirt-interface.c \
libvirt-network.c \ libvirt-network.c \
libvirt-nodedev.c \
libvirt-nwfilter.c \ libvirt-nwfilter.c \
locking/lock_manager.c locking/lock_manager.h \ locking/lock_manager.c locking/lock_manager.h \
locking/lock_driver.h \ locking/lock_driver.h \
...@@ -2193,6 +2194,7 @@ libvirt_setuid_rpc_client_la_SOURCES = \ ...@@ -2193,6 +2194,7 @@ libvirt_setuid_rpc_client_la_SOURCES = \
libvirt-domain-snapshot.c \ libvirt-domain-snapshot.c \
libvirt-interface.c \ libvirt-interface.c \
libvirt-network.c \ libvirt-network.c \
libvirt-nodedev.c \
libvirt-nwfilter.c \ libvirt-nwfilter.c \
libvirt-lxc.c \ libvirt-lxc.c \
$(NULL) $(NULL)
......
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册